NS Lookup

Look up nameservers for any domain, detect the DNS provider, health-check each server, view glue records and SOA, and verify consistency

Enter a domain to look up its nameservers

See every nameserver, their IPs, health status, response time, DNS provider, SOA record, and whether all servers are returning consistent answers.

What is the NS Lookup Tool?

The NS Lookup tool retrieves the nameserver (NS) records for any domain and goes well beyond listing hostnames. It resolves each nameserver's IPv4 and IPv6 addresses (glue records), health-checks every server by querying it directly, detects which DNS hosting provider or registrar runs the zone, fetches the SOA record, and verifies that all nameservers return consistent answers.

Nameservers are the backbone of DNS — they're the authoritative servers that answer queries for a domain. If one is down or out of sync, parts of the internet can't resolve the domain. This tool shows you the full picture at a glance.

NS Lookup showing nameservers, health status, provider, and SOA

How to Use the NS Lookup Tool

  1. 1
    Enter a Domain:

    Type any domain and click "Lookup NS".

  2. 2
    Check Health Status:

    Each nameserver is queried directly to verify it's responding. Green = healthy, red = down or unreachable, with response time in milliseconds.

  3. 3
    Identify Provider & Verify Consistency:

    The tool detects the DNS provider (Cloudflare, Route 53, GoDaddy, etc.) and checks if all servers return the same answer for the domain's A record.

  4. 4
    Copy or Export:

    Copy all results or export as CSV / JSON for documentation and change management.

Key Features

Live Health Checks:Each nameserver is queried directly over DNS — not just listed. You see which are responding and which are down.
DNS Provider Detection:Recognizes 35+ providers — Cloudflare, AWS Route 53, Azure DNS, GoDaddy, Namecheap, Netlify, Vercel, and more.
Glue Records (IPs):Resolves IPv4 and IPv6 addresses for each nameserver — the "glue" that bootstrap DNS resolution.
SOA Record:Shows the primary NS, admin contact, serial number, and all timing parameters (refresh, retry, expire, min TTL).
Consistency Check:Queries the domain's A record from each NS to verify they all return the same answer — catches zone-sync failures.
Response Time:Shows how fast each nameserver responds, so you can spot slow or overloaded servers.

Pro Tips

Always Have ≥2

A single nameserver is a single point of failure. RFC 1034 recommends at least two. Most production domains use 2–4.

Check After Migration

After changing DNS providers, run this tool to verify the new nameservers are responding and the old ones have been removed — leftover NS records cause split-brain resolution.

Watch the Serial

The SOA serial number should increment with every zone change. If it hasn't changed after an update, the secondary NS may not have picked up the new records yet.

Real-World Applications

DNS Migration

Verify that new nameservers are live and healthy before removing the old delegation at the registrar.

Outage Diagnosis

When a domain goes down, the first thing to check is whether the nameservers are responding. This tool answers that in seconds.

Competitive Research

See which DNS provider a competitor uses — Cloudflare, Route 53, or registrar defaults — to understand their infrastructure choices.

Common DNS Hosting Providers

Cloudflare

*.ns.cloudflare.com
CDN / Edge DNS

AWS Route 53

*.awsdns-*.org/com/net/co.uk
Cloud DNS

Google Cloud DNS

ns-cloud-*.googledomains.com
Cloud DNS

Azure DNS

*.azure-dns.*
Cloud DNS

GoDaddy

*.domaincontrol.com
Registrar DNS

Namecheap

*.registrar-servers.com
Registrar DNS

Netlify

dns*.p*.nsone.net
Edge DNS

Vercel

*.vercel-dns.com
Edge DNS

Related Networking Tools

The NS Lookup tool goes far beyond listing nameserver hostnames — it health-checks each server, resolves their IPs, detects the DNS provider, fetches the SOA, and verifies consistency. Whether you're migrating DNS, diagnosing an outage, or researching a competitor's infrastructure, enter a domain and see the full picture in seconds. No sign-up, no API key, no cost.

More Networking Tools

Comments