Home
Lookup Tools
Analysis
Bulk & Enterprise
Resources
Close

AAAA Record IPv6

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.

Look Up AAAA Records

Check AAAA records for any domain using our free DNS lookup tool.

Look Up AAAA Records →

What Is an AAAA Record?

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.

Why IPv6 and AAAA Records Matter

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:

AAAA Record Format

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 AAAA Record

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 Address Format

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:

So the address above becomes:

2001:db8:85a3::8a2e:370:7334

Common AAAA Record Use Cases

1. Dual-Stack Configuration

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

2. Subdomains with IPv6

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

3. IPv6-Only Services

Some services may only be accessible via IPv6:

ipv6only.example.com.    300    IN    AAAA    2001:db8::1

AAAA Record Best Practices

A Record vs. AAAA Record

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

How to Add an AAAA Record

The process is similar to adding an A record:

  1. Log in to your DNS provider or domain registrar
  2. Navigate to DNS settings or Zone Editor
  3. Add a new record with type "AAAA"
  4. Enter the hostname (@ for root, or subdomain name)
  5. Enter the IPv6 address
  6. Set the TTL (or use default)
  7. Save the record

Troubleshooting AAAA Records

Common issues and solutions:

Check Your AAAA Records

Use our DNS Record Finder to look up AAAA records for any domain.

Look Up AAAA Records →