Ad slot — header (728x90)

What is a /20 Subnet?

Last reviewed: May 2026

A /20 subnet uses 20 bits for the network portion of an IPv4 address, leaving 12 bits for host addressing. This produces 4,096 total IP addresses and 4,094 usable hosts — making it one of the largest subnet sizes in common use. It is particularly popular in AWS for EKS node group subnets, where pod-level IP allocation demands large address pools.

Calculate any /20 subnet instantly →
Quick Facts: 10.0.0.0/20 Subnet mask: 255.255.240.0  ·  Wildcard: 0.0.15.255  ·  Network: 10.0.0.0  ·  Broadcast: 10.0.15.255  ·  Total IPs: 4,096  ·  Usable hosts: 4,094

Full Breakdown

PropertyValue
Prefix length/20
Subnet mask255.255.240.0
Wildcard mask0.0.15.255
Total addresses4,096
Usable host addresses4,094
Network addressx.x.0.0 (third octet must be multiple of 16: .0, .16, .32, …)
Broadcast addressx.x.15.255
Binary mask11111111.11111111.11110000.00000000
AWS usable hosts4,091 (AWS reserves 5 IPs per subnet)
AWS EKS Recommendation: Use /20 for Node Group Subnets

AWS EKS with the VPC CNI plugin assigns a real VPC IP address to every pod. A cluster with 50 nodes running 20 pods each needs 1,000 IPs just for pods, plus node IPs, load balancer IPs, and headroom. A /20 provides 4,091 usable IPs in AWS — enough for large, growing clusters without IP exhaustion.

/20 Subnet Boundaries

A /20 subnet's third octet must start on a multiple of 16. Within a 10.0.0.0/16 VPC:

SubnetRangeAWS Usable
10.0.0.0/2010.0.0.0 – 10.0.15.2554,091
10.0.16.0/2010.0.16.0 – 10.0.31.2554,091
10.0.32.0/2010.0.32.0 – 10.0.47.2554,091
10.0.48.0/2010.0.48.0 – 10.0.63.2554,091

Common Use Cases for /20 Subnets

How Many /20 Subnets Fit In…

Parent BlockNumber of /20s
/1616
/84,096
/240.0625 (a /20 is 16× larger than a /24)

Comparison: /20 vs Nearby Prefix Lengths

CIDRSubnet MaskTotal IPsUsable HostsAWS UsableTypical Use
/16255.255.0.065,53665,53465,531VPC root CIDR
/18255.255.192.016,38416,38216,379Large regional block
/20255.255.240.04,0964,0944,091EKS node groups, large AZ subnets
/22255.255.252.01,0241,0221,019Large office VLAN
/24255.255.255.0256254251Standard workload subnet
Plan your /20 subnets with SubnetSolver →

Related Guides

Ad slot — footer (728x90)