DKIM Checker
Look up and validate DKIM records for any domain — public key, key type, and selector auto-detection.
Last updated 08 Apr 2026
Check the DKIM (DomainKeys Identified Mail) record for any domain. Enter a domain and selector to retrieve the DKIM public key, key type, hash algorithms, and flags. Or use auto-detect mode to scan 20+ common selectors (google, default, selector1, k1, etc.) and find all active DKIM configurations. All lookups run via Cloudflare DNS-over-HTTPS.
How to use
- 1
Enter a domain
Type the domain you want to check — for example, gmail.com or yourdomain.com.
- 2
Choose lookup mode
Select 'Manual selector' if you know the DKIM selector (e.g., google, default, k1). Select 'Auto-detect' to scan 20+ common selectors automatically.
- 3
Run the check
Click the button or press Enter. The tool queries the DNS TXT record at selector._domainkey.domain via Cloudflare DNS-over-HTTPS.
- 4
Review results
See the public key, key type, hash algorithms, flags, and any warnings about the DKIM configuration.
Frequently asked questions
What is DKIM?
What is a DKIM selector?
How does auto-detect mode work?
What does an empty public key mean?
What key types does DKIM support?
Why does DKIM matter for deliverability?
Is this lookup private?
Can one domain have multiple DKIM records?
Verify that a domain has a valid DKIM record configured. DKIM adds a
digital signature to outgoing email, allowing receiving servers to
verify that a message was actually sent by the domain it claims to
be from and that it has not been modified in transit.
This tool queries the TXT record at `selector._domainkey.domain` and
parses the DKIM key record — showing the public key, key type (RSA
or Ed25519), hash algorithms, flags, and any configuration warnings.
If you don't know the DKIM selector, use auto-detect mode. It scans
20+ common selectors (google, default, selector1, selector2, k1, dkim,
protonmail, zoho, etc.) in parallel and reports every active DKIM
record it finds.
Who is this for: email administrators setting up DKIM signing, security
engineers auditing domain authentication, developers debugging email
deliverability, and anyone investigating email spoofing protections.
Related tools
SPF Record Checker
Look up and validate SPF records — parse mechanisms, detect misconfigurations, and check email authentication.
DMARC Checker
Look up and analyse the DMARC record for any domain — policy, alignment, reporting, and configuration warnings.
MX Lookup
Look up MX records for any domain — mail server priority, IP addresses, and email provider detection.
DNS Lookup
Query all DNS record types for any domain — A, AAAA, MX, TXT, CNAME, NS, SOA, CAA — via Cloudflare DoH.
Learn more
SPF, DKIM, and DMARC Explained: Stop Emails Going to Spam
How SPF, DKIM, and DMARC work together to stop email spoofing and spam folders. Google now rejects 75% of unauthenticated email from bulk senders.
DNS Record Types Explained: A, AAAA, CNAME, MX, TXT
Every DNS record type explained with real dig examples. Covers A, AAAA, CNAME, MX, TXT, NS, SOA, PTR, SRV, and CAA records used across 350M+ domains.