SYSTEM TIME --:--:-- IST · 152 TOOLS LIVE · RUNS IN YOUR BROWSER — NOTHING UPLOADED
← Back to NETWORK
NETWORK

CIDR to Subnet Mask Converter

Convert a CIDR prefix into its dotted-decimal subnet mask, free and instant.

Need the subnet mask on its own, or want to go the other direction? Try the Subnet Mask Calculator.

About this tool

CIDR notation (like 192.168.1.0/24) packs a network address and its size into one compact string — the number after the slash is the prefix length, meaning how many of the 32 bits in an IPv4 address are fixed as the network portion, with the rest available for host addresses.

This tool expands that notation into everything it implies: the network address, the broadcast address, the subnet mask in standard dotted-decimal form, the first and last usable host addresses, and the total and usable address counts. A smaller prefix number (like /8) covers a huge address range; a larger one (like /30) covers just 4 addresses — the relationship is inverse and easy to get backwards under time pressure.

Two special cases are handled correctly per RFC 3021: a /31 network (used for point-to-point links) treats both addresses as usable rather than reserving one for network and one for broadcast, and a /32 is treated as a single host address.

Frequently asked questions

Why does a /24 give 254 usable addresses, not 256?

Two addresses in every standard subnet are reserved — the network address itself (all host bits zero) and the broadcast address (all host bits one) — leaving 256 minus 2 for actual hosts. The exceptions are /31 and /32, handled per RFC 3021.

What’s different about a /31 subnet?

RFC 3021 defines /31 specifically for point-to-point links, where both addresses are usable (no network/broadcast reservation) since there are only ever two devices on the link.

Is my IP address or query sent anywhere?

No — this calculation is pure arithmetic on the numbers you enter, done entirely in your browser.

Does this show the subnet mask too, or just the IP range?

Both — the output includes the network address, broadcast address, subnet mask in dotted-decimal form, and the full usable IP range together, since they’re all derived from the same CIDR notation.

Other countdown scenarios

Related tools