DNS Lookup Tool
Query any DNS record type — A, MX, TXT, CNAME, NS, SOA.
Open toolHome › Tools › Network & DNS › NS Record Lookup
Inspect authoritative nameservers and quickly validate delegation.
Enter a target and run the tool.
Results
| Type | TTL | Value |
|---|
NS (Nameserver) records identify the authoritative DNS servers responsible for answering all queries about a domain. When a recursive resolver needs to look up any DNS record — an A address, an MX mail server, a TXT policy record — it first finds the NS records for the domain to know which servers are the official source of truth. The AT USE NS lookup tool queries live DNS via DNS-over-HTTPS and returns every authoritative nameserver currently published for the domain you enter. Use it to verify a DNS provider migration completed at the registrar, to confirm delegation matches the intended hosting setup, or to diagnose intermittent resolution failures caused by inconsistent nameserver configuration. No account required, no rate limits for normal use.
example.com. Enter only the apex domain; NS records live at the zone root, not at subdomains.aria.ns.cloudflare.com and rick.ns.cloudflare.com; AWS Route 53 domains return four nameservers in the awsdns-*.com/.net/.org/.co.uk pattern.Results come from an external public resolver rather than your local network, so they show the public view — the same result an external user or service would get when resolving this domain.
The Domain Name System is a hierarchy. At the top are the root servers. Below them are the TLD servers (one set for .com, another for .net, and so on). When you register a domain and set nameservers at your registrar, the registrar instructs the TLD servers to publish a delegation: "for example.com, ask these nameservers." Every recursive resolver in the world follows this chain — root → TLD → authoritative nameservers — each time it resolves a name it has not recently cached.
Your registrar's nameserver configuration is therefore the authoritative source of what NS records the world sees. Your DNS provider (Cloudflare, Route 53, Google Cloud DNS, Namecheap, etc.) hosts the zone data, but none of it matters unless the registrar delegates correctly. This is why NS mismatches — where the registrar has old nameservers and your DNS provider's zone contains updated records — cause intermittent or complete resolution failures.
Nameserver changes propagate based on the TTL of the NS records in the parent zone (the TLD zone), which is controlled by the TLD registry. For .com and .net, this is typically 172,800 seconds (48 hours). In practice most resolvers see nameserver changes within a few hours once the registrar submits the update, but full propagation can take up to 48 hours.
Most DNS providers configure 2 to 4 nameservers per domain for redundancy. Fewer than 2 creates a single point of failure — if the only nameserver is unreachable, the domain stops resolving entirely. The DNS specification requires at least 2 nameservers for any zone.
Your registrar's control panel shows what you have configured, which is submitted to the parent TLD registry. This lookup queries a live resolver, which reflects what the TLD registry has published. Differences usually mean the registrar's update has not yet propagated to the TLD servers — typically a matter of hours, up to 48 hours at most.
NS changes at the registrar level propagate through the TLD zone, whose TTL is controlled by the registry (typically 172,800 seconds, or 48 hours, for .com/.net). In practice most resolvers pick up the change within a few hours of the registrar confirming the update.
Yes. Multi-provider DNS is a valid high-availability architecture. All nameservers in the NS record set must serve identical zone data; inconsistent records across providers cause random resolution behavior depending on which server a resolver queries.
A glue record is an A/AAAA record in the parent zone (the TLD zone) that gives the IP address of a nameserver whose hostname falls within the zone it serves. For example, if your nameserver is ns1.example.com and it is the authoritative server for example.com, a resolver cannot find ns1.example.com without first finding example.com — a circular dependency. The registrar breaks this circle by submitting a glue record to the TLD registry. If you set up self-hosted nameservers under your own domain, your registrar will ask for the nameserver IP addresses so it can submit glue records.
Changing NS records delegates all DNS lookups to new nameservers. If the new nameservers do not have your A, MX, and other records configured identically to the old zone, services will break when resolvers switch over. Always replicate all existing records in the new DNS provider's zone before updating the NS records at the registrar.
Open another DNS or domain check task in one click.
Query any DNS record type — A, MX, TXT, CNAME, NS, SOA.
Open toolView registrar, dates, and nameservers for any domain.
Open toolFind the mail servers responsible for a domain.
Open toolValidate SPF records and diagnose email authentication failures.
Open toolVerify SSL/TLS certificate validity, expiry, and chain.
Open tool