How to use this DNS lookup tool
Type the hostname your users type in the browser (for example www.example.com) or paste a full page URL—we extract the host automatically. Choose a single DNS record type when you already know what you need, or select all common typesto snapshot the public view of your zone in one pass. After you run a lookup, compare the answers with your DNS provider's editor and with our WHOIS lookup when you need registrar context alongside live records.
DNS record types this tool explains
- A — maps the name to one or more IPv4 addresses. Essential for traditional hosting and CDN front doors.
- AAAA — same role as A, but for IPv6. Dual-stack publishing improves reach on modern networks.
- MX — ordered list of mail servers with priorities. Misconfigured MX is a leading cause of bounced or spoofed mail.
- TXT — arbitrary text used for SPF, DKIM, DMARC, and SaaS domain verification. Large providers often split long strings into multiple chunks; we show both joined and chunked views.
- CNAME — points a hostname at another canonical name. Rare on bare apex domains because of co-existence rules; common on
wwwand app subdomains. - NS — lists authoritative nameservers. Mismatched NS data at the parent zone and your DNS host is a frequent copy-paste mistake after transfers.
- SOA — administrative metadata: primary nameserver, responsible mailbox, serial, and timing fields used for zone transfers and refresh logic.
When to pair DNS lookup with other checks
DNS tells you where traffic should go; transport security tells you how safely it arrives. After MX or A records change, verify TLS with our SSL certificate checker and confirm HTTP behavior using the HTTP header checker or response code checker. If marketing links redirect through chains, follow hops with the redirect chain checker. For crawler-facing rules, review robots.txt and HTML metadata via the meta tags extractor.
Practical DNS troubleshooting guide
Start by confirming the exact hostname users hit—apex versus www versus a regional subdomain. Run ALLlookups after any DNS edit, then narrow to the specific type that matters (for example MX after moving email). Remember that resolvers cache answers for the record's TTL, so identical panels at two offices may disagree for minutes or hours. If public DNS shows stale data but your authoritative DNS UI is correct, wait for TTL decay or flush local caches only as a diagnostic step—end users still depend on global resolver behavior.
Email authentication stacks almost always require coherent TXT publishing: one SPF policy per aligned domain, selector-based DKIM records from your ESP, and a DMARC policy hosted on _dmarc.When TXT verification for a SaaS product fails, re-run a TXT lookup on the precise name the vendor specifies—many dashboards hide the leading underscore hostnames beginners expect at the zone root.
Related free tools
Browse the full website and URL tools collection, or open a focused checker below.
- Broken Link Checker — Scan outbound links from any URL for 404s and broken hrefs—paste a page and audit links in seconds.
- HTTP Header Checker — Inspect HTTP response headers for any URL: cache control, content-type, CORS, and security-related values.
- Redirect Chain Checker — Trace the full redirect path to the final URL and spot unnecessary hops hurting SEO and performance.
- SSL Certificate Checker — Verify TLS certificate validity, expiry, issuer, and chain for any domain before users hit errors.
- WHOIS Lookup — Look up domain registration details: registrar, dates, and status for research and due diligence.
- IP Address Lookup — Resolve IPv4 or IPv6 to geolocation, ISP, ASN, and hostname for network and fraud analysis.
- Domain Age Checker — See how long a domain has been registered—useful for SEO trust signals and quick vetting.
- Robots.txt Checker — Fetch and review robots.txt rules, directives, and sitemap lines to catch crawler misconfiguration.
- Meta Tags Extractor — Extract title, meta description, Open Graph, Twitter Card, and canonical tags from any live URL.
- Open Graph Preview — Preview how a link may appear when shared on social networks before you publish or pitch.