DNS Lookup

Query DNS records including A, AAAA, MX, TXT, CNAME, and NS records for any domain with detailed propagation status.

100% client-side No signup Free forever

About DNS Records

A - IPv4 address
AAAA - IPv6 address
MX - Mail server
NS - Name servers
TXT - Text records (SPF, DKIM, etc.)
CNAME - Canonical name (alias)
SOA - Start of authority
// how to use

How to Use DNS Lookup

  1. Enter the domain name you want to look up (e.g., example.com)
  2. Select the DNS record types to query (A, AAAA, MX, NS, TXT, CNAME, SOA)
  3. Click "Lookup" to retrieve the DNS records
  4. Review the results showing IP addresses, mail servers, nameservers, and other DNS data
  5. Use the copy button to save specific records
// about

About DNS Lookup

DNS (Domain Name System) is the internet's phone book, translating human-readable domain names into IP addresses that computers use to communicate. Our DNS Lookup tool provides comprehensive visibility into any domain's DNS configuration, essential for troubleshooting, verification, and security analysis.

Understanding DNS Record Types

Each DNS record type serves a specific purpose in directing internet traffic:

  • A Records: Map domain names to IPv4 addresses—the most fundamental DNS record
  • AAAA Records: The IPv6 equivalent of A records for modern internet infrastructure
  • MX Records: Direct email to the correct mail servers with priority ordering
  • CNAME Records: Create aliases pointing one domain to another
  • TXT Records: Store verification data for email authentication (SPF, DKIM, DMARC) and domain ownership
  • NS Records: Identify the authoritative name servers for the domain
  • SOA Records: Contain administrative information including refresh intervals and serial numbers

When DNS Lookup Is Essential

After making DNS changes, propagation can take 24-48 hours. Our tool helps verify whether changes have taken effect globally. Email deliverability issues often stem from misconfigured MX or TXT records—checking these can resolve why messages aren't arriving. When migrating to new hosting, DNS lookup confirms traffic is routing correctly.

Security and Verification Uses

Security teams use DNS lookup to verify SPF, DKIM, and DMARC records that protect against email spoofing. Domain verification for services like Google Workspace or Microsoft 365 requires adding specific TXT records that our tool can confirm. Investigating suspicious domains often starts with DNS analysis to understand the infrastructure behind a website.

// faq

Frequently Asked Questions

What is DNS and what does DNS lookup do?
DNS (Domain Name System) translates domain names (google.com) to IP addresses (142.250.80.14) that computers use. DNS lookup queries this system to find a domain's records. It shows IP addresses, mail servers, name servers, and other DNS configuration.
What are the different DNS record types?
Common types: A records (IPv4 address), AAAA (IPv6), CNAME (alias to another domain), MX (mail servers), TXT (text data like SPF/DKIM), NS (name servers), SOA (zone authority). Our tool queries all record types and explains what each means.
Why would DNS lookup show different results?
DNS has propagation delay - changes take 24-48 hours to spread globally. Different DNS servers may cache different versions. Results vary by geographic location (CDNs). We query multiple global DNS servers so you can see propagation status.
How do I diagnose DNS problems?
Check if: A records point to correct IPs, nameservers are authoritative and responding, TTL values are appropriate, propagation is complete across regions. Our tool tests from multiple locations and highlights potential issues.
What do the TTL values mean?
TTL (Time To Live) tells resolvers how long to cache records. Lower TTL (300s) means faster updates but more queries. Higher TTL (86400s) means better performance but slower changes. Before changing IPs, lower TTL first for smoother transition.
Can I lookup internal/private DNS records?
Our tool queries public DNS servers, so it can't see private/internal DNS zones. For internal lookups, use your local DNS server or tools like nslookup/dig on your network. We show only publicly resolvable records.