How to Check A and AAAA Records for a Domain
A practical guide to checking A and AAAA records, understanding where a website points on IPv4 and IPv6, and spotting the DNS mistakes that break web delivery.
If you want to know where a website points, start with the A and AAAA records.
Those are the DNS records that usually tell you which IPv4 and IPv6 addresses the hostname resolves to.
What A and AAAA records do
- A record = hostname to IPv4
- AAAA record = hostname to IPv6
That is the core of web delivery for a lot of domains.
The quick way to check them
Use Domain Lookup and inspect the A and AAAA sections first.
That immediately tells you:
- whether the hostname resolves at all
- whether it has IPv4
- whether it has IPv6
- whether the answers fit the infrastructure you expected
Why these records matter so much
If the domain is supposed to serve a website, A and AAAA records are often where the real path begins.
If they are wrong, missing, stale, or only half-migrated, the site can:
- fail entirely
- work in one region but not another
- work on IPv4 and fail on IPv6
- appear to point at the wrong provider
What a useful A/AAAA check asks
Not just:
“Is there an IP?”
Also:
- is it the right IP family?
- does it match the expected provider or CDN?
- is IPv6 published responsibly?
- does the result line up with the nameserver and hosting context?
That turns the check from a box-tick into an actual diagnosis step.
Common A/AAAA problems
1. The A record is right, the AAAA record is broken
This creates the classic half-working site problem. IPv4 users may be fine while IPv6 users hit trouble.
2. The hostname points at a CDN edge, not the origin
That is often correct behavior, not a bug. You just need to interpret the answer properly.
3. The records were changed in the wrong DNS provider
This looks like propagation, but it often is not. The authoritative nameserver question comes first.
4. The records are right, but the backend is not listening properly
That is where DNS ends and delivery troubleshooting begins.
Useful next reads
- How to Check Nameservers for a Domain
- DNS Propagation Checker: How to Tell If Records Updated
- Why AAAA Records Break HTTP-01 Validation
- Why Domain Lookup Shows CDN IPs Instead of the Origin
The short version
An A/AAAA record check tells you where a hostname points on IPv4 and IPv6.
That makes it one of the fastest ways to see whether the web path itself looks sane before you start blaming certificates, apps, or providers.
Continue reading
Stay in the same investigation track with these closely related guides.
Tools mentioned in this article
Run the same diagnostics to follow along with the guide.