AAAA Record Lookup
Lookup DNS AAAA records for any hostname, verify IPv6 mapping accuracy, and troubleshoot dual-stack DNS resolution issues. Run fast checks, interpret results,…
Use AAAA Record Lookup in 4 Steps
What is AAAA Record Lookup?
AAAA records map a hostname to an IPv6 address. The "quad-A" name reflects that IPv6 addresses are 128-bit — four times the 32-bit length of IPv4. A dual-stack domain publishes both A and AAAA records so IPv4 and IPv6 clients can both resolve.
As IPv6 adoption grows — currently over 40% of Google traffic — publishing AAAA records ensures your domain is reachable for IPv6-native networks without forcing a fallback penalty. Most CDNs (Cloudflare, Fastly, CloudFront) provide AAAA records automatically for proxied hostnames. The key risk is publishing an AAAA record pointing to a server that doesn't have IPv6 properly configured.
Quick Interpretation Table
Use this reference to diagnose common outcomes when running AAAA Record Lookup.
| Observed Result | Likely Cause | Next Step |
|---|---|---|
| AAAA missing, A present | IPv4-only — no IPv6 connectivity path | Add AAAA record if your server has a public IPv6 interface; otherwise leave it absent |
| AAAA returns loopback (::1) | Misconfigured record points to localhost | Replace with the server's public IPv6 address (not ::1 or fe80::...) |
| AAAA present but connection times out | Server IPv6 not configured despite published record | Either configure IPv6 on the server or remove the AAAA record |
CLI Examples
Run these commands directly from a terminal to verify AAAA records without relying on a browser-based tool.
dig AAAA example.comnslookup -type=AAAA example.comcurl -6 -v https://example.comping6 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.