A ten-inch mini rack starts clean and quiet, and then the power situation quietly falls apart. Three Raspberry Pis, a small mini PC, an eight-port switch, maybe a little NAS, and each one shipped with its own wall wart. Behind the rack you end up with a knot of bricks fighting for space on a cheap power strip, no surge protection worth the name, and no way to shut anything down gracefully when the mains blinks. The gear on the shelf is tidy. The power feeding it is not.
Powering a mini rack cleanly means three things: you know the actual load, you feed it through one protected path, and you distribute it without a nest of adapters. Those are the three questions this guide answers, in order, because they build on each other. Get the load number first and every choice after it becomes arithmetic instead of guesswork. The wattage figures below were measured on my own bench in September 2026, so treat them as a starting point and meter your own gear before you size anything you plan to pay for.
This is the connective piece between three things you may already have open in other tabs: the rack PDU guide for the distribution hardware, the homelab UPS guide for the battery, and the mini rack build guide for the cabinet itself. What follows is how the power side of all three fits together.
Start with the power budget, not the gear
The key insight is that one number sizes everything else. The total watts your rack draws decides the UPS you need, the rating the distribution has to carry, and whether a single wall circuit can feed the lot without nuisance-tripping the breaker. Buy the battery or the strip first and you are guessing; measure the load first and the rest is a lookup.
Add it up in two columns, idle and peak, because those two numbers do different jobs. Idle draw is what the UPS carries almost all the time and what sets your runtime. Peak draw is what the circuit and the distribution have to survive when everything is working at once. Here is a fairly typical small rack, measured at the wall:
| Device | Idle | Peak |
|---|---|---|
| 3 x Raspberry Pi 5 | ~15 W | ~36 W |
| 1 x mini PC (N100 class) | ~10 W | ~28 W |
| 1 x 8-port PoE switch (switch itself) | ~8 W | ~10 W |
| PoE budget in use (2 cameras or APs) | ~12 W | ~30 W |
| 1 x SSD or NVMe storage node | ~8 W | ~18 W |
| Rack total | ~53 W | ~122 W |
That gives you a working shape: roughly 50 W most of the time, peaking near 120 W. What is actually happening is that your steady load is small, which is good news for runtime, while your peak is the number you protect the circuit against. A single household outlet on a 15 A circuit gives you around 1,440 W of usable headroom under the eighty percent rule, so a rack like this is nowhere near the limit. The constraint on a mini rack is almost never the wall. It is the tangle of adapters between the wall and the gear.
The three ways power reaches your gear
Once you know the load, there are exactly three paths that power can take to a device on the shelf, and a clean rack usually uses two of them together:
- AC through a PDU. A rack power strip turns one inlet into many switched or metered outlets. This is the backbone for anything that expects a normal plug.
- DC from a single supply. One capable brick feeds several low-voltage devices, replacing four or five separate wall warts with one.
- PoE over the network cable. The switch that already carries a node’s data can also carry its power, so the device needs no local adapter at all.
The mechanism matters because each path removes a different mess. The PDU removes the fight for outlets, the DC brick removes the pile of identical adapters, and PoE removes the power cable entirely for anything sitting near the switch. Most tidy mini racks I have built end up AC for the mini PC and the switch, and then DC or PoE for the small stuff.
AC: one PDU instead of a nest of wall warts
A power distribution unit is the least glamorous part of the rack and the one that fixes the most. It takes a single inlet and gives you a row of outlets, and the useful versions add either metering, so you can read the rack’s real watts on a display, or per-outlet switching, so you can power-cycle a box that has hung without walking over to it. For a ten-inch rack you want a short horizontal strip or a compact unit, not a full nineteen-inch bar that will not fit.
I keep the full comparison of metered versus switched, AC versus DC, and the form factors that actually fit a ten-inch cabinet in the rack PDU guide, including a DC PDU that runs a whole mini rack from one brick. Rather than repeat the picks here, the thing to carry over is the sizing rule: plan the distribution to the eighty percent figure from your peak column, never to the nameplate. Your ~120 W peak wants a strip rated well above it, which is easy, so the real decision is metering and switching, not capacity.
DC: power several nodes from one brick
This is where a mini rack differs from a big one. Most of your load is not a normal plug at all. It is a stack of single-board computers that each want five volts over USB-C. Ship them with their bundled adapters and you have four or five bricks doing one brick’s job. The clean move is a single multi-port USB-C charger that negotiates power to each node over USB Power Delivery, so one unit on the shelf feeds the whole cluster.
A 100 W four-port GaN charger is the right size for a trio of Pis with headroom to spare. The UGREEN Nexode 100W four-port is the one I reach for, in the $35 to $55 band; check the live price, because it moves. What matters when you buy is not the headline wattage but how it splits: the total is shared across the ports, not handed to each one, so a 100 W unit driving four devices is budgeting, not promising 100 W per port.
If the shelf is busier, a bench-style station scales the same idea up. The Anker Prime 200W six-port station, around the $65 to $80 band, has enough total budget to run a cluster of Pis plus a USB-C mini PC from one mains lead, which collapses a lot of adapters into a single tidy box behind the rack. One honest caveat on all of this: a Raspberry Pi 5 wants five volts at five amps to unlock its full peripheral power, so if a node drives NVMe or hungry USB devices, check that the port profile actually delivers that current before you count on it.
PoE: let the switch you already have do the powering
If there is a PoE switch in the rack, the tidiest power cable is the one you do not run, because the Ethernet cable already going to a node can carry its power too. What is actually happening is a negotiation: the switch and the device agree on a power class under the 802.3af, at, or bt standards, and the switch sends roughly 48 to 57 volts down the same pairs that carry data. At the device end, something steps that back down to what the board wants.
There are two ways to land that power. The first is an external splitter for a device that has no PoE support of its own. The UCTRONICS USB-C PoE splitter, in the $15 to $27 band, takes 802.3at off the cable and hands out five volts over USB-C, which suits a Pi 4 or a light Pi 5. Check the live price. It is rated at five volts, four amps, so for a Pi 5 pushing peripherals you will want the higher-current path below.

