Fuses and Circuit Protection for Maker Electronics: Types, Ratings, and Choosing the Right One
Every maker electronics guide on this site eventually mentions fusing a power supply or protecting a battery pack, but none of them actually walk through how to pick a fuse — and it's a component that's easy to get wrong in a way that either does nothing (a fuse rated way above your normal current never trips) or nuisance-trips on startup surges. This is a reference guide to the fuse and circuit-protection types you'll actually run into on the bench: glass cartridge fuses, blade fuses, PTC resettable fuses (polyfuses), and the ratings that determine which one belongs in a given circuit.
Why Fuse at All
A fuse's job is narrow and specific: protect wiring and the upstream power source from a fault current large enough to start a fire or destroy something expensive, by sacrificing itself first. It is not primarily there to protect the downstream component from moderate overcurrent — by the time a standard fuse trips, sensitive electronics are often already dead. Think of a fuse as insurance against short circuits and catastrophic failures, not as fine-grained overcurrent protection (that's what current-limiting supplies, PTCs, and proper circuit design are for).
Fuse Types
TypeTrip BehaviorResettable?Typical Use Fast-blow (F)Trips quickly, little tolerance for surgeNo, one-timeProtecting sensitive semiconductors, DC electronics with no inrush Slow-blow / time-delay (T)Tolerates brief surges, trips on sustained overcurrentNo, one-timeMotors, transformers, capacitive input supplies with inrush current Automotive blade fuse (ATC/ATO/Mini/Micro2)Similar to fast/slow-blow, standardized for 12V/24V systemsNo, one-time12V battery projects, LiFePO4 power stations, vehicle-adjacent builds PTC resettable fuse (polyfuse)Resistance rises sharply with heat, self-resets after coolingYes, automaticUSB ports, low-voltage DC rails, anywhere physical fuse replacement is inconvenient Glass cartridge (3AG/5x20mm)Fast or slow-blow depending on markingNo, one-timeBench supplies, general low-voltage electronics, panel-mount holdersReading a Fuse's Ratings
- Current rating (A): the continuous current the fuse can carry indefinitely without opening. Size it above your circuit's normal continuous current draw but below what the wiring or weakest component can safely handle — a common rule of thumb is 125–150% of expected continuous current for a slow-blow fuse, closer to 110–120% for a fast-blow fuse protecting sensitive parts.
- Voltage rating: the maximum voltage the fuse can safely interrupt without arcing across the open gap. This matters more than people expect — a fuse rated for 32V DC may not reliably extinguish an arc on a 48V DC circuit even if the current rating looks fine, because DC arcs don't self-extinguish at the zero-crossing the way AC arcs do. Always match or exceed the circuit's actual voltage, and use fuses explicitly rated for DC on DC circuits.
- Breaking capacity (interrupt rating): the maximum fault current the fuse can safely clear without exploding or arcing over. A cheap glass fuse might have a breaking capacity of only 35A — fine for a wall-wart-powered project, dangerously inadequate directly across a high-capacity LiFePO4 pack that can deliver hundreds of amps into a dead short.
- Speed (I²t rating): how much energy the fuse lets through before opening. Fast-blow fuses have a low let-through energy; slow-blow fuses are designed to tolerate a defined surge (like a motor's inrush current or a switching supply's capacitor charge current) without nuisance-tripping.
PTC Resettable Fuses (Polyfuses)
A PTC (positive temperature coefficient) polyfuse is a polymer loaded with conductive particles that has low resistance at normal temperature and current. When current exceeds its trip threshold, self-heating raises its resistance dramatically, throttling current down to a small "trickle" level. Remove the fault and let it cool, and resistance drops back down on its own — no replacement needed. That convenience comes with trade-offs worth knowing before you rely on one:
- Trip time is slower and less precise than a real fuse — PTCs are thermal devices, so trip time depends on ambient temperature and how much the device has already warmed up.
- They don't fully open the circuit; a small leakage/trickle current continues to flow even in the tripped state.
- Repeated trips degrade a PTC's hold current over its lifetime — it's not infinitely resettable at full rated performance.
- They're widely used on USB ports, low-voltage sensor rails, and anywhere a fault might be transient (a momentary short from a slipped probe) rather than catastrophic.
Fusing Real Maker Projects
Project TypeRecommended Approach USB-powered ESP32/Arduino projectRely on the USB port's built-in PTC/current limit; add a small inline PTC if driving external loads from the same rail LiFePO4 / Li-ion battery pack (see this site's portable power station guide)A properly rated main fuse close to the battery terminal, sized to the pack's max discharge current and BMS rating — the BMS protects the cells, the fuse protects the wiring downstream Bench power supply build (LM317, ATX conversion)Panel-mount glass or blade fuse on the mains input, sized per the transformer/supply's rated draw 12V automotive-style project (LED lighting, relays)Standard ATC/ATO blade fuse close to the battery, matched to the wiring gauge, not just the load 3D-printed/CNC-controlled mains-powered equipmentProperly rated slow-blow fuse or circuit breaker sized to the motor/heater load's inrush characteristics — see this site's mains safety guide before wiring anything mains-connectedSafety Notes
- Always size a fuse to protect the wiring, not just the load — the fuse rating should never exceed what the smallest-gauge wire in that circuit can safely carry.
- Never bridge or bypass a fuse "temporarily." A fuse that keeps blowing is telling you there's a real fault to find, not an inconvenience to route around.
- On anything connected to mains voltage, use fuses and holders rated for mains voltage and consult this site's home shop electrical safety guide — low-voltage DC fuse practices don't automatically transfer to AC safely.
- For lithium battery packs, a fuse is a backstop, not a substitute for a proper BMS with overcurrent, overvoltage, and short-circuit protection built in.
A fuse is one of the cheapest components in any build and one of the most commonly skipped or mis-sized. Matching current, voltage, and breaking capacity to the actual circuit — not just grabbing whatever's in the parts bin — is what makes it do its job instead of sitting there as a false sense of security.