/10 Subnet
Subnet Mask
Wildcard Mask
0.63.255.255
Total IPs
4,194,304
Usable Hosts
4,194,302
Network Bits
10
Host Bits
22
About /10 Networks
Large ISP or enterprise allocation. A /10 subnet uses the mask 255.192.0.0 and provides 4,194,302 usable host addresses out of 4,194,304 total IPs.
Example /10 Networks
| Network | Broadcast | First Host | Last Host |
|---|---|---|---|
| 10.0.0.0/10 | 10.63.255.255 | 10.0.0.1 | 10.63.255.254 |
| 172.0.0.0/10 | 172.63.255.255 | 172.0.0.1 | 172.63.255.254 |
| 192.128.0.0/10 | 192.191.255.255 | 192.128.0.1 | 192.191.255.254 |
| 192.128.0.0/10 | 192.191.255.255 | 192.128.0.1 | 192.191.255.254 |
| 8.0.0.0/10 | 8.63.255.255 | 8.0.0.1 | 8.63.255.254 |
Splitting a /10 Into Smaller Subnets
A /10 divides evenly into any longer prefix. Each row shows how many subnets of that size fit inside one /10, and how many usable hosts each of them carries.
| Subnet Size | How Many Fit | Mask | Usable Hosts Each |
|---|---|---|---|
| /11 | 2 × /11 | 255.224.0.0 | 2,097,150 |
| /12 | 4 × /12 | 255.240.0.0 | 1,048,574 |
| /13 | 8 × /13 | 255.248.0.0 | 524,286 |
| /14 | 16 × /14 | 255.252.0.0 | 262,142 |
| /15 | 32 × /15 | 255.254.0.0 | 131,070 |
| /16 | 64 × /16 | 255.255.0.0 | 65,534 |
| /17 | 128 × /17 | 255.255.128.0 | 32,766 |
| /18 | 256 × /18 | 255.255.192.0 | 16,382 |
| /19 | 512 × /19 | 255.255.224.0 | 8,190 |
| /20 | 1,024 × /20 | 255.255.240.0 | 4,094 |
| /21 | 2,048 × /21 | 255.255.248.0 | 2,046 |
| /22 | 4,096 × /22 | 255.255.252.0 | 1,022 |
| /23 | 8,192 × /23 | 255.255.254.0 | 510 |
| /24 | 16,384 × /24 | 255.255.255.0 | 254 |
| /25 | 32,768 × /25 | 255.255.255.128 | 126 |
| /26 | 65,536 × /26 | 255.255.255.192 | 62 |
| /27 | 131,072 × /27 | 255.255.255.224 | 30 |
| /28 | 262,144 × /28 | 255.255.255.240 | 14 |
| /29 | 524,288 × /29 | 255.255.255.248 | 6 |
| /30 | 1,048,576 × /30 | 255.255.255.252 | 2 |
| /31 | 2,097,152 × /31 | 255.255.255.254 | 2 |
| /32 | 4,194,304 × /32 | 255.255.255.255 | 1 |
How Many /10 Subnets Fit in a Larger Network
The same arithmetic read the other way: how many /10 subnets you get when you carve up each of the next larger prefixes.
Adjacent CIDRs
Frequently Asked Questions
What is a /10 subnet?
A /10 subnet uses the subnet mask 255.192.0.0 with 4,194,302 usable host addresses and 4,194,304 total IP addresses. It has 10 network bits and 22 host bits.
How many hosts in a /10 network?
A /10 network supports 4,194,302 usable hosts out of 4,194,304 total IP addresses. The usable range excludes the network address and broadcast address.
What subnet mask does /10 use?
A /10 subnet uses the mask 255.192.0.0 (wildcard mask 0.63.255.255). This means the first 10 bits identify the network and the remaining 22 bits identify hosts.
How many /12 subnets are in a /10?
One /10 splits into 4 /12 subnets, each with mask 255.240.0.0 and 1,048,574 usable hosts. Every prefix longer than /10 divides it evenly — the full table is above.
How many /10 subnets are in a /9?
A /9 holds 2 /10 subnets. Each step to a shorter prefix doubles that count, because one bit moves from the host portion of the address to the network portion.
Standards
The figures on this page follow from the following specifications rather than from convention.
- RFC 4632 — Classless Inter-Domain Routing (CIDR)
Defines the /10 prefix notation used throughout this page, and the address-aggregation model that replaced classful addressing.
- RFC 950 — Internet Standard Subnetting Procedure
The original definition of the subnet mask, and of the network and broadcast addresses excluded from the usable host count.
- RFC 1918 — Address Allocation for Private Internets
Reserves 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16, the ranges most /10 subnets are carved from in practice.