Simple online tools for developers, networking, text and conversions.

Network Tools

IP Range Calculator

Calculate the usable IP range for an IPv4 subnet from CIDR input.

Tool

Use this IP Range Calculator to find the network address, first usable IP, last usable IP, broadcast address, and total host count for an IPv4 subnet. It is useful for subnetting practice, network planning, and quick troubleshooting.

About this tool

Use this IP Range Calculator to find the network address, first usable IP, last usable IP, broadcast address, and total host count for an IPv4 subnet. It is useful for subnetting practice, network planning, and quick troubleshooting.

Use ip range calculator when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Enter an IPv4 address with CIDR notation like 192.168.1.10/24.
  2. Run the tool to calculate the subnet.
  3. Review the network, first host, last host, and broadcast values.
  4. Use the result for planning or troubleshooting.

Examples

Example

Input

192.168.1.10/24

Output

Network: 192.168.1.0
First Usable: 192.168.1.1
Last Usable: 192.168.1.254
Broadcast: 192.168.1.255
Total Addresses: 256
Usable Hosts: 254

Shows the standard usable host range for a /24 subnet.

Example

Input

10.0.0.5/30

Output

Network: 10.0.0.4
First Usable: 10.0.0.5
Last Usable: 10.0.0.6
Broadcast: 10.0.0.7
Total Addresses: 4
Usable Hosts: 2

Useful for small point-to-point style IPv4 subnets.

Common errors

The input is missing CIDR notation.

Fix: Use a format like 192.168.1.10/24.

An octet is outside the valid IPv4 range.

Fix: Make sure each IPv4 octet is between 0 and 255.

The CIDR prefix is invalid.

Fix: Use a prefix between 0 and 32.

FAQ

What does this tool calculate?

It calculates the network address, usable host range, broadcast address, and address counts for an IPv4 subnet.

What input format should I use?

Use IPv4 with CIDR notation, such as 192.168.1.10/24.

Does it support IPv6?

No. This version is for IPv4 subnet calculations only.

What is the usable host range?

It is the range between the network address and the broadcast address, excluding both in standard subnets.

Why is this useful?

It helps with subnetting, network design, exam prep, and avoiding manual calculation mistakes.

Use cases

Related tools