Email deliverability: the complete 2026 guide
What email deliverability actually is, the factors that move it, how Gmail, Outlook, and Yahoo decide, and a 30-day plan to fix a domain that is landing in spam. No fluff, no "in today's fast-paced world".
Email deliverability is the probability that an email you send lands in the recipient's inbox rather than spam, promotions, or a bounce. It is determined by five factors: sender reputation, authentication (SPF, DKIM, DMARC), content, list hygiene, and infrastructure. A healthy program runs at 90%+ inbox placement. Below 70% means something structural is broken.
What is email deliverability?
Email deliverability is the measurable rate at which the emails you send actually arrive in the inbox of the intended recipient. Not the spam folder. Not the promotions tab. Not a black hole after the receiving server accepts the message and silently discards it. The inbox.
Most people use the term loosely. Engineers and deliverability teams split it into two distinct concepts: delivery (did the receiving server accept the message?) and deliverability (where did the receiving server put it?). The first is binary and easy to measure from SMTP logs. The second is probabilistic and requires inference — because Gmail and Outlook do not tell you when a message lands in spam. You have to seed-test or read the symptoms.
Delivery vs. deliverability
Your ESP dashboard probably shows a "delivered" rate of 98%. That number is misleading. It only means the receiving SMTP server returned a 2xx response code. It says nothing about where the message ended up. A spam-foldered email is still "delivered". So is one that Gmail routes silently to the Promotions tab and the recipient never sees.
The honest metric is inbox placement rate: of the emails accepted by the receiving server, what percentage reached the primary inbox? You measure it with seed lists (send to 30+ test addresses across providers and check placement) or with a third-party tool. Read more in our explainer on sender score.
Email deliverability rate (and how to measure it)
The email deliverability rate is the percentage of sent emails that reach the primary inbox. The formula is straightforward:
deliverability_rate = inbox_placements / (sent - hard_bounces)
Notice we subtract hard bounces from the denominator. A hard bounce means the address does not exist — it never had a chance to be delivered. Including it would punish you for list quality (which matters) inside a metric that should isolate placement decisions.
95%+ is excellent for opted-in mail. 80–90% is realistic for cold outreach on a warmed domain. Below 70% means you have a structural problem, not a tuning problem.
The 5 email deliverability factors that actually move the needle
We've audited hundreds of cold email programs. The same five email deliverability factors show up every time. In rough order of importance:
- Sender reputation. The compound score Gmail and Outlook keep on your domain and IP. Built from engagement (opens, replies, "move to inbox"), complaints, bounces, and spam trap hits. See domain reputation.
- Authentication. SPF (RFC 7208), DKIM (RFC 6376), and DMARC (RFC 7489) prove the email actually came from your domain. Since February 2024, Gmail and Yahoo require all three for bulk senders.
- Content. Subject line, body text, link density, image-to-text ratio, attachments, HTML hygiene. Mailbox providers fingerprint content independently of the sender. A spammy template tanks placement even on a warmed domain — which is the entire premise of template-based warmup.
- List hygiene. Bounce rate, complaint rate, spam trap exposure, role-based addresses. Keep hard bounces under 2% per send and complaints under 0.1%. See cold email bounce rates for the math.
- Infrastructure. Domain age, sending IP, PTR records, TLS, sending volume pattern. New domains and IPs need to be warmed before they can carry production volume.
How Gmail, Outlook, and Yahoo decide
Every mailbox provider has its own ML stack, but the signal categories overlap. Here is what each weighs most heavily, based on their published guidance and what we observe in production.
| Provider | Primary signal | Tells you via | Authentication stance |
|---|---|---|---|
| Gmail | Domain reputation + engagement | Postmaster Tools | SPF + DKIM + DMARC required for bulk |
| Outlook | IP reputation + complaints | SNDS / JMRP | SPF + DKIM expected; DMARC growing |
| Yahoo | Domain reputation + complaints | CFL feedback loop | Same bulk-sender rules as Gmail |
The macro story: Gmail and Yahoo are domain-first, Outlook is IP-first. If you send from a shared IP (most ESPs and cold email tools do), your domain reputation is what you actually own.
Email deliverability best practices (2026 edition)
The email deliverability best practiceslist has not changed dramatically since 2020, but enforcement has. What was "recommended" in 2020 is mandatory in 2026.
- Use a dedicated sending domain or subdomain. Don't burn your main domain.
- Set up SPF, DKIM, and DMARC. Start DMARC at p=none, monitor, then move to p=quarantine.
- Warm new domains for 2–4 weeks before production volume. Use template-based warmup so the engagement signal applies to your actual campaign.
- Validate email lists before sending (NeverBounce, ZeroBounce, or similar).
- Keep hard bounce rate below 2% per send.
- Keep complaint rate below 0.1%.
- Include a one-click unsubscribe header (RFC 8058) on bulk sends.
- Match the From, Reply-To, and DKIM signing domain.
- Avoid URL shorteners and link redirects through unfamiliar domains.
- Don't attach files on cold outreach — links only.
- Send at a consistent cadence. Don't do nothing for 3 weeks then blast 10k emails.
Common reasons for low deliverability
When we audit a struggling cold email program, the cause is almost always one of these — usually two or three stacked.
- Authentication misconfigured. SPF too permissive, DKIM not signing the right domain, DMARC missing.
- Domain too new. A 14-day-old domain blasting 500 emails per day per inbox is a textbook spam pattern.
- Synthetic warmup signal. The warmup tool warmed a domain with AI-generated text. The real campaign uses a different template. Reputation doesn't transfer. Read why cold emails go to spam.
- List rot. The list was scraped 6 months ago, 18% bounce on first send, Spamhaus listing within 48 hours.
- Spammy template. "Hope this finds you well", 4 tracking links, image-heavy footer, no plaintext alternative.
- Burst sending. 0 emails Mon–Thu, 5,000 emails Friday. Gmail flags pattern anomalies.
- Mismatched identities. From @yourbrand.com, Reply-To @gmail.com, DKIM signing @esp-shared.net.
How to fix deliverability — a 30-day plan
If your inbox placement is below 70% and you need a repeatable remediation path, this is the one we run for customers.
- Days 1–2: Stop all sends. Audit SPF/DKIM/DMARC with MXToolbox. Fix records.
- Days 3–5: Validate your list. Drop anyone with risk > 5%. Set up Google Postmaster and Microsoft SNDS.
- Days 6–20: Run template-based warmup on your actual campaign template. Real seed inboxes only.
- Days 21–25: Resume sends at 10% of previous volume. Watch Postmaster reputation daily.
- Days 26–30: Ramp 25% per day if reputation stays "Medium" or higher. Hold if it dips.
Tools we actually use
- Google Postmaster Tools — Gmail domain reputation, authentication, spam rate.
- Microsoft SNDS — Outlook IP reputation and complaint data.
- MXToolbox — blacklist checks, DNS validation.
- Talos Intelligence — Cisco's domain reputation reading.
- Free SPF checker — quick syntax validation for your own records.
- Glossary: inbox placement — definitional reference.
Frequently asked questions
What is a good email deliverability rate?
Anything above 95% inbox placement is considered excellent for transactional or opted-in mail. For cold outreach, 80–90% inbox placement is realistic on a properly warmed domain. Below 70% you have a structural problem — authentication, content, list hygiene, or domain reputation — not a tuning problem.
How do I check my email deliverability?
Use Google Postmaster Tools for Gmail data, Microsoft SNDS for Outlook, and a seed test (send the same email to 30+ test inboxes across providers and count inbox vs. spam). Sender reputation services like Talos Intelligence and Sender Score give you third-party signal. No single tool is enough — triangulate.
Why are my emails going to spam even with SPF, DKIM, and DMARC?
Authentication is necessary but not sufficient. Mailbox providers also score content, sender reputation, engagement (opens, replies, deletes without read), list hygiene (bounces, spam complaints), and infrastructure (IP, domain age, sending pattern). A perfectly authenticated email with a spammy template and no engagement history still lands in spam.
Does email warmup actually improve deliverability?
Yes, when done right. Warmup builds engagement signal — opens, replies, "move to inbox" actions — that mailbox providers use as social proof. The catch: most warmup tools warm a domain with synthetic AI text, not your actual template. Providers fingerprint content separately, so the reputation does not always transfer. Template-based warmup fixes that.
How long does it take to improve email deliverability?
A clean domain with proper authentication can hit good deliverability in 2–4 weeks of careful warmup. A burned domain takes 6–12 weeks of remediation: pause sends, fix authentication, clean the list, then re-warm slowly. There is no shortcut — Gmail and Outlook explicitly use time-decay on reputation signal.
What is the difference between IP reputation and domain reputation?
IP reputation is tied to the sending server. Domain reputation is tied to your sending domain (the part after the @). Gmail leans heavily on domain reputation; Outlook weights IP more. If you send from a shared IP (most ESPs), domain reputation is what you actually control — and the only one that survives an IP change.
Can a single bad campaign destroy my deliverability?
Yes. A complaint rate above 0.3% or a bounce rate above 5% on a single send can trigger a reputation drop that takes weeks to recover from. Spam traps are worse — hitting two or three pristine traps can blacklist your domain on Spamhaus within 24 hours.
Keep reading
All posts ↗- Email Warmup in 2026: The Complete GuideThe 2026 email warmup guide — what warmup actually does, how mailbox providers measure it, why sender-only warmup falls short, and the playbook that works now.
- Why Your Cold Emails Go to Spam (Even With a Warm Sender)Sender reputation is only half the equation. Gmail and Outlook fingerprint your message body independently — here is why warm senders still hit spam, and how to fix it.
- Cold Email Deliverability Checklist for 2026A 30-point cold email deliverability checklist for 2026 — DNS, sender reputation, content fingerprinting, list hygiene, warmup, and inbox-placement monitoring.
- Sender Score Explained: What It Is, How to Improve ItSender Score is a 0-100 IP reputation number from Validity. Here is what it actually measures, when it matters, when it does not, and how to improve it.