derrick
Email Finder 11 min read

Email Finder

Disposable email checker: check an address, and understand what the check proves

Check any address against 62 known throwaway domains in your browser, see the three detection methods behind it, and learn what the result does not prove.

Updated 11 min read

What a disposable email checker does, and what it cannot do

A disposable email checker tells you whether an address belongs to a throwaway mail provider, the kind that hands out an inbox for ten minutes and then deletes it. It answers one question, and it answers it from the domain alone: is this domain a known temporary mail service? It does not tell you whether the mailbox exists, whether it accepts mail today, or whether a human ever reads it.

That narrow scope is worth stating early, because a disposable email checker gets confused with three other checks that solve different problems. Verifying that a mailbox exists is deliverability. Detecting a domain that accepts everything is a catch-all check. Spotting info@ or sales@ is role address detection. All four are useful, none of them substitute for each other, and section 04 lays out which one you actually need.

The reason anyone runs the check at all is simple. A throwaway address on a signup form is a lead that can never be contacted, a trial that will never convert, and a row that quietly inflates every number you report. Worse, it damages the sending reputation you spend months building, because mail to a dead domain bounces.

Check an address or a domain right now

Paste an email address or a bare domain below and the tool tells you whether it matches a known throwaway provider, a free webmail service, a role address, or none of those. The check runs entirely in your browser against a reference list of sixty-two known disposable domains, so nothing you type is sent anywhere.

Free checker

Is this address disposable?

Works with a full address or just the domain. Nothing leaves your browser.

Email address or domain

Type an email address or a domain, then press Check.

A clean result means the domain is not on the reference list. It does not mean the mailbox exists.

How a disposable email checker actually works

Three detection methods sit behind every disposable email checker, and they fail in different ways: a blocklist of known domains, a pattern match on the domain name, and a live check of the mail server. Most free tools use only the first, which is why they miss providers that launched last month.

  • The blocklist. A maintained list of known throwaway domains, matched exactly. Fast, free, and always slightly out of date, because new providers appear continuously and an unmaintained list decays quietly. The tool above uses this method, which is why it tells you so.
  • Pattern matching. Flagging domains whose name contains temp, trash, burner or throwaway. It catches new providers that the list has not reached yet, and it produces false positives on legitimate businesses with unlucky names, so it belongs in a suspicion bucket rather than a block rule.
  • Live mail server checks. Querying the domain's MX records and the mailbox itself. This is the only method that distinguishes a throwaway domain that still resolves from one that has been abandoned, and it is the only one that also tells you whether the mailbox exists. It is also the only method that costs anything, because it needs a server on the other side.

A practical consequence follows. A free disposable email checker is the right tool for one address, checked once, in a browser. For a list, the second check you want alongside it is a verification pass that answers deliverability, the one question no blocklist can answer, which is section 07.

Disposable, catch-all, role and free webmail are four different problems

Four labels get used interchangeably and mean completely different things: a disposable address vanishes, a catch-all domain accepts everything, a role address has no single owner, and free webmail is a real personal mailbox. Only the first one is worthless. Treating them as one category is how teams delete good leads.

TypeWhat it isDeliverable?What to do
DisposableA temporary inbox that self-destructsBriefly, then neverBlock at the form, remove from lists
Catch-allA domain that accepts mail to any local partUnknown, the server never says noKeep, send with care, watch engagement
Role addressA shared mailbox such as info@ or sales@Usually yesKeep for support, avoid for one-to-one outreach
Free webmailA personal Gmail, Outlook or similarYesKeep, especially in markets where founders use personal addresses

The catch-all case is the one that trips people up most often, because a catch-all domain will pass a disposable check and still fail to reach a human. Our page on catch-all email detection covers how to handle it without throwing the domain away. And the free webmail case matters commercially: blocking Gmail on a signup form removes a large share of solo founders and small agencies, which is rarely what anyone intended.

What throwaway signups actually cost you

A disposable address costs you three separate things: a bounce that damages your sending reputation, a distorted funnel number, and the team time spent chasing a lead that was never a person. The first is the one that compounds.

Mailbox providers watch your bounce rate. A list carrying throwaway domains bounces more than a clean one, and a rising bounce rate pushes your mail towards the spam folder for every recipient, including the ones who wanted to hear from you. That is why deliverability people treat list hygiene as a sending problem rather than a data problem. What a healthy rate looks like, and what to do when yours is not, is in our guide to cutting a bounce rate.

The second cost is quieter and arguably worse. If a tenth of your signups are throwaway addresses, every conversion rate you calculate is wrong by a tenth, in the direction that makes your product look worse than it is. Teams then optimise onboarding to fix a problem that was a data problem all along.

The third is time. Someone, somewhere, is writing follow-ups to an inbox that stopped existing nine minutes after it was created.

Where a disposable email checker belongs in your signup form

