Why Use This Tool
DNS issues cause website downtime, email delivery failures, and SSL problems. Looking up DNS records helps diagnose connectivity issues and verify domain configuration.
Free online DNS lookup tool. Query A, AAAA, MX, NS, TXT, SOA, and other DNS records using Google DNS-over-HTTPS. — runs 100% in your browser, client-side only. No data is sent to any server. Free to use, no account required.
Uses the public dns.google DoH API. No server-side code required.
DNS lookup queries Domain Name System servers to resolve domain names to IP addresses and retrieve DNS records (A, AAAA, MX, TXT, CNAME, NS, etc.). It shows how the internet routes traffic to domains.
DNS issues cause website downtime, email delivery failures, and SSL problems. Looking up DNS records helps diagnose connectivity issues and verify domain configuration.
Use DNS lookup when troubleshooting website connectivity, verifying MX records for email, checking domain propagation after changes, or auditing domain DNS configuration.
SREs, domain administrators, email operators, and engineers handling network incidents.
Treat DNS data as untrusted in automation and validate SPF, DKIM, and DMARC records carefully before policy changes.
A records map domains to IPv4 addresses (32-bit). AAAA records map to IPv6 addresses (128-bit). Both can coexist; browsers prefer IPv6 when available.
MX (Mail Exchanger) records specify which servers handle email for a domain. The priority value determines order — lower numbers are tried first.
DNS caching. Records have TTL (Time To Live) values telling caches how long to store them. Changes propagate as caches expire, typically within 24-48 hours.