NS Lookup
Query Nameserver (NS) DNS records for any domain — see authoritative name servers and SOA data
Frequently Asked Questions
example.com, it first queries the NS records to find out which server to ask.anita.ns.cloudflare.com). Changes can take up to 48 hours to propagate globally.ns.cloudflare.com = Cloudflare, awsdns = Amazon Route 53, domaincontrol.com = GoDaddy, dnsimple.com = DNSimple, googledomains.com or ns-cloud = Google Cloud DNS, name.com = Name.com. You can also cross-check against their published nameserver lists.A recursive nameserver (also called a resolver) does not hold zone data — instead, it performs lookups on behalf of clients by querying root servers, TLD servers, and finally authoritative servers. Examples: 8.8.8.8 (Google), 1.1.1.1 (Cloudflare). When your browser looks up a domain, it queries your recursive resolver, which in turn queries the authoritative servers.
anita.ns.cloudflare.com and boris.ns.cloudflare.com. Changes propagate within 24–48 hours globally, though often much faster. During propagation, some users may resolve to the old DNS while others see the new one.
ns1.example.com for example.com), a resolver can't look up the NS record without first knowing the IP of ns1.example.com — which requires looking up example.com. The glue record is an A record stored at the TLD registry level (not in your zone) that provides the IP address of your nameservers directly, breaking the circular dependency. Glue records are only required when your nameserver hostnames are within the domain they're serving.
About This NS Lookup
This free NS Lookup tool queries DNS Nameserver and SOA records in real time for any domain. It returns all authoritative nameservers with their IP addresses, and includes SOA (Start of Authority) zone metadata such as the serial number, refresh interval, and admin contact — useful for verifying DNS hosting and diagnosing zone propagation.
When to use this tool
- Verify that nameserver changes have propagated after an update
- Identify the DNS hosting provider for any domain
- Check NS records after a domain transfer or registrar change
- Audit the SOA serial number to confirm zone updates
SOA Record Fields
| Field | Description |
|---|---|
| mname | Primary nameserver for the zone |
| rname | Admin contact email (dot-encoded) |
| serial | Zone version number — incremented on each change |
| refresh | How often secondaries check for zone updates (seconds) |
| retry | Retry interval if a refresh fails (seconds) |
| expire | How long secondaries serve the zone without a refresh |
| minimum | Default TTL for negative (NXDOMAIN) caching |
Related Internet Tools
Related Articles
View all articles
Changing Nameservers Transfers Authority for Your Entire Domain — Here's Why That Makes NS Hijacking Uniquely Dangerous
Changing nameservers transfers authority for your entire domain — website, email, subdomains, authentication records — to whoever controls the new nameservers. Here's how nameserver hijacking works (registrar account compromise, social engineering of registrar support), what registry locks actually protect against, the glue record attack surface that bypasses NS monitoring, and why proactive NS record monitoring is the minimum security practice for business-critical domains.
Multiple Nameservers, One Provider: Why "Redundant" DNS Isn't Always as Redundant as It Looks
A domain can have multiple nameservers, all responding correctly, all passing every lookup test — and still go fully offline the moment one provider has a bad day, if all those "multiple" nameservers belong to the same provider's infrastructure. Here's the single-provider redundancy illusion, how genuine multi-provider DNS requires keeping zone data synchronized, and how Anycast architecture explains why most single-provider setups are, in practice, quite resilient anyway.
Glue Records and DNS Delegation: Why Changing Nameservers Can Silently Break a Domain
A nameserver named ns1.example.com creates a circular dependency — to find its IP, you'd normally ask example.com's nameservers, which it is one of. Glue records solve this by storing nameserver IPs directly in the parent zone. Here's how delegation chains work, when glue is required vs unnecessary, and why stale glue at the registrar causes confusing migration failures.
DNS Providers Compared: Cloudflare vs Route 53 vs Google Cloud DNS — and Why It Matters
Registrar DNS is almost always the weakest option — slow global performance, poor TTL flexibility, and limited routing features. Here's how Cloudflare, Route 53, and Google Cloud DNS compare on performance, pricing, and features, and how to move DNS without moving your domain registration.
DNS Propagation Explained: Why the 48-Hour Wait Is Mostly Avoidable
DNS propagation isn't magic — it's cache expiry. Understanding how TTL, authoritative nameservers, and recursive resolvers interact makes domain migrations predictable and the 48-hour wait mostly avoidable.