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 172.16.0.0/16

172.16.0.0/16 is the network in CIDR notation · Private (RFC 1918)
Network address
172.16.0.0
Broadcast address
172.16.255.255
Subnet mask
255.255.0.0
Wildcard mask
0.0.255.255
Total addresses
65,536
Usable hosts
65,534 (excludes network & broadcast)
First usable host
172.16.0.1
Last usable host
172.16.255.254
CIDR notation
172.16.0.0/16
IP type
Private (RFC 1918)

How the bits line up

Octets (binary)
IP address10101100000100000000000000000000
Subnet mask11111111111111110000000000000000
Network10101100000100000000000000000000
Broadcast10101100000100001111111111111111

The mask's 16 leading ones select the network portion; the remaining 16 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 /16 subnet mask, plan multiple subnets with the VLSM calculator, or convert ranges on the range-to-CIDR tool.