NS Record Lookup

About NS Record Lookup

NS Record Lookup shows which nameservers are authoritative for a domain, meaning which servers hold the real answers for it. This is the record that decides where all the other records are read from, so it is the first thing to check when DNS changes appear to have no effect: if the nameservers still point at an old provider, edits made at a new provider are simply never consulted. Domains normally publish at least two nameservers for redundancy, and registrars usually require it. There are two places this information lives, and they can disagree. The delegation is stored at the parent zone by your registrar, while the NS records inside the zone are published by the nameservers themselves. When those two sets differ, resolution becomes inconsistent in ways that are hard to debug, because different resolvers may follow different paths. Changing nameservers is also the slowest DNS change to take effect, since the delegation at the registry commonly carries a TTL of a day or more.

DNS resolution happens in multiple stages. When you type a domain name, your browser first checks its own cache, then the OS resolver cache, then queries your configured DNS resolver (usually your ISP or a public resolver like 8.8.8.8 or 1.1.1.1). If none have the record cached, the resolver performs a recursive query: it asks the root name servers for the TLD servers (.com, .net, etc.), then asks the TLD servers for the authoritative name servers of the specific domain, and finally asks the authoritative servers for the actual record. This entire process typically completes in under 100ms. DNS-over-HTTPS (DoH) encrypts DNS queries in HTTPS traffic, preventing ISPs and network observers from seeing which domains you query. It was standardized in RFC 8484 in 2018 and is now supported by all major browsers. Google and Cloudflare both operate free public DoH endpoints (dns.google and cloudflare-dns.com). TXT records have become a critical security mechanism: SPF (Sender Policy Framework) records specify which servers are allowed to send email for a domain, DKIM (DomainKeys Identified Mail) records provide public keys for verifying email signatures, and DMARC records tell receiving mail servers what to do when SPF or DKIM checks fail. Checking these records is the first step in diagnosing email deliverability problems.

How to use NS Record Lookup

  1. Enter a domain name (e.g. example.com, without http://).
  2. Select a record type (A, AAAA, MX, TXT, CNAME, NS, SOA, CAA, SRV, PTR) or an email policy check (DMARC, SPF, DKIM).
  3. Click Lookup to see live DNS records, then copy all results with one click.

Frequently Asked Questions

What is an NS record?
An NS (Name Server) record identifies the servers that are authoritative for a domain, meaning the ones that hold its real DNS records. Resolvers follow NS records to find out where to ask for everything else.
Why does my domain have more than one nameserver?
For redundancy. If one nameserver is unreachable, resolvers try another, so DNS keeps working. Most registrars require at least two, and they are usually on separate networks so a single outage does not take the domain offline.
My DNS changes are not taking effect. What should I check first?
The NS records. If they point at a different provider than the one where you made the change, your edits are being made in a zone nobody reads. Confirm the nameservers match the provider hosting your records.
How long does a nameserver change take?
Longer than other DNS changes, often a day or more. The delegation lives at the registry and typically carries a long TTL, so resolvers hold the old nameservers well after the change is submitted at your registrar.
What if the NS records at the registrar and in the zone disagree?
Resolution becomes unpredictable, since different resolvers may take different paths. Both sets should list the same nameservers. Fix the mismatch at whichever side is stale rather than leaving them to disagree.

Related Tools

Also Available As