Bulk Domain Availability Checker
Use this tool to search domain availability in bulk, whether for your personal project, business, or anything else, all for free.
Calculate IPv4 network and broadcast addresses, usable host range, subnet mask, wildcard, and binary from any IP and CIDR prefix — free and in your browser.
A Subnet Calculator is a free tool that takes an IPv4 address plus a CIDR prefix (like /24) or a dotted subnet mask (like 255.255.255.0) and instantly works out the network address, broadcast address, first and last usable host, total and usable host counts, wildcard mask, IP class, and the binary layout of the block. Everything runs locally in your browser with pure bitwise math, so no IP addresses ever leave your device.
A subnet is a logical division of an IP network. The subnet mask (or its shorthand, the CIDR prefix) marks where the network portion of an address ends and the host portion begins. Bits set to 1 in the mask belong to the network; bits set to 0 identify individual hosts. From those two numbers you can derive every other property of the block, which is exactly what this calculator does.
192.168.1.10./24, a plain number like 24, or a dotted netmask like 255.255.255.0. You can also drag the prefix slider./31 and /32).Manual subnetting is error-prone: a single miscounted bit shifts the whole boundary. This tool removes the guesswork with instant, accurate results and a live binary view so you can actually see the network/host split. Because it is client-side, it is a natural companion to other network utilities — pair it with an IP Lookup to see the geolocation and ISP behind an address, or a DNS Lookup to resolve the hostnames living inside the range you just planned.
Smaller networks use longer prefixes: a /30 gives two usable hosts, ideal for point-to-point links, while a /24 offers 254 hosts for a typical office LAN. If you need to understand how those prefix numbers relate to raw binary boundaries, a Number Base Converter helps translate between decimal, hexadecimal, and binary. Special cases matter too: RFC 3021 allows /31 for two-host point-to-point links, and /32 describes a single host — this calculator handles both.
Subnetting is one step in a larger toolkit for planning and securing infrastructure. Once your ranges are mapped, a WHOIS Lookup reveals ownership and registration details for public blocks, and an SSL Certificate Checker verifies that the services running on those hosts present valid certificates.
Take 2 to the power of the number of host bits, which is 32 minus the prefix length. For a /24 that is 2^8 = 256 total addresses. Subtract 2 (the network and broadcast addresses) to get 254 usable hosts.
A subnet mask marks network bits with 1s and host bits with 0s. A wildcard mask is its exact inverse — 0s for the fixed network bits and 1s for the variable host bits — and it is used mainly in router access control lists and OSPF configuration.
A /32 represents a single host with no separate network or broadcast address. A /31 has just two addresses; under RFC 3021 both are usable for point-to-point links, so there is no wasted broadcast address.
No. All calculations run entirely in your browser using JavaScript bitwise operations. No IP addresses, masks, or results are transmitted to any server or stored anywhere.
Yes. You can type a dotted mask like 255.255.255.0, a CIDR prefix like /24, or just the number 24. The tool validates that a dotted mask is contiguous before using it and rejects invalid masks.
IP classes (A, B, C, D, E) are the legacy classful system based on the first octet. Modern networks use classless CIDR instead, but the class is still shown here as a quick reference and because some documentation and tools continue to mention it.