CIDR to IP Range Converter

Enter a CIDR block and instantly see the start IP, end IP, netmask, broadcast address, and total host count.

CIDR Block

Quick examples:

Recent

No history yet

Enter a CIDR block on the left to see the full range breakdown.

Copied!

Summary

Enter a CIDR block and instantly see the start IP, end IP, netmask, broadcast address, and total host count.

How it works

  1. Enter a CIDR block such as 192.168.1.0/24 in the input field.
  2. The tool parses the IP address and prefix length from the notation.
  3. It calculates the network mask by setting the top N bits (where N is the prefix length).
  4. The start IP is derived by ANDing the address with the mask; the end IP by ORing with the inverted mask.
  5. Host count, netmask, broadcast, and usable host range are displayed instantly.
  6. You can also look up multiple CIDRs one at a time using the history list.

Use cases

  • Verify firewall or security-group rules cover the right IP range.
  • Plan subnet allocations for a VPC or on-premises network.
  • Convert CIDR blocks from cloud provider documentation to human-readable ranges.
  • Debug network routing issues by confirming address boundaries.
  • Teach or learn subnetting and CIDR notation concepts.
  • Quickly check how many hosts fit in a given prefix.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu