NS Lookup: Find Authoritative Name Servers
Why NS records matter
NS (nameserver) records point to the authoritative DNS servers for your domain. They are the top of the chain: if NS records are wrong or inconsistent, no other record (A, MX, TXT, etc.) will resolve reliably.
This is especially important after transferring a domain, changing DNS providers, or when you suspect your registrar and your DNS provider are out of sync. An NS lookup shows exactly which nameservers the world is using to resolve your domain.
For a full picture, combine this with a DNS lookup to see A, MX, and TXT, and with an MX lookup or SPF checker if email is part of your setup.
How to use NS lookup
Enter a domain (e.g. example.com) and run the lookup. You should see the nameservers that your registrar lists as authoritative for the zone. They often look like ns1.example-dns.com or similar.
If you recently updated nameservers at your registrar, propagation can take hours or days. Select "Query all resolvers" to compare results from multiple public DNS servers; differences indicate that some parts of the internet still see the old NS set.
Use the same multi-resolver approach when debugging "my changes are live in one place but not another"—often the cause is cached or stale NS data.
Typical issues
Registrar nameservers do not match your DNS provider: you may have updated DNS at your provider but forgot to point the domain at that provider's nameservers at the registrar. Update the NS at the registrar to match.
Old nameservers remain after a migration: some resolvers still return the previous provider. Wait for TTL to expire and re-check with multiple resolvers.
Mixed results across resolvers: that usually means propagation is incomplete. Keep checking until all resolvers agree, then validate A/AAAA and MX to ensure traffic and email route correctly.
After NS is correct
Once NS records are consistent everywhere, run a DNS lookup to confirm A, AAAA, MX, and TXT records. Use MX lookup and SPF checker for email, and consider monitoring your endpoints so you know when DNS or services change.