DNS does not resolve (NXDOMAIN)
2026-07-06
· updated 2026-09-05
Problem
Consensus DNS audit returned NXDOMAIN: authoritative servers answer that the name does not exist.
Why it matters
- Nothing can reach the site — no browsers, no crawlers, no email.
- Search engines de-index dead names within days.
- If the domain expired, squatters can register it and inherit your traffic and reputation.
How to fix
- Check the registration:
whois yourdomain.com— renew if expired. - Check the delegation: registrar must point at the correct nameservers.
- Check the zone: the host (e.g.
www) must actually exist in the zone file. - Wait out the negative TTL, then re-run the audit.