What Is a DNS Lookup?
A DNS lookup is a query that asks the Domain Name System which records a domain publishes โ such as A/AAAA (IP addresses), MX (mail servers), NS (authoritative name servers), and TXT (verification/SPF/DKIM). Itโs used to troubleshoot routing, email delivery, and domain ownership verification.
How to use this DNS Lookup
- Enter a domain (example.com).
- Select a record type (A, AAAA, MX, NS, TXT).
- Click Lookup to see live DNS results.
Use this DNS Lookup tool to instantly check the DNS records of any domain. This helps identify IP addresses, mail servers, authoritative name servers, and verification records for your domain.
DNS Record Types Explained
- A: Maps a domain name to an IPv4 address.
- AAAA: Maps a domain name to an IPv6 address.
- MX: Mail Exchange record, used for email servers.
- NS: Name Server record, identifies authoritative DNS servers.
- TXT: Text record, often used for verification or SPF/DKIM settings.
Frequently Asked Questions
What Is DNS and How Does It Work?
DNS (Domain Name System) is often called the phonebook of the internet. It translates human-readable domain names like example.com into IP addresses that computers use to communicate. Without DNS, you would need to memorize the IP address of every website you visit.
When you type a domain into your browser, your device queries a DNS resolver, which looks up the answer from authoritative name servers and returns the IP address. This entire process typically takes milliseconds.
What DNS record types can I check?
The most common DNS record types are: A records (map domain to IPv4), AAAA records (map to IPv6), MX records (specify mail servers), NS records (identify authoritative name servers), TXT records (used for SPF, DKIM, and domain verification), and CNAME records (alias one domain to another).
How to use DNS lookup to troubleshoot email
If emails are not being delivered, check the MX records for your domain to verify they point to the correct mail server. Also check TXT records for SPF and DKIM entries which prevent emails from being marked as spam. Missing or misconfigured records are the most common cause of email delivery failures.
What is DNS propagation?
DNS propagation is the time it takes for DNS record changes to spread across all DNS servers worldwide. It can take anywhere from a few minutes to 48 hours. The TTL (Time to Live) value on each record controls how long it is cached. If you recently changed DNS records and they are not showing correctly, propagation may still be in progress.