DEV Community

Axel Freeman
Axel Freeman

Posted on Originally published at tapacapi.com

What a 10-35% bounce rate actually costs you

Bounce rate gets filed under deliverability. It is also a line item, and the arithmetic is unforgiving once you multiply it out.

The decay you start with

Two published numbers set the baseline:

  • 23% of contacts change jobs every year — ZoomInfo, 2025.
  • 40% of emails are dead within two years — NeverBounce.

Neither number is about your campaign. They are about the list. A contact record is a perishable good, and most purchased lists are sold at the moment their value is already falling.

The arithmetic

Take 1,000 contacts and a 20% bounce rate (inside the 10-35% range typical of static databases):

  • 200 addresses bounce. Those bounces are charged to your sending domain, not to your vendor.
  • Of the 800 that resolve, roughly a quarter belong to someone who has since moved on.
  • A verified-at-request flow sits at 2-5% — on the same 1,000 contacts, 20-50 bounces instead of 200.

Fresh data is not just cleaner, it performs better: 42% better results from fresh scraped data versus stale databases (Harvard Business Review, 2024), and 3.2x higher open rates for personalized outreach (HubSpot, 2025) — personalization only works if the person is still there.

Price per usable contact, not per record

Subscriptions bill per seat and per credit regardless of decay. Pay-per-contact inverts that: with TAPAC it is $0.10-0.50 per verified contact, 100 free searches, no subscription and no seat fee.

Before the next list purchase, run your own numbers through the free lead cost & bounce-risk calculator — list size, bounce rate, price per record in, true cost per usable contact and share of wasted sends out.

What to do this week

  1. Stop sending to anything unverified. SMTP-check the address, then send.
  2. Replace "buy a list" with "source at request time" where the source is public: company sites, Discord, Telegram.
  3. Instrument the domain: bounce rate, complaint rate, reply rate — not opens.
  4. If an agent does the work, give it the tool so it can source and verify before it writes:
npx -y @tapacapi/mcp
Enter fullscreen mode Exit fullscreen mode

That is the whole install — one line, no clone, no build. A key is free at tapacapi.com/get-key: 100 searches, no credit card. The longer version of this post, with the same sources, lives on the site: what a 10-35% bounce rate actually costs you.

Top comments (0)