Blocking disposable addresses at the signup form is the cheapest intervention available, and a static blocklist on its own will always leak, because new throwaway providers appear faster than any list is maintained. The workable version combines three layers.

  • A maintained list, refreshed automatically. An open-source list pulled on a schedule beats one copied into your codebase two years ago. If nobody owns the refresh, assume the list is stale.
  • A pattern rule in a warning state, not a blocking one. Domains that look like throwaway providers get flagged for review rather than rejected, so a legitimate business with an awkward domain is not turned away at the door.
  • A live check on the addresses that matter. Free trials, demo requests, anything that triggers a human follow-up. Verifying at the moment of entry catches what the list misses, and it is the only layer that also confirms the mailbox exists. Our guide to finding and verifying a valid professional email covers what the check returns.

One design note that saves arguments later. Reject with a message that says what to do, not one that says no. Someone using a throwaway address to protect their privacy will often hand over a real one when the form says a working address is needed to receive their login, and the person who will not is the person you did not want.

Running the check across a whole list

For anything past a handful of addresses, the useful operation is a verification pass over a column, which answers the deliverability question a blocklist leaves open. Here is what that costs and where it runs.

Email Verification checks addresses at 1 credit each and is a Premium feature on the paid plans rather than the free one. It answers deliverability, not disposability, so it sits next to the blocklist rather than replacing it. A list of 2000 addresses costs at most 2000 credits, comfortably inside the 4000 credits a month of the 9 euro tier. A one-off cleanup of a 10000-row database is at most 10000 credits, which is the Standard plan's monthly allowance at 20 euros.

If the list is one you are building rather than cleaning, the order matters. Email Finder returns verified professional emails at 5 credits per email actually found, also Premium, and because it bills on results rather than attempts, a contact with no findable address costs nothing. Finding verified addresses in the first place is usually cheaper than finding any address and cleaning afterwards, which is the argument our page on bulk email finding makes with the match rate numbers.

Three surfaces run the same check, and the right one depends on where the list already lives. The Google Sheets sidebar takes a column and writes the verdict next to it, which suits a cleanup you do once a quarter. Derrick MCP lets you ask Claude or ChatGPT about a single address inside a conversation. The REST API, with 3000+ integrations through Zapier, Make and N8N, is what you wire into a signup form so the check happens before the row is ever written. MCP and the API are available from the Standard plan at 20 euros a month; the sidebar itself works from the free plan, and Email Verification unlocks from the paid tiers at 9 euros.

Scale is not the deciding factor here, and it is worth saying plainly: the same check runs on twenty addresses or two hundred thousand, in the same column. What changes is only which surface is convenient.

A closing note on expectations. No disposable email checker is ever complete, because the supply of throwaway domains is not fixed. The goal is not a perfect filter, it is a list where the addresses you spend time on are addresses a person can read.

Any questions?

Start enriching your sheet in 30 seconds

Free for 100 credits/month. No credit card.

What is a disposable email checker?

+
A disposable email checker is a tool that tells you whether an email address belongs to a temporary mail service, the kind that gives out an inbox for a few minutes and then deletes it. It works from the domain part of the address, usually by comparing it against a list of known throwaway providers. It answers one narrow question, and it deliberately says nothing about whether the mailbox exists or whether anyone is reading it.

Is the checker on this page free?

+
Yes, and it runs entirely in your browser. The address you type is compared locally against a reference list of sixty-two known throwaway domains, plus a pattern rule for domains whose name looks like a temporary mail service, so nothing is sent to a server. The limitation that comes with that is worth knowing: a list-based check cannot know about a provider that launched after the list was written.

What is the difference between a disposable address and a catch-all domain?

+
A disposable address belongs to a service that deletes the inbox shortly after it is created, so mail sent later goes nowhere. A catch-all domain is a real company domain configured to accept mail to any local part, including ones that do not correspond to a person. The disposable address is worthless; the catch-all is unknown, which is a different problem. A disposable check will pass a catch-all domain, which is why the two checks are not interchangeable.

Should I block free webmail addresses like Gmail on my signup form?

+
Usually not. A Gmail or Outlook address is a real, permanent mailbox, and in many markets it is what solo founders, consultants and small agencies use for business. Blocking free webmail removes a meaningful share of legitimate signups to catch a problem that disposable detection already handles. Flag them if your product is genuinely enterprise-only, but treat that as a commercial decision rather than a data hygiene one.

How do I check a whole list instead of one address?

+
Run a verification pass over the column. Derrick's Email Verification checks addresses at 1 credit each; it is a Premium feature, so it sits on the paid plans, which start at 9 euros a month for 4000 credits. A 2000-address list costs at most 2000 credits. Unlike a browser-side list check, this also tells you whether each mailbox actually accepts mail, which is the part a disposable checker cannot answer.

Why do disposable addresses hurt deliverability?

+
Because mail sent to a deleted inbox bounces, and mailbox providers read your bounce rate as a signal about the quality of your sending. A rising bounce rate pushes more of your mail towards the spam folder, including mail to people who wanted it. That is why list hygiene is treated as a sending problem rather than a data problem: the cost does not fall on the bad addresses, it falls on the good ones.

Can a disposable email checker ever be complete?

+
No, and any tool claiming otherwise is overselling. New throwaway providers appear continuously, so every blocklist is slightly behind reality and every pattern rule produces occasional false positives on legitimate domains. The practical answer is layered: a maintained list refreshed on a schedule, a pattern rule that flags rather than blocks, and a live verification on the addresses that trigger a human follow-up.