NetSight beta

DNS Propagation

Check how a DNS record resolves from several countries at the same time, and see at a glance whether the locations agree or a change is still spreading.

What propagation actually is

Nothing is pushed anywhere when you change a DNS record. Resolvers around the world hold the old answer until the time-to-live you set on it runs out, then ask again. "Propagation" is just those caches expiring at different moments.

This tool queries the same name from probes in several countries at once and groups the answers. One group means everyone sees the same thing. Two or more means the locations disagree, which is what a change in progress looks like, and also what a domain that answers by region looks like.

Reading the result

  • One group: consistent everywhere. The change is done, or there was nothing to change.
  • Two groups: either a change is still spreading, or the domain answers differently by region on purpose. Large sites and anycast setups do the latter permanently, so disagreement alone is not proof of a problem. Compare against what you expect the record to be.
  • A probe with no answer: that resolver got no record at all, which is different from getting an old one and often points at a deleted or misspelled name.

Why it can take so long

The wait is set by the TTL that was in place before you made the change, not the one you set afterwards. If the old record said 86400, resolvers that cached it are entitled to keep that answer for a full day, and lowering the TTL now changes nothing for them.

That is why the usual advice is to lower the TTL a day ahead of a planned move, make the change once the short TTL is everywhere, then raise it again.

When it's useful

  • Checking whether a nameserver or hosting move has finished before cutting over.
  • Explaining why a site loads for you but not for a colleague in another country.
  • Confirming a deleted record is really gone everywhere.
  • Verifying an MX change before mail starts flowing to the new server.

Questions

How long does propagation take?
As long as the previous TTL allowed. If the old record had a TTL of one hour, an hour. If it was a day, a day. There is no way to force other people's resolvers to drop a cached answer early.
I changed the record but every probe still shows the old value. Did it fail?
Not necessarily. Check the record at your own DNS provider first. If it is correct there, the probes are simply serving cached answers and you have to wait out the old TTL.
Why do some probes disagree with my computer?
Your computer, your router and your provider all cache separately, and a public resolver such as the one on your phone's mobile connection caches differently again. Disagreement between you and the probes is expected mid-change.
Which record type is queried?
The A record for the name you enter. For MX, TXT or others, use the DNS Lookup tool, which returns every type at once from authoritative servers.
Does this query authoritative servers?
No, and that is the point. It deliberately asks ordinary resolvers, because those are what your visitors actually use. For the authoritative answer, use DNS Lookup.