All tools · 📐 Format / Inspect

🌐 Subnet / CIDR Calculator

Enter a CIDR notation like 10.0.0.0/16 — we compute the network address, broadcast address, subnet mask, host range (first/last usable), and total number of hosts. Useful for network engineers and cloud VPC planning.

Loading tool…

Examples

Home LAN
Input192.168.1.0/24
OutputMask 255.255.255.0 · 254 hosts · 192.168.1.1 – 192.168.1.254
AWS VPC
Input10.0.0.0/16
OutputMask 255.255.0.0 · 65,534 hosts · 10.0.0.1 – 10.0.255.254
Tight subnet
Input172.16.0.0/30
Output2 usable hosts (point-to-point links)

Frequently asked questions

What does /24 mean?

The first 24 bits identify the network; the remaining 8 bits identify hosts. /24 = 256 addresses (254 usable). /16 = 65,536. /30 = 4 (2 usable).

Why are 2 addresses unusable?

The first address (network) and last (broadcast) are reserved. Exceptions: /31 and /32 are special and treat both addresses as usable for point-to-point links.

How do AWS / GCP / Azure pick CIDR ranges?

They reserve a few addresses inside each subnet for the cloud provider (router, DNS, etc.). AWS reserves 5; subtract those from "usable" when planning.

About this tool

Subnet / CIDR Calculator runs entirely in your browser using standard Web APIs. No data is sent to any server. The source for this tool is in our public GitHub repository.

Related tools

← All 96 tools

Why this tool

vs typical free web-tool sites

1vwTypical free site
PriceFreeFree
Signup requiredNoOften (for premium features)
Ads inside the toolNoYes (banner + video)
Data sent to serverNo (browser-only)Yes (inputs analyzed for ads)
Total tools96Often <20 or scattered across sites
Bookmarkable URL per toolYesMixed
Loads in under 1sYes (static)Often slow (ad tracking)
MultilingualEN / ES / PT / FR / DEUsually EN only
Open sourceYesNo