Where DNS errors usually originate
- Local cache — your OS or browser holds an old answer.
- Recursive resolver — your ISP or 1.1.1.1 / 8.8.8.8.
- Authoritative nameserver — where the record is actually published.
- Registrar — wrong nameservers delegated.
Understand the most common DNS error messages, isolate where the failure happens, and follow a clear sequence using the right diagnostic tools to fix it fast.
DNS_PROBE_FINISHED_NXDOMAIN — record not found.SERVFAIL — DNSSEC or upstream failure.ERR_NAME_NOT_RESOLVED — same root cause as NXDOMAIN, browser-side.ipconfig /flushdns (Windows) or dscacheutil -flushcache (macOS).Run through these steps in order. Each step links to the right diagnostic tool.
Verify nameservers in WHOIS
Make sure the registrar points to the right nameservers.
Open WHOIS LookupTest reachability with ping/traceroute
Once DNS resolves, confirm the host is actually reachable.
Open Ping / TracerouteThe resolver couldn't find an A/AAAA record for that hostname. Either the domain doesn't exist, was just registered, or DNS hasn't propagated yet.
Usually 5 minutes to a few hours. The TTL of the previous record sets the maximum delay; resolvers may cache for that long.
Different resolvers cache different answers, or your router is using a stale or hijacked DNS server. Try 1.1.1.1 or 8.8.8.8.
A points a name to an IPv4. CNAME aliases one name to another. MX tells the world where to deliver email for that domain.
Monitor it continuously
Save this check, get alerts on changes, and track multiple domains in one dashboard.