What does the "Disabled" result status mean?

Last updated May 19, 2026Email verification

Disabled tells you the mailbox is shut off. The server confirms the address existed at some point, but mail sent to it now is bounced or silently dropped. In the Valid Email Checker enum this maps to the disabled value, distinct from invalid (never existed) and inbox_full (exists, just full).

Step 11 of the 11-step engine handles disabled-account detection. The signals come from a mix of explicit SMTP responses (some providers return mailbox-disabled error codes like 550 5.2.1) and provider-specific behaviour (yahoo.com and aol.com are particularly good at signalling deactivated mailboxes through reply patterns).

How a mailbox ends up Disabled

  • The owner closed the account voluntarily. Most consumer providers let users delete a Gmail or Yahoo account, after which the address is reserved for a while and then either recycled or kept disabled.
  • A company admin deactivated it. When an employee leaves, their firstname.lastname@company.com mailbox often gets turned off the same day. Calendar invites and auto-forwarders sometimes keep working briefly, then drop off.
  • A provider deactivated it for policy violations. Spammers and abusive accounts get suspended by the provider; the address responds as disabled for outside checks.
  • The mailbox went unused past a dormancy threshold. Some providers auto-disable mailboxes that have not been logged into for a long period (often two years).

What Disabled means for your list

Treat Disabled exactly like Invalid — remove the address from active sending. The mailbox does not deliver mail to a human, and unlike a temporary error, the disabled state usually stays that way until the address gets recycled or scrubbed by the provider. A retention archive is fine; an active sending list is not.

One nuance: Disabled is a strong signal that the rest of your list might need cleaning too. Disabled mailboxes accumulate naturally over time — employees change jobs, subscribers close accounts, providers prune dormant addresses. A list that has not been verified in 12 months typically shows 5 to 15% Disabled and Invalid combined. If your sample looks higher than that, the underlying list is older than you remember and a full re-verification is worth the credit spend.

Disabled mailboxes can become spam traps
Providers sometimes recycle abandoned addresses into spam traps after a long dormant period. Sending to Disabled long enough that the address gets re-flagged adds a real reputation hit on top of the wasted send. Remove them now, not next quarter.

Disabled versus Invalid versus Inbox Full

StatusMeaningAction
InvalidMailbox never existed (no MX, bad syntax, 550 not found).Remove permanently.
DisabledMailbox existed but has been turned off.Remove from sends; consider archiving.
Inbox FullMailbox exists and is active but cannot accept more mail right now.Re-verify in 1 to 4 weeks.
UnknownNo definitive answer from the server.Credit auto-refunded; retry on the next list pass.

For the full status matrix and confidence scoring see result types explained and how accurate is Valid Email Checker.