Tested tool guide
Tested browser tools
Checked August 16, 2026
What CIDR Range Calculator & Visualizer does, with a checked example
A CIDR prefix such as 192.168.1.64/26 describes an aligned address block, not merely an address followed by a size. Enter an IPv4 or IPv6 prefix to see the block's first and last addresses and its address count, then test whether another address falls inside it. The common surprise is that the range covers every address selected by the prefix bits. For IPv4, this includes addresses commonly designated as the network and broadcast addresses, so the total should not automatically be treated as a usable-host count.
Worked example
A concrete input and expected output from the current implementation.
Input
CIDR: 192.168.1.64/26
Address to check: 192.168.1.100
->
Expected output
Range: 192.168.1.64 to 192.168.1.127
Total addresses: 64
192.168.1.100 is within 192.168.1.64/26
A /26 prefix leaves 6 variable bits, giving 2^6, or 64, addresses. The resulting last-octet range is 64 through 127, which includes 100.