CIDR to IP Range Converter
Enter a CIDR block and instantly see the start IP, end IP, netmask, broadcast address, and total host count.
CIDR Block
Quick examples:
Recent
No history yet
Enter a CIDR block on the left to see the full range breakdown.
CIDR Block
Network Address
Broadcast Address
First Usable Host
Last Usable Host
Subnet Mask
Wildcard Mask
Prefix Length
Total Addresses
Usable Hosts
IP Class:
Binary prefix:
Copied!
Summary
Enter a CIDR block and instantly see the start IP, end IP, netmask, broadcast address, and total host count.
How it works
- Enter a CIDR block such as 192.168.1.0/24 in the input field.
- The tool parses the IP address and prefix length from the notation.
- It calculates the network mask by setting the top N bits (where N is the prefix length).
- The start IP is derived by ANDing the address with the mask; the end IP by ORing with the inverted mask.
- Host count, netmask, broadcast, and usable host range are displayed instantly.
- You can also look up multiple CIDRs one at a time using the history list.
Use cases
- Verify firewall or security-group rules cover the right IP range.
- Plan subnet allocations for a VPC or on-premises network.
- Convert CIDR blocks from cloud provider documentation to human-readable ranges.
- Debug network routing issues by confirming address boundaries.
- Teach or learn subnetting and CIDR notation concepts.
- Quickly check how many hosts fit in a given prefix.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu