DNS Records Checker

Look up A, AAAA, MX, TXT, CNAME, SOA. Filter by type, copy values. Instant. Free.

DNS Records Checker

Enter domain without http:// or https:// (e.g. google.com)

What is DNS Records Checker?

DNS Records Checker is a free online tool that looks up DNS records for any domain. You enter a domain name (without http:// or www), and the tool fetches and displays A, AAAA, MX, NS, TXT, CNAME, and SOA records. DNS (Domain Name System) translates domain names to IP addresses and stores other configuration such as mail servers and text records. System administrators, developers, and site owners use this tool to verify DNS configuration, troubleshoot connectivity, or audit domain setup.

The tool displays results in a card layout with a summary of record counts by type. A filter lets you show only specific record types (A, AAAA, MX, TXT, etc.). Each record shows type, value, and TTL. You can copy individual values to the clipboard. The interface includes a domain input, Check button, Sample button (pre-fills google.com), and Reset. No account or signup is required.

Who Benefits from This Tool

System administrators and DevOps engineers benefit when configuring or troubleshooting domains. Verifying that A records point to the correct IP, MX records point to the right mail servers, or TXT records are present for verification (e.g., DNS-based domain verification) is a common task. The tool provides a quick read-only view without needing command-line access.

Web developers and site owners benefit when launching new sites or migrating hosting. Checking DNS before and after a migration helps ensure the domain resolves correctly. Verifying SPF, DKIM, or DMARC TXT records for email deliverability is another use case.

SEO and marketing professionals benefit when auditing domain configuration. Incorrect redirects, missing records, or misconfigured DNS can affect site availability and performance. A quick DNS check helps identify issues.

Key Features

Multiple Record Types

The tool fetches A (IPv4), AAAA (IPv6), MX (mail), NS (nameservers), TXT, CNAME, and SOA records. Results are grouped by type with color-coded badges. Each record displays the full value for copying.

Record Type Filter

Filter results by record type using the horizontal button group. Select "All" to see everything, or a specific type (A, AAAA, MX, etc.) to focus on one category. Useful when domains have many records.

Copy to Clipboard

Each record value can be copied with a single click. Handy when you need to paste an IP, MX host, or TXT value into configuration or documentation.

Domain Normalization

The tool accepts domains with or without www and strips protocol if provided. Enter "google.com" or "https://www.google.com" and the tool normalizes to the bare domain for the lookup.

How to Use

  1. Enter the domain name. Type the domain without http:// or https:// (e.g., google.com or example.com). The tool strips www if present.
  2. Complete the captcha if required. Some configurations require captcha verification.
  3. Click Check DNS Records. The tool performs the lookup and displays results.
  4. Review the results. Records appear in a table grouped by type. Use the filter to show only specific record types.
  5. Copy values as needed. Click the copy button next to any record value to copy it to the clipboard.
  6. Use Sample to test. Click Sample to check google.com and see example output.

Common Use Cases

  • Verifying A and AAAA records point to the correct hosting IP
  • Checking MX records for email configuration
  • Auditing TXT records for domain verification, SPF, DKIM, DMARC
  • Troubleshooting DNS propagation after changes
  • Confirming nameservers (NS) after migration
  • Looking up CNAME records for CDN or subdomain setup
  • Checking SOA for domain authority and TTL info
  • Quick checks during client onboarding or audits

Tips & Best Practices

Enter the bare domain (e.g., example.com) for the most accurate results. DNS records are typically stored at the apex; subdomains may have different records. If you recently changed DNS, allow time for propagation (TTL-dependent; can be minutes to 48 hours). Use the filter to focus on the record type you care about when domains have many records.

For email verification, look at MX and TXT records. SPF, DKIM, and DMARC are typically in TXT records. Ensure the values match what your email provider or verification service expects. When migrating, compare DNS before and after to confirm all critical records are updated.

Limitations & Notes

The tool performs a standard DNS lookup from the server's location. Results may differ from your local resolver due to geographic DNS or CDN. The tool does not show DNSSEC status or perform advanced queries. Rate limiting may apply for repeated lookups. Private or internal DNS is not accessible. The tool does not store lookup history.

FAQs

Is the tool free?

Yes. No signup required. A captcha may appear depending on site settings.

Why does it say "Invalid domain"?

The domain must be in a valid format (e.g., example.com). Do not include http://, https://, or paths. Remove www if you want the apex domain.

Why are some record types empty?

Not all domains have all record types. A domain may have no AAAA (IPv6), no MX (if not used for email), etc.

How long does DNS propagation take?

Propagation depends on TTL. Typically 5 minutes to 48 hours. The tool shows current records from the resolver used.

Can I check subdomains?

Enter the full subdomain (e.g., mail.example.com). The tool will look up that hostname.

Does it show DNSSEC?

No. The tool shows standard record types only.

Why do results differ from my local lookup?

DNS can vary by resolver and location. The tool uses its server's resolver.

Can I check multiple domains?

Run one lookup at a time. Enter a domain, check, then change and check again.

Does the tool cache results?

Each request performs a fresh lookup. No caching is applied.

What if the domain has no records?

The domain may be misconfigured, expired, or not yet propagated. Verify the domain is registered and DNS is set correctly.