Home Contact Centres Unified Communications Quiz Interview QnA Tools Blog πŸŽ“ Live Training
πŸ”₯ Amazon Connect Full Training Course Now Live Β· πŸŽ“ Instructor-Led Live Classes β€” Limited Seats Β· πŸ“‹ 500+ Interview Questions β€” UC & Cloud Β· 🧠 Free Quiz: Cisco Β· Avaya Β· MS Teams Β· 🌐 Join 10K+ Tech Community on WhatsApp Β· ☁️ Cloud Computing Guide 2026 β€” Read Now Β· πŸ”₯ Amazon Connect Full Training Course Now Live Β· πŸŽ“ Instructor-Led Live Classes β€” Limited Seats Β· πŸ“‹ 500+ Interview Questions β€” UC & Cloud Β· 🧠 Free Quiz: Cisco Β· Avaya Β· MS Teams Β· 🌐 Join 10K+ Tech Community on WhatsApp Β· ☁️ Cloud Computing Guide 2026 β€” Read Now Β·

IPv4 Subnet Calculator β€” Free Online Tool

Network, broadcast, masks, hex, IP class, binary map and a subnet splitter.

Quick:

Special IPv4 Address Ranges

RangeTypeDescription
10.0.0.0/8PrivateClass A private (RFC 1918)
172.16.0.0/12PrivateClass B private (RFC 1918)
192.168.0.0/16PrivateClass C private (RFC 1918)
127.0.0.0/8LoopbackLocalhost
169.254.0.0/16APIPALink-local / DHCP failure
100.64.0.0/10SharedCarrier-grade NAT (RFC 6598)
224.0.0.0/4MulticastClass D multicast
240.0.0.0/4ReservedClass E reserved
192.0.2.0/24DocsTEST-NET-1 (RFC 5737)
255.255.255.255/32BroadcastLimited broadcast

About IPv4 Subnet Calculator

This complete IPv4 Subnet Calculator turns an IP address and CIDR prefix into everything you need to plan or troubleshoot a network: network and broadcast addresses, usable host range, subnet and wildcard masks, total and usable host counts, hexadecimal forms, the IP class, and the address type with its RFC and routing properties.

It also includes a binary bit-map that visualises which bits are network and which are host, plus a subnet splitter that divides a network into equal subnets β€” all running locally in your browser for instant, private results.

How to Use IPv4 Subnet Calculator

  1. Enter an IPv4 address (or use a quick preset).
  2. Choose the CIDR prefix.
  3. Click Calculate to see the full breakdown and binary map.
  4. Optionally use the subnet splitter to divide the network into equal subnets.

Key Features

βœ“
Network, broadcast, first/last host and host counts
βœ“
Subnet mask, wildcard mask, CIDR and hex forms
βœ“
IP class and address type (private/public/special) detection
βœ“
Binary bit-map with network/host highlighting
βœ“
Subnet splitter into equal subnets
βœ“
Special IP ranges and subnet mask reference tables
βœ“
100% client-side β€” nothing is uploaded

Frequently Asked Questions

What does this subnet calculator show? β–Ό
Enter an IPv4 address and a CIDR prefix to get the network and broadcast addresses, first and last usable hosts, subnet mask, wildcard mask, total and usable host counts, hex representations, IP class, address type (private/public/etc.), and a binary bit-map.
What is CIDR notation? β–Ό
CIDR (Classless Inter-Domain Routing) writes a network as address/prefix, e.g. 192.168.1.0/24, where the number is how many leading bits are the network portion. /24 equals subnet mask 255.255.255.0 with 254 usable hosts.
How does the subnet splitter work? β–Ό
Choose how many equal subnets to divide your network into (a power of two). The tool calculates the new prefix length and lists each resulting subnet's network address and host range.
What is a wildcard mask? β–Ό
A wildcard mask is the bitwise inverse of the subnet mask, used in Cisco ACLs and OSPF. For 255.255.255.0 the wildcard is 0.0.0.255.
Is my input sent anywhere? β–Ό
No. Every calculation runs locally in your browser; nothing you enter is uploaded or stored.