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.

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:
- Open the DNS Lookup tool
- Enter the domain name you want to check (e.g., google.com)
- Click the lookup button
- 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.