DKIM Checker
Look up and validate DKIM records for any domain — public key, key type, and selector auto-detection.
How to use DKIM Checker
-
Enter a domain
Type the domain you want to check — for example, gmail.com or yourdomain.com.
-
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.
-
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.
-
Review results
See the public key, key type, hash algorithms, flags, and any warnings about the DKIM configuration.
DKIM Checker FAQ
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?
Background
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.
networkDNS 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.