DNS Lookup - A, MX, TXT, NS & More
Query DNS records for any domain straight from your browser via secure DNS-over-HTTPS. Check A, AAAA, MX, TXT, NS, CNAME, SOA, and CAA records, or all of them at once.
Look up DNS records without opening a terminal
This DNS lookup tool queries live DNS records for any domain directly from your browser. It supports the eight record types that cover nearly every real-world question: A and AAAA for IPv4 and IPv6 addresses, MX for mail routing, TXT for verification and email policies, NS for delegated nameservers, CNAME for aliases, SOA for zone metadata, and CAA for certificate issuance rules.
Developers use it to verify a deployment points at the right server, email administrators check MX priorities and SPF or DKIM strings in TXT records, and domain owners confirm that nameserver changes have propagated. The query-all button runs all eight lookups in parallel, giving a complete snapshot of a domain's public DNS in about a second.
Queries go over DNS-over-HTTPS to Google Public DNS at dns.google, the same resolver behind the 8.8.8.8 service. Because DoH runs on standard HTTPS, it works from any network without special ports, and responses arrive as JSON with the name, TTL, and data for every record. MX results are sorted by priority, and multi-part TXT strings are joined for readability.
The TTL column tells you how long resolvers cache each answer: a TTL of 300 means changes propagate within about five minutes, while 86400 means up to a day. When migrating a site, lower the TTL in advance, make the change, and confirm the new values here before raising it again. An NXDOMAIN result means the name simply does not exist.
DNS checks pair well with the other web tools on ToolForte: test crawler access with the Robots.txt Tester and validate your page metadata with the Meta Tag Generator. Apart from the DNS query itself, which goes only to Google Public DNS, nothing you type is sent anywhere, and no API key or rate-limited quota stands between you and your next lookup.
How the DNS Lookup Works
- 01Enter a domain name; full URLs are accepted and reduced to their hostname automatically.
- 02Pick a record type such as A, MX, or TXT, or use the query-all button to fetch all eight common types in parallel.
- 03The query is sent over DNS-over-HTTPS to Google Public DNS and answers arrive as structured JSON.
- 04Read the results table with name, TTL, and data per record; MX rows are sorted by priority and TXT strings are joined for readability.
Reading DNS Records Like an Administrator
Each record type answers a different question. A and AAAA records map a name to IPv4 and IPv6 addresses, and are the first thing to check when a site points at the wrong server. CNAME shows that a name is an alias for another name, common for www hosts and CDN endpoints; a name with a CNAME cannot carry most other records. MX records route email, and their priority numbers matter: mail is delivered to the lowest number first, with higher values as fallbacks. TXT records carry machine-readable policies, most importantly SPF, DKIM, and DMARC entries that decide whether the world trusts your outgoing email, plus site-verification strings for services like Search Console. NS shows which nameservers are authoritative, SOA exposes zone metadata including the serial number that increments on every change, and CAA whitelists which certificate authorities may issue TLS certificates for the domain. The TTL column is your propagation clock: resolvers cache each answer for that many seconds, so a change to a record with TTL 86400 can take a day to be seen everywhere. Before any migration, lower TTLs in advance, make the change, verify the new values here, and then restore longer TTLs for performance.
When to Use the DNS Lookup
Use it whenever DNS is the suspect: a freshly deployed site shows the old server, email bounces and you need to see MX and SPF records, a TLS certificate will not issue and CAA might be the reason, or a domain transfer requires confirming nameserver changes propagated. It is also the quickest way to verify TXT records after adding site-verification or DMARC entries, and to inspect any public domain's setup when debugging integrations. Since it runs over standard HTTPS, it works from corporate and public networks where classic DNS tools are blocked.
Common Use Cases
- Verifying that a deployed website's A and AAAA records point at the new server.
- Checking MX priorities and SPF, DKIM, and DMARC TXT records when email fails.
- Confirming nameserver changes after a domain transfer with an NS lookup.
- Auditing a domain's crawl setup together with its robots.txt rules. → Robots.txt Tester
Expert Tips
- Lower TTLs a day before planned DNS changes so the switch propagates in minutes instead of hours.
- Use the query-all button before and after a migration to capture a full snapshot you can compare.
- If email deliverability drops, read the TXT records first: a malformed SPF entry silently fails many receivers.
Frequently Asked Questions
What does NXDOMAIN mean?→
Why do MX records have priority numbers?→
Is this lookup private?→
Related tools
12 suggested- 01ZIP Extractor - Open ZIP Files OnlineOpen and extract ZIP files directly in your browser: list contents, preview text and images, download files. Free and private - nothing is uploaded.
- 02Archive Converter and Extractor - ZIP, 7z, RAR, TAR, GZOpen ZIP, 7z, RAR, TAR, TAR.GZ, GZ, BZ2 and XZ archives in your browser, download the files, convert between ZIP, 7z, TAR and TAR.GZ, or create a new archive. Nothing is uploaded.
- 03Video and Audio Converter - MP4, WebM, MP3, GIF, Trim, CompressConvert MOV, AVI, MKV and WebM to MP4, extract MP3 or WAV, compress a video, trim a clip, make a GIF, remove silence and normalise loudness. FFmpeg runs in your browser, nothing is uploaded.
- 04User Agent Parser - Browser & OS LookupParse any user agent string to identify browser, version, engine, OS, and device type, including bots. Free, instant, and fully browser-based.
- 05HTML to JSX Converter - Free & InstantConvert HTML to valid React JSX instantly: className, camelCase attributes, style objects, and self-closed tags. Free, browser-based, and private.
- 06.htaccess Redirect Generator - Apache & NginxGenerate 301 and 302 redirect rules for Apache .htaccess and Nginx, with HTTPS, www, and trailing-slash templates. Free and fully browser-based.
- 07Generate .env.example Files - Free & PrivatePaste a .env file and instantly get a .env.example with secret values stripped. Free, browser-based, and private - credentials never leave your device.
- 08JSON Formatter & Validator - Instant ResultsFormat, validate, and minify JSON with instant error highlighting. Pinpoints syntax errors. Free, private, browser-based.
- 09JSON to CSV Converter - Export InstantlyConvert JSON arrays to CSV format with automatic header detection. Download as CSV file. Free, browser-based - no upload needed.
- 10CSV to JSON Converter - Auto-Detect FormatConvert CSV data to JSON format instantly. Auto-detects delimiters and headers. Free, private, browser-based - no upload needed.
- 11Spreadsheet Merge and Split - Combine or Split CSV and Excel FilesMerge several CSV or Excel files into one, matching columns by name, or split one file into parts by row count or column value. Runs in your browser, nothing uploaded.
- 12JSON to XML Converter - Instant & FreeConvert JSON data to XML format with proper indentation and escaping. Free, browser-based converter - no upload needed.
From the blog
Further reading- DNS Lookup and WHOIS: How to Investigate Any DomainUse a DNS lookup and WHOIS tools to check domain ownership, troubleshoot DNS records, and investigate suspicious sites. Practical examples and record types.9 min read
- IP Geolocation Lookup: Find the Location Behind an IPLearn how IP geolocation works, what data your IP reveals, and how developers use IP lookups for security, analytics, and content localization.8 min read
- 15 Free Developer Tools Every Programmer Should BookmarkFormat JSON, encode Base64, test regex, decode JWTs, and more. Fifteen browser-based developer tools that run locally with no installation required.11 min read