DNS Lookup
Look up DNS records for any domain name.
Quick Lookup
What is DNS lookup?
DNS (Domain Name System) translates human-readable domain names like example.com into IP addresses like 93.184.216.34 that computers use to locate servers. A DNS lookup queries DNS servers to find these records. This tool performs DNS lookups and displays all record types associated with a domain, helping you troubleshoot connectivity issues and verify DNS configuration.
DNS is often called the phonebook of the internet. When you type a URL in your browser, your computer queries a DNS resolver (usually operated by your ISP or a service like Google's 8.8.8.8 or Cloudflare's 1.1.1.1) to find the IP address of the server hosting that website. This process happens transparently in milliseconds for every website you visit.
DNS record types
- A record โ maps a domain to an IPv4 address. The most fundamental DNS record.
- AAAA record โ maps a domain to an IPv6 address.
- CNAME record โ creates an alias pointing one domain to another domain name.
- MX record โ specifies the mail server responsible for receiving email for the domain.
- TXT record โ holds arbitrary text, commonly used for domain verification and email authentication (SPF, DKIM, DMARC).
- NS record โ identifies the authoritative nameservers for the domain.
How to use this tool
Enter a domain name and select the record type you want to look up (or choose All to see all records). The tool queries DNS servers and displays the results including the record value, TTL (time to live), and the responding nameserver. Use this to verify DNS changes have propagated, troubleshoot email delivery issues, or check domain configuration.
DNS propagation
When you change DNS records, the changes do not take effect instantly worldwide. DNS resolvers cache records for the duration specified by the TTL (Time to Live) value. A TTL of 3600 means resolvers will cache the old record for up to one hour. Full global propagation can take 24-48 hours in some cases. Before making changes, lower the TTL to reduce propagation time.
Frequently asked questions
Why is my DNS not working?
Common DNS issues include: incorrect A record IP address, missing MX records causing email failures, CNAME records conflicting with other record types at the root domain, and stale cached records after a change. Use this tool to verify your records are correct, then wait for TTL-based propagation. Clearing your local DNS cache (flushing) can also help.
What DNS server should I use?
Popular public DNS servers include Google (8.8.8.8), Cloudflare (1.1.1.1), and Quad9 (9.9.9.9). They are typically faster and more reliable than ISP-provided DNS. Cloudflare focuses on speed and privacy. Quad9 adds malware domain blocking. Google offers extensive infrastructure. All three are free and easy to configure on any device.