DNS Lookup Tool
Query DNS records for any domain name. Supports common record types including A, AAAA, MX, NS, CNAME, TXT, SOA, and SRV.
DNS Lookup
What is DNS?
The Domain Name System (DNS) is the phonebook of the internet. When you type a domain name like example.com into your browser, your device performs a DNS lookup to find the IP address associated with that domain. DNS translates human-readable domain names into machine-readable IP addresses that computers use to identify each other on the network. Without DNS, you would need to memorize numerical IP addresses for every website you want to visit. DNS is a hierarchical, distributed database that spans thousands of servers worldwide, ensuring that domain name resolution is fast, reliable, and fault-tolerant.
Different DNS record types serve different purposes. A records map a domain to an IPv4 address, while AAAA records map to IPv6 addresses. MX records specify mail exchange servers that handle email delivery for a domain. NS records identify the authoritative name servers for a domain. CNAME records create aliases that point one domain to another. TXT records store arbitrary text data, commonly used for domain verification and SPF/DKIM email authentication. SOA records contain administrative information about a DNS zone, including the primary name server and zone serial number. SRV records specify the location of specific services, such as SIP or LDAP, within a domain.
Understanding DNS is essential for network troubleshooting, server administration, and cybersecurity. Common use cases include verifying that DNS changes have propagated after migrating a website to a new hosting provider, checking that mail records are correctly configured to prevent email delivery issues, auditing DNS security settings such as SPF and DKIM TXT records, and troubleshooting connectivity problems by verifying that a domain resolves to the expected IP address. Our DNS lookup tool performs real-time queries against public DNS servers and returns the raw records exactly as they are published, giving you accurate and up-to-date information for any domain on the internet.