How long does a single email take to verify?
A single email verification through Valid Email Checker typically completes in 2 to 6 seconds end to end. Some addresses come back in under a second; a few take closer to 10 seconds when the recipient server is slow or the engine has to fall back to the secondary provider. The wide range reflects how much variation exists across mail servers, not slowness in the engine itself.
Most of the wall-clock time is the SMTP probe with the recipient server. The engine has to open a TCP connection to a server we have never talked to (or have not talked to recently enough to keep the connection warm), exchange EHLO and MAIL FROM commands, issue RCPT TO against the target address, then read the reply. Each step is a network round-trip, and the recipient server has no incentive to be fast for a probe.
What contributes to the timing
- DNS lookup for the recipient domain (around 50 to 200 ms).
- MX record lookup to find the actual mail server (similar timing).
- TCP and TLS handshake with the recipient mail server (a few hundred ms, more if the server is far away or under load).
- SMTP conversation (multiple round-trips, each as fast as the connection allows).
- Engine-internal scoring and database write (in the tens of milliseconds).
The slowest single factor is usually the recipient server itself. Some corporate mail servers run aggressive anti-spam logic that deliberately slows down probes. Some small business email hosts run on under-provisioned infrastructure. Both push the total to the upper end of the typical range.
When verification takes longer than expected
Past about 10 seconds, the engine starts to look at fallback options. If the primary verification provider has not responded with a definitive answer, the engine tries the secondary. See what does fallback providers mean in verification for the underlying mechanic. The trade-off is real: a fallback completion may take 8 to 15 seconds total but produces a definitive answer where the primary alone would have returned Unknown.
If neither provider can deliver an answer (extreme timeout or anti-probe block on both sides), the result comes back as Unknown and the credit auto-refunds. So the customer experience is "wait at most around 15 seconds, then either get an answer or get the credit back."
Specific provider notes
Gmail and Outlook tend to come back fast, often under 2 seconds, because their mail servers are well-provisioned and their probe responses are quick. See why does Gmail and Outlook verification seem instant for why. Yahoo and Hotmail addresses are slower because those providers deliberately hide RCPT TO responses, forcing additional logic — see how does VEC verify Yahoo and Hotmail addresses.
Corporate domains running Microsoft 365 or Google Workspace are usually quick (the same fast backbone). Small-business domains on shared hosting are the wildcard — sometimes fast, sometimes painfully slow.
What the loading state shows on the dashboard
In the Single Email Verifier widget on your dashboard, the button shows a spinner while the engine is working. Most of the time the spinner disappears within a few seconds and the result modal opens. If the spinner runs for more than 10 to 15 seconds, the engine is probably going through the fallback path; the result will appear shortly with a definitive verdict or an Unknown auto-refund.
Related questions
Still stuck? Email support
