/14 vs /15 — Subnet Comparison
A /14 subnet is 2× 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.
Key Differences
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.