CIDR Calculator
Calculate network address, broadcast, subnet mask, and usable hosts from an IP/CIDR.
Expand an IP address range or CIDR block into a full list of individual IPv4 addresses. Copy or download as text.
This tool expands an IP address range or CIDR block into a full list of every individual IPv4 address it contains. It’s useful whenever you need to see each address individually — for building firewall allow lists, generating IP lists for scripts, or verifying a network design.
To keep the browser responsive, the limit is 65,536 addresses (equivalent to a /16). If your range exceeds this, an error message is shown — narrow the range and try again.
Both are supported. CIDR notation (e.g. 192.168.1.0/28) is convenient for an entire subnet, while a start-end range (e.g. 192.168.1.10-192.168.1.20) lets you specify any arbitrary start and end address.
Use "Copy All" to copy a newline-separated list to your clipboard, or "Download as .txt" to save it as a text file.
No. All calculations run entirely in your browser using JavaScript, and the IP range you enter is never sent to a server.