What DNS record types can I look up?
Our tool supports A, AAAA, MX, CNAME, TXT, NS, SOA, PTR, SRV, and CAA records. You can select individual types or query all of them simultaneously for a complete domain overview.
Network Utility
Check DNS records for any domain name in real-time. Look up A, MX, CNAME, TXT, and other critical records to verify configuration or troubleshoot propagation.
Record types
DNS (Domain Name System) records are instructions that live on authoritative DNS servers. Think of them as a "phone book" for the internet that translates human-readable domain names (like findbest.tools) into machine-readable IP addresses (like 192.168.1.1).
When you type a URL into your browser, a DNS query is sent to a resolver. The resolver eventually finds the authoritative server for that domain and asks for the records needed to route your request to the correct server. Without these records, the internet as we know it would not function.
The most fundamental record. It maps a domain or subdomain to an IPv4 address.
Similar to the A record, but it maps a domain to an IPv6 address instead.
Mail Exchange records specify the mail servers used for the domain's email.
A Canonical Name record aliases one domain name to another (alias).
Stores text data for services like SPF, DKIM, and site ownership verification.
Identifies the authoritative name servers responsible for your DNS zone.
The Start of Authority record contains admin info and zone transfer details.
The Pointer record is used for reverse DNS lookups (IP to domain name).
DNS issues are often the root cause of "Site Not Found" errors or email delivery failures. Here are three steps to troubleshoot using this checker:
Our tool supports A, AAAA, MX, CNAME, TXT, NS, SOA, PTR, SRV, and CAA records. You can select individual types or query all of them simultaneously for a complete domain overview.
DNS propagation typically takes anywhere from 12 to 48 hours to complete worldwide. However, depending on your TTL (Time to Live) settings, changes can often be seen in just a few minutes.
An A record maps a hostname directly to an IPv4 address. A CNAME (Canonical Name) record acts as an alias, pointing one domain name to another instead of a specific IP.
If your MX records aren't appearing, it could be due to a recent change still propagating, an incorrect priority value, or a typo in the mail server hostname. Ensure your name servers are correctly pointed to your provider.
You can use this tool to query records directly from our servers. To verify global propagation, you should use a checker that queries servers from multiple geographical locations to see if the results are consistent.
The SOA (Start of Authority) record contains essential administrative information about a DNS zone, including the primary name server, the email of the domain administrator, and several timers for refreshing the zone data.
TTL is a value in a DNS record that tells the resolver or browser how long (in seconds) it should cache the record before it needs to query the server again for an update.
Yes, you can have multiple TXT records. This is very common for handling different services like SPF for email, and verification codes for Google Search Console, Microsoft 365, or other third-party tools.
A PTR record is the opposite of an A record. It maps an IP address back to a hostname, which is often used by mail servers to verify that a sending IP is associated with the domain it claims to be.
This usually means the domain hasn't configured that specific record type. For example, a domain without IPv6 support won't have AAAA records, and if no security policies are set, it might not have CAA or TLSA records.