Technology Calculators

Subnet Calculator (CIDR)

Calculate subnet masks, network addresses, broadcast addresses, usable host ranges, and IP address allocations from IP addresses and CIDR notation (/24, /16, etc.) for comprehensive network planning. Features IPv4 and IPv6 support, binary conversions, subnet splitting, supernetting analysis, and network capacity planning. Essential for network administrators, IT professionals, system engineers, and cybersecurity specialists designing networks, troubleshooting connectivity, planning IP allocation, and understanding subnetting for certifications.

How to Use the Subnet Calculator (CIDR)

Use the Subnet Calculator (CIDR) to subnet masks, network addresses, broadcast addresses, usable host ranges, and IP address allocations from IP addresses and CIDR notation (/24, /16, etc.) for comprehensive network planning. Features IPv4 and IPv6 support, binary conversions, subnet splitting, supernetting analysis, and network capacity planning. Essential for network administrators, IT professionals, system engineers, and cybersecurity specialists designing networks, troubleshooting connectivity, planning IP allocation, and understanding subnetting for certifications.. Enter your values to get accurate, instant results tailored to your situation.

Free technology calculators for bandwidth, storage, screen resolution, and more. Optimize your digital experience.

Common Uses

Related Calculators

More Technology Calculators

Browse all 311+ free online calculators

Subnet & CIDR Guide

Master IP address planning

Expert Tips

Essential Fundamentals — Understanding subnets

How Subnetting Works

Choosing the Right Size

Advanced Strategies — Network design patterns

Smart Network Planning

Frequently Asked Questions

What is CIDR notation?
CIDR (Classless Inter-Domain Routing) notation like /24 represents the number of bits used for the network portion of an IP address. A /24 means the first 24 bits are the network, leaving 8 bits (256 addresses) for hosts.
What's the difference between network and broadcast address?
The network address is the first address in a subnet (all host bits are 0) and identifies the network itself. The broadcast address is the last address (all host bits are 1) and is used to send messages to all hosts on the subnet.
Why can't I use the network and broadcast addresses for hosts?
The network address identifies the subnet itself, and the broadcast address is reserved for sending data to all hosts. That's why usable hosts = total hosts - 2 (except for /31 and /32 subnets which have special uses).
What is a wildcard mask?
A wildcard mask is the inverse of a subnet mask. It's used in access control lists (ACLs) and routing protocols like OSPF. Where a subnet mask has 1s, the wildcard has 0s, and vice versa.
What are private IP address ranges?
Private IP ranges are: 10.0.0.0/8 (Class A), 172.16.0.0/12 (Class B), and 192.168.0.0/16 (Class C). These can be used on internal networks and aren't routable on the public internet.