Tested tool guide
Tested browser tools
Checked August 16, 2026
What IP Range Calculator does, with a checked example
IP Range Calculator turns either an explicit start/end pair or a CIDR block into the interval of addresses it covers. With several entries, it identifies intervals that intersect and can combine overlapping coverage into a single range, making duplicate coverage visible. The common surprise is CIDR alignment: a prefix denotes a fixed, power-of-two block, not an arbitrary number of addresses beginning at the typed value. Range endpoints are inclusive, so the first and last address both contribute to the count.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
192.0.2.0 - 192.0.2.3 (4 addresses)
An IPv4 /30 fixes 30 of 32 bits, leaving two bits to vary. Their four combinations produce .0, .1, .2, and .3, so the inclusive count is 3 - 0 + 1 = 4.