env.dev

IP Subnet Calculator

Calculate IPv4 subnets, split networks into subnets, plan address space with visual binary breakdown and exportable subnet plans.

IP Address / CIDR or Subnet Mask
Quick:
/24
Network Address
192.168.1.0
Broadcast Address
192.168.1.255
Subnet Mask
255.255.255.0
Wildcard Mask
0.0.0.255
CIDR Notation
192.168.1.0/24
Host Range
192.168.1.1 – 192.168.1.254
Usable Hosts
254
Total Addresses
256
IP Input
192.168.1.0
IP Class
C
Scope
Private (RFC 1918)
Binary Mask
11111111.11111111.11111111.00000000
Binary Representation
networkhost
11000000101010000000000100000000
19216810
Contains IP?

How to Use IP Subnet Calculator

  1. 1Enter an IPv4 address and select a CIDR prefix length (e.g. 192.168.1.0/24).
  2. 2View the calculated subnet details including network address, broadcast address, usable host range, and subnet mask.
  3. 3Use the split feature to divide the network into smaller subnets for planning.
  4. 4Export the subnet plan as a table for documentation or network configuration.

Frequently Asked Questions

What is a subnet?

A subnet (subnetwork) is a logical subdivision of an IP network. Subnetting divides a large network into smaller, more manageable segments, improving security, reducing broadcast traffic, and making IP address allocation more efficient.

What is CIDR notation?

CIDR (Classless Inter-Domain Routing) notation expresses an IP address and its associated network prefix length in the form "192.168.1.0/24". The number after the slash indicates how many bits of the address identify the network, with the remaining bits available for host addresses.

How many usable hosts are in a /24 subnet?

A /24 subnet has 256 total addresses (2^8), but two are reserved: one for the network address and one for the broadcast address. That leaves 254 usable host addresses.

Is this processed locally?

Yes. All subnet calculations are performed entirely in your browser. No data is sent to any server.