Technology

IPv6 Subnet Calculator

Calculate IPv6 subnet information, expand and compress addresses, detect address types, and divide networks. Essential tool for network administrators working with IPv6.

Common IPv6 Prefix Sizes

PrefixDescriptionTypical Use
/128Single host (loopback)Host route
/127Point-to-point linkInter-router links
/64Standard subnetLAN, SLAAC required
/56Small siteResidential (256 /64s)
/48Site allocationEnterprise (65,536 /64s)
/32ISP allocationService provider
/16RIR allocationRegional registry
/12Large allocationMajor registry block

Special IPv6 Addresses

AddressNameDescription
::/128UnspecifiedNo address assigned
::1/128LoopbackLocalhost
fe80::/10Link-LocalLocal network only
fc00::/7Unique LocalPrivate networks
ff00::/8MulticastOne-to-many
2000::/3Global UnicastInternet routable
2001:db8::/32DocumentationExamples only

Master IPv6 Addressing and Subnetting

IPv6 is the next-generation Internet Protocol with 128-bit addresses providing virtually unlimited address space. Our IPv6 Subnet Calculator helps you analyze addresses, calculate subnets, and understand the structure of IPv6 networks.

What Is IPv6?

IPv6 uses 128-bit addresses represented as eight groups of four hexadecimal digits (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334). The vast address space (2^128 addresses) eliminates the need for NAT and enables direct connectivity for all devices.

IPv6 Address Space

Total Addresses = 2^128 approximately 340 undecillion addresses

Why Use This Calculator?

Address Analysis

Identify address types (global unicast, link-local, multicast, etc.) instantly.

Format Conversion

Expand compressed addresses or compress expanded ones following RFC standards.

Subnet Planning

Calculate subnet ranges and divide networks into smaller subnets.

Binary Visualization

View the full 128-bit binary representation of any IPv6 address.

How to Use

1

2

3

4

5

Common Applications

Network Design

Plan IPv6 address allocation for enterprise networks and data centers.

Troubleshooting

Identify address types and verify subnet configurations.

Education

Learn IPv6 addressing concepts with visual binary representations.

Cloud Infrastructure

Configure IPv6 subnets for VPCs in AWS, Azure, or GCP.

Frequently Asked Questions

The standard subnet size is /64, which allocates 64 bits for the network prefix and 64 bits for the interface identifier. This is required for SLAAC (Stateless Address Autoconfiguration) to work properly.