A thermistor inrush current limiter is a negative temperature coefficient (NTC) resistor placed in series with a power supply's AC or DC input that exhibits high resistance at room temperature to choke startup surge currents, then self-heats and drops to near-zero resistance to allow normal steady-state operation. If you are building or repairing a switched-mode power supply (SMPS), this single component is the difference between a reliable boot sequence and a shower of sparks from a shattered rectifier bridge.
The Physics of the Startup Spike (and What the Thermistor Changes)
When you first apply AC mains to a power supply, the bulk DC bus capacitors are completely discharged. For the first few milliseconds, those capacitors look like a dead short circuit. Without limiting, the only things restricting current are the parasitic resistance of your wiring and the ESR of the capacitors.
This is what the thermistor changes in a real circuit: it clamps that microsecond spike down to a manageable 20A–30A ramp. This prevents upstream nuisance breaker trips, stops your AC input fuse from blowing on every power cycle, and keeps the surge rating of your rectifier diodes safely within their datasheet limits.
Beginners commonly confuse NTC inrush limiters with two other components. First, they confuse them with PTC thermistors (resettable fuses), which do the exact opposite: they have low resistance normally and spike to high resistance when hot to stop an overcurrent fault. Second, they confuse them with fixed power resistors. A fixed 5-ohm, 10W resistor will limit inrush, but it will continuously waste 2 to 4 watts of power as heat during normal operation. An NTC thermistor solves this by dropping its resistance to roughly 0.2 ohms once it heats up, minimizing steady-state power loss.
Where You Meet This Component in Practice
You will find these black, epoxy-coated discs with thick wire leads in almost every offline power topology. Common applications include:
- PC ATX Power Supplies: Soldered directly behind the AC input fuse and EMI filter on the primary side.
- Industrial LED Drivers: Protecting the rectifier stage in high-wattage constant-current supplies.
- Audio Power Amplifiers: Placed on the secondary side of massive toroidal transformers to prevent the 'turn-on thump' and blown fuses caused by the transformer's initial magnetization surge.
- Motor Drives and VFDs: Limiting the charging current of the high-voltage DC bus capacitors before the IGBTs begin switching.
Worked Example: Sizing an NTC for a 500W Supply
Let's size a thermistor inrush current limiter for a modern 500W Power Factor Corrected (PFC) switched-mode supply. We will use real-world low-line conditions, as that is where stress is highest.
Design Parameters:
- Output Power: 500W
- Efficiency: 85%
- Minimum AC Input (Low-Line): 90VAC
- Bulk Capacitor: 470µF rated at 450V (charged to a 400V DC bus by the PFC stage)
Step 1: Calculate Steady-State RMS Current
Input Power = 500W / 0.85 = 588W.
At the worst-case low-line voltage of 90VAC, the steady-state current is:
I_steady = 588W / 90V = 6.53A RMS
Step 2: Calculate Required Cold Resistance (R25)
We want to limit the peak inrush current to 30A to protect our 15A-rated rectifier bridge. The peak voltage at 90VAC is:
V_peak = 90V × 1.414 = 127V
Minimum required resistance:
R_min = 127V / 30A = 4.23 ohms
We will select a standard 5-ohm NTC.
Step 3: Calculate Energy Rating (Joules)
The thermistor must absorb the energy required to charge the bulk capacitor without cracking. Because this is a PFC supply, the cap charges to 400V DC.
E = 0.5 × C × V²
E = 0.5 × 0.000470F × (400V)² = 37.6 Joules
The Spec: We need a 5-ohm NTC rated for at least 6.5A steady-state current and a minimum of 38 Joules of energy absorption. According to the Ametherm Inrush Current Guide, selecting a part with a 20% safety margin on the Joule rating is standard practice to account for high ambient temperatures.
Decision Path: Picking the Exact Part Number
Use this decision matrix to terminate your design process with a concrete, purchasable part number. Pricing reflects single-unit hobbyist quantities from major distributors like Mouser or Digi-Key.
| Scenario / Application | Max Steady-State Current | Max Energy (Joules) | Concrete Part Pick | Approx. Cost |
|---|---|---|---|---|
| Low Power (<100W) Wall Warts / LED Drivers | < 2.0A | < 15J | EPCOS B57153S0500M (5Ω, 1.8A) | $0.45 |
| Medium Power (100W - 500W) ATX / Audio Amps | 2.0A - 8.0A | 20J - 50J | Ametherm SL32 5R008 (5Ω, 8A, 42J) | $1.10 |
| High Power (500W - 1500W) Server / VFDs | 8.0A - 15.0A | 50J - 100J | Ametherm SL32 2R025 (2Ω, 25A inrush, 60J) | $1.85 |
| Extreme Power (>1500W) or Rapid Cycling | > 15.0A | N/A | ABANDON NTC. Use Active Relay Soft-Start. | $4.50+ |
Default Pick for the 500W Example: The Ametherm SL32 5R008 is the exact match. It provides 5 ohms of cold resistance, handles 8A continuous RMS current (safely covering our 6.53A requirement), and is rated for 42 Joules (covering our 37.6J requirement).
Common Failure Modes and How to Avoid Them
I have seen properly sized NTCs fail catastrophically on the bench. Here is why they shatter, melt, or fail to protect, and how to engineer around it.
If the user flips the power switch off, then immediately back on within 5 seconds, the thermistor is still hot. Its resistance is near zero. The full 150A inrush spike hits it, but because it is already thermally saturated, the sudden delta-T causes the epoxy and ceramic disc to crack or explode. Fix: Add a discharge resistor across the X-capacitors to ensure the system bleeds down, or implement a lockout timer in the microcontroller if it's a digitally controlled supply.
Failure Mode 2: Ignoring Ambient Derating
The TDK Electronics NTC datasheets explicitly show derating curves. A thermistor rated for 8A at 25°C ambient might only be rated for 4A at 60°C ambient. If your thermistor is stuffed inside a sealed plastic enclosure next to a hot MOSFET heatsink, you must upsize the physical diameter of the disc (e.g., moving from a 20mm to a 32mm body) to handle the thermal derating.
Failure Mode 3: Undersized Steady-State Current
If you continuously push 10A through a 6A-rated NTC, the I²R heating in steady-state will exceed the part's thermal dissipation capability. The leads will desolder themselves, or the internal bond wire will fuse open. Always maintain a 20% margin between your calculated low-line RMS current and the part's maximum steady-state rating.
FAQ: NTC Limiters vs. Active Soft-Start Circuits
Q: When should I stop using an NTC and switch to an active relay-based soft-start?
A: The crossover point is roughly 8A to 10A of continuous steady-state current, or any application requiring rapid power cycling. An active soft-start uses a fixed power resistor in series with the line, which is then bypassed by a mechanical relay or triac after 500ms. This eliminates steady-state power loss entirely. However, an active circuit costs roughly $4.50 in components (relay, timer IC, transistor, resistor) and requires PCB space, whereas an NTC costs $1.10 and takes up two through-hole pads.
Q: Can I put two NTCs in parallel to double the current rating?
A: Absolutely not. NTCs have a negative temperature coefficient. If one gets slightly hotter than the other, its resistance drops. It will then hog more current, get even hotter, and run away thermally until it fails. If you need more current handling, you must put them in series (which halves the current capacity but doubles the resistance and voltage rating) or simply buy a physically larger disc with a higher ampacity rating.
Q: Does the physical placement on the PCB matter?
A: Yes. Keep the NTC away from heat-sensitive components like electrolytic capacitors and optocouplers. A 5-ohm NTC carrying 6A will dissipate roughly 1.5W to 2W of heat continuously in its hot state (R_hot is typically 0.1 to 0.2 ohms). That makes it a localized 60°C+ heat source. Give it at least 10mm of clearance from other components and ensure there is some natural convective airflow over the disc.






