The AAAA record (also called "quad-A record") maps a domain name to an IPv6 address. It's the IPv6 equivalent of the A record and is essential for modern internet connectivity as the world transitions from IPv4 to IPv6.
Check AAAA records for any domain using our free DNS lookup tool.
Look Up AAAA Records →
An AAAA record creates a direct mapping between a domain name (like example.com) and an IPv6 address
(like 2001:0db8:85a3:0000:0000:8a2e:0370:7334). The name "AAAA" reflects that IPv6 addresses are
four times longer than IPv4 addresses (128 bits vs 32 bits).
While A records handle IPv4 addresses, AAAA records handle the newer IPv6 protocol. Most modern websites should have both A and AAAA records to support all users.
IPv4 addresses (like 192.168.1.1) are running out. The 4.3 billion available IPv4 addresses
aren't enough for the billions of devices now connected to the internet. IPv6 provides approximately
340 undecillion addresses (3.4×10³⁸), ensuring we won't run out anytime soon.
Benefits of IPv6 include:
An AAAA record consists of these components:
| Component | Description | Example |
|---|---|---|
| Name | The domain or subdomain | example.com |
| Type | Record type identifier | AAAA |
| TTL | Time to live (cache duration in seconds) | 3600 |
| Value | IPv6 address | 2001:db8:85a3::8a2e:370:7334 |
example.com. 3600 IN AAAA 2001:db8:85a3::8a2e:370:7334
This record tells DNS resolvers that example.com has an IPv6 address of 2001:db8:85a3::8a2e:370:7334, with a cache time of 3600 seconds (1 hour).
IPv6 addresses are 128 bits long, written as eight groups of four hexadecimal digits separated by colons:
2001:0db8:85a3:0000:0000:8a2e:0370:7334
IPv6 addresses can be shortened by:
0db8 becomes db8:0000:0000: becomes :: (only once per address)So the address above becomes:
2001:db8:85a3::8a2e:370:7334
Most domains should have both A (IPv4) and AAAA (IPv6) records. This "dual-stack" approach ensures compatibility with all clients:
example.com. 300 IN A 93.184.216.34
example.com. 300 IN AAAA 2606:2800:220:1:248:1893:25c8:1946
Create AAAA records for subdomains that need IPv6 support:
www.example.com. 300 IN AAAA 2606:2800:220:1:248:1893:25c8:1946
api.example.com. 300 IN AAAA 2606:2800:220:1:248:1893:25c8:1947
Some services may only be accessible via IPv6:
ipv6only.example.com. 300 IN AAAA 2001:db8::1
::ffff:192.168.1.1 defeat the purpose of IPv6.| Feature | A Record | AAAA Record |
|---|---|---|
| IP Version | IPv4 | IPv6 |
| Address Size | 32 bits | 128 bits |
| Address Format | Dotted decimal (192.168.1.1) | Hexadecimal with colons (2001:db8::1) |
| Address Space | ~4.3 billion | ~340 undecillion |
| Current Usage | Still dominant | Growing adoption |
The process is similar to adding an A record:
Common issues and solutions:
DNS Explorer — Track AAAA records and all DNS records across your entire domain portfolio. Built for IT teams, MSPs, and security professionals who need comprehensive DNS visibility.
Start free DNS Explorer trial14-day full-feature trial
Use our DNS Record Finder to look up AAAA records for any domain.
Look Up AAAA Records →