How to use DNS Propagation Checker
The DNS Propagation Checker queries multiple public DNS resolvers around the world at once and shows you the value each one currently returns for your domain. After you change an A record, switch hosting, or update an MX entry, different parts of the internet pick up the change at different times because of caching and TTL. This tool makes that visible: you can watch a new IP address roll out region by region and confirm when propagation is effectively complete instead of guessing or repeatedly flushing your local cache.
- Enter the domain or hostname you just changed.
- Pick the record type that changed (A, AAAA, CNAME, MX or TXT).
- Click Check to query resolvers in multiple locations simultaneously.
- Compare the value reported by each location against your expected value.
- Re-run periodically until every location shows the new value.
Why propagation takes time
DNS is a distributed, cached system. When you update a record, the authoritative servers change immediately, but recursive resolvers all over the world keep serving their cached copy until its TTL expires. A resolver that cached your old record with a one-hour TTL will keep returning the old value for up to an hour regardless of what you do at the registrar. This is why a change can appear live for you but not for a colleague in another country — you are simply hitting resolvers whose caches expired at different times.
How to make changes propagate faster
The single most effective technique is to lower the TTL well in advance of a planned change. If you set a record to a 300-second TTL a day before migrating, resolvers will only ever cache the old value for five minutes once you cut over, so propagation completes quickly. After the migration is verified you can raise the TTL again for efficiency. Note that some consumer ISPs ignore very low TTLs and enforce a minimum, so allowing a comfortable buffer is still wise for critical changes.
| TTL | Seconds | When to use |
|---|---|---|
| 5 minutes | 300 | Just before a planned migration |
| 1 hour | 3600 | Normal operation for most records |
| 1 day | 86400 | Very stable records (NS, SOA) |
Glossary
- Propagation
- The gradual process by which a DNS change becomes visible to resolvers worldwide as caches expire.
- TTL
- Time to live — the cache lifetime of a DNS record in seconds.
- Recursive resolver
- A caching DNS server, often run by an ISP, that answers client queries and stores results.
- Authoritative answer
- A response that comes directly from the name server responsible for the zone.
- Anycast
- A routing technique that sends queries to the nearest of many servers sharing one IP address.
Related reading
Frequently Asked Questions
Why use DNS Propagation Checker?
- See whether a DNS change has reached resolvers in multiple regions simultaneously
- Identify which geographic locations still cache the old value after a change
- Replace guesswork with live data during a hosting or mail migration
- Confirm the TTL you set is limiting cache lifetime as planned
Common use cases
- Monitor an A record update propagating after moving a site to a new host
- Confirm an MX record change has reached major global resolvers
- Check whether a TXT verification record is visible worldwide before testing
- Identify which region still serves stale data hours after a DNS change
- Verify propagation is complete before decommissioning the old server
Get weekly tool tips & updates
New tools, power-user tips, and productivity hacks — delivered free every Friday.
No spam, ever. Unsubscribe with one click.
Related Network & DNS
DNS Lookup Tool
Look up DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA records. Free, instant results pulled from authoritative nameservers.
MX Record Lookup
Look up MX (Mail Exchanger) records for any domain. Find which mail servers handle email delivery and check their priority order instantly.
NS Lookup (Nameserver Lookup)
Look up the nameservers (NS records) for any domain. Find which DNS providers handle a domain and verify your nameserver setup instantly.
TXT Record Lookup
Look up TXT records for any domain. View SPF, DMARC, DKIM, and domain-verification TXT records instantly to debug email and ownership setup.
HTTP Headers Checker
View HTTP response headers for any URL. Check status codes, security headers, caching, redirects, and server details instantly. Free and private.
Traceroute
Trace the network path to any website or IP address. See every hop, router IP, and latency along the route to diagnose slow or failing routes.
Explore all Network & DNS.