DNS Records Checker
Look up DNS records for a domain so you can review nameservers, mail routing, verification records, and configuration details that affect delivery, migrations, and site behavior.
DNS records are the behind-the-scenes wiring of every website — the instructions that tell the internet where to send traffic for a domain. Every time someone types a URL into a browser, DNS resolves that name to an IP address, routes email to the right server, and verifies ownership through TXT records. This tool pulls all the major record types so you can see exactly how any domain is wired up. Consider it your digital magnifying glass for the internet's address book.
Key takeaways
- A records point a domain to an IP address. This is the most fundamental DNS record. If a site loads, there is an A record behind it.
- MX records control email delivery. The priority number matters. Lower means higher priority. If email is broken, start here.
- TXT records handle verification and security. SPF, DKIM, and DMARC all live in TXT records. They tell receiving servers which IPs are allowed to send email for your domain.
- NS records delegate authority. They point to the nameservers actually managing DNS for the domain. Change these and everything else follows.
DNS Record Types Explained
A and AAAA records map a domain to an IP address. A records point to IPv4 addresses, AAAA to IPv6. Most domains have at least one A record. Sites using CDNs like Cloudflare may return different IPs depending on your location because the CDN resolves to the nearest edge server.
MX records tell other mail servers where to deliver email for your domain. Each MX record has a priority value — lower means higher priority, which is confusingly backwards but that's the internet for you. If the primary server is down, mail routes to the next lowest priority. If you use Google Workspace, your MX records point to Google's mail servers.
CNAME records create aliases. The most common use is pointing www.example.com to example.com so both addresses reach the same server. CNAMEs cannot coexist with other record types on the same name, which is why the root domain uses A records instead.
TXT records store text strings for verification and security policies. SPF records tell email servers which IPs can send mail for your domain. DKIM provides cryptographic signatures. DMARC defines what happens when checks fail. Google Search Console and other services also use TXT records for domain ownership verification.
NS records identify which nameservers are authoritative for a domain. When you change hosting providers or move to a different DNS service, you update NS records at your registrar.
SOA records contain administrative information: the primary nameserver, the responsible party's email, and a serial number that increments with each change. Secondary DNS servers use the SOA to know when to refresh their copies.
FAQ
How long does it take for DNS changes to propagate?
Why do I see different A record IPs from different locations?
What does a low TTL mean?
Related Tools
Popular SEOLivly Tools
About DNS Records Checker
Check DNS records when a domain’s setup feels off
DNS records explain how a domain is wired: where it points, how mail is routed, which services are verified, and whether a migration or config change actually propagated the way you expected. That makes DNS checks essential during troubleshooting.
This DNS records checker helps you review the domain’s visible setup so you can catch mismatched nameservers, missing mail records, or incomplete third-party verification faster.
Best use cases
- Post-migration validation
- Email deliverability troubleshooting
- Checking TXT records for service verification
Related checks
After DNS review, use the Server Location and IP Checker for IP context and Blacklist Lookup if mail reputation is part of the issue.