DNS Lookup
A DNS lookup queries the Domain Name System for the records published under a domain name: A and AAAA records map the name to IP addresses, MX records route its email, NS records name its authoritative servers, and TXT records hold verification and SPF data. Enter a domain below to query them all at once.
What Is a DNS Lookup?
DNS is the internet's phone book: it translates human-readable names like example.com into machine-usable records. A DNS lookup asks the domain's nameservers which records are currently published. Each record type answers a different question:
- A: the IPv4 address(es) the name points to.
- AAAA: the IPv6 address(es) the name points to.
- CNAME: an alias that redirects the name to another hostname.
- MX: the mail servers that accept email for the domain, by priority.
- NS: the authoritative nameservers that host the domain's zone.
- TXT: free-form text used for SPF, DKIM, DMARC and site verification.
- SOA: zone metadata (primary nameserver, admin contact and serial number).
- CAA: which certificate authorities may issue TLS certificates for the domain.
Every record also carries a TTL (time to live): the number of seconds resolvers may cache the answer before asking again.
Common Uses
- Verify DNS changes: after editing records at your registrar or DNS host, confirm the new values are live and watch propagation as old TTLs expire.
- Debug email delivery: check that MX records point at the right mail servers and that your SPF policy is published as a TXT record.
- Find the nameservers: the NS records show which DNS provider actually serves a domain, the first thing to check when migrating or troubleshooting.
Need the registrar and expiry date instead? Run a WHOIS lookup →