Ad slot — header (728x90)

What is a /26 Subnet?

Last reviewed: May 2026

A /26 subnet contains 64 total IP addresses and 62 usable host addresses. The "/26" prefix means 26 bits are used for the network portion, leaving 6 bits (26 = 64) for host addressing. The /26 is a critical prefix in Azure networking — it is the minimum required size for AzureFirewallSubnet, AzureBastionSubnet, and ApplicationGatewaySubnet.

Calculate any /26 subnet instantly →
Quick Facts: 10.0.1.0/26 Subnet mask: 255.255.255.192  ·  Wildcard: 0.0.0.63  ·  Network: x.x.x.0 (on 64-boundary)  ·  Broadcast: x.x.x.63  ·  Total IPs: 64  ·  Usable hosts: 62

Full Breakdown

PropertyValue
Prefix length/26
Subnet mask255.255.255.192
Wildcard mask0.0.0.63
Total addresses64
Usable host addresses62
Network addressx.x.x.0 (must align to multiples of 64: .0, .64, .128, .192)
Broadcast addressx.x.x.63 (last address in the block)
Binary mask11111111.11111111.11111111.11000000
AWS usable hosts59 (AWS reserves 5 IPs per subnet)
Azure usable hosts59 (Azure reserves 5 IPs per subnet)
Azure Managed Service Subnet Requirements

/26 is the minimum size for several critical Azure managed subnets:

Using /27 or smaller for these subnets will cause Azure deployment errors. Always provision /26 or larger for these managed services.

AWS Usage Note

In an AWS VPC, a /26 subnet provides 59 usable IPs after AWS reserves 5 addresses. This makes /26 a popular choice for small-to-medium workload subnets such as ECS task subnets, Lambda VPC subnets, and development environment subnets.

Common Use Cases for /26 Subnets

Comparison: /26 vs Nearby Prefix Lengths

CIDRSubnet MaskTotal IPsUsable HostsAWS UsableTypical Use
/24255.255.255.0256254251Standard subnet — most common
/25255.255.255.128128126123Half of /24; medium workload subnet
/26255.255.255.192646259Azure Firewall/Bastion minimum; small AWS workload
/27255.255.255.224323027Azure GatewaySubnet; infrastructure segment

How Many /26 Subnets Fit in a /24?

A /24 block contains 2(26−24) = 4 subnets of /26 size. For example, 192.168.1.0/24 can be subdivided into 192.168.1.0/26, 192.168.1.64/26, 192.168.1.128/26, and 192.168.1.192/26. Each block starts on a multiple of 64.

Try the subnet splitter in SubnetSolver →

Frequently Asked Questions

How many usable hosts does a /26 subnet have?

A /26 subnet has 62 usable host addresses out of 64 total IPs. Two addresses are reserved: the network address and the broadcast address. In AWS, 59 IPs are usable (5 reserved by AWS). In Azure, 59 IPs are usable (5 reserved by Azure).

What is the subnet mask for a /26 network?

The subnet mask for a /26 network is 255.255.255.192. In binary, 26 bits are set to 1 followed by 6 bits of 0: 11111111.11111111.11111111.11000000.

How many /26 subnets fit inside a /24 network?

A /24 network can be divided into 4 subnets of /26 size. The difference in prefix length is 26 - 24 = 2 bits, and 2^2 = 4. For example, 192.168.1.0/24 contains 192.168.1.0/26, 192.168.1.64/26, 192.168.1.128/26, and 192.168.1.192/26.

Related Guides

Ad slot — footer (728x90)