What is an AAAA DNS record (Quad‑A explained)?

An AAAA record — spoken as "Quad‑A" — is the DNS record that maps a domain name to an IPv6 address. It does the same job as an A record, which maps a domain to an IPv4 address, but for the newer and much larger IPv6 address space.
The difference is the address family it points at. An A record holds a 32‑bit IPv4 address — four decimal groups separated by dots, like 192.0.2.1. An AAAA record holds a 128‑bit IPv6 address — eight groups of four hexadecimal digits separated by colons, like 2001:db8:85a3::8a2e:370:7334. IPv6's larger word size is also where the name comes from: an IPv6 address is four times the length of an IPv4 one, hence four "A"s.
Why IPv6 exists
IPv4 can represent only about 4.3 billion unique addresses, and in most regions that pool has already been exhausted. IPv6 expands the space to roughly 340 undecillion (3.4 × 10³⁸) addresses — enough to end the scarcity that forced workarounds like Network Address Translation (NAT).
Beyond raw scale, IPv6 simplified the packet header for more efficient routing and replaced broadcast with more targeted multicast and neighbor‑discovery mechanisms. It was also designed with IPsec in mind, though — contrary to a common myth — IPsec is not automatically switched on just because a host uses IPv6; it still has to be configured.
How the AAAA record fits with other DNS records
An AAAA record is one of a handful of record types a domain typically publishes. The common ones:
- A record — maps a domain to an IPv4 address.
- AAAA record — maps a domain to an IPv6 address (the subject of this guide).
- CNAME record — aliases one name to another, useful for subdomains like
wwwormail. - MX record — names the mail servers that receive email for the domain.
- TXT record — holds arbitrary text, and is where email‑authentication records such as SPF and DMARC live.
How to add an AAAA record
- Confirm IPv6 support. Check that your hosting or server environment actually has a routable IPv6 address — many do not by default.
- Get the IPv6 address. Obtain it from your host or ISP. It will be a full 128‑bit address, often written in the shortened
::form. - Open your DNS editor. Log in to the registrar or DNS provider that manages your zone.
- Create the record. Choose type AAAA, set the Host/Name (
@for the root domain, orwww,mail, etc.), and paste the IPv6 address as the value. - Set a TTL. A shorter time‑to‑live (for example 300 seconds) is handy while you're testing; a longer one (3600 seconds) is fine once the address is stable.
- Save and let it propagate. Changes are usually visible within minutes but can take up to 48 hours to reach every resolver, depending on prior caching.
How to test an AAAA record
Query the record directly instead of waiting on propagation:
- On any platform:
dig AAAA yourdomain.com(ornslookup -type=AAAA yourdomain.comon Windows) returns the published IPv6 address. - A hosted DNS lookup tool does the same from the browser and checks multiple resolvers at once.
- To confirm the host actually answers over IPv6,
ping -6 yourdomain.comverifies end‑to‑end connectivity.
AAAA records and email authentication
If any of your mail leaves the building over IPv6, DNS accuracy stops being cosmetic. Receivers like Gmail apply stricter checks to IPv6 senders: mail from an IPv6 address is expected to have valid forward and reverse DNS (a matching PTR record) and to pass SPF or DKIM with DMARC alignment. A missing or mismatched AAAA/PTR pair on a sending host is a fast way to land in spam. If you configure SPF, DKIM, and DMARC, make sure your SPF record authorizes the IPv6 ranges you actually send from, not just IPv4.
Best practices
- Publish A and AAAA together when your server is dual‑stack, so no client is left out.
- Audit records regularly — a stale AAAA pointing at a decommissioned address causes intermittent, hard‑to‑diagnose failures for IPv6 users only.
- Enable DNSSEC to protect resolvers from forged answers.
- Keep TTLs sensible — short while changing, longer once stable.
Related reading
Questions readers ask
Frequently asked questions
Keep going with AI
Ask AI how this applies to you
Take this guide to your assistant — each question opens pre-filled, with a link back to this page so it can read the details.

Written by
Taylor TabusaCo-Founder & Head of Business Development, Palisade
Taylor Tabusa is the co-founder and Head of Business Development at Palisade, helping managed service providers turn email security into a practical, valuable service.
More from Taylor →


