PTC Resettable Fuse vs Fast-Blow Fuse vs eFuse IC: How Do You Choose Overcurrent Protection?
Last updated 7 July 2026 · 9 min read
Direct Answer
A PTC resettable fuse (polyfuse) is a polymer device that self-heats into a high-resistance state on sustained overcurrent and resets automatically once power is removed and it cools — the right choice for user-facing ports (USB, actuator outputs, battery packs) where a nuisance trip must recover without a service call, but its trip time is slow (seconds) and its hold current derates significantly with ambient temperature. A fast-blow (or slow-blow) fuse is a one-time sacrificial wire element with a precise, standardised time-current curve — the required choice wherever a safety standard demands non-resettable protection that cannot re-energise a faulted circuit automatically, and the only option accepted for many mains-connected and battery-pack safety designs. An eFuse IC is an active electronic circuit breaker: a series MOSFET with current-sense and control logic that trips in microseconds at a precisely programmable current limit, optionally auto-retries or latches off, and reports fault status to a microcontroller — the choice when trip accuracy, response speed, or fault visibility matter more than the lowest possible cost and board area. Many designs use more than one of these together, in series, each covering a failure mode the others don't.
Detailed Explanation
Every current path in a product needs an answer to the same question: what happens when something downstream draws far more current than it should? A shorted cable, a failed component, a miswired connector, or a user plugging something faulty into a port all create the same overcurrent event, and the protection element chosen to respond to it has real consequences for cost, reliability, serviceability, and — in some product categories — regulatory compliance. Overcurrent protection appears only in passing on this site so far (a fuse in the reverse polarity protection crowbar option, a one-line dismissal in hot-swap controllers and inrush current limiting); this page compares the three practical building blocks directly.
PTC Resettable Fuse (Polyfuse)
A PTC device (see the FAQ above for the underlying polymer physics) is the standard choice wherever an overcurrent event is expected to be transient, recoverable, and something the end user or field technician should not have to service. Its defining characteristics:
- Self-resetting — the primary reason to choose it. Once the fault is removed and the device cools, protection is automatically restored with no replacement part and no service call.
- Slow trip time — typically hundreds of milliseconds to several seconds at moderate overcurrent (well above the fault current), because the device relies on thermal self-heating, not an instantaneous electronic threshold. This makes a PTC a poor fit as the sole protection for fast, high-energy faults (a hard dead short close to a low-impedance source) — it protects primarily against sustained overload, not necessarily the first few microseconds of a severe short circuit.
- Hold current derates with ambient temperature — covered in detail in the FAQ above. This is the single most common PTC sizing mistake.
- Non-zero resistance when un-tripped — a PTC's resistance in its normal conducting state (typically tens of milliohms to a few ohms depending on the part's current rating) is not negligible at higher currents, and contributes a small continuous voltage drop and self-heating that must be accounted for in the thermal and voltage-drop budget, unlike an eFuse's on-resistance which is usually much lower.
Common applications: USB port power, sensor and actuator output protection, battery pack sustained-overcurrent protection (paired with other protection layers), and any interface a user can physically miswire or short without qualified service access.
Fast-Blow / Slow-Blow Fuse
A conventional fuse is a sacrificial wire or ribbon element sized to melt (open) at a defined current, characterised by a time-current curve published against the IEC 60127 or equivalent standard. Key characteristics:
- One-time, non-resettable — the fuse must be physically replaced after it opens. This is a limitation for a user-facing nuisance trip, and precisely the required behaviour where a safety standard mandates the circuit not automatically re-energise (see FAQ above).
- Precise, standardised time-current curves — fuse manufacturers publish detailed I²t and time-current data, letting a designer coordinate fuse clearing time against the withstand rating of downstream components (a real engineering exercise called fuse coordination — verifying the fuse clears before the energy let through during clearing exceeds a downstream semiconductor's or PCB trace's rating, not just picking a fuse rated near the expected current).
- Fast-blow vs slow-blow (time-delay) — fast-blow fuses open quickly even on brief overcurrent, appropriate for protecting sensitive semiconductors with little tolerance for overcurrent duration. Slow-blow (time-delay) fuses tolerate a brief inrush or startup surge without opening, appropriate where the circuit has a legitimate, predictable current spike at power-up (motor starting current, capacitor charging inrush) that a fast-blow fuse would nuisance-trip on.
- No inherent trip-current accuracy at the level of an active circuit — a fuse's actual melting current has a wider tolerance band than an eFuse's programmed current limit, and varies with ambient temperature and mounting, though within ranges the manufacturer characterises and publishes.
eFuse IC
An eFuse IC (see the FAQ above for how it differs from a hot-swap controller) replaces the passive protection element with an active circuit: a series MOSFET, a current-sense element, and control logic in one small package. Key characteristics:
- Fast, precise response — typically single-digit microseconds to a hard short circuit, with a current limit set by an external resistor or digital interface to a specific, repeatable value rather than a fuse's wider tolerance band.
- Configurable fault behaviour — most parts offer a choice between latch-off (stays off until power-cycled or commanded to retry) and auto-retry (attempts to reapply power periodically) — the same "does it re-energise automatically" question that governs the PTC-vs-fuse safety decision above applies here, and the designer chooses the behaviour explicitly rather than it being fixed by the device physics.
- Fault reporting — many eFuse ICs provide a fault flag output a microcontroller can read, giving the system visibility into a protection event that a passive fuse or PTC cannot provide on its own.
- Added cost, board area, and its own failure modes — an active IC has a bill-of-materials and design cost a passive PTC or fuse doesn't, and (like any active component) has its own set of possible failure modes to consider, including how it behaves if its own supply or control logic fails.
Layering Protection
Many real designs use more than one of these together rather than choosing a single winner: a fuse as the last-resort, non-resettable safety backstop; an eFuse or PTC as the first line of protection for everyday overcurrent events the fuse should never need to see; and, on live-insertion boards, a hot-swap controller handling inrush and fault response during connection, with a fuse further upstream as the ultimate backstop if the active circuit itself fails.
Selecting Between Them
| Property | PTC resettable fuse | Fast/slow-blow fuse | eFuse IC |
|---|---|---|---|
| Resets automatically | Yes | No (replace) | Configurable (latch or retry) |
| Typical trip speed | Slow (100s of ms – seconds) | Standardised time-current curve | Fast (µs range) |
| Trip current accuracy | Moderate, temperature-dependent | Wider tolerance band, standardised | Tight, programmable |
| Continuous resistance/drop | Non-trivial at high current | Very low | Low (MOSFET R_DS(on)) |
| Fault reporting | None | None | Often available |
| Relative cost/complexity | Low | Lowest | Higher |
| Typical fit | User-facing ports, recoverable overload | Safety-mandated non-resettable protection | Precision limiting, fast response, fault visibility needed |
For a design that also needs thermal budgeting once a protection device's own dissipation is added to the enclosure, see thermal design and heatsink selection for power components. Zeus Design specifies and validates overcurrent protection — PTC, fuse, and eFuse selection together with the surrounding power-input circuit — as part of complete product electronics development.
Design Considerations
- Derate the PTC hold current for actual enclosure ambient, not bench ambient, as covered in the FAQ above — this is the most common field-failure mode for PTC-protected designs.
- Check the applicable safety standard before assuming a resettable device is acceptable. As covered in the FAQ above, some product categories require a genuinely non-resettable protection element at some point in the protection chain, regardless of what an eFuse or PTC could technically achieve.
- Coordinate fuse clearing time against downstream component withstand ratings, not just the nominal current rating — a fuse that's technically "rated close to the fault current" can still let through enough energy during its clearing time to destroy a downstream semiconductor if the let-through energy (I²t) wasn't checked against that component's rating.
- Decide auto-retry vs latch-off deliberately for an eFuse, rather than accepting a part's default — auto-retry is convenient for transient faults but can mask a persistent fault by repeatedly cycling power into it, which is the same re-energising concern that drives the PTC-vs-fuse safety decision.
Common Mistakes
- Sizing a PTC from its 25°C datasheet hold current alone, then deploying it in a warm enclosure or next to a heat source — see the FAQ above for the derating detail this mistake ignores.
- Using a fast-blow fuse on a circuit with legitimate inrush or startup current (motor start, large bulk capacitance charging) — the fuse nuisance-trips on normal startup behaviour that a slow-blow/time-delay fuse would tolerate correctly.
- Assuming any of the three is a substitute for proper fault-current withstand elsewhere in the design. Overcurrent protection limits how long and how much a fault can draw — it does not eliminate the need for the rest of the circuit (traces, connectors, downstream components) to survive the fault current for the protection device's actual response time, which for a PTC or standard fuse can be substantially longer than an inexperienced designer assumes.
- Choosing an eFuse's auto-retry behaviour without considering what it does to a genuinely persistent fault — repeatedly reapplying power to a short circuit can, in some fault modes, cause more cumulative stress or hazard than a single clean latch-off would.
- Treating fuse or PTC trip-current tolerance as tight as an eFuse's programmed limit. Passive devices have real manufacturing and temperature-dependent tolerance bands; a design relying on precise, repeatable trip behaviour at a specific current needs an active eFuse, not a passive part selected optimistically close to that value.
Frequently Asked Questions
- How does a PTC resettable fuse (polyfuse) actually work?
- A PTC (Positive Temperature Coefficient) resettable fuse is a polymer loaded with conductive carbon particles, forming continuous conductive chains through the material at normal temperature and presenting low resistance. Sustained overcurrent heats the device (I²R self-heating); at a characteristic trip temperature, the polymer expands, the conductive chains break apart, and resistance jumps by several orders of magnitude almost immediately, dropping the current to a low holding trickle. The device stays in this high-resistance tripped state as long as some current keeps it self-heated above the trip temperature. Once the fault is removed and the part cools, the polymer contracts, the conductive paths re-form, and resistance returns to its low, un-tripped value with no manual replacement needed — the entire value proposition versus a one-time fuse.
- How do I size a PTC's hold current, accounting for ambient temperature derating?
- A PTC's datasheet hold current (the maximum current the device carries indefinitely without tripping) is specified at a single reference temperature, typically 25°C, and derates substantially as ambient temperature rises — a part rated for roughly 1 A hold current at 25°C might only hold 0.6-0.7 A at 60°C ambient inside a warm enclosure (verify the exact derating curve for the selected part and package, since it varies by manufacturer and body size). Sizing a PTC using only the 25°C datasheet figure, then deploying it inside a warm enclosure or next to a heat-generating component, is one of the most common PTC selection mistakes — it results in nuisance trips under entirely normal load once the product reaches its real operating temperature. Always derate the hold current from the manufacturer's temperature-vs-hold-current curve at the actual maximum ambient the device will see in the enclosure, not the bench-test ambient.
- When is a one-time fuse required instead of a PTC or eFuse for safety compliance?
- Safety standards for mains-connected and many battery-pack products frequently require a fuse (or an equivalent 'non-resettable, non-repairable' protection element) specifically because it does not automatically re-energise a circuit that has faulted — a resettable PTC or an auto-retrying eFuse can, by design, keep reapplying current to a fault that hasn't actually been fixed, which is exactly the behaviour a safety-critical protection element is meant to prevent. Lithium-ion battery pack protection circuits, for example, commonly include a one-time fuse (sometimes fired deliberately by a protection IC through a heater element) as the last-resort protection layer precisely because it permanently disconnects the pack rather than cycling. Check the applicable safety standard for the product category (IEC 62368-1 for most electronic equipment, IEC 62133 for lithium battery packs, and others by product class) for where a non-resettable element is mandated rather than optional — this is a compliance requirement, not just a design preference, in those cases.
- What is an eFuse IC, and how is it different from a hot-swap controller?
- An eFuse IC and a hot-swap controller share the same core building block — a series MOSFET with active current sensing and gate control — but are optimised for different jobs. An eFuse is generally the simpler, lower-cost part optimised purely as an overcurrent/short-circuit protection element: a fixed or pin-programmable current limit, fast response (often single-digit microseconds to a hard short), and simple fault behaviour (latch-off or auto-retry). A hot-swap controller (see hot-swap controllers and inrush current limiting) is built for the more demanding live-insertion case — actively managing a controlled soft-start ramp into unknown downstream capacitance, in addition to fault protection, usually with more configurable timing and often supporting external MOSFETs sized for much higher current than an eFuse's integrated switch. In practice the two categories overlap heavily at the mid-current range, and many designs that don't need true live-insertion capability use the simpler, cheaper eFuse.
References
Related Questions
How Do You Protect a Circuit from Reverse Polarity?
Compare reverse polarity protection circuits — series diode, Schottky, P-channel MOSFET, and ideal diode controllers — by voltage drop, dissipation, and cost.
How Do You Limit Inrush Current When a Board Is Hot-Plugged or Powered On?
Limit inrush current at power-on or hot-plug with a hot-swap controller or load switch IC — soft-start ramp, current limiting, and fault protection.
How Do You Calculate Thermal Design and Select a Heatsink for a Power Component?
Calculate junction temperature from power dissipation and thermal resistance, then select PCB copper area or a heatsink to keep a power component within limits.
What Is a Diode and How Does It Work?
Covers P-N junction, forward voltage drop, silicon vs Schottky, Zener regulation, TVS suppression, and LED — with guidance on each type.
BJT vs MOSFET: Which Transistor Should You Use?
BJTs are current-controlled and suit precision analog circuits. MOSFETs are voltage-controlled, switch faster, and dominate power switching. When to use each.
What Is an External Voltage Supervisor/Watchdog IC?
External voltage supervisor/watchdog ICs monitor supply voltage and firmware activity independently of the MCU. Learn thresholds, timing, and selection.
Related Forum Discussions
8 MHz crystal starts fine on most boards, dead silent on a few — same BOM, same layout
Small batch of 15 boards, same Gerbers, same BOM, same reflow run. 8 MHz crystal (ECS-80-20-4X-TR, 20 pF load, ±30 ppm) with two 22 pF load
N-channel MOSFET not switching fully — driving gate from 3.3 V GPIO and it keeps getting warm
Trying to switch a 12 V, ~1.5 A load (a small DC motor) from an ESP32 GPIO pin. I found an N-channel MOSFET in my parts drawer — it's an IRL