Skip to main content
DNS Checker(beta)

NXDOMAIN

DNS response code 3: the queried name does not exist anywhere in the DNS hierarchy.

NXDOMAIN (Non-Existent Domain, RCODE 3) is the response a DNS resolver returns when the queried name simply does not exist. It is a definitive negative answer signed by the authoritative nameserver, not a timeout or error. NXDOMAIN is cached by resolvers (governed by the SOA minimum TTL) so an unregistered or recently deleted domain may appear unreachable for hours even after it becomes valid. The opposite confusion is NOERROR with no data, which means the name exists but the requested record type does not.

Reference

Related terms

See also

Referenced on