HomeSubnet Calculator

Subnet Calculator

Online subnet calculator for CIDR and mask conversion, usable IP range calculation, and subnet planning

Network Input

Input Mode

Example: 192.168.1.0/24

Basic Info

Network Address
192.168.1.0
Broadcast Address
192.168.1.255
Subnet Mask
255.255.255.0
CIDR
192.168.1.0/24
Prefix Length
/24
IP Class
Class C

Host Info

Total Hosts
256
Usable Hosts
254
First Usable IP
192.168.1.1
Last Usable IP
192.168.1.254
Usable IP Range
192.168.1.1 - 192.168.1.254

Other Info

Wildcard Mask
0.0.0.255
Network Type
Small Network
Private Address
Yes

Binary View

Input IP (Binary)
11000000.10101000.00000001.00000000
Subnet Mask (Binary)
11111111.11111111.11111111.00000000
Network Address (Binary)
11000000.10101000.00000001.00000000


Documentation

What is Subnet Calculator

This tool performs IPv4 subnet planning, including CIDR calculation, subnet splitting, and VLSM allocation.

Key Features

  • Calculate network details from CIDR or subnet mask.
  • Show usable host range, broadcast, and capacity.
  • Split networks by target subnet count.
  • Allocate subnets by host requirements with VLSM.

Steps

  1. Enter network address and prefix/mask.
  2. Review base subnet results.
  3. Split subnets or run VLSM allocation as needed.
  4. Copy output for planning documents.

FAQ

Why is there no result after input?

Usually caused by invalid IP format, out-of-range prefix, or non-contiguous subnet mask.

Why can VLSM allocation fail?

Requested host totals may exceed parent network capacity, or requirement entries contain invalid values.