Home Contact Centres Unified Communications Quiz Interview QnA Tools Blog ๐ŸŽ“ Live Training
๐Ÿ”ฅ Amazon Connect Full Training Course Now Live ยท ๐ŸŽ“ Instructor-Led Live Classes โ€” Limited Seats ยท ๐Ÿ“‹ 500+ Interview Questions โ€” UC & Cloud ยท ๐Ÿง  Free Quiz: Cisco ยท Avaya ยท MS Teams ยท ๐ŸŒ Join 10K+ Tech Community on WhatsApp ยท โ˜๏ธ Cloud Computing Guide 2026 โ€” Read Now ยท ๐Ÿ”ฅ Amazon Connect Full Training Course Now Live ยท ๐ŸŽ“ Instructor-Led Live Classes โ€” Limited Seats ยท ๐Ÿ“‹ 500+ Interview Questions โ€” UC & Cloud ยท ๐Ÿง  Free Quiz: Cisco ยท Avaya ยท MS Teams ยท ๐ŸŒ Join 10K+ Tech Community on WhatsApp ยท โ˜๏ธ Cloud Computing Guide 2026 โ€” Read Now ยท

IPv6 Subnet Calculator โ€” Free Online Tool

Expand, prefix, range, type/scope, binary map and EUI-64 โ€” for any IPv6 address.

Quick:

IPv6 Special Address Ranges

RangeTypeDescription
::1/128LoopbackLocalhost (RFC 4291)
::/128UnspecifiedUnspecified address
fe80::/10Link-LocalAuto-configured, non-routable
fc00::/7ULAUnique Local (RFC 4193)
ff00::/8MulticastAll multicast groups
2000::/3Global UnicastPublic, globally routable
2001:db8::/32DocumentationDocs / examples (RFC 3849)
::ffff:0:0/96IPv4-mappedIPv4-mapped IPv6 (RFC 4291)
2002::/166to46to4 relay (RFC 3056)
64:ff9b::/96NAT64IPv4/IPv6 translation (RFC 6052)

About IPv6 Subnet Calculator

This complete IPv6 Subnet Calculator handles the full 128-bit address space in your browser. Paste a compressed or expanded IPv6 address with a prefix and instantly get the canonical compressed form, the fully expanded form, the network prefix, the first and last addresses in the range, the total address count, and hexadecimal representations.

It also detects the address type and scope (global, link-local, ULA, multicast, loopback and more), flags EUI-64 interface identifiers and IPv4-mapped addresses, draws a 128-bit binary map, and can split a prefix into equal subnets โ€” everything locally and privately.

How to Use IPv6 Subnet Calculator

  1. Enter an IPv6 address (compressed or full) and a prefix length.
  2. Click Calculate.
  3. Review the expanded form, range, type/scope and binary map.
  4. Optionally split the prefix into equal subnets.

Key Features

โœ“
Expand and compress IPv6 (RFC 5952)
โœ“
Network prefix, first/last address and total count
โœ“
Address type & scope detection with RFC
โœ“
EUI-64 and IPv4-mapped detection
โœ“
128-bit binary visualisation
โœ“
Subnet splitter and special-range reference
โœ“
100% client-side โ€” nothing is uploaded

Frequently Asked Questions

What does this IPv6 calculator do? โ–ผ
Enter an IPv6 address and prefix length to get the compressed and fully expanded forms, network prefix, first and last addresses, total address count, hexadecimal forms, a 128-bit binary map, and the detected address type and scope.
How does IPv6 compression work? โ–ผ
Leading zeros in each 16-bit group are dropped and one run of all-zero groups is replaced with :: (only once). For example 2001:0db8:0000:0000:0000:0000:0000:0001 compresses to 2001:db8::1 (RFC 5952).
What is a /64 prefix? โ–ผ
A /64 uses the first 64 bits as the network and the last 64 as the interface identifier. /64 is the standard LAN segment size and is required for SLAAC auto-configuration.
What address types does it detect? โ–ผ
It identifies global unicast, link-local (fe80::/10), unique local / ULA (fc00::/7), multicast (ff00::/8), loopback (::1), unspecified (::), documentation (2001:db8::/32), IPv4-mapped, 6to4 and NAT64 ranges, with the matching RFC and scope.
Is anything uploaded? โ–ผ
No. All IPv6 math runs locally in your browser, so your input stays private.