🌐 DNS Propagation Checker

Check DNS records across 10 global resolvers — Google, Cloudflare, Quad9, OpenDNS and more.

Try:

What is DNS propagation?

When you update a DNS record — changing your A record to a new server IP, adding an MX record for a new mail provider, or verifying domain ownership with a TXT record — the change doesn't instantly appear everywhere. Each resolver worldwide caches your record for its TTL (Time To Live) duration. Until that cache expires, old values persist.

This tool queries 10 major public resolvers directly and shows you which have your latest record and which are still returning old or missing data.

How to speed up DNS propagation

Lower your TTL before making changes. Set your TTL to 300 seconds (5 minutes) at least 24 hours before you plan to switch. Once all resolvers have refreshed to the lower TTL, make your change. Propagation then completes in 5–10 minutes instead of hours.

After confirming propagation is complete, raise the TTL back to 3600 (1 hour) or higher to reduce DNS query load.

Common DNS record types explained

A record — Maps domain to an IPv4 address. The most common record type.
AAAA record — Maps domain to an IPv6 address.
MX record — Specifies mail servers for the domain. Includes priority (lower = higher priority).
CNAME record — Aliases one domain to another. Cannot coexist with other records on the same name.
TXT record — Free-form text. Used for SPF, DKIM, domain verification (Google Search Console, etc.).
NS record — Lists authoritative nameservers for the domain.
SOA record — Start of Authority — contains admin info and serial number for the zone.

Frequently Asked Questions

Written and reviewed by the FreeBytes Editorial Team · Last updated: June 2026