Find DNS Records

Inspect any domain’s DNS records without a terminal, for migrations, email setup, and debugging.

Look up DNS records for any domain instantly. Free DNS lookup for A, AAAA, MX, TXT, NS, CNAME and SOA via DNS-over-HTTPS.

Calculator Inputs

About DNS Lookup

Inspect any domain’s DNS records without a terminal, for migrations, email setup, and debugging.

Enter a domain and record type. The tool queries a public DNS-over-HTTPS resolver and lists every answer with its TTL. MX results reveal your mail exchangers, TXT shows SPF/DKIM/verification strings, and SOA exposes the serial to compare primaries.

Results reflect the resolver’s current view — propagation delays mean your authoritative data and public answers can differ for up to the old TTL. Queries run from your browser; no account needed.

Where it is used

Verifying MX records before email cutover, confirming nameserver changes propagated, debugging missing TXT/SPF/DKIM records, and auditing CNAME chains.

How to use the DNS Lookup

  1. Domain (e.g. example.com) — enter the value (e.g. example.com).
  2. Record Type — enter the value.
  3. Calculate — press the Calculate button to see the result instantly above.

Formula

DNS-over-HTTPS JSON query to a public resolver; answers listed with TTL.

Examples

Example

domain:example.com
recordType:A
Result: example.com. 3600s 93.184.216.34 …

Frequently Asked Questions

Why do I see different results than dig?
Different resolvers, different caches. Public DoH resolvers may lag your authoritative nameserver by up to the record TTL.
What does NXDOMAIN mean?
The name does not exist in DNS at all — usually a typo, or a record deleted so recently that caches still disagree.
How do I verify email records?
Check MX for the mail host, TXT for v=spf1 and DKIM selectors, and confirm they match your provider’s required values exactly.