Practical guide
How to use the DNS lookup tool
Use this online DNS lookup tool when you need a direct answer for one record type and a readable result you can share, compare, or verify from the command line.
What this tool checks
The DNS lookup tool asks a public resolver for a specific record type — A, AAAA, CNAME, MX, NS, TXT, SRV, or CAA — on a hostname. It is the fastest way to confirm what a resolver currently returns for a domain, including records used for websites, mail routing, vendor verification, and service discovery.
When to use it
Run a DNS lookup after changing DNS at a registrar or DNS host, before launching a site, when email delivery fails, when a vendor asks you to prove a verification record is visible, or when you simply need to know which IP a hostname currently resolves to. If a record exists in your DNS control panel but this lookup does not show it, double-check the record type, hostname, and which domain you are querying.
How to read the result
A successful DNS lookup returns one or more records for the exact name and type requested. An empty answer means the record type is missing on that name (the name itself may still exist for other types). NXDOMAIN means the name does not exist at all. SERVFAIL means the resolver could not complete the query — usually unreachable authoritative servers or a DNSSEC validation failure. For packet-level detail, switch to the DIG tool.
Common errors and what they mean
Empty answer with NOERROR status means the name exists but the record type is not published — for example, querying MX on a name that has only A records. NXDOMAIN means the resolver was authoritatively told the name does not exist. SERVFAIL usually means a DNSSEC chain is broken or the authoritative servers are unreachable. If you see different answers from different resolvers, the change is propagating but caches have not all expired yet.
DNS lookup vs dig vs nslookup
This tool is the right starting point for everyday questions. The DIG tool shows you the full DNS response including flags, response codes, and TTLs — useful for troubleshooting. The NSLookup tool is the simpler interactive style familiar to Windows users. All three talk to the same public resolvers under the hood; the difference is what they show you.
Example DNS lookup
- Example input
example.com A- Example result
A 93.184.216.34
An A record maps a hostname to an IPv4 address. AAAA is the equivalent record type for IPv6.
Related tools
DIG Lookup
Inspect raw DNS response details, flags, rcodes, sections, and TTLs.
Open toolMX Lookup
Run a free MX record lookup — check MX records, priorities, and mail exchanger hostnames for any domain.
Open toolTXT Lookup
Free TXT record lookup — check SPF, DKIM, DMARC, and verification TXT records.
Open toolRelated guides
FAQ
What is a DNS lookup?
How do I check DNS records for a domain?
Why does my DNS provider show a record but the lookup does not?
Which public DNS resolver should I use?
What is the difference between DNS Lookup and DIG Lookup?
Does this tool support all DNS record types?
Is this an online DNS lookup tool — do I need to install anything?
Last reviewed: 2026-05-20.