TXT Record Lookup

Find text records for verification and configuration

Domain Lookup
Enter a domain name to find its TXT records
What are TXT Records?

TXT records allow domain administrators to insert arbitrary text into DNS records. They're commonly used for domain verification, email security policies, and various service configurations.

Common TXT Record Uses:

  • SPF Records: Email authentication and anti-spoofing
  • DMARC Policies: Email security and reporting policies
  • Domain Verification: Prove ownership for services like Google, Microsoft
  • DKIM Keys: Email signing public keys
  • Site Verification: Search engine and service verification
  • Security Policies: CAA records for certificate authority authorization

TXT Record Format:

domain.com. IN TXT "v=spf1 include:_spf.google.com ~all"

TXT records can contain any text data up to 255 characters per string, with multiple strings allowed.