Query A, AAAA, MX, TXT, and CNAME records for any domain worldwide.
Type
Host
Value
TTL
What Is a DNS Record Lookup?
A DNS (Domain Name System) lookup tool queries the authoritative name servers for a domain to retrieve its DNS records. These records control how a domain resolves to IP addresses, handles email routing, verifies domain ownership, and configures other critical network services.
Our free DNS lookup tool queries A, AAAA, MX, TXT, and CNAME records simultaneously, giving you a comprehensive view of any domain's DNS configuration. This is invaluable for system administrators, web developers, and anyone troubleshooting domain or email issues.
Frequently Asked Questions
What are DNS records?
DNS records are instructions stored on DNS servers that map domain names to IP addresses and define email routing, domain verification, and other services. Common types include A (IPv4), AAAA (IPv6), MX (mail), TXT (verification), and CNAME (alias).
What is an A record?
An A record maps a domain name to an IPv4 address. For example, it tells the internet that example.com points to 93.184.216.34. Multiple A records can exist for load balancing.
What is an MX record?
An MX (Mail Exchanger) record specifies the mail server responsible for receiving email for a domain. It includes a priority value — lower numbers indicate higher priority servers.
What is a TXT record used for?
TXT records store arbitrary text data and are commonly used for domain verification (Google, Microsoft), SPF email authentication, DKIM signing, and DMARC policies to prevent email spoofing.
What is a CNAME record?
A CNAME (Canonical Name) record creates an alias from one domain to another. For example, www.example.com might CNAME to example.com, so both resolve to the same IP address.
What does TTL mean in DNS?
TTL (Time To Live) is the number of seconds a DNS record can be cached by resolvers before they must query the authoritative server again. Lower TTL values mean faster DNS propagation but more DNS queries.
How long does DNS propagation take?
DNS propagation typically takes 1-48 hours globally after making changes. The actual time depends on the previous TTL value and how quickly DNS caches around the world expire their cached records.
Can I lookup DNS records for any domain?
Yes, DNS records are public information. You can query records for any domain name, regardless of ownership. Our tool queries A, AAAA, MX, TXT, and CNAME record types simultaneously.
Why are my DNS records not showing?
If no records appear, the domain may not exist, may not have the queried record types configured, or the DNS servers may be temporarily unreachable. Try again or verify the domain spelling.
What is the difference between A and AAAA records?
A records map domains to IPv4 addresses (e.g., 93.184.216.34), while AAAA records map to IPv6 addresses (e.g., 2606:2800:220:1:248:1893:25c8:1946). Both serve the same purpose for different IP versions.