Bench note

Fuse selection before the smoke

The fuse you skip is the trace you'll replace

You've sized the transformer, checked the regulator's thermal pad, verified inrush with a current-limiting circuit. Then you solder in a random fuse from the parts bin because "it's close enough." Six months later, a motor stall or a shorted connector vaporizes a trace instead of the fuse, and you're running magnet wire under the board at midnight.

Fuses protect downstream components, not upstream supply rails. That means you choose them based on what breaks first when things go wrong — usually your PCB, not the wall adapter. If you're pulling 500 mA nominal and your fuse is rated 3 A because "headroom," you've just made the circuit board the sacrificial element.

Fast-blow for logic, slow-blow for motors

Fast-blow (F-type) fuses open in milliseconds when current exceeds rating. Use them on digital power rails, sensor supplies, and anywhere inrush is negligible. A 5 V rail pulling 300 mA steady gets a 500 mA fast-blow. If something shorts, the fuse opens before the decoupling caps or voltage regulator let out smoke.

Slow-blow (T-type) fuses tolerate short surges — motor startup, capacitor charging, solenoid kick. A 12 V stepper driver that pulls 1.2 A running but 4 A for 100 ms at startup needs a 2 A slow-blow, not a 1.5 A fast-blow that nuisance-trips every power cycle. The tradeoff: a real short takes longer to clear, so place the fuse close to the supply and keep trace impedance low.

Voltage rating is not negotiable

Fuse voltage rating is the maximum voltage the fuse can safely interrupt, not the circuit voltage. A 32 V fuse on a 48 V rail might not extinguish the arc when it blows, turning your inline protection into a miniature welding torch. Match or exceed your rail voltage with margin. For bench supplies under 50 V, 63 V or 125 V rated fuses cover most cases without exotic sourcing.

Blade fuses (automotive ATO/ATC) are convenient and cheap but stop at 32 V. For anything above that, use cartridge (5×20 mm or 6.3×32 mm) glass or ceramic types. Ceramic handles higher breaking capacity — relevant if your supply can dump serious current before the upstream breaker trips.

Datasheet interrupt rating matters when fault current is high

Interrupt rating (breaking capacity) tells you the maximum fault current the fuse can clear without becoming shrapnel. A wall adapter with 2 A output and internal current limiting rarely exceeds 5 A fault current; a 35 A interrupt rating is fine. A bench supply set to 5 A but capable of 50 A short-circuit current needs a fuse rated for at least that.

If you're working with LiPo packs or lead-acid, fault current can hit hundreds of amps. Use a fuse with a breaking capacity that matches worst-case short-circuit calculations, or the fuse will pop and the plasma will continue conducting through the vapor trail. This is why automotive blade fuses spec interrupt ratings up to 1000 A.

Placement and holder thermal limits

Solder a fuse directly to the board only if you're certain you'll never replace it in the field. PCB-mount holders (Keystone, Littelfuse) add 20 cents and save you from desoldering every time a fuse blows during testing. Panel-mount holders work when the enclosure is metal and you want external access, but verify the holder's current rating matches the fuse — a 10 A fuse in a 5 A holder will melt the plastic before the fuse opens.

Place fuses after connectors, before voltage regulation. If your design uses a linear regulator, fuse the input rail so a shorted pass transistor doesn't pull unlimited current from upstream. For multi-rail designs, fuse each secondary rail separately — a short on 3.3 V shouldn't kill your 5 V logic.

When to oversize (slightly)

Size for 1.5× nominal continuous current on resistive loads, 2× on inductive loads with slow-blow types. A DC motor drawing 800 mA steady gets a 1.5 A slow-blow, not a 1 A. The margin accounts for aging, temperature derating, and the fact that fuses don't blow at exactly their rating — a 1 A fuse might carry 1.1 A indefinitely at room temperature.

Don't oversize beyond 2×. A fuse is insurance, not a suggestion. If your circuit has no other current-limiting and the fuse is the only thing between a fault and a fire, pick the smallest value that won't nuisance-trip under normal operation.

Test with an actual short

After you've chosen and placed the fuse, verify it works: power the board, then deliberately short the fused rail to ground with a screwdriver. The fuse should open cleanly within a second or two, and nothing else should smoke. If the fuse doesn't blow, or if it blows but a trace lifts first, go back and recalculate.

Document the fuse type, rating, and interrupt capacity in the schematic and BOM. When you're troubleshooting at 2 a.m. and the board won't power on, "check the fuse" is a faster answer than "guess which trace burned."

← Full log