The second way is a HAT that sits on the Pi itself and does the conversion inside the case, which is neater because there is no dongle hanging off the port. The Waveshare PoE HAT (F) for the Pi 5, in the $23 to $33 band, adds an onboard cooling fan and takes 802.3af or at, so it powers and cools the board from one Ethernet run. This matters because it removes both the wall wart and a separate fan in one part. The one thing to watch is your switch’s total PoE budget: it is a pool shared across every powered port, not a fixed amount per port, so three PoE nodes plus two cameras can drain a small switch faster than the port count suggests. The PoE switch guide covers how to read that budget.
UPS: size runtime, not just VA
A mini rack full of little computers is exactly the kind of thing that corrupts a filesystem when the power drops mid-write, so a battery behind it is not optional if any node holds data you care about. The confusing part is the sizing, and the key insight is that the number on the box is not the number you plan around. A unit sold as 1500VA is quoting apparent power; the real power it can deliver is watts, and watts equal VA times the power factor, so that same unit might be rated for 900 W. Your ~53 W idle rack sits far below either figure.
Because your load is so far below the rating, runtime is where the good news lands, and it is not linear. A UPS that claims a few minutes at full load will carry a 53 W rack for the better part of an hour, which is plenty for a graceful shutdown or to ride out a brief flicker. What this matters for is your buying decision: you are not sizing for the biggest battery, you are sizing for enough runtime to let a shutdown daemon finish. The full picks, the line-interactive versus online distinction, and setting up graceful shutdown with NUT all live in the homelab UPS guide, so pick the runtime you need there against the idle number you just calculated.
Grounding, inrush, and surge
Two smaller mechanisms are worth understanding before you plug everything in. The first is inrush: several power supplies charging their capacitors at the same instant pull a brief spike far above their steady draw, which is why a rack can trip a breaker at the moment you switch it on even though it idles at 53 W. Feeding the rack through a UPS or a strip with a soft-start smooths that spike, and staggering when boxes power up helps too.
The second is the earth and surge path. Everything in the rack should share one grounded feed so there is no voltage difference between chassis that touch, and that single feed is where your surge protection belongs. Do not daisy-chain one strip into another to gain outlets, because it defeats both the surge rating and the breaker’s ability to protect the run. One protected feed in, distribution after it, is the whole rule.
A few power myths worth unlearning
The mental model to keep is short: measure the load, feed it through one protected path, then distribute over AC, DC, and PoE as each fits. Most of the mistakes I see come from a handful of stubborn assumptions, so here are the ones worth dropping:
- VA is not watts. A UPS rating in VA is apparent power; the watts it delivers are lower by the power factor. Plan against the watts figure.
- A bigger UPS is not proportionally more runtime. Runtime rises steeply as load falls, so a lightly loaded small unit often outlasts what the label implies.
- PoE budget is a shared pool, not a per-port amount. Total powered draw is what a switch limits, so count every powered device against one budget.
- USB-C ports share a total. A multi-port charger splits its wattage across active ports; it does not hand each port the maximum.
- A UPS is not a line conditioner. A basic unit protects against outages and dips, not the continuous cleaning some gear expects; that is a separate device.
Do those five things and the power side of a mini rack stops being an afterthought behind the cabinet and becomes the quiet, boring part it should be. From here, the rack accessories guide covers the shelves, panels, and cable management that keep all these leads dressed, and the PDU and UPS guides have the specific hardware to match the numbers you worked out here.

