TXT Lookup
Lookup DNS TXT records for verification, SPF, DMARC, and other domain policies. Run fast checks, interpret results, and use related tools for validation.
Use TXT Lookup in 4 Steps
What is TXT Lookup?
TXT records store arbitrary text data associated with a domain. While originally designed for human-readable notes, they've become the default mechanism for email authentication (SPF, DKIM, DMARC), domain ownership verification (Google Search Console, AWS ACM), and security policies (MTA-STS, BIMI).
A domain can have multiple TXT records at the same name — with one critical exception: SPF requires exactly one `v=spf1` record. Having multiple SPF TXT records is an RFC 7208 violation that causes authentication failures. DKIM public keys are published at `selector._domainkey.domain` subdomains, so they don't conflict with apex TXT records.
Quick Interpretation Table
Use this reference to diagnose common outcomes when running TXT Lookup.
| Observed Result | Likely Cause | Next Step |
|---|---|---|
| Multiple v=spf1 TXT records | SPF validation fails by RFC 7208 rule | Merge all mechanisms into a single SPF record — delete duplicates |
| No TXT records at all | No email auth, no verification tokens published | Publish SPF at minimum; add DMARC at _dmarc subdomain |
| TXT content appears truncated | Long string split across multiple segments (>255 chars each) | Expected behavior — resolvers concatenate segments; use full-text DNS checker to see complete value |
CLI Examples
Run these commands directly from a terminal to verify TXT records without relying on a browser-based tool.
dig TXT example.comdig TXT _dmarc.example.comdig TXT selector._domainkey.example.comnslookup -type=TXT example.comTroubleshooting Workflow
- Run this record check first for a scoped signal on the target hostname.
- Validate nameserver authority and SOA context if results are unexpected.
- Use propagation checks when different regions return different values.
- Re-run after applying fixes and compare values against your expected configuration.
Frequently Asked Questions
Get guides like this by email
DNS, email auth, and security playbooks delivered when they publish. No spam.