/14 vs /15 — Subnet Comparison

A /14 subnet is larger than a /15. Every additional bit in the prefix halves the address space — the 1-bit difference between these two means /14 has 21 = 2 times as many addresses.

Total IPs 262,144
Usable Hosts 262,142
Subnet Mask 255.252.0.0
Wildcard Mask 0.3.255.255
Total IPs 131,072
Usable Hosts 131,070
Subnet Mask 255.254.0.0
Wildcard Mask 0.1.255.255

Key Differences

more IPs in /14 than /15
2
/15 subnets fit inside one /14
1
bit of difference in prefix length

How 2 /15 Subnets Divide a /14

Example using 10.0.0.0/14 as the parent block.

# CIDR Network First Usable Last Usable Broadcast Hosts
1 10.0.0.0/15 10.0.0.0 10.0.0.1 10.1.255.254 10.1.255.255 131,070
2 10.2.0.0/15 10.2.0.0 10.2.0.1 10.3.255.254 10.3.255.255 131,070

FAQ

What is the difference between /14 and /15?

A /14 has 262,142 usable hosts and a /15 has 131,070. The subnet masks differ: /14 uses 255.252.0.0 while /15 uses 255.254.0.0. Every additional bit in the prefix halves the number of addresses — so the 1-bit gap means /14 is exactly 2× larger.

How many /15 subnets fit in a /14?

Exactly 2 /15 subnets fit perfectly inside one /14 with no wasted space. To split a /14 into /15s, just increment the last 1 bit of the network address for each new subnet.

Which should I choose?

Choose based on how many hosts you need. Use the hosts → prefix calculator on the homepage to find the right size for your requirements.