Donate
BETA

DNS Lookup

Query A, AAAA, MX, TXT, NS, and CNAME records for a domain
Lookup Tool

Enter a domain name to look up its records including A, AAAA, MX, TXT, NS, and CNAME records.

How lookup works

maps hostnames to IP addresses and other records. / records return IPs, records define mail servers, and records hold verification data. This page works like an online nslookup tool for fast DNS checks.

How to diagnose common DNS problems

A DNS lookup becomes much more useful when you read it as a troubleshooting workflow rather than just a record dump. Start by confirming the record type that matches the problem. If a website is unreachable, compare and responses to make sure the domain resolves to the expected IPv4 or IPv6 address. If mail is failing, focus on records, then review values for SPF, DKIM, or verification entries that can affect delivery and reputation.

Another common mistake is treating one resolver response as the full truth. Cached answers, regional routing, CDN behavior, and stale local resolvers can make results appear inconsistent. That is where TTL helps: a short cache lifetime usually means answers can change quickly, while a longer TTL suggests a resolver may continue serving older data until the cache expires. When you are mid-migration or waiting for propagation, record type, TTL, and nameserver alignment matter more than a single lookup snapshot.

Misconfigurations often show up as subtle mismatches: an MX record pointing to a hostname with no A record, a CNAME chain where the target does not resolve, or authoritative name servers that do not match the registrar delegation. In those cases, combine this tool with reverse DNS, WHOIS or RDAP, and hostname resolution checks so you can distinguish a genuine configuration error from a temporary cache delay or provider-side routing choice.

Frequently asked questions

What does a DNS lookup show?
A DNS lookup returns records like A/AAAA (IP addresses), MX (mail servers), TXT (verification), NS (name servers), and CNAME (aliases).
Is this the same as a DNS checker or nslookup?
Yes. This page is an online DNS checker and nslookup-style tool for common DNS record types without using the command line.
Is this a DNS propagation checker?
It checks live DNS responses from a resolver. Full propagation checking usually compares many resolvers/regions, which can show different cache states.
Why do DNS results vary by location?
Some domains use geo-routing and CDNs, so DNS answers can differ depending on location, resolver, and cache state.
What is the TTL in DNS results?
TTL is the time a resolver should cache a record before refreshing it.