Look up DNS records for any domain in real time. Our free DNS lookup returns A, AAAA, MX, NS, TXT, and CNAME records — essential for debugging email, verifying nameserver changes, confirming DNS propagation worldwide, and auditing how a domain is wired up.
Our DNS lookup tools operate through a globally distributed network of probes, ensuring accurate data collection with a particular emphasis on comprehensive coverage across the United States for localized performance insights.
Key takeaways
A DNS lookup shows the A, AAAA, MX, NS, TXT and CNAME records that route a domain's traffic and email.
A records point to IPv4 addresses, AAAA to IPv6, MX to mail servers and NS to the authoritative nameservers.
TXT records carry SPF, DKIM and domain-verification strings — the first place to look when email fails.
Records are fetched live from authoritative nameservers, so edits appear as soon as they propagate.
What this page covers
Verify domain name system records including A, AAAA, MX, NS, CNAME, TXT, SPF, DKIM, DMARC.
Diagnose common domain resolution problems and misconfigurations with ease.
Check DNS propagation status across various geographic locations instantly.
Ensure email deliverability by validating MX, SPF, and DKIM records.
Understand how your domain's DNS is configured and who hosts it.
Identify changes in nameservers and CNAME redirects.
Perform a thorough DNS hosting check to confirm service providers.
How the DNS lookup works
The query starts at the root, which points to the registry for the domain's top-level domain, which points to the authoritative nameservers listed in the domain's delegation. We ask those authoritative servers directly rather than reading a local cache, so what you see is the record as published, not as remembered by an intermediate resolver.
How to read your DNS results
A and AAAA records are the hosting layer: the IPv4 and IPv6 addresses that serve the site. NS records show who controls DNS, which is often a different company from the registrar and is the first thing to verify after a migration. MX records route email, and their absence explains bounced mail more often than any mail server setting. TXT records hold SPF, DKIM and DMARC policy plus verification strings from Google, Microsoft and others.
DNS record types our DNS lookup tool resolves
Record type
What it stores
Common use
A
IPv4 address
Maps domain to a server
AAAA
IPv6 address
Modern IPv6 routing
MX
Mail server hostname + priority
Email delivery routing
NS
Nameserver hostname
Delegation to DNS provider
TXT
Arbitrary text
SPF, DKIM, DMARC, verification
CNAME
Alias to another hostname
Subdomain pointing to a CDN
SOA
Zone authority data
Primary nameserver & refresh
PTR
Reverse DNS
IP-to-hostname mapping
Real-world use cases
Website Migration Verification
Before and after migrating a website to a new host, use the DNS lookup to verify that the A records are pointing to the new server's IP address. This prevents downtime and ensures visitors are directed to the correct site version post-migration.
Email Deliverability Troubleshooting
If you're experiencing issues with sending or receiving emails, perform an MX record check and SPF checker to ensure your email infrastructure is correctly configured and authenticated, preventing emails from being marked as spam.
Subdomain Configuration for Services
When setting up subdomains for services like a blog (blog.example.com) or an internal tool, use a CNAME lookup to confirm they are correctly aliased to the main domain or a third-party service provider.
Security and Authentication Audit
Regularly use the TXT record lookup, including DKIM record and DMARC lookup, to audit and ensure your email authentication mechanisms are properly implemented, protecting your domain from spoofing and phishing attempts.
Troubleshooting
Website not loading after nameserver change.
Perform a nameserver lookup to ensure the NS records correctly point to your new hosting provider's nameservers. Check for typos and allow up to 48 hours for full dns propagation check, clearing your local DNS cache if needed.
Emails not being received at my domain.
Use the mx record check to verify your mail exchange records are correctly configured and pointing to your email service provider. Also, check SPF and DKIM records via txt record lookup for proper email authentication.
Subdomain access issues (e.g., blog.example.com not loading).
Perform a CNAME lookup for the subdomain to confirm it's correctly aliased to the main domain or the intended target. Ensure the target domain's A record is resolving correctly.
Website still showing old content after IP address change.
Conduct an A record lookup to confirm your domain points to the new IP address. A dns propagation check will show if the changes have reached local DNS resolvers; clear your browser cache and local DNS cache to see updates.
Common mistakes and how to fix them
Adding a second A record instead of replacing the old one
Delete the outdated A record — two conflicting A records make browsers round-robin between servers.
Publishing more than one SPF TXT record
Merge all senders into a single SPF record; multiple SPF records are an automatic validation failure.
Pointing a CNAME at the root domain
Use an A record or an ALIAS/ANAME record at the apex — CNAME at the root breaks MX and NS resolution.
Frequently Asked Questions
What does a DNS lookup return?
A, AAAA, MX, NS, TXT, and CNAME records for the queried domain — typically in under a second.
Is the DNS lookup tool free?
Yes — free, unlimited queries, no signup.
Can I check MX records with this DNS lookup?
Yes — MX records are part of the standard output along with priority and target mail server.
How is DNS lookup different from WHOIS lookup?
DNS lookup reads live records served by nameservers. WHOIS reads registration records held by the registrar. Run our WHOIS lookup for ownership data.
What is a DNS lookup and why is it important?
A DNS lookup is the process of finding information, like an IP address, associated with a domain name within the Domain Name System. It's crucial because it enables web browsers and other internet services to locate and connect to websites and servers using human-readable domain names instead of numerical IP addresses, making the internet user-friendly.
Why is an MX record check important for email?
An MX record check is vital because MX (Mail Exchange) records specify which mail servers are responsible for accepting incoming email for your domain. Incorrect MX records will prevent you from receiving emails, making them essential for proper email functionality and deliverability.
What is a nameserver lookup and why do I need it?
A nameserver lookup identifies the authoritative DNS servers responsible for your domain. These NS records are critical because they delegate control over your domain's DNS records. You need it to know where to make DNS changes, especially when switching hosting providers or troubleshooting domain delegation issues.
What is a TXT record lookup used for?
A TXT record lookup is highly versatile and used for various purposes, including domain verification for services like Google Workspace and for critical email authentication records like SPF, DKIM, and DMARC. These records store human-readable text information for external systems to read and verify.
Summary
Use this free DNS lookup tool whenever a domain resolves to the wrong server, email stops arriving, or a verification record needs confirming. Check the A and AAAA records for hosting, MX for mail, NS for delegation and TXT for policy — then pair it with the WHOIS lookup and reverse IP lookup for the complete infrastructure picture.