Skip to main content
ToolsHub

TXT Record Lookup

Enter a domain to retrieve all its TXT records, including SPF, DMARC, and verification entries.

Server processing — your query is handled securely on our servers.

How to use TXT Record Lookup

The TXT Lookup retrieves all the TXT records published in a domain’s DNS — free-form text entries that carry a surprising amount of important configuration, from email-authentication policies like SPF and DMARC to the verification strings services use to prove you own a domain. Because so many systems hide critical settings in TXT records, being able to read them all at a glance is invaluable for debugging email delivery, confirming a verification has been added, or auditing what a domain has published. Use this tool to list every TXT record and inspect its exact contents.

  1. Enter the domain whose TXT records you want to read.
  2. Click Lookup to fetch all TXT records from DNS.
  3. Scan the list for SPF, DMARC and verification entries.
  4. Confirm any record you recently added appears as expected.
  5. Check for duplicate or conflicting records that cause errors.

What lives in TXT records

TXT records are the catch-all of DNS, holding plain text that other systems interpret. The most common are email-related: an SPF record beginning v=spf1 lists who may send mail for the domain, and a DMARC record at _dmarc sets policy for handling failures. Many services — Google, Microsoft, search consoles and countless SaaS tools — also ask you to add a verification TXT record to prove ownership. Because they share the same record type, listing all TXT records together is the quickest way to see a domain’s full configuration footprint.

Common TXT record uses
Starts withPurpose
v=spf1SPF — authorised mail senders
v=DMARC1DMARC policy (at _dmarc)
google-site-verificationDomain ownership proof

Avoiding the duplicate-SPF trap

One TXT mistake causes more email trouble than any other: publishing two SPF records. The specification permits only a single SPF record per domain, and when two exist receivers may treat the result as invalid, undermining the protection SPF is meant to provide. The fix is to merge all senders into one v=spf1 record rather than adding a second. Listing every TXT record makes such duplicates obvious at a glance, alongside any stale verification strings left over from services you no longer use, which are safe to remove once confirmed unused.

Glossary

TXT record
A DNS record holding free-form text used by many systems.
SPF
A TXT-based policy listing which servers may send a domain’s mail.
DMARC
A TXT policy at _dmarc governing how to handle authentication failures.
Verification record
A TXT string a service asks you to add to prove domain ownership.
Duplicate SPF
Two SPF records on one domain, which invalidates SPF.

Related reading

Frequently Asked Questions

Free · No spam

Get weekly tool tips & updates

New tools, power-user tips, and productivity hacks — delivered free every Friday.

No spam, ever. Unsubscribe with one click.

Why use TXT Record Lookup?

  • Real-time DNS lookups using live resolver queries
  • Supports IPv4 and IPv6 addresses
  • No software to install — runs entirely in the browser
  • Results include TTL values and record priority

Common use cases

  • Verify DNS propagation after updating nameservers
  • Check MX records when troubleshooting email delivery
  • Look up SPF/DKIM/DMARC records for email security audits
  • Test whether a SSL certificate is valid and up to date
  • Find the IP address behind a domain name

Related Network & DNS

Explore all Network & DNS.