The /19 subnet, explained
Everything about a /19 CIDR block — mask, address count, usable hosts and where a /19 fits in real network plans.
| Prefix length | /19 — 19 network bits, 13 host bits |
| Subnet mask | 255.255.224.0 |
| Wildcard (ACL) mask | 0.0.31.255 |
| Binary mask | 11111111.11111111.11100000.00000000 |
| Total addresses | 2^13 = 8,192 |
| Usable hosts | 8,190 (total − network − broadcast) |
| Contains | 32 × /24 subnets |
| A /16 holds | 8 × /19 subnets |
| Example block | 10.10.0.0/19 |
Notes
A /19 prefix means the first 19 bits of the 32-bit IPv4 address identify the network and the remaining 13 bits identify hosts — giving 2^13 = 8,192 addresses. The first address (network) and the last (broadcast) are not assignable in a standard subnet.
Cloud sizing: a /19 is valid as an AWS VPC (allowed range /16–/28). AWS reserves 5 addresses per subnet, so a /19 subnet gives 8,187 assignable IPs there; GCP reserves 4 (8,188 assignable).
Adjacent sizes: /8 · /9 · /10 · /11 · /12 · /13 · /14 · /15 · /16 · /17 · /18 · /20 · /21 · /22 · /23 · /24 · /25 · /26 · /27 · /28 · /29 · /30 · /31 · /32
Frequently asked questions
How many IP addresses are in a /19?
8,192 total addresses, of which 8,190 are usable hosts (network and broadcast addresses are reserved).
What is the subnet mask for /19?
255.255.224.0 (wildcard mask 0.0.31.255).
What does /19 mean in an IP address?
The /19 suffix is CIDR notation: the first 19 bits are the network part, the last 13 bits are the host part.