← All tools

NS Record Lookup

Find the authoritative nameservers a domain is delegated to.

NS records show which nameservers the domain is delegated to.

How to read the result

NS records at the parent zone delegate a domain to its authoritative nameservers. Whoever controls those servers controls all DNS answers for the domain — that is why NS checks matter during migrations.

Example

google.com NS → ns1.google.com …

FAQ

Why do NS lookups matter?

Wrong NS after a migration or transfer means the whole domain stops resolving.

How many nameservers?

Usually 2–4 for redundancy across networks.

NS vs A record?

NS names the servers in charge of the domain; A gives the IP of a host.