DNS tool

Global DNS Propagation Checker

Check DNS propagation worldwide and compare record values, status and latency across independent global DNS resolvers.

Record type

What this check shows

DNS propagation describes the period during which recursive resolvers do not yet agree on a recently changed answer. It is driven mainly by caching and TTL values rather than a single synchronized global update.

This checker queries independent resolvers in parallel and highlights whether answers are consistent, partially propagated, absent or failing.

When to use it

  • Nameserver or DNS provider migrations
  • Website and CDN cutovers
  • Email infrastructure changes
  • Incident response and support evidence

How to read the result

  • A mix of old and new answers normally indicates cached data that has not expired everywhere.
  • SERVFAIL can point to broken delegation, unreachable authoritative servers or DNSSEC validation problems.
  • A timeout from one resolver is less significant than the same failure across many independent providers.

Command examples

Use these dig commands when you need to compare DNSRadar with a terminal check or collect evidence for a DNS provider.

Terminal
dig example.com A +short
dig @1.1.1.1 example.com A
dig @8.8.8.8 example.com A +noall +answer

Questions

Can DNS propagation be forced?

You generally cannot flush third-party recursive caches. Lowering TTL before a planned change can shorten the transition.

When is propagation complete?

For practical purposes, it is complete when the resolvers relevant to your users consistently return the intended answer.

Related DNS tools