DNS Lookup
Check DNS records for any domain instantly. A, AAAA, MX, TXT, NS, CNAME, SOA and more — powered by Google Public DNS API. Free, no sign-up.
How to Use
Enter Domain Name
Type any domain name you want to investigate — like google.com or toolsmagnet.com.
Select Record Type
Choose which DNS record type to look up — A, AAAA, MX, TXT, NS, CNAME or all.
Click Lookup
Click Lookup to query DNS servers and retrieve current records.
View Records
See all DNS records of the selected type with their values and TTL.
About This Tool
Every time you type a website address into your browser, a fascinating lookup process happens in milliseconds before any page loads. Your device asks DNS servers to translate the human-readable domain name (google.com) into the machine-readable IP address (142.250.80.46) that computers actually use to communicate. Our DNS Lookup tool lets you see the results of these queries directly — essential for web developers, system administrators and anyone troubleshooting website issues.
What DNS Actually Does
DNS stands for Domain Name System — often called the "phonebook of the internet." Just as a phonebook translates a person's name into their phone number, DNS translates domain names into IP addresses. Without DNS, you would need to memorize numeric IP addresses for every website you wanted to visit.
DNS is distributed across thousands of servers worldwide organized in a hierarchy. When you request a domain, your device first checks its local cache, then your ISP's DNS resolver, then root nameservers, then authoritative nameservers for that specific domain. This entire process typically completes in under 100 milliseconds.
Understanding DNS Record Types
A records map a domain to an IPv4 address. AAAA records map to IPv6 addresses. These are what your browser uses to find the web server.
MX records specify which mail servers handle email for a domain. If you are troubleshooting email delivery issues, MX records tell you where email is supposed to go.
TXT records store text information — used for email authentication (SPF, DKIM), domain ownership verification (Google Search Console, SSL certificates) and other purposes. SPF records specifically tell receiving mail servers which servers are authorized to send email for your domain.
NS records list the authoritative nameservers for a domain — the servers that hold the official DNS records.
CNAME records create aliases — pointing one domain name to another. Often used to point www.example.com to example.com, or to point subdomains to external services.
Using DNS Lookup for Troubleshooting
Website not loading? Check the A record to confirm the domain is pointing to the correct IP address. Email not arriving? Check the MX records to verify email routing is configured correctly. Verifying an SSL certificate? Check TXT records for the verification code. Investigating whether a website is using Cloudflare? Check if the A records point to Cloudflare IP ranges. DNS lookup is the first diagnostic step for most web and email issues.
Why Use This Tool?
All Record Types
A, AAAA, MX, TXT, NS, CNAME and more.
Real-time Lookup
Queries live DNS servers for current records.
Troubleshooting
Essential for diagnosing web and email issues.
Always Free
No account needed. Look up unlimited domains free.
Related Tools
WHOIS Lookup
Find domain registrar, expiry date and nameservers instantly.
Use Tool →IP Address Lookup
Find location, ISP and timezone for any IP address instantly.
Use Tool →Website Security Scanner
Check if any website is safe before visiting.
Use Tool →Hash Generator
Generate MD5, SHA-256, SHA-512 hashes.
Use Tool →Frequently Asked Questions
An A record maps a domain name to an IPv4 address. When you type example.com, your browser looks up the A record to find the IP address of the web server. Multiple A records can exist for load balancing across multiple servers.