/26 Subnet
About /26 Networks
Quarter /24 — small office or VLAN segment (62 hosts). A /26 subnet uses the mask 255.255.255.192 and provides 62 usable host addresses out of 64 total IPs.
Example /26 Networks
| Network | Broadcast | First Host | Last Host |
|---|---|---|---|
| 10.0.0.0/26 | 10.0.0.63 | 10.0.0.1 | 10.0.0.62 |
| 172.16.0.0/26 | 172.16.0.63 | 172.16.0.1 | 172.16.0.62 |
| 192.168.0.0/26 | 192.168.0.63 | 192.168.0.1 | 192.168.0.62 |
| 192.168.1.0/26 | 192.168.1.63 | 192.168.1.1 | 192.168.1.62 |
| 8.8.8.0/26 | 8.8.8.63 | 8.8.8.1 | 8.8.8.62 |
Splitting a /26 Into Smaller Subnets
A /26 divides evenly into any longer prefix. Each row shows how many subnets of that size fit inside one /26, and how many usable hosts each of them carries.
How Many /26 Subnets Fit in a Larger Network
The same arithmetic read the other way: how many /26 subnets you get when you carve up each of the next larger prefixes.
Adjacent CIDRs
Larger network
/25
Mask: 255.255.255.128
Total IPs: 128
Usable Hosts: 126
Smaller network
/27
Mask: 255.255.255.224
Total IPs: 32
Usable Hosts: 30
Comparing sizes? The full /0 to /32 cheat sheet table puts every prefix side by side.
Frequently Asked Questions
What is a /26 subnet?
A /26 subnet uses the subnet mask 255.255.255.192 with 62 usable host addresses and 64 total IP addresses. It has 26 network bits and 6 host bits.
How many hosts in a /26 network?
A /26 network supports 62 usable hosts out of 64 total IP addresses. The usable range excludes the network address and broadcast address.
What subnet mask does /26 use?
A /26 subnet uses the mask 255.255.255.192 (wildcard mask 0.0.0.63). This means the first 26 bits identify the network and the remaining 6 bits identify hosts.
How many /28 subnets are in a /26?
One /26 splits into 4 /28 subnets, each with mask 255.255.255.240 and 14 usable hosts. Every prefix longer than /26 divides it evenly — the full table is above.
How many /26 subnets are in a /25?
A /25 holds 2 /26 subnets. Each step to a shorter prefix doubles that count, because one bit moves from the host portion of the address to the network portion.
Standards
The figures on this page follow from the following specifications rather than from convention.
- RFC 4632 — Classless Inter-Domain Routing (CIDR)
Defines the /26 prefix notation used throughout this page, and the address-aggregation model that replaced classful addressing.
- RFC 950 — Internet Standard Subnetting Procedure
The original definition of the subnet mask, and of the network and broadcast addresses excluded from the usable host count.
- RFC 1918 — Address Allocation for Private Internets
Reserves 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16, the ranges most /26 subnets are carved from in practice.