A PTC (Positive Temperature Coefficient) thermistor is a solid-state, temperature-dependent resistor whose electrical resistance increases dramatically as its internal temperature rises. In a real circuit, a PTC changes the system from a low-impedance, free-flowing normal state into a high-impedance, current-blocking fault state without permanently breaking the electrical connection. This unique thermal-electrical coupling makes PTCs indispensable as resettable overcurrent protectors, self-regulating heating elements, and AC motor start devices.
The Core Physics: Polymer vs. Ceramic PTCs
Not all PTC thermistors are built the same. The two dominant chemistries on the bench and jobsite are conductive polymers and doped ceramics, and they behave very differently under the hood.
Polymer PTCs (Resettable Fuses): Often sold under trade names like PolySwitch or MultiFuse, these consist of a slice of polymer matrix loaded with carbon black particles. At room temperature, the carbon particles form tight, conductive chains. When a fault current causes $I^2R$ heating, the polymer matrix expands. Think of it like a highway where the lanes are carbon particles: when cold, the lanes are wide open, but when the road overheats and warps, the physical expansion breaks the carbon chains, forcing electrical traffic to a crawl. Resistance spikes by several orders of magnitude, limiting the fault current to a safe trickle.
Ceramic PTCs (Silicon/Ceramic): Made from barium titanate ($BaTiO_3$) doped with rare earth elements, these exhibit a sharp, non-linear resistance spike at a specific Curie temperature. Unlike polymer types which are primarily used for fault protection, ceramic PTCs are frequently used as self-regulating heaters or AC motor start relays because their resistance curve is highly predictable and repeatable at specific temperature thresholds.
PTC Thermistor Specifications and Sizing Data
When selecting a polymer PTC for DC overcurrent protection, you must size it based on hold current, trip current, and maximum voltage. Below is a data-dense specification table for the industry-standard radial-leaded Bourns MF-R series, widely used in 5V to 60V DC applications.
| Part Number | Hold Current ($I_{hold}$) | Trip Current ($I_{trip}$) | Max Voltage ($V_{max}$) | Initial Resistance ($R_{min}$) | Post-Trip Resistance ($R_{1max}$) |
|---|---|---|---|---|---|
| MF-R010 | 0.10 A | 0.20 A | 60 V | 1.20 Ω | 3.50 Ω |
| MF-R050 | 0.50 A | 1.00 A | 60 V | 0.25 Ω | 0.90 Ω |
| MF-R110 | 1.10 A | 2.20 A | 30 V | 0.08 Ω | 0.25 Ω |
| MF-R300 | 3.00 A | 6.00 A | 30 V | 0.02 Ω | 0.08 Ω |
Worked Numeric Example: 5V USB Overcurrent Protection
Let’s put an MF-R050 PTC thermistor on a 5V USB power rail feeding a custom microcontroller board. The nominal load draws 0.40A.
Normal Operation:
The PTC is below its 0.50A $I_{hold}$ threshold. Its resistance is near $R_{min}$ (0.25Ω).
Voltage drop across the PTC: $V = I \times R = 0.40A \times 0.25\Omega = 0.10V$.
The microcontroller receives 4.90V, well within the USB 4.75V–5.25V tolerance. Power dissipated by the PTC is $I^2R = (0.40)^2 \times 0.25 = 0.04W$. It stays cool.
Fault Condition (Dead Short):
A solder bridge on the load creates a dead short. Current attempts to spike to $5V / 0.25\Omega = 20A$.
This massive current instantly exceeds the 1.00A $I_{trip}$ threshold. The $I^2R$ heating causes the polymer to expand. Within milliseconds to seconds (depending on ambient temp and exact fault current), the PTC trips. Its internal resistance dynamically climbs to, say, 50Ω.
Tripped Steady State:
The fault current is now limited by the PTC's high tripped resistance.
$I_{fault} = 5V / 50\Omega = 0.10A$ (100mA).
The PTC dissipates $P = 5V \times 0.10A = 0.5W$ as heat, which is exactly enough to keep the polymer expanded and the device latched in the high-resistance state. The USB port is protected from melting, and the short circuit is isolated. Once the user unplugs the device and the short is removed, the PTC cools, the polymer contracts, carbon chains reconnect, and resistance drops back to 0.25Ω.
Where You Meet PTCs in Practice
You will encounter PTC thermistors across a wide variety of modern electrical and electronic systems:
- USB and DC Power Lines: Polymer PTCs (like the Littelfuse PolySwitch 1206L series) are placed in series with VCC on development boards (ESP32, Raspberry Pi) to protect the host PC's USB port from accidental GPIO shorts.
- Lithium Battery BMS: Surface-mount PTCs are placed on the cell tabs of 18650 and LiFePO4 packs. If a cell is externally shorted or placed in a hot environment, the PTC trips, preventing thermal runaway.
- AC Motor Start Windings: Ceramic PTCs are used in single-phase AC induction motors (like refrigerator compressors). They replace mechanical centrifugal switches. At room temp, the PTC has low resistance, energizing the start winding. As current flows, it self-heats past its Curie point, resistance spikes, and it effectively disconnects the start winding while the motor runs on the main winding.
- Self-Regulating Heaters: In 3D printer heated beds or EV battery thermal management systems, ceramic PTC elements are used. As the target temperature is reached, the PTC's resistance naturally rises, throttling back the current and preventing overheating without needing a complex PID controller or external thermostat.
PTC vs. NTC vs. Standard Fuses: Clearing Up the Confusion
The most common mistake hobbyists and junior technicians make is confusing PTCs with NTCs or standard fuses. Here is the definitive breakdown:
| Feature | PTC Thermistor | NTC Thermistor (Inrush Limiter) | Standard Glass/Ceramic Fuse |
|---|---|---|---|
| Primary Function | Overcurrent / Short-circuit protection | Inrush current limiting at turn-on | Overcurrent / Short-circuit protection |
| Cold Resistance | Very Low (e.g., 0.1Ω) | High (e.g., 10Ω) | Near Zero (milliohms) |
| Hot Resistance | Very High (e.g., 50Ω+) | Low (e.g., 0.5Ω) | Infinite (Open Circuit / Blown) |
| Reset Behavior | Automatic (removes heat/fault) | Automatic (cools down when off) | Never (must be physically replaced) |
| Best Used For | Protecting against sustained faults | Protecting rectifiers/caps at startup | Critical safety / High-energy faults |
Why people confuse them: Both PTCs and NTCs change resistance based on self-heating from $I^2R$ losses. However, their curves are inverted. An NTC inrush limiter is placed in series with a switching power supply. When you flip the switch, the NTC is cold and its high resistance limits the massive surge of current charging the bulk capacitors. As the current flows, the NTC heats up, and its resistance drops, allowing full continuous current to pass with minimal voltage drop. A PTC does the exact opposite: it stays out of the way (low resistance) until a fault occurs, then chokes the circuit (high resistance).
Frequently Asked Questions
Does ambient temperature affect a PTC's trip point?
Yes, heavily. A PTC rated for a 0.50A hold current at 20°C ambient might only hold 0.30A at 60°C ambient. If you are designing a circuit for an enclosed enclosure or an automotive under-hood environment, you must consult the manufacturer's thermal derating curve. Failing to derate will result in nuisance tripping during normal operation.
Can I put two PTCs in parallel to double the current rating?
No. Due to slight manufacturing variances in $R_{min}$, one PTC will always carry slightly more current and heat up faster. It will trip first, shifting the entire fault current to the second PTC, which will then trip in an uncontrolled sequence. Always select a single PTC rated for the total required hold current.
Why did my PTC not trip fast enough to save my MOSFET?
PTCs are relatively slow-acting compared to electronic protection. Trip times are measured in milliseconds to seconds, depending on the fault magnitude. If your circuit contains sensitive silicon (like a $20 logic-level MOSFET) that will destructively fail in microseconds from a 50A short, a PTC alone is insufficient. You must pair the PTC with a fast-acting electronic current-limit circuit or a standard fast-blow fuse for primary silicon protection, using the PTC as a secondary, resettable backup.






