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

  1. Enter a domain (example.com).
  2. Select a record type (A, AAAA, MX, NS, TXT).
  3. 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 a DNS Lookup and why is it important?
A DNS Lookup helps identify how domain names resolve to IP addresses, ensuring your website and email reach the correct servers.
How do I check DNS records for my domain?
Enter your domain and select the DNS record type to see live A, AAAA, MX, NS, and TXT information.
What do A, MX, NS, and TXT records mean?
A records map domain to IPv4, AAAA to IPv6, MX for mail servers, NS for name servers, TXT for verification and SPF/DKIM records.
Why is my domain not showing records?
Some domains may have privacy protection or may not have certain DNS records configured yet.
What is DNS propagation?
DNS propagation is the time it takes for DNS record changes to spread across all servers worldwide. It can take anywhere from a few minutes to 48 hours depending on TTL settings.
How do I troubleshoot email delivery with DNS?
Check MX records to verify they point to the correct mail server. Also check TXT records for SPF and DKIM entries. Missing or incorrect records are a common cause of email delivery failures.
What is a CNAME record?
A CNAME (Canonical Name) record maps one domain name to another. It is commonly used to point subdomains like www to the root domain, or to point to external services like CDNs.

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.

See Also