CIDR Range Expander
Expand a CIDR block into individual addresses, or compress a range into CIDR blocks.
Expand CIDR to addresses
List every address in a block
Range to minimal CIDR
Convert an IP range into the fewest CIDR blocks
About the CIDR Range Expander
List every address contained in a CIDR block, or take an arbitrary start/end IP range and compute the minimal set of CIDR blocks that exactly covers it — useful for firewall rules and allow-lists.
Examples
Range to CIDR
10.0.0.5 - 10.0.0.20Output
10.0.0.5/32, 10.0.0.6/31, ...Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Subnet Calculator
Network & IP
Calculate network, broadcast, host range, and mask from an IPv4 CIDR.
Bulk File Downloader
Network & IP
Paste many URLs and save every file one by one, with a pause between downloads.
IP & CIDR List Validator
Network & IP
Validate and normalise lists of IPv4, IPv6 and CIDR entries offline.
IP Converter
Network & IP
Convert IPv4 to decimal/hex/binary, and expand or compress IPv6.
IPv6 Expander/Compressor
Network & IP
Expand an IPv6 address to full form or compress it to shorthand.
MAC Address Tools
Network & IP
Validate and reformat MAC addresses, and look up the OUI vendor prefix.
Frequently asked questions
Read more
- Subnetting and CIDR explained without the headache
What a /24 actually means, how to calculate usable hosts, and how to read a CIDR range without a lookup table.
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser