TXT Record Lookup Tool

A TXT record stores arbitrary text data in DNS. It is the most versatile record type: SPF, DKIM, DMARC, domain-ownership verification for services like Google, Microsoft, and Facebook — all of these live inside TXT records. Use the form below to fetch all TXT records currently published for a domain.


What lives inside TXT records

Common TXT record checks

Developers use TXT lookups constantly during setup: adding a domain to a SaaS product, standing up email for a new company, or hardening an existing domain against spoofing. If a service tells you “we could not verify your domain,” a TXT lookup is the fastest way to see what your DNS is actually publishing versus what the service expects.

Reading the result

Each TXT record is a string (sometimes split into 255-character chunks by DNS itself, then rejoined by the resolver). A domain can publish many TXT records simultaneously — DNSFetch returns all of them so you can spot conflicts, duplicates, or missing entries at a glance.