# What is a Domain Reputation?

> Domain reputation is your domain's trust score with mailbox providers. Learn what shapes it, how to check it, and how to keep it high.

Domain reputation is a measure of your domain's trustworthiness, as assessed by mailbox providers like Google, Microsoft, and Yahoo, based on how it sends email. Think of it as a credit score for your domain: it determines whether your messages land in the inbox or get filtered as [spam](/learning/understanding-spam-emails). A high reputation signals reliability; a low one raises red flags and quietly kills deliverability.

Reputation is shaped by factors like spam complaint rate, bounce rate, sending consistency, recipient engagement, and authentication practices using [SPF (Sender Policy Framework)](/learning/what-is-spf), [DKIM (DomainKeys Identified Mail)](/learning/what-is-dkim), and [DMARC (Domain-based Message Authentication, Reporting, and Conformance)](/learning/what-is-dmarc). A domain that sends consistent, authenticated, wanted mail earns trust; one that generates complaints or [phishing](/learning/what-is-phishing) reports loses it fast.

## How does domain reputation work?

Mailbox providers calculate reputation dynamically from your domain's ongoing email activity. When you send a message, it travels from your [mail transfer agent (MTA)](/learning/what-is-an-mta) over [SMTP](/learning/what-is-smtp) to the recipient's server, which is located via [MX records](/learning/what-is-an-mx-record). Before deciding where to place the message, the receiving server weighs several signals:

- **Authentication:** [SPF](/learning/what-is-spf), [DKIM](/learning/what-is-dkim), and [DMARC](/learning/what-is-dmarc) — published in your [TXT records](/learning/what-is-a-txt-record) — verify that mail claiming to be from your domain is genuinely authorized. Passing these consistently is table stakes for a good reputation.
- **Spam complaints:** the single most damaging signal. When recipients click "report spam," it counts directly against you.
- **Engagement:** opens, replies, and messages moved to the primary inbox tell providers people want your mail; ignored or deleted-unread messages do the opposite.
- **Bounces and spam traps:** repeatedly mailing invalid addresses (hard bounces) or hitting spam-trap addresses signals poor list hygiene.
- **Sending patterns:** sudden volume spikes or erratic sending from a "cold" domain look suspicious and can trigger throttling.

![Example SPF, DKIM, and DMARC DNS records — the three authentication records mailbox providers check when scoring your domain's reputation.](/images/figures/what-is-a-domain-reputation-fig1.webp)

The bar has become concrete. Under the Google and Yahoo bulk sender rules that took effect in February 2024, high-volume senders are expected to keep their reported spam complaint rate below **0.3%**, and ideally under 0.1% — cross that line and inbox placement drops sharply.

## How to check your domain reputation

You can't see the exact score providers assign, but two free tools surface most of what matters:

- **Google Postmaster Tools** reports domain reputation, IP reputation, spam complaint rate, and authentication pass rates for mail sent to Gmail.
- **Microsoft SNDS (Smart Network Data Services)** shows complaint rates, spam-trap hits, and a color-coded status for IPs sending to Outlook.com and Hotmail.

For a quick outside-in view of how your domain is configured, run it through our [Email Security Score](/tools/email-security-score) or check individual pieces with the [DMARC](/tools/dmarc) and [SPF](/tools/spf) tools.

## Why domain reputation matters

Domain reputation is a cornerstone of email success:

- **Inbox placement:** a strong reputation keeps messages out of the spam folder, protecting every downstream open, click, and conversion.
- **Brand trust:** trusted, authenticated domains — reinforced by [BIMI](/learning/what-is-bimi) logos — build recipient confidence and reduce the odds your brand is convincingly [spoofed](/learning/what-is-spoofing).
- **Business continuity:** poor reputation means blocked or spam-foldered mail, which silently costs you receipts, password resets, and campaign revenue.
- **Security posture:** reputation and authentication reinforce each other, deterring impersonation and fraud against your domain.

## Things to keep in mind

Protecting domain reputation is ongoing work, not a one-time setup:

- **Authenticate everything.** Publish [SPF](/learning/what-is-spf), [DKIM](/learning/what-is-dkim), and [DMARC](/learning/what-is-dmarc), and monitor results through your [DMARC reports](/resources-post/how-to-understand-dmarc-reports) so you catch failures early.
- **Keep lists clean.** Remove invalid and inactive addresses regularly to cut bounces and complaints.
- **Send wanted mail.** Permission-based lists, clear subject lines, and easy unsubscribe keep complaint rates low.
- **Warm up gradually.** Ramp volume on a new domain or IP instead of blasting from zero.
- **Watch your [IP reputation](/learning/what-is-an-ip-reputation) too.** Domain and IP reputation are related but distinct; a bad shared IP can drag down otherwise-clean sending.

## Frequently asked questions

### How long does it take to repair a damaged domain reputation?

There's no instant fix. Providers rebuild trust based on sustained good behavior, so recovery usually takes several weeks of low complaints, clean lists, and consistent authenticated sending. The faster you cut the source of complaints or bounces, the sooner reputation recovers.

### Is domain reputation the same as IP reputation?

No. Domain reputation follows your domain wherever it sends; [IP reputation](/learning/what-is-an-ip-reputation) is tied to the sending server's address. On shared infrastructure, other senders' behavior can affect the IP, which is why domain-level authentication and reputation are increasingly what providers weigh most.

### Does a new domain start with a good or bad reputation?

Neither — it starts neutral. A brand-new domain has no track record, so providers treat it cautiously and watch early sends closely. This is why warming up slowly and authenticating from day one matters so much.

### Can DMARC alone guarantee good deliverability?

No. [DMARC](/learning/what-is-dmarc) proves your mail is authentic and stops spoofing, but reputation also depends on engagement, complaint rate, and list hygiene. Authentication is necessary but not sufficient — you still have to send mail people want.

### Where can I see how mailbox providers view my domain?

Use Google Postmaster Tools for Gmail and Microsoft SNDS for Outlook/Hotmail. For a configuration snapshot across SPF, DKIM, DMARC, and more, our [Email Security Score](/tools/email-security-score) gives you an at-a-glance grade.

## Related reading

- [What is Email Deliverability?](/learning/what-is-email-deliverability)
- [What is an IP Reputation?](/learning/what-is-an-ip-reputation)
- [How to Understand DMARC Reports](/resources-post/how-to-understand-dmarc-reports)
