CIDR Calculator
cidr → rangeWork out the network, broadcast and usable host range of a subnet.
An address on its own is treated as a single host, the same as /32.
split into /26 subnets
About CIDR Calculator
Enter an IPv4 block in CIDR notation and get its network and broadcast addresses, the usable host range, the subnet mask, the wildcard mask, and how many addresses it actually holds. An address without a prefix is treated as a single host.
Two edge cases are handled properly rather than reported as ordinary blocks. A /32 is one address with no range at all. A /31 has no broadcast address: RFC 3021 makes both of its addresses usable, which is precisely why point-to-point links use it — and a calculator that subtracts two for network and broadcast will tell you it has zero usable hosts, which is wrong.
There is also a membership check, for the question people usually arrive with — whether a particular address falls inside a block — and a split view showing the subnets one level down.
Common questions
This page does the work itself, in this tab. Nothing you paste is sent to a server. Close the tab and no copy remains.