IPv4 Subnet Calculator

Network address, broadcast, host range, wildcard mask and binary breakdown for any IPv4 CIDR block.

Accepts 10.0.0.5/26, 10.0.0.5 255.255.255.192, or a bare IP.

Results for 192.168.1.0/24

192.168.1.0/24 is the network in CIDR notation · Private (RFC 1918)
Network address
192.168.1.0
Broadcast address
192.168.1.255
Subnet mask
255.255.255.0
Wildcard mask
0.0.0.255
Total addresses
256
Usable hosts
254 (excludes network & broadcast)
First usable host
192.168.1.1
Last usable host
192.168.1.254
CIDR notation
192.168.1.0/24
IP type
Private (RFC 1918)

How the bits line up

Octets (binary)
IP address11000000101010000000000100000000
Subnet mask11111111111111111111111100000000
Network11000000101010000000000100000000
Broadcast11000000101010000000000111111111

The mask's 24 leading ones select the network portion; the remaining 8 bits are available for hosts.

How to use the calculator

Type any block in CIDR notation — 10.0.0.0/22 — or supply an address with a dotted mask, e.g. 10.0.0.5 255.255.255.192. The calculator accepts either form and derives the containing network from whichever host address you give it. Each field in the results panel means:

Worked example: enter 192.168.1.0/24. With 24 network bits the mask is 255.255.255.0, the network address is 192.168.1.0, broadcast is 192.168.1.255, and hosts may claim 192.168.1.1 through 192.168.1.254 — 254 usable addresses. The result link encodes your query in the URL, so sharing it reopens the identical calculation.

Keep exploring

See every fact about the /24 subnet mask, plan multiple subnets with the VLSM calculator, or convert ranges on the range-to-CIDR tool.