Subnet Cheat Sheet: CIDR to subnet mask, wildcard and host count
Every IPv4 prefix from /0 to /32 and every IPv6 prefix from /0 to /128, with the subnet mask, the wildcard mask, the total addresses and the usable hosts — all computed by the calculator's own engine rather than typed by hand.
- Every prefix, /0 to /32mask, wildcard, total addresses and usable hosts for all 33 IPv4 prefixes, not just the popular ten.
- IPv6 as wellall 129 prefixes with exact address counts, including the 18,446,744,073,709,551,616 in a /64.
- Computed, not typedevery value comes from the calculator's own tested engine, so the /31 and /32 edge cases are right.
- Filter as you typesearch a prefix, a mask, a wildcard or a host count and the table narrows to it.
- Wildcards for access liststhe inverse mask beside every prefix, which is what Cisco ACLs and OSPF actually want.
- Prints on one pagedesigned to be printed and pinned up, or saved as a PDF from your browser.
Need the numbers for one specific network rather than the table? The IPv4 & IPv6 subnet calculator does the arithmetic.
| CIDR | Subnet mask | Wildcard mask | Total addresses | Usable hosts | Notes |
|---|---|---|---|---|---|
| /0 | 0.0.0.0 | 255.255.255.255 | 4,294,967,296 | 4,294,967,294 | The default route. Matches every IPv4 address. |
| /1 | 128.0.0.0 | 127.255.255.255 | 2,147,483,648 | 2,147,483,646 | |
| /2 | 192.0.0.0 | 63.255.255.255 | 1,073,741,824 | 1,073,741,822 | |
| /3 | 224.0.0.0 | 31.255.255.255 | 536,870,912 | 536,870,910 | |
| /4 | 240.0.0.0 | 15.255.255.255 | 268,435,456 | 268,435,454 | |
| /5 | 248.0.0.0 | 7.255.255.255 | 134,217,728 | 134,217,726 | |
| /6 | 252.0.0.0 | 3.255.255.255 | 67,108,864 | 67,108,862 | |
| /7 | 254.0.0.0 | 1.255.255.255 | 33,554,432 | 33,554,430 | |
| /8Class A | 255.0.0.0 | 0.255.255.255 | 16,777,216 | 16,777,214 | A classful Class A block, and the size of 10.0.0.0/8. |
| /9 | 255.128.0.0 | 0.127.255.255 | 8,388,608 | 8,388,606 | |
| /10 | 255.192.0.0 | 0.63.255.255 | 4,194,304 | 4,194,302 | |
| /11 | 255.224.0.0 | 0.31.255.255 | 2,097,152 | 2,097,150 | |
| /12 | 255.240.0.0 | 0.15.255.255 | 1,048,576 | 1,048,574 | The size of the 172.16.0.0/12 private range. |
| /13 | 255.248.0.0 | 0.7.255.255 | 524,288 | 524,286 | |
| /14 | 255.252.0.0 | 0.3.255.255 | 262,144 | 262,142 | |
| /15 | 255.254.0.0 | 0.1.255.255 | 131,072 | 131,070 | |
| /16Class B | 255.255.0.0 | 0.0.255.255 | 65,536 | 65,534 | A classful Class B block, and the size of 192.168.0.0/16. |
| /17 | 255.255.128.0 | 0.0.127.255 | 32,768 | 32,766 | |
| /18 | 255.255.192.0 | 0.0.63.255 | 16,384 | 16,382 | |
| /19 | 255.255.224.0 | 0.0.31.255 | 8,192 | 8,190 | |
| /20 | 255.255.240.0 | 0.0.15.255 | 4,096 | 4,094 | A common allocation to a small site. |
| /21 | 255.255.248.0 | 0.0.7.255 | 2,048 | 2,046 | |
| /22 | 255.255.252.0 | 0.0.3.255 | 1,024 | 1,022 | |
| /23 | 255.255.254.0 | 0.0.1.255 | 512 | 510 | |
| /24Class C | 255.255.255.0 | 0.0.0.255 | 256 | 254 | A classful Class C block. The most common LAN size. |
| /25 | 255.255.255.128 | 0.0.0.127 | 128 | 126 | Half a /24 — the first split most people make. |
| /26 | 255.255.255.192 | 0.0.0.63 | 64 | 62 | A quarter of a /24. Common for small VLANs. |
| /27 | 255.255.255.224 | 0.0.0.31 | 32 | 30 | 30 hosts: the usual size for a modest office segment. |
| /28 | 255.255.255.240 | 0.0.0.15 | 16 | 14 | 14 hosts. Typical for a DMZ or a rack of servers. |
| /29 | 255.255.255.248 | 0.0.0.7 | 8 | 6 | 6 hosts. The smallest block that still fits a gateway and a few devices. |
| /30 | 255.255.255.252 | 0.0.0.3 | 4 | 2 | 2 hosts: the classic point-to-point link between routers. |
| /31 | 255.255.255.254 | 0.0.0.1 | 2 | 2 | 2 hosts with no network or broadcast address (RFC 3021). The modern point-to-point link. |
| /32 | 255.255.255.255 | 0.0.0.0 | 1 | 1 | A single address. A host route, or one entry in an access list. |