All tools · 🌐 Network Tools

🧮 Subnet / CIDR Calculator

Subnetting is one of those topics every network engineer memorizes and every developer relearns three times. This calculator does the math. Type any CIDR block — 10.0.0.0/16, 192.168.1.0/24, whatever — and get the network address, broadcast, mask, host range, and total host count.

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

Frequently asked questions

What does /24 mean?

The first 24 bits identify the network, leaving 8 bits for hosts. /24 = 256 addresses (254 usable). /16 = 65,536. /30 = 4 (2 usable for point-to-point).

Why two unusable addresses?

The first (network) and last (broadcast) are reserved on standard subnets. Special exceptions: /31 (RFC 3021) and /32 treat both as usable.

About this calculator

Subnet / CIDR Calculator runs entirely in your browser using standard formulas. No data is sent to any server. We don't share your inputs with lenders, brokers, or anyone else — there's no funnel and no follow-up email.

Related tools

← All 35 calculators

Why this tool

vs typical free network-tools sites

NetToolsetTypical free site
PriceFreeFree
Signup requiredNoOften (for advanced features)
Ads inside the toolNoYes (banner + interstitial)
Logs your IP / queriesNoYes (often resold)
Data sent to a serverMath runs in browser; lookups hit Cloudflare DoH directlyYes (all goes through their server)
Open sourceYesNo
Bookmarkable URL per toolYesMixed
MultilingualEN / ES / PT / FR / DEUsually EN only
Loads in under 1sYes (static)Often slow (ad tracking)