An NTC thermistor is a type of temperature sensor whose electrical resistance drops as temperature rises. “NTC” stands for negative temperature coefficient, meaning the relationship between temperature and resistance runs in the opposite direction you might expect: hotter conditions produce lower resistance, and cooler conditions produce higher resistance. This predictable behavior makes NTC thermistors one of the most widely used temperature-sensing components in electronics, automotive systems, medical devices, and household appliances.
How NTC Thermistors Work
All thermistors are resistors that change their resistance in response to temperature. What makes an NTC thermistor distinct is the direction of that change. When the thermistor heats up, electrons in its ceramic material become more mobile, allowing current to flow more easily. The result is a smooth, continuous decrease in resistance as temperature climbs.
This resistance change follows an exponential curve rather than a straight line. A small shift in temperature produces a large swing in resistance, which is what gives NTC thermistors their high sensitivity. That sensitivity makes them excellent at detecting small temperature differences, but it also means the math to convert a resistance reading into an exact temperature is more involved than with a linear sensor.
Engineers quantify this behavior with a number called the B value (or beta value), which is a material-specific constant expressed in kelvins. Common NTC materials have B values ranging from 2,000 to 5,000 K. A higher B value means resistance changes more steeply with temperature. The standard reference point for an NTC thermistor’s resistance is its reading at 25°C, often labeled R25. A typical general-purpose NTC thermistor might have an R25 of 10 kΩ, meaning it reads 10,000 ohms at room temperature.
What They’re Made Of
NTC thermistors are ceramic components built from transition metal oxides. The most common formulations combine manganese, nickel, and cobalt oxides into a crystal structure called a spinel. A widely used composition is manganese-nickel oxide (Mn-Ni-O), valued for its straightforward manufacturing and reliable electrical properties. Other recipes add cobalt to the mix, producing compounds like Mn-Co-Ni-O for specific performance characteristics.
These metal oxide powders are pressed into small chips or beads, then fired at high temperatures to form a dense ceramic body. Manufacturers can tune the thermistor’s resistance range and sensitivity by adjusting the ratio of metal oxides in the formula. Some advanced designs coat the ceramic core with a thin shell of aluminum oxide to improve long-term stability and reduce electrical losses.
Where NTC Thermistors Are Used
Temperature Measurement
The most common application is simply reading temperature. NTC thermistors typically measure from around -80°C to +300°C, covering most everyday and industrial temperature ranges. In automotive systems, NTC thermistors monitor engine coolant temperature (normally 80 to 105°C during operation), feeding data to the engine control unit so it can adjust fuel injection, trigger cooling fans, or activate cold-start preheating in freezing conditions. They also sit on air conditioning evaporator pipes to prevent freezing and on condenser pipes to optimize heat dissipation.
Beyond cars, you’ll find NTC thermistors inside refrigerators, ovens, 3D printers, weather stations, medical thermometers, and scientific instruments. Their small size, low cost, and fast response time make them a go-to choice when you need a quick, accurate temperature reading in a compact package.
Inrush Current Limiting
NTC thermistors also protect electronic power supplies from damage at the moment they’re switched on. When a device like a switch-mode power supply first powers up, a large surge of current rushes in to charge internal capacitors. This inrush current can shorten capacitor life, damage rectifier components, or pit the contacts of power switches.
An NTC thermistor placed in the power input path starts at a high resistance when cold, acting as a brake on that initial surge. As current flows through it, the thermistor heats up from its own energy dissipation, and its resistance drops to just a few percent of its cold value. Once the power supply reaches steady state, the thermistor is essentially invisible in the circuit, contributing very little power loss. This self-regulating behavior makes it more effective than a fixed resistor: it blocks the surge when needed, then gets out of the way.
How They Connect to Electronics
To turn a thermistor’s resistance into a temperature reading that a microcontroller can understand, the most common approach is a voltage divider circuit. You pair the NTC thermistor with a fixed resistor and apply a known voltage across the pair. The voltage at the point between them shifts as the thermistor’s resistance changes with temperature. That voltage feeds into an analog-to-digital converter, which translates it into a number your software can work with.
A practical starting point is to choose a fixed resistor equal to the thermistor’s R25 value. For a 10 kΩ NTC thermistor, you’d use a 10 kΩ fixed resistor. This centers the most sensitive part of the voltage range around 25°C. From there, software converts the measured resistance to temperature using either a lookup table or a mathematical model. The most accurate model is the Steinhart-Hart equation, which uses three coefficients derived from resistance measurements at three known, evenly spaced temperatures (at least 10°C apart). This equation can achieve accuracy within fractions of a degree across the thermistor’s useful range.
NTC vs. PTC Thermistors vs. RTDs
NTC thermistors are one of three main resistive temperature sensors, and each fills a different niche.
- NTC thermistors cover -80°C to +300°C, respond quickly to temperature changes, offer high sensitivity, use simple two-wire connections, and cost relatively little. Their main limitation is a nonlinear (exponential) output that requires mathematical correction.
- PTC thermistors work in the opposite direction: resistance increases with temperature. They cover a much narrower range (roughly 60°C to 120°C) and are typically used as resettable fuses or overcurrent protectors rather than precision temperature sensors.
- RTDs (resistance temperature detectors) use a metal element, usually platinum, and provide a nearly linear response across a very wide range (-200°C to +850°C). They’re more accurate and stable over time, but they’re larger, slower to respond, more expensive, and often require three-wire or four-wire connections to compensate for lead resistance.
For most consumer and general industrial applications where you need affordable, fast, compact temperature sensing in a moderate range, NTC thermistors are the standard choice. RTDs take over when you need extreme precision, very high or very low temperatures, or long-term stability in demanding environments.
Accuracy and Tolerances
Precision NTC thermistors are available with resistance tolerances as tight as 1% at 25°C, with looser options at 3% and 5% for less demanding applications. The B value tolerance also matters: tighter B value tolerance (as low as 0.3%) means the thermistor’s behavior across its full temperature range more closely matches the published specifications. A thermistor with a loose B value tolerance might read accurately at 25°C but drift further from the expected curve at higher or lower temperatures.
Self-Heating: A Key Limitation
Because an NTC thermistor requires current flowing through it to measure resistance, that current generates a small amount of heat inside the thermistor itself. This raises the thermistor’s temperature slightly above its surroundings, introducing a measurement error called self-heating. In most everyday applications, this effect is negligible. But in high-precision scientific work, such as marine research, aerospace, or biomedical sensing, even a self-heating error of 1 millikelvin (one thousandth of a degree) can matter. Minimizing the measurement current and ensuring good thermal contact between the thermistor and the environment it’s measuring both help reduce this effect.

