HomeToolsNetwork & DNS › Network & DNS Tools

DNS Lookup Tool

dns-lookup

Look up records for any domain using a public DNS-over-HTTPS resolver. Fast, free, and no login required.

Enter a target and run the tool.

About DNS Lookup

A DNS lookup queries the global Domain Name System to translate a human-readable domain name (like example.com) into the technical records that route traffic, deliver email, and verify ownership. Our free DNS lookup tool runs queries through a public DNS-over-HTTPS resolver directly from your browser, so results reflect the live, currently published records — not stale cached data. You can pull A and AAAA records to see which IPv4 and IPv6 addresses a hostname points to, MX records to inspect mail server routing and priorities, NS records to identify authoritative nameservers, TXT records to verify SPF, DKIM, and platform ownership tokens, CNAME records to trace aliases used for CDNs and SaaS hostnames, SOA records to read zone serials and refresh policy, and CAA records to confirm which certificate authorities are allowed to issue TLS certificates. The tool is free, requires no signup, works on any device, and is designed for developers, sysadmins, SEO specialists, and IT operators who need accurate DNS data quickly without installing dig, nslookup, or a desktop client. DNS-over-HTTPS means every query travels over an encrypted HTTPS connection, so the record data you see reflects what the authoritative nameservers actually publish — not a modified answer from a corporate proxy or an ISP that intercepts traditional unencrypted DNS traffic on port 53. TTL values returned alongside each record tell you how long a cached answer will persist before resolvers fetch fresh data; when a TTL is short (under 300 seconds), re-querying a minute later can surface an updated record after a recent change. For developers and DevOps teams, A and CNAME lookups are the fastest sanity check after a deployment: confirming that a load-balancer hostname, CDN edge domain, or Kubernetes ingress entry resolves to the right IP. For SEO specialists, TXT lookups expose Google Search Console ownership tokens and DMARC policy without having to log into a registrar or DNS provider dashboard. For IT security teams, NS and SOA lookups identify the authoritative DNS provider behind any domain — a key first step in infrastructure attribution during incident response. No account, no installation, no rate limit for normal use.

Common use cases

  • Verify a recent DNS change has taken effect on the authoritative nameservers.
  • Diagnose why a domain is not resolving for users or breaking deliverability.
  • Inspect mail routing configuration before migrating an email provider.
  • Audit a domain for missing security records (SPF, DKIM, CAA).
  • Confirm CDN, SaaS, or load-balancer hostname targets behind a CNAME.

How to use this tool

  1. Enter the domain name you want to inspect (for example, example.com).
  2. Choose the DNS record type you want to query from the dropdown.
  3. Click "Run lookup" to run a live query against a public DNS-over-HTTPS resolver.
  4. Review the records returned, including TTL and the resolved value for each entry.

Frequently asked questions

Is this DNS lookup free to use?

Yes. Every query is free, requires no account, and has no usage limits for normal use.

Where do the DNS results come from?

We query a public DNS-over-HTTPS resolver in real time, so the results match what the live authoritative servers currently publish.

Why do I see different results than my computer?

Your local machine, router, or ISP often caches DNS responses for the TTL period. This tool bypasses local caches and asks a public resolver fresh.

Can I look up subdomains?

Yes. Enter the full hostname such as mail.example.com or api.example.com — any valid name with at least one dot is supported.

Which record types can I query?

A, AAAA, MX, TXT, CNAME, NS, SOA, and CAA. Use the type selector above the input field to switch between them.

Related Network Tools

Open another DNS or domain check task in one click.

Live

WHOIS Lookup

View registrar, creation date, expiry, and nameservers for any domain.

Open tool
Live

Online Status Checker

Check if a website is online or down right now.

Open tool
Live

MX Record Lookup

Find the mail servers responsible for a domain.

Open tool