How to Check DNS Records Online
check dns records online · dns lookup tool · dns record checker · all dns records
Step-by-step guide to checking A, AAAA, MX, NS, TXT, CNAME, SOA, CAA, and SRV records online before nameserver or hosting changes.
By DN01 Network Team
Before you change nameservers, migrate email, or renew TLS certificates, confirm what the world actually sees in DNS — not what your control panel claims. An online DNS record checker queries public resolvers and groups answers by type so you can compare apex, www, and service subdomains in one pass.
DN01 DNS Checker returns major record types together, including mail-auth TXT useful for DKIM and DMARC review. Use it together with DIG for single-type traces, WHOIS for registrar data, and the SSL Certificate Checker once A/AAAA records point at your new host.
When to run a full DNS lookup
Run a baseline lookup before migration day. Capture A/AAAA, MX, TXT (SPF/DKIM/DMARC), and NS in a ticket. After cutover, run the same lookup and diff results. SOA serial increments on some providers when the zone changes — note it for troubleshooting stale secondaries.
Checking dns records online is faster than installing dig on locked-down laptops and more complete than pinging a hostname (which never shows MX or TXT).
After each section change, re-run the DNS Checker on the same hostname so tickets show live TTL and string values rather than panel screenshots.
Four-step workflow with DNS Checker
Enter the domain or subdomain. Toggle all record types or specific sections (MX, TXT, NS). Click Check and review grouped answers with TTL values. Copy values into runbooks or API scripts.
If answers disagree with your panel, compare NS records via DIG and WHOIS. You may be editing a inactive DNS host while the world still queries the old nameserver set.
Record types worth checking together
A and AAAA for web routing; CNAME for aliases (never at apex on many providers); MX and mail TXT for deliverability; NS for delegation; CAA before issuing certificates; SRV for VoIP or federated services.
Use the record types table on the DNS Checker landing page as a quick reference before opening change requests with hosting support.
Frequently asked questions
- Is an online DNS checker accurate?
It reflects what the configured resolver returns at query time. Regional CDNs may give different A answers by geography; for authoritative truth, query the listed NS hosts with DIG.
- Does this replace DNS propagation maps?
No. DNS Checker shows a complete current snapshot from our resolver path — ideal for verifying configuration. Dedicated propagation tools compare many regional resolvers over time.
- Can I automate lookups?
Yes. Register for API access and call the documented DNS endpoints with your bearer token for monitoring and CI checks.
- Which records affect email the most?
MX plus SPF, DKIM, and DMARC TXT records. Verify all four after any mail provider change.
- Why do I see duplicate TXT strings?
Some providers publish multiple TXT records at one name (verification + SPF). Ensure only one SPF record exists at the apex or designated SPF name.