How fast does a message actually arrive?

·

Every service in this category says “instantly”. The word means nothing on its own, and the honest answer is that most of the delay is not ours to control. Here is what the wait is actually made of, and how to measure it for yourself in about a minute.

What the delay consists of

From pressing “send” on the other site to seeing the message here, four separate things happen — and they are not equally slow.

StageWho controls itTypical share of the wait
The sender's queuethe site you signed up tousually most of it
DNS lookup of the domainyour domain's name serversmilliseconds, unless misconfigured
SMTP deliveryboth mail serversunder a second on a healthy path
Appearing on this pageusabout a second, no refresh needed
ℹ️
The consequence is worth stating plainly: if a code takes forty seconds, the odds are it spent thirty-nine of them in a queue on the sender's side. No mail service can make somebody else's queue shorter.

Measure it yourself

You do not have to trust a table someone else published. The measurement is simple and takes a minute:

  1. Open a mailbox here and leave the tab visible.
  2. From any account you already have, send a message to that address — note the time you press send.
  3. Watch. The message appears by itself; nothing needs refreshing.

Repeat it two or three times. A single measurement tells you about one moment; three tell you whether that moment was typical. Then do the same on any other service you are comparing, from the same account, within the same few minutes — otherwise you are comparing two different networks at two different times and calling the difference a result.

If it is slow, this is usually why

Why we do not publish a league table

This page used to carry one, measured once in 2017 and never re-measured. It is gone, and the reason is worth keeping:

A speed table is true for the hour it was made. Services change hosting, add queues, add captchas; the number stays on the page and keeps being read as current. Worse, it invites the reader to trust a measurement they cannot check against a service they can measure themselves in a minute. The procedure above is more useful than any number we could print, because it produces your number, today, on your connection.

⚠️
The same caution applies to speed claims elsewhere, including ours. If a page tells you how fast something is and does not tell you when it was measured, the number is decoration.

All articles