IP Subnet Calculator
Calculate subnet details from IP/CIDR notation — network, broadcast, usable hosts, binary, VLSM, and more.
Network address
192.168.1.0
Broadcast address
192.168.1.255
Subnet mask
255.255.255.0
Wildcard mask
0.0.0.255
First usable host
192.168.1.1
Last usable host
192.168.1.254
Total usable hosts
254
Total addresses
256
CIDR notation
/24
IP class
C
Network type
Private (RFC 1918)
IP address
Subnet mask
How /24 can be divided into smaller subnets:
| # | Network | Range | Broadcast |
|---|---|---|---|
| 1 | 192.168.1.0/25 | 192.168.1.1 - 192.168.1.126 | 192.168.1.127 |
| 2 | 192.168.1.128/25 | 192.168.1.129 - 192.168.1.254 | 192.168.1.255 |
| # | Network | Range | Broadcast |
|---|---|---|---|
| 1 | 192.168.1.0/26 | 192.168.1.1 - 192.168.1.62 | 192.168.1.63 |
| 2 | 192.168.1.64/26 | 192.168.1.65 - 192.168.1.126 | 192.168.1.127 |
| 3 | 192.168.1.128/26 | 192.168.1.129 - 192.168.1.190 | 192.168.1.191 |
| 4 | 192.168.1.192/26 | 192.168.1.193 - 192.168.1.254 | 192.168.1.255 |
| # | Network | Range | Broadcast |
|---|---|---|---|
| 1 | 192.168.1.0/27 | 192.168.1.1 - 192.168.1.30 | 192.168.1.31 |
| 2 | 192.168.1.32/27 | 192.168.1.33 - 192.168.1.62 | 192.168.1.63 |
| 3 | 192.168.1.64/27 | 192.168.1.65 - 192.168.1.94 | 192.168.1.95 |
| 4 | 192.168.1.96/27 | 192.168.1.97 - 192.168.1.126 | 192.168.1.127 |
| # | Network | Range | Broadcast |
|---|---|---|---|
| 1 | 192.168.1.0/28 | 192.168.1.1 - 192.168.1.14 | 192.168.1.15 |
| 2 | 192.168.1.16/28 | 192.168.1.17 - 192.168.1.30 | 192.168.1.31 |
| 3 | 192.168.1.32/28 | 192.168.1.33 - 192.168.1.46 | 192.168.1.47 |
| 4 | 192.168.1.48/28 | 192.168.1.49 - 192.168.1.62 | 192.168.1.63 |
This is a private IP range (RFC 1918). Not routable on the public internet; commonly used for internal networks.
About this tool
- 1
Enter IP/CIDR
Input an IP address with CIDR notation (e.g., 192.168.1.0/24).
- 2
View details
See network address, broadcast, subnet mask, and usable host range.
- 3
Calculate subnets
Split the network into smaller subnets.
- /24 gives 254 usable hosts, /25 gives 126, /26 gives 62.
- The first address is the network address, the last is broadcast - both are not usable.
- Private IP ranges: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16.
- CIDR calculator
- Subnet mask
- Usable hosts
- Network/Broadcast
- IPv4 support
- Plan IP address allocation for network segments.
- Calculate available hosts in a subnet.
- Troubleshoot network configuration issues.