NS Record Lookup

    Identify the authoritative nameservers for any domain. Verify domain delegation at the registrar level and troubleshoot core DNS hosting issues.

    28 DNS servers

    Ready to lookup DNS records

    Enter a domain name above and click "Lookup" to check DNS records across 28 global servers.

    Why Trust Our Network Tools?

    Built according to rigorous E-E-A-T (Experience, Expertise, Authoritativeness, and Trustworthiness) standards.

    100% Free & Accurate

    Our tools provide unrestricted, lifetime-free access to authoritative DNS servers worldwide, completely bypassing deceptive ISP caches.

    Privacy First & Secure

    All sensitive computations like password generation and hashing occur 100% locally in your browser. No data is ever transmitted, logged, or stored on our servers.

    Used by the Experts

    Reliably trusted by thousands of sysadmins, DevOps engineers, and network professionals daily for pinpoint diagnostic accuracy.

    Authoritative Nameserver Lookup

    Nameservers are the 'source of truth' for your entire domain. Our NS lookup tool identifies exactly which DNS servers are currently responsible for hosting your zone file. This is the first step in any DNS troubleshooting: if you are editing records at one host but the world is looking at nameservers at another host, your changes will never take effect.

    Identify DNS Provider

    Instantly see if a domain is using premium DNS (like Cloudflare) or basic registrar-provided nameservers.

    Global Authority Verification

    Check that all assigned nameservers are responding with consistent data to prevent 'split-brain' DNS issues.

    Verify Registrar Delegation

    Confirm that the nameservers you set at your registrar have correctly propagated to the TLD root servers.

    AI Quick Answer

    Nameservers (NS records) are the authoritative DNS servers that store all other DNS records for a domain. A nameserver lookup reveals which provider (e.g., Cloudflare, AWS, GoDaddy) currently controls your domain's DNS. Changes made at your domain registrar to point to new nameservers typically take 24 to 48 hours to propagate fully.

    Expert Insight

    "Never mix nameservers from two different providers (e.g., using two from Cloudflare and two from GoDaddy). This causes 'Lame Delegation' and can lead to random, hard-to-debug resolution failures where some users see your new site and others see your old one indefinitely."

    What is this tool?

    This tool finds the 'Nameservers' for a domain. Nameservers are the master servers that hold all the DNS rules for a website.

    How to use it

    1. Enter the domain name.
    2. Click 'Lookup'.
    3. The tool will display the 2 to 4 nameservers currently controlling the domain.

    Real-World Use Cases

    • Checking if your domain transfer to a new host was successful.
    • Verifying if a domain is using Cloudflare for performance and security.
    • Troubleshooting why your DNS changes aren't working (you might be editing the wrong zone!).

    Example Outputs

    The result will show the nameservers, e.g., 'ns1.digitalocean.com' and 'ns2.digitalocean.com'.

    What is an NS Record?

    A Name Server (NS) Record specifies which servers are authoritative for a given domain. In simple terms, it tells the internet where to go to find out your domain's A, MX, CNAME, and TXT records. When you register a new domain name, your registrar typically assigns default name servers. If you decide to use a third-party DNS provider like Cloudflare, Route53, or a specific web hosting company's DNS management, you must update your NS records at the registrar level to point to their infrastructure. NS records delegate the responsibility of DNS resolution to the designated servers.

    How to use the GetDNSInfo NS Record Tool
    To identify which servers are currently managing a domain's DNS zone, enter the domain name into our NS Record lookup tool. Powered by secure DNS-over-HTTPS, this tool will list the authoritative name servers along with their TTL settings. This check is a crucial first step in any troubleshooting process. If you are making DNS changes in a control panel and they aren't reflecting online, the NS tool will quickly confirm whether you are actually editing the correct, active DNS zone, or if your domain is pointing to a completely different set of name servers.

    Common NS Record Errors and Fixes
    Name server delegation issues are the root cause of many "domain not found" errors:

    • Mismatched NS Records: A common error occurs when the NS records at the registrar do not match the NS records defined within the DNS zone itself. Fix: Ensure that the exact same authoritative name servers are configured at both your domain registrar's panel and within your active DNS hosting provider's zone file.
    • Insufficient Redundancy: Relying on a single name server is a single point of failure. If that server goes down, your entire domain becomes unresolvable. Fix: Always provide at least two, preferably geographically dispersed, name servers (e.g., ns1.example.com and ns2.example.com).
    • Lame Delegation: This happens when an NS record points to a server that is not configured to answer queries for that specific domain. Fix: Verify with your DNS hosting provider that your domain zone is fully set up and active on their network before changing your NS records at the registrar.

    Frequently Asked Questions

    The Complete Guide to Nameserver (NS) Records and Domain Delegation

    When you purchase a domain name from a registrar (like GoDaddy, Namecheap, or Google Domains), you are simply reserving a name. To actually connect that name to a website, email server, or application, you must configure DNS records. However, before the internet can even begin to look for your A or MX records, it must first know who is managing those records. This foundational step is handled by the Nameserver (NS) record.

    An NS record delegates a domain or a subdomain to a specific set of DNS servers. It tells the global internet hierarchy exactly which servers possess the authoritative, master copy of a domain's DNS zone file. This guide covers the critical mechanics of NS records, how domain delegation works, the concept of "glue records," and how to utilize our NS Lookup Tool for advanced infrastructure troubleshooting.

    Expert Insights: The Hierarchy of Domain Delegation

    The Domain Name System is a globally distributed, highly hierarchical tree. When a user navigates to www.example.com, their browser doesn't magically know the IP address. The resolution process follows a strict chain of delegation:

    1. The Root Servers: The query starts at the internet's root servers, which direct the request to the servers responsible for the specific Top-Level Domain (TLD), in this case, .com.
    2. The TLD Servers: The .com registry servers are queried next. They don't know the IP address of the website, but they do know the NS records for example.com (as provided by your domain registrar).
    3. The Authoritative Nameservers: The query is finally directed to the specific nameservers listed in the NS records (e.g., ns1.cloudflare.com). These servers hold the actual A record for www.example.com and return the final IP address.

    Our NS Lookup Tool interrogates this chain. By verifying your NS records, you ensure that the TLD servers are correctly delegating traffic to your intended DNS provider.

    Common Use Cases for Modifying NS Records

    1. Switching DNS Hosting Providers

    Often, webmasters prefer to separate their domain registrar (where they buy the name) from their DNS host (who manages the records). For example, you might buy a domain on Namecheap, but point the NS records to Cloudflare to utilize their global CDN and advanced security features. Once the NS records are updated at the registrar level, Cloudflare becomes the authoritative source for all sub-records (A, CNAME, MX).

    2. Subdomain Delegation

    Large enterprise organizations frequently use NS records to delegate control of specific subdomains to different departments or entirely different companies.
    Practical Example: A company manages corporate.com internally using AWS Route 53. However, the marketing team hires an external agency to build a campaign on promo.corporate.com. Instead of granting the agency access to the master AWS account, the IT department simply creates an NS record for promo.corporate.com pointing to the agency's nameservers. The agency now has full autonomous control over the subdomain's DNS without touching the root domain.

    The Concept of "Glue Records"

    A complex scenario arises when you want to use custom "vanity" nameservers utilizing your own domain name (e.g., configuring example.com to use ns1.example.com and ns2.example.com).

    This creates a classic "chicken and egg" problem. To find the IP address of ns1.example.com, the resolver must query the nameserver for example.com. But to query the nameserver for example.com, it first needs the IP address of ns1.example.com!

    The Solution: Glue Records. A glue record is simply an A record provided directly to the TLD registry (at the registrar level) alongside the NS record. It "glues" the IP address to the nameserver hostname, breaking the infinite loop and allowing resolution to proceed. If you use vanity nameservers and they are failing, missing glue records are almost certainly the culprit.

    Advantages and Disadvantages of Vanity Nameservers

    Advantages:
    Branding: White-labeling your infrastructure looks highly professional to clients (e.g., an agency using ns1.agencyname.com instead of ns1.digitalocean.com).
    Portability: If you move your DNS hosting infrastructure to a new provider in the future, you only need to update the underlying glue records. Your clients don't have to change the NS records on their individual domains.

    Disadvantages:
    Complexity: Managing glue records adds a layer of fragility. If the IP address of your actual DNS server changes and you forget to update the glue record at the registry, all domains utilizing those vanity nameservers will immediately drop offline.

    Troubleshooting: Lame Delegation and Mismatched NS Records

    A "lame delegation" occurs when the NS records at the TLD registry point to a nameserver that either does not exist, or exists but is not configured to answer queries for that specific domain. This usually happens when a user updates their registrar to point to a new DNS host (like AWS), but forgets to actually create the hosted zone within the AWS dashboard.

    Another common issue is a mismatch between the NS records at the registrar and the NS records within the zone file itself. While the internet primarily relies on the registrar's delegation, mismatched internal NS records can cause subtle resolution delays and issues with DNSSEC validation.

    Conclusions

    NS records form the structural foundation of your domain's online presence. Without accurate delegation, all other DNS configurations are rendered useless. Whether you are troubleshooting a domain migration, setting up enterprise subdomain delegation, or configuring vanity branding, our instant NS Lookup Tool is essential for verifying that the global internet is being directed to the correct authoritative servers. Always ensure you have at least two nameservers configured for redundancy, geographically dispersed if possible, to guarantee maximum uptime for your critical web infrastructure.

    Explore DNS Resources

    Deepen your technical knowledge with our expert guides and tools focused on DNS. Establish a stronger foundation in modern internet architecture.

    A deep dive into how a major ISP misconfigured their BGP routing, causing global latency spikes, and how we identified the culprit using basic diagnostic tools.

    BGPASNRoute Leak
    Aug 1, 2026Alex Turner

    In 2026, unauthenticated email is dead. Learn how to architect strict SPF, DKIM, and DMARC alignments to ensure your SaaS transactional emails actually reach the primary inbox.

    DMARCSPFDKIM
    May 10, 2026Alex Turner

    Using public resolvers for internal QA testing leads to split-horizon DNS failures and cached misconfigurations. Here is how to test DNS properly.

    DNSDevOpsTesting
    Jul 28, 2026Alex Turner

    Verified by Get DNS INFO Team

    Expert Review

    This tool and its educational content are maintained by network infrastructure specialists. We provide real-time, authoritative DNS data and expert guidance on email security, propagation, and network optimization.

    Meet the Experts