Hard Bounce
Also known as: Permanent Bounce, 5xx Bounce, Bad Address Bounce
A permanent email delivery failure — invalid address, non-existent domain, or blocked sender — that will never succeed on retry.
Definition
A hard bounce is a permanent email delivery failure. The receiving mail server refuses delivery for a reason that won't resolve: the email address doesn't exist, the domain doesn't exist, the sender is blocked, or the message is rejected by anti-spam filtering as malicious. SMTP response codes are 5xx.
Hard-bounced addresses must be immediately suppressed from future sends. Continuing to send to known-bad addresses is the fastest way to damage sender reputation — inbox providers treat repeated sends to invalid addresses as a strong signal of list-buying or list-decay, both of which trigger spam filtering.
Healthy hard-bounce rates are under 0.5% per send. Above 2% indicates serious list-quality problems — purchased lists, stale data, or list export errors. Sustained high hard-bounce rates will get your sending domain throttled or blocked.
Why It Matters
Hard bounces are the single biggest signal mailbox providers use to assess list hygiene. A campaign with 5% hard bounces tells Gmail you don't know who your audience is. The next campaign from the same domain will see its inbox placement degrade — even if the list is clean.
The biggest mistake is treating hard bounces as a problem to fix later. Every hard bounce that gets re-sent to compounds the reputation damage. Set up immediate automatic suppression on hard bounce and audit the source of the bad addresses (purchased list? CRM export bug? typo in form?) the same day.
Examples in Practice
An e-commerce campaign to 20,000 newsletter subscribers sees 80 hard bounces (0.4%) — within healthy range. The ESP auto-suppresses those 80 addresses and the next campaign sends to 19,920.
A growth team imports a 50,000-record list from a third-party data provider and sends a cold email. Hard bounce rate: 8% (4,000 addresses). The sending domain reputation craters; the next legitimate campaign sees a 40% open rate drop. The team spends 6 weeks rehabilitating reputation.
A SaaS company's signup form has a JavaScript bug that strips the '@' from email addresses 5% of the time. CRM exports start showing 'support+invalidacme.com' addresses. The hard bounce rate creeps to 4% over a quarter before the bug is caught.