Thermistor Steinhart-Hart coefficients
Solve the four inverse Steinhart-Hart coefficients (resistance as a function of temperature) for an NTC thermistor from four temperature and resistance calibration points.
Calculator
Calibration points
B₀ (constant)
—
B₁ (1/T)
—
B₂ (1/T²)
—
B₃ (1/T³)
—
The coefficients fit ln(R) = B₀ + B₁/T + B₂/T² + B₃/T³, with T in kelvin (T = °C + 273.15) and R in ohms — the inverse Steinhart-Hart form used to program resistance-vs-temperature tables into meters and dataloggers.
Check the fit
Convert with these coefficients
Temperature
—
Temperature
—
Resistance
—
How it works
ln(R) = B₀ + B₁/T + B₂/T² + B₃/T³— inverse Steinhart-Hart, T in kelvin- Each calibration point gives one equation; four points solve the 4×4 linear system for B₀…B₃.
R = e^(B₀ + B₁/T + B₂/T² + B₃/T³)— resistance from temperatureT ← e^(…) = R— temperature from resistance is found numerically (NTC resistance is monotonic in temperature)°F = °C × 9/5 + 32,T(K) = °C + 273.15
The fit is only as accurate as the calibration points and is most reliable within the temperature range they span. Spread the four points across the range you care about for best results.