CIDR Calculator

Calculate subnet ranges, masks, usable IPs, and broadcast addresses.

Runs in browser Free forever Utilities

Subnet Details

Network address192.168.1.0
Broadcast address192.168.1.255
First usable host192.168.1.1
Last usable host192.168.1.254
Subnet mask255.255.255.0
Wildcard mask0.0.0.255
Total hosts256
Usable hosts254
CIDR notation192.168.1.0/24
IP classC
Private (RFC1918)Yes

Binary Representation

Network11000000.10101000.00000001.00000000
Mask11111111.11111111.11111111.00000000

Split into Subnets

subnets
#CIDRNetworkBroadcast
1192.168.1.0/26192.168.1.0192.168.1.63
2192.168.1.64/26192.168.1.64192.168.1.127
3192.168.1.128/26192.168.1.128192.168.1.191
4192.168.1.192/26192.168.1.192192.168.1.255

About CIDR Calculator

CIDR Calculator is a networking utility to design, partition, and understand subnets. Input an IP address and CIDR prefix length (e.g., /24) to get complete subnet breakdowns.

How to Use CIDR Calculator

  1. Input the base IP address.
  2. Select the CIDR prefix (e.g., /24, /16) or subnet mask.
  3. Review the network details including broadcast address, mask, and IP range.

Frequently Asked Questions

What is CIDR?

Classless Inter-Domain Routing (CIDR) is a method for allocating IP addresses and routing IP packets, replacing traditional network classes.

What does a /24 subnet mean?

A /24 subnet means the first 24 bits of the IP address represent the network, leaving 8 bits for hosts, which allows 256 IPs (254 usable).

How does it calculate usable IPs?

For any subnet, two IP addresses are reserved: the network address (first IP) and the broadcast address (last IP). Usable IPs = total IPs - 2.