IP Range & CIDR
Calculator
Enter a CIDR block to instantly see network address, broadcast, subnet mask, usable hosts, and more. Or enter an IP address to find which CIDR ranges it belongs to.
Popular Ranges
Second most common home router subnet
Most common home router default subnet
10/8 — the largest private block
Popular AWS VPC starting block
172.16–31.x.x — mid-size private block
AWS default VPC block in new accounts
192.168.x.x — the home/office standard
Localhost — the loopback block
The catch-all route for all traffic
Auto-assigned when DHCP fails
Shared address space for ISP NAT
Multicast group addresses
What is CIDR notation?
CIDR (Classless Inter-Domain Routing) notation describes a block of IP addresses using a base address and a prefix length. For example, 192.168.1.0/24 means:
- →The network starts at
192.168.1.0 - →The
/24means the first 24 bits are fixed (the network portion) - →The remaining 8 bits are free — giving 256 total addresses (254 usable)