DNS Record Lookup
Query DNS records for any domain. Supports A, AAAA, MX, CNAME, TXT, NS, and SOA record types.
What DNS records tell you about a domain
Every domain depends on DNS records to route traffic, deliver email, and prove ownership. An A record points a domain to an IPv4 address; AAAA does the same for IPv6. MX records determine where email goes — wrong or missing MX entries mean bounced messages. CNAME records alias one hostname to another, while TXT records handle SPF, DKIM, and domain verification for third-party services. NS records define which name servers are authoritative. SOA records store zone metadata: serial numbers, refresh intervals, retry timers.
This DNS lookup tool queries live data for any domain and record type, then returns results in JSON along with the query time. No account required.
When a DNS lookup saves you time
DNS misconfigurations are behind a surprising number of outages and delivery failures. Here are common scenarios where a quick lookup helps:
- Domain migration. You updated your A record to point to a new server, but the site still loads the old one. A lookup confirms whether the change has propagated or if your DNS provider is still serving stale data. You can also verify ownership details with a WHOIS lookup.
- Email not arriving. Before digging into spam filters, check your MX records. A typo in the mail server hostname or a missing priority value will silently drop messages. Our MX lookup tool is built specifically for that.
- Slow page loads. DNS resolution adds latency to every request. If your query time here looks high, that delay hits every visitor before a single byte reaches the browser. Compare it against your overall response time to see how much DNS contributes.
- TXT verification failures. Services like Google Workspace and Mailchimp ask you to add TXT records. A lookup confirms the record exists and contains the exact value expected.
From one-off lookups to continuous monitoring
Manual lookups are useful for troubleshooting, but DNS problems don't always happen while you're watching. Someone could edit the wrong zone file, or a registrar might let a domain lapse — either way, the record changes without warning.
WatchCron's uptime monitoring checks your endpoints on a schedule and alerts you through Slack, email, Telegram, or other channels when something breaks — including failures caused by DNS issues. Instead of discovering a problem when customers complain, you find out within minutes.