Patch Panel Planner
Enter the network drops, panel density (24/48 ports) and growth reserve and I compute the panels needed, the ports and the rack space (U), including cable managers.
—
Comparison by density
| Density | Panels | Ports | Free | Rack U |
|---|
The selected density is highlighted · U computed with the current height and manager.
How it is computed · patch panel sizing
1. The reserve is added to the drops:
ports = ceil(drops × (1 + reserve/100)). With 96 drops and 25 %,
96 × 1.25 = 120 target ports.
2. Panels come from the density:
panels = ceil(ports / density). With 48p panels,
ceil(120 / 48) = 3 panels.
3. Ports actually installed are
panels × density and free ports are
installed − drops (spare capacity available today).
4. Rack space adds the panel height plus its manager:
U = panels × (Upanel + Umanager). With 3 panels of 1U and 1U of manager
each, 3 × (1 + 1) = 6U.
5. The reserve is a design recommendation: growing later costs more than leaving spare ports today. Adjust it to the site's expected growth.
Runs locally in your browser · no sign-up · nothing leaves your browser
How it works
The calculator sizes the patch panels and rack space for a number of network drops. It first applies the growth reserve: ports = ceil(drops × (1 + reserve/100)), with 25 % as the typical design value; it then derives the panels with panels = ceil(ports / density) for 24- or 48-port panels, and from there the ports actually installed (panels × density) and the spare ones.
Rack space is computed as U = panels × (panel_U + manager_U), adding the panel height (1U or 2U) and the optional 1U horizontal cable manager under each panel, a practice recommended by TIA-568/TIA-569 to dress the patch cords and preserve bend radius. The tool also shows the port occupancy percentage (with a warning above 90 %) and a comparison table between 24- and 48-port densities for the same scenario.
Example: 96 network drops with a 25 % reserve
- Target ports:
ceil(96 × 1.25) = 120ports. - With 48-port panels:
ceil(120 / 48) = 3panels → 144 installed ports. - Spare ports today:
144 − 96 = 48(66.7 % occupancy). - Rack: 3 panels of 1U plus 1U of cable manager each →
3 × (1 + 1) = 6U.