CIDR Range Calculator
Enter any IPv4 CIDR block and get network, broadcast, usable host range, and address counts instantly.
Tool input is processed locally in your browser and is not submitted to CodeNimbleTools. Avoid pasting production secrets into any device or website you do not fully trust.
Enter a CIDR block to see its network, broadcast, usable range and host count.
About this tool
CIDR notation packs a whole network definition into one slash: 192.168.1.0/24. This calculator expands it into everything you actually need — network and broadcast addresses, first and last usable hosts, total and usable address counts, wildcard mask and binary netmask.
It also classifies the block (private, public, loopback, multicast…) and tells you when the IP you typed is a host inside the block rather than the network address.
How to use it
- Type a CIDR block like
10.0.0.0/16. - Results appear instantly as you type.
- Note the usable range — network and broadcast addresses are excluded on /30 and larger prefixes.
- Use the wildcard mask for ACLs (Cisco-style) if needed.
Useful ways to apply it
- Planning firewall and security-group rules.
- Splitting an office network into subnets.
- Checking whether two IPs share a subnet.
- Understanding cloud VPC CIDR assignments.
Worked example
Example input
192.168.10.64/26
Expected output
Network 192.168.10.64; broadcast 192.168.10.127; range 192.168.10.64–192.168.10.127
Edge cases to check
- /31 and /32 have special operational uses.
- Private/public meaning is separate from subnet arithmetic.
- This tool is IPv4-focused.
Known limitations
The calculator performs standard IPv4 CIDR math and does not model routing policy, VLANs, NAT or cloud-provider reservation rules.
How this tool was reviewed
Reviewed with /8, /24, /26, /30, /31 and /32 boundaries.
Standards and technical references
See the site-wide testing methodology for fixture categories, privacy checks and correction policy.
Frequently asked questions
Why are there 254 usable hosts in a /24, not 256?
What is a wildcard mask?
Does it support IPv6?
Privacy
Tool input is processed locally in your browser and is not submitted to CodeNimbleTools. Avoid pasting production secrets into any device or website you do not fully trust.