Nameserver (NS) Check
Look up a domain's nameservers and check their consistency.
NS Check looks up which authoritative nameservers a domain is delegated to, in real time. Every DNS record for a domain (A, MX, TXT and so on) is ultimately answered by these nameservers, so knowing what the NS records are is the starting point for troubleshooting DNS. Check individual record values with DNS Record Lookup and registrar metadata with WHOIS / Domain Lookup.
It is especially useful when moving a domain or switching DNS hosting: confirm that the NS records registered at your registrar match the nameservers actually answering on the internet. Just enter a domain — no protocol or path needed.
NS records and delegation
NS records tell you which nameservers the parent zone (e.g. .com) has delegated the domain to. There are usually two or more for redundancy, so that one nameserver going down does not take the domain offline. The values shown here are the delegation seen by a public resolver, and they should match what is configured at your registrar.
Changing nameservers — run both during propagation
When you switch nameservers, resolvers worldwide keep querying the old ones for as long as the delegation was cached (typically 24–48 hours). Until propagation finishes you must keep the same records (A, MX, TXT, etc.) on both the old and new nameservers, or some users will see the site or mail go dark. Configuring only one side causes intermittent outages. Track how far the delegation has spread with DNS Propagation Check.
- Confirm the NS at your registrar matches the NS at your DNS host
- Keep identical records on the old and new nameservers during propagation
- Zero nameservers means the domain is undelegated or does not exist