An NTC (Negative Temperature Coefficient) thermistor is a semiconductor resistor whose electrical resistance decreases predictably and non-linearly as its temperature increases. Unlike standard fixed resistors that aim for thermal stability, NTC thermistors are engineered to be highly sensitive to heat, making them indispensable for two completely different jobs on the workbench: taming massive inrush currents in power supplies and providing precision temperature feedback in embedded systems.
The Core Physics: How Resistance Drops with Heat
Standard carbon or metal-film resistors have a near-zero temperature coefficient; their resistance barely shifts when they get warm. NTC thermistors are fabricated from sintered metal oxides (like manganese, nickel, and cobalt). At room temperature, the electrons in these semiconductor ceramics are tightly bound in the valence band, resulting in high resistance.
As thermal energy increases, lattice vibrations excite electrons across the bandgap into the conduction band. Think of it like a crowded highway where heat acts as a fleet of tow trucks clearing broken-down cars; as the temperature rises, more charge carriers are freed from the semiconductor lattice, creating more open lanes for current to flow, thus dropping the resistance. This relationship is highly non-linear and exponential, which is why we rely on specific mathematical models rather than simple linear multipliers to predict their behavior.
Worked Numeric Example: Calculating the Beta Curve
To use an NTC thermistor in a microcontroller ADC circuit or a hardware protection loop, you need to know its exact resistance at your target operating temperature. Manufacturers specify the nominal resistance at 25°C (R25) and the Beta (β) value, which defines the curve's steepness between two temperature points (usually 25°C and 85°C).
The Beta parameter equation is:
RT = R25 × e[β × (1/T - 1/T25)]
Where temperatures T and T25 must be in Kelvin (K = °C + 273.15).
Let us calculate the resistance of a Murata NCP18XH103F03RB, a common surface-mount 0603 NTC thermistor, when it is mounted on a board inside an enclosure that reaches 85°C.
- Given: R25 = 10,000 Ω (10kΩ)
- Given: β = 3380 K
- T25: 25°C + 273.15 = 298.15 K
- T (Target): 85°C + 273.15 = 358.15 K
Step 1: Calculate the temperature delta in Kelvin.
1/358.15 - 1/298.15 = 0.0027921 - 0.0033540 = -0.0005619
Step 2: Multiply by Beta.
3380 × -0.0005619 = -1.8992
Step 3: Exponentiate and multiply by R25.
e-1.8992 = 0.1496
10,000 Ω × 0.1496 = 1,496 Ω
At 85°C, our 10kΩ thermistor drops to roughly 1.5kΩ. If you are feeding this into an ESP32 ADC with a 10kΩ pull-up resistor to 3.3V, the voltage at the divider midpoint will shift from 1.65V at room temperature down to roughly 0.43V at 85°C, giving your firmware a clear, measurable signal to trigger a cooling fan.
Where You Meet This in Practice
While the physics are identical, the physical form factors and circuit roles of NTC thermistors split into two distinct camps.
1. Inrush Current Limiting (ICL)
When you flip the switch on a 1000W server power supply or a large motor drive, the empty bulk electrolytic capacitors look like a dead short to the AC mains. Without protection, this inrush current can easily spike to 100+ amps, tripping your 15A branch circuit breaker, welding relay contacts, or blowing the internal bridge rectifier.
We place a high-resistance, physically large NTC disc (like the TDK/EPCOS B57891M0103K000) in series with the AC line. At room temperature, its 10Ω resistance chokes the surge current to a safe level. As the current flows, the NTC self-heats. Within a second, its temperature hits 150°C, and its resistance drops to less than 0.5Ω. This is what it changes in a real installation: it provides high resistance exactly when needed (turn-on) and near-zero resistance during steady-state, preventing massive I²R power losses and voltage drops during normal operation.
2. Precision Temperature Sensing
For sensing, we use physically tiny, glass-encapsulated or epoxy-coated beads. The most famous example in the maker community is the "100k 3950" thermistor (100kΩ at 25°C, β=3950) used in almost every consumer 3D printer hotend and heated bed. Because the Beta curve is so steep, a 1°C change yields a massive shift in resistance, giving 10-bit and 12-bit ADCs plenty of resolution to hold a hotend at exactly 210°C for PLA printing. They are also heavily used in Battery Management Systems (BMS) for LiFePO4 packs to halt charging if cell temperatures drop below freezing, preventing lithium plating.
NTC vs. PTC and RTDs: Clearing Up Common Confusions
People frequently confuse NTC thermistors with other thermal protection and sensing devices. Here is how to tell them apart on the bench.
| Component | Temperature Response | Primary Use Case | Linearity |
|---|---|---|---|
| NTC Thermistor | Resistance decreases as heat rises | Inrush limiting, precision temp sensing | Highly non-linear (exponential) |
| PTC Thermistor | Resistance spikes sharply at a threshold | Resettable fuses, overcurrent protection | Non-linear (step-function at Curie point) |
| RTD (e.g., PT100) | Resistance increases linearly with heat | Industrial process control, lab equipment | Highly linear |
| Thermocouple | Generates millivolt potential via Seebeck effect | Extreme heat (kilns, exhaust gases) | Linear over broad ranges, requires cold-junction compensation |
If a component is placed in series with a load to protect against short circuits and it resets itself after cooling down, it is a PTC, not an NTC. If you are reading a Steinhart-Hart equation in a datasheet to map resistance to temperature, you are definitively holding an NTC.
Frequently Asked Questions
What is an NTC thermistor used for in a power supply?
In a switched-mode power supply (SMPS), an NTC thermistor acts as an Inrush Current Limiter (ICL). It is placed in series with the AC mains input, right before the bridge rectifier and bulk filter capacitors. Its high cold resistance limits the initial charging surge of the capacitors when power is applied. As it heats up from the current flow, its resistance drops to a fraction of an ohm, allowing the power supply to operate efficiently without wasting power as heat during steady-state operation.
How do I test an NTC thermistor with a multimeter?
Set your multimeter to the Ohms (Ω) range and connect the probes across the two leads of the thermistor. At a standard room temperature of roughly 25°C (77°F), the reading should be within 1% to 5% of the component's rated value (e.g., ~10kΩ for a 10k NTC). To verify it is actually an NTC and not a fixed resistor, pinch the thermistor body between your fingers or gently apply heat from a soldering iron held an inch away. The resistance on your multimeter should drop rapidly and smoothly as the component warms up. If the reading is infinite (open) or zero (shorted), the thermistor has failed.
Can I replace an NTC thermistor with a standard fixed resistor?
No, doing so will likely result in catastrophic failure or terrible efficiency. If you replace an inrush-limiting NTC with a fixed wirewound resistor of the same cold value (e.g., 10Ω), that resistor will permanently dissipate massive amounts of heat during normal operation, likely catching fire or melting the PCB. Conversely, if you use a fixed 0.5Ω resistor to mimic the NTC's hot state, you lose all inrush protection, and the first time you plug the device in, the surge current will blow your mains fuse or destroy the bridge rectifier. The NTC's ability to dynamically change its resistance is the entire point of the circuit.
Why did my NTC inrush limiter catch fire or crack?
NTC inrush limiters fail and crack primarily due to "short cycling." If a device is turned off and immediately turned back on within 30 to 60 seconds, the NTC is still hot from the previous cycle. Its resistance is still near zero, meaning it provides no inrush protection on the second startup. The massive surge current hits the hot semiconductor lattice, causing extreme localized thermal shock that physically shatters the epoxy or ceramic body. To fix this, engineers add a relay or TRIAC bypass circuit that shorts out the NTC after startup, allowing it to cool down in the breeze while the device runs, ensuring it is cold and ready for the next power cycle.






