Install our app 🪄 click on the icon in the top right of the address bar.
Server room with network infrastructure

How to Check DNS Records for Any Domain (Step-by-Step)

Developer Tools 4 March, 2026 3 min read 0 views

    Learn how to look up DNS records for any domain name. Understand A, AAAA, MX, CNAME, NS, and TXT records with our free DNS lookup tool.

    DNS (Domain Name System) is the backbone of the internet. Every time you visit a website, send an email, or connect to an API, DNS translates human-readable domain names into IP addresses that computers understand. Understanding DNS records helps you troubleshoot website issues, configure email properly, and manage domains like a pro.

    Network infrastructure and server connections

    This guide explains the most important DNS record types and shows you how to check them for any domain.

    What Are DNS Records?

    DNS records are instructions stored on DNS servers that tell the internet how to handle requests for a domain. Each record type serves a different purpose — routing web traffic, delivering email, verifying domain ownership, and more.

    The Most Important DNS Record Types

    A Record (Address Record)

    The most fundamental DNS record. It maps a domain name to an IPv4 address. When someone types your domain in a browser, the A record tells them which server to connect to.

    Example: toolsparkr.com  192.168.1.100

    AAAA Record (IPv6 Address)

    Same as an A record but for IPv6 addresses. As the internet transitions to IPv6, these records are becoming increasingly important.

    Example: toolsparkr.com  2001:0db8:85a3::8a2e:0370:7334

    CNAME Record (Canonical Name)

    Creates an alias that points one domain to another domain. Commonly used for subdomains like "www" or for pointing to CDN services.

    Example: www.toolsparkr.com  toolsparkr.com

    MX Record (Mail Exchange)

    Tells email servers where to deliver mail for your domain. Without proper MX records, you can't receive email. The priority number determines which server to try first (lower = higher priority).

    Example: toolsparkr.com  mail.toolsparkr.com (priority 10)

    TXT Record (Text)

    Stores arbitrary text data. Widely used for domain verification (Google, Microsoft), email authentication (SPF, DKIM, DMARC), and security policies.

    Example: v=spf1 include:_spf.google.com ~all

    NS Record (Name Server)

    Specifies which DNS servers are authoritative for the domain. These are set at your domain registrar and point to your DNS hosting provider.

    Example: toolsparkr.com  ns1.cloudflare.com

    SOA Record (Start of Authority)

    Contains administrative information about the domain including the primary nameserver, the email of the domain admin, serial number, and refresh timers.

    How to Check DNS Records

    Use our free DNS Lookup tool to check all DNS records for any domain:

    1. Open the DNS Lookup tool
    2. Enter the domain name you want to check (e.g., google.com)
    3. Click the lookup button
    4. View all DNS records organized by type — A, AAAA, MX, CNAME, NS, TXT, and SOA

    Common DNS Troubleshooting Scenarios

    Website Not Loading After Domain Change

    Check the A record. If it still points to the old server IP, update it at your DNS provider. DNS changes can take up to 48 hours to propagate worldwide.

    Emails Not Being Delivered

    Check MX records to ensure they point to your email provider. Also check TXT records for proper SPF and DKIM configuration. Missing or incorrect email authentication records are the top cause of emails landing in spam.

    SSL Certificate Errors

    Use our Whois lookup to verify domain ownership and our DNS lookup to check if the domain points to the correct server with the SSL certificate installed.

    Domain Verification Failures

    Services like Google Search Console and Microsoft 365 require TXT record verification. Use the DNS lookup to confirm the verification TXT record was added correctly.

    Related Tools

    • DNS Lookup — check all DNS record types for any domain
    • IP Lookup — find the geolocation and details of any IP address
    • Whois Lookup — check domain registration, expiry date, and registrar info
    • Meta Tags Checker — verify SEO meta tags on any website

    All our DNS and domain tools are free to use with no account required. Bookmark the DNS Lookup tool for the next time you need to troubleshoot domain issues.

    Share this article
    Written by ToolSparkr Team
    Our team of developers and writers creates free, in-depth guides to help you make the most of every online tool. From encoding to hashing, SEO to security — we've got you covered.
    Browse all tools