Simulation of electric circuit – thermistor at work

Simple Electric Circuit Simulation showing the work of a thermistor in a circuit

A thermistor (short for thermal resistor) is a type of resistor whose electrical resistance changes significantly with temperature. It is one of the most common and sensitive temperature sensors used in electronics.

Basic Working Principle

Thermistors are made from semiconductor materials (usually metal oxides like nickel, manganese, cobalt, or copper oxides, pressed into beads, discs, or chips).

Unlike normal resistors (where resistance increases slightly with temperature), thermistors show a large and predictable change in resistance due to temperature:

  • Heat affects the number of charge carriers (electrons or holes) available in the semiconductor material.
  • More temperature → more charge carriers become available to conduct electricity → resistance changes dramatically.

Two Main Types of Thermistors

TypeFull NameResistance BehaviorTypical ChangeMain Applications
NTCNegative Temperature CoefficientResistance decreases as temperature increasesVery strong (3–6% per °C)Temperature measurement & control (most common type)
PTCPositive Temperature CoefficientResistance increases as temperature increasesSharp jump above certain pointOvercurrent protection, resettable fuses, self-regulating heaters

NTC thermistors are by far the most widely used for sensing temperature.

How an NTC Thermistor Works (Most Common Case)

  1. At low temperature → fewer charge carriers in the semiconductor → high resistance.
  2. As temperature rises → more electrons/holes are excited into the conduction band → conductivity increases → resistance drops sharply.
  3. The relationship is exponential (very non-linear), often described by the Steinhart-Hart equation or simplified β-model: R_T = R₀ × e^(β × (1/T – 1/T₀))
  • R_T = resistance at temperature T (in Kelvin)
  • R₀ = resistance at reference temperature T₀ (usually 25°C)
  • β = material constant (typically 3000–4500 K for NTCs)

This strong non-linear response makes NTC thermistors very sensitive — small temperature changes produce large resistance changes.

Typical Resistance vs Temperature Curve (NTC Example)

  • At 0°C: ~10–50 kΩ (high resistance)
  • At 25°C: 10 kΩ (common reference value)
  • At 100°C: ~500–1000 Ω (much lower resistance)

Real-World Examples of Use

  • NTC thermistors
  • Refrigerator / air conditioner temperature sensors
  • Car engine coolant temperature sensors
  • 3D printer hotend / heated bed temperature monitoring
  • Battery management systems (overheating protection)
  • Medical thermometers, incubators
  • HVAC systems, coffee machines, etc.
  • PTC thermistors
  • Inrush current limiting (e.g., power supplies — high cold resistance limits startup surge)
  • Overcurrent / overtemperature protection in motors, transformers
  • Self-regulating heating elements (e.g., car mirror heaters, seat heaters)

Quick Comparison with Other Sensors

SensorSensitivityRangeLinearityCostResponse Time
Thermistor (NTC)Very high-50…+150°CVery non-linearLowFast
ThermocoupleModerate-200…+1800°CLinearMediumFast
RTD (Pt100)High-200…+850°CVery linearHigherMedium

Thermistors are cheap, small, fast-responding, and very sensitive in the typical -50 °C to +150 °C range — that’s why they’re everywhere in consumer electronics and appliances.

Do you want a circuit example (e.g., how to connect a thermistor to an Arduino / microcontroller for temperature reading), or more detail about NTC vs PTC curves? 😊