RTD Resistance ↔ Temperature Calculator
Calculate Smarter. Work Faster.
PT100, PT200, PT500 and PT1000 — convert resistance to temperature or temperature to resistance using the IEC 60751 or ASTM E1137 Callendar-Van Dusen equation.
RTD Details
Choose a direction, select the RTD type and standard, then enter a value.
PT100 → 100 Ω @ 0°C
Advanced Settings +
Adds a known offset to the computed temperature. Applies to Resistance → Temperature mode only.
Select options above and hit calculate
Enter values above to see a breakdown.
How RTD Resistance-Temperature Conversion Is Calculated
A Resistance Temperature Detector (RTD) is a temperature sensor built from a length of pure platinum wire or film whose electrical resistance increases in a well-defined, repeatable way as its temperature rises. Unlike a thermocouple, which generates its own small voltage, an RTD is a passive resistor — you pass a small excitation current through it and measure the voltage drop to determine its resistance, then convert that resistance into a temperature using a standard reference equation. This calculator performs that conversion in both directions: resistance to temperature, and temperature to resistance.
What "PT100" actually means: the number in PT100, PT200, PT500 and PT1000 is the sensor's nominal resistance in ohms at exactly 0°C, called R0. A PT100 reads 100.00Ω at 0°C, a PT1000 reads 1000.00Ω at 0°C, and so on. This is a reference point, not a room-temperature reading — a PT100 at typical room temperature (around 25°C) actually reads close to 109.7Ω, not 100Ω. All four types (PT100/200/500/1000) follow the exact same temperature-resistance curve shape; only the R0 scaling factor differs, since standard platinum RTDs are wound to the same alpha (temperature coefficient) regardless of their base resistance.
RTD Resistance at Room Temperature
"Room temperature" is commonly taken as 20°C or 25°C. Per IEC 60751 (alpha = 0.00385), here's what each standard RTD type reads at both:
| RTD Type | R0 (at 0°C) | At 20°C | At 25°C |
|---|---|---|---|
| PT100 | 100Ω | 107.79Ω | 109.73Ω |
| PT200 | 200Ω | 215.59Ω | 219.47Ω |
| PT500 | 500Ω | 538.97Ω | 548.67Ω |
| PT1000 | 1000Ω | 1077.93Ω | 1097.35Ω |
Calculated from the IEC 60751 Callendar-Van Dusen equation (the "European curve", alpha = 0.00385) — if your sensor is calibrated to ASTM E1137 instead, use the calculator above for the exact figure. A reading noticeably different from these values at genuine room temperature usually points to a wiring/lead-resistance error, a faulty sensor, or a standard mismatch (IEC vs ASTM) rather than a real temperature difference.
Formula used — the Callendar-Van Dusen equation: the internationally standard model for platinum RTDs is a two-branch polynomial. For temperatures at or above 0°C: R(T) = R0 × (1 + AT + BT²). For temperatures below 0°C, a cubic correction term is added to keep the curve accurate at sub-zero temperatures: R(T) = R0 × (1 + AT + BT² + C(T−100)T³). R0 is the sensor's 0°C resistance (100, 200, 500 or 1000Ω), and A, B, C are constants fixed by the standard the sensor is calibrated to — IEC 60751 or ASTM E1137 — not by the sensor's R0 value.
Going the other way — resistance to temperature: when you already have a measured resistance and need the corresponding temperature, the calculator has to invert the equation above. For the T≥0°C branch, the equation is a simple quadratic in T, so it has a direct closed-form solution using the quadratic formula. For the T<0°C branch, the added cubic term makes the equation a quartic in T with no simple closed-form inverse, so this calculator solves it numerically using Newton-Raphson iteration — starting from a linear estimate and refining the answer step by step until the resistance the equation predicts for that temperature matches your input to within a fraction of a milliohm.
IEC 60751 vs ASTM E1137: both standards describe the same physical phenomenon — platinum's resistance rising with temperature — but fit slightly different polynomial coefficients to slightly different reference platinum wire characteristics. IEC 60751 (the "European curve") uses alpha = 0.00385 Ω/Ω/°C and dominates industrial use worldwide, including in India. ASTM E1137 (the "American curve") uses alpha = 0.00392 Ω/Ω/°C and appears in some older or US-sourced instrumentation. Using the wrong standard's coefficients for a given physical sensor introduces a real, systematic conversion error even though both calculations are internally correct.
Worked example: a PT100 sensor per IEC 60751 reads 138.50Ω. Since this is above R0 = 100Ω, the T≥0°C quadratic branch applies: solving A T + B T² = (R/R0 − 1) with A = 3.9083×10⁻³ and B = −5.775×10⁻⁷ gives T ≈ 100.00°C. Reversing this: a PT100 at exactly 100°C per IEC 60751 gives R(100) = 100 × (1 + 3.9083×10⁻³×100 + (−5.775×10⁻⁷)×100²) ≈ 138.51Ω, confirming the two directions are consistent inverses of the same equation.
The equation is not linear: a common shortcut treats RTD output as strictly linear (resistance = R0 + constant × temperature), and this is a reasonable approximation over a narrow span, but the B coefficient's quadratic term causes real, measurable deviation from linear as the span widens — roughly 0.4°C of error near 100°C span if you ignore B entirely for a PT100, growing larger at higher temperatures. This is exactly why the full Callendar-Van Dusen equation, not a single linear conversion factor, is the correct basis for any measurement expected to hold reasonable accuracy across more than a narrow temperature window.
Lead wire resistance and self-heating: two practical error sources sit entirely outside the Callendar-Van Dusen equation itself. Lead wire resistance adds directly to the sensor's own resistance in a 2-wire hookup, making the sensor appear hotter (or colder, depending on wiring) than it actually is, unless a 3-wire or 4-wire configuration compensates for it. Self-heating occurs because the excitation current used to measure the RTD's resistance dissipates a small amount of power (I²R) inside the sensor itself, raising its temperature slightly above the medium being measured — datasheets specify a dissipation constant (typically in mW/°C) to estimate this effect, and it grows disproportionately if too high an excitation current is used, especially in still air or gas rather than a liquid or solid medium with better heat transfer.
Practical use of this calculator: use it to convert a measured resistance from a multimeter or data logger into a temperature reading when checking sensor health or calibration, to predict expected resistance at a known temperature before wiring a new installation or configuring a PLC/DCS analog input scaling table, to cross-check a printed PT100 resistance table without manual interpolation, or to compare how the same physical resistance reading would be interpreted differently under IEC 60751 versus ASTM E1137 assumptions.
Summary: RTD resistance and temperature are related by the two-branch Callendar-Van Dusen equation, with coefficients set by the calibration standard (IEC 60751 or ASTM E1137) and scaled by the sensor's R0 (100/200/500/1000Ω); the forward direction (temperature to resistance) is a direct polynomial evaluation, while the reverse direction is solved exactly above 0°C and iteratively below 0°C; and lead wire resistance and self-heating are separate, real-world error sources that sit outside this equation and must be managed through correct wiring configuration and appropriate excitation current.
Worked Example
PT100, IEC 60751, R = 138.50Ω: solving the T≥0°C branch of the Callendar-Van Dusen equation gives T ≈ 100.00°C. Checking in reverse, R(100°C) per the same standard ≈ 138.51Ω, confirming the conversion.
This calculator gives the theoretical resistance or temperature from the IEC 60751 / ASTM E1137 Callendar-Van Dusen reference equations for an ideal sensor. Real sensor accuracy class tolerance, lead wire resistance, self-heating, and instrument input accuracy all add to this baseline figure in an actual installation.
Comparing PT100, PT200, PT500 and PT1000
| Type | R0 at 0°C | R @ 100°C (IEC 60751) | Typical Use |
|---|---|---|---|
| PT100 | 100Ω | 138.51Ω | Most common; industrial process, HVAC, general purpose |
| PT200 | 200Ω | 277.01Ω | Less common; used where a higher base resistance is preferred |
| PT500 | 500Ω | 692.53Ω | Reduces relative effect of lead wire resistance vs PT100 |
| PT1000 | 1000Ω | 1385.06Ω | Building automation, HVAC; higher signal-to-noise over long cable runs |
All four types share the identical Callendar-Van Dusen A, B and C coefficients for a given standard — the only difference is the R0 multiplier, so a PT1000 reading is, to a very close approximation, exactly ten times a PT100 reading at the same temperature. This is why the same calculator, and the same underlying formula, works for all four without any change to the core equation.
A higher R0 (PT500, PT1000) is often preferred over PT100 in installations with long cable runs, because a fixed amount of lead wire resistance represents a much smaller percentage error against a 1000Ω base reading than against a 100Ω base reading, even though the absolute error in ohms is identical. This makes PT1000 common in building automation and HVAC systems where 2-wire runs of tens of meters are routine.
IEC 60751 (alpha = 0.00385) and ASTM E1137 (alpha = 0.00392) are the two coefficient sets this calculator supports; always confirm which standard your specific sensor or instrument was calibrated to before comparing a measured resistance against either curve, since mixing the two introduces a systematic, standard-sized error that has nothing to do with sensor accuracy.
PT1000 Resistance Table (IEC 60751)
A fuller reference table for PT1000, the RTD type most common in building automation and HVAC, across a typical 0–100°C range:
| Temperature | PT1000 Resistance | PT100 Resistance |
|---|---|---|
| 0°C | 1000.00Ω | 100.00Ω |
| 10°C | 1039.03Ω | 103.90Ω |
| 20°C | 1077.93Ω | 107.79Ω |
| 25°C | 1097.35Ω | 109.73Ω |
| 30°C | 1116.73Ω | 111.67Ω |
| 40°C | 1155.41Ω | 115.54Ω |
| 50°C | 1193.97Ω | 119.40Ω |
| 60°C | 1232.42Ω | 123.24Ω |
| 70°C | 1270.75Ω | 127.08Ω |
| 80°C | 1308.97Ω | 130.90Ω |
| 90°C | 1347.07Ω | 134.71Ω |
| 100°C | 1385.05Ω | 138.51Ω |
Calculated from the IEC 60751 Callendar-Van Dusen equation. For PT200 or PT500, or for ASTM E1137, or for any temperature not listed (including negative temperatures), use the calculator above for the exact figure.
Common Mistakes When Working With RTD Resistance and Temperature
1. Assuming R0 is the room-temperature reading. R0 is the resistance at exactly 0°C, not at typical ambient — a PT100 reads roughly 109.7Ω, not 100Ω, at 25°C. Comparing a measured room-temperature reading directly against the nameplate "100" figure without converting through the equation leads to a false fault diagnosis.
2. Ignoring the B coefficient and using a straight-line approximation. Linear conversion is close enough over a narrow span but drifts increasingly out of true as the measured range widens, since the real curve is quadratic (and cubic below 0°C), not linear.
3. Mixing up IEC 60751 and ASTM E1137 coefficients. Applying the wrong standard's A, B, C constants to a sensor calibrated to the other standard introduces a real, systematic conversion error that looks exactly like a sensor accuracy problem but is actually a calculation mismatch.
4. Using a 2-wire connection without accounting for lead resistance. Every metre of lead wire adds resistance directly in series with the sensor, which the equation cannot distinguish from a genuine temperature change — this is why 3-wire and 4-wire configurations exist for anything beyond short bench-top runs.
5. Applying the T≥0°C quadratic branch below 0°C. Extrapolating the simpler above-zero formula into sub-zero temperatures ignores the cubic correction term and produces a result that looks plausible but is measurably wrong, growing worse the further below 0°C the actual temperature sits.
6. Excessive excitation current causing self-heating error. A higher-than-recommended measurement current dissipates more power inside the sensor itself, raising its own temperature above the medium being measured — this shows up as a small but real positive offset that has nothing to do with the Callendar-Van Dusen equation or wiring configuration.
7. Assuming PT500 or PT1000 behave differently from PT100. All standard platinum RTDs share the same coefficient set for a given standard; only R0 scales. Treating a PT1000 as needing a different formula, rather than the same formula with a different R0, is unnecessary and a common source of spreadsheet errors when building custom scaling tables.
Frequently Asked Questions
What is the Callendar-Van Dusen equation and how does this calculator use it? +
The Callendar-Van Dusen equation is the standard mathematical model relating a platinum RTD's resistance to its temperature: R(T) = R0(1 + AT + BT²) for temperatures at or above 0°C, and R(T) = R0(1 + AT + BT² + C(T−100)T³) below 0°C, where R0 is the resistance at 0°C and A, B, C are standard-specific constants. This calculator evaluates that equation directly for Temperature to Resistance conversion, and solves it (using the quadratic formula above 0°C, and Newton-Raphson iteration below 0°C) for Resistance to Temperature conversion.
What is the difference between IEC 60751 and ASTM E1137 standards? +
IEC 60751, also called the European curve, uses a temperature coefficient of resistance (alpha) of 0.00385 Ω/Ω/°C and is the dominant standard worldwide, including in India. ASTM E1137, also called the American curve, uses alpha = 0.00392 Ω/Ω/°C and was historically common in some US industrial equipment. The two standards use different Callendar-Van Dusen A, B and C coefficients, so the same measured resistance yields a slightly different calculated temperature depending on which standard the sensor was actually wound and calibrated to.
What is the valid temperature and resistance range for PT100, PT200, PT500 and PT1000? +
This calculator validates inputs against -200°C to +850°C for IEC 60751 and -200°C to +630°C for ASTM E1137, the standard calibration ranges each defines. The corresponding resistance range scales directly with the sensor's R0: PT100 spans roughly 18.5 to 390Ω, PT200 roughly 37 to 780Ω, PT500 roughly 92.5 to 1950Ω, and PT1000 roughly 185 to 3900Ω across the IEC 60751 range, since Callendar-Van Dusen coefficients are defined per °C and scale linearly with R0.
Why does resistance-to-temperature need a different calculation method below 0°C? +
Above 0°C, the Callendar-Van Dusen equation is a simple quadratic in temperature, so it can be solved directly and exactly using the quadratic formula. Below 0°C, a cubic correction term (the C coefficient) is added to fit the platinum resistance curve accurately at sub-zero temperatures, which turns the equation into a quartic in temperature with no simple closed-form inverse. This calculator solves that branch using Newton-Raphson iteration, starting from a linear estimate and refining until the computed resistance matches your input to within a very small tolerance.
How does lead wire configuration (2-wire, 3-wire, 4-wire) affect accuracy? +
A 2-wire connection includes both lead wires' resistance directly in the measured value, adding a fixed positive error that grows with cable length and is not compensated by this or any calculator unless you subtract it separately. A 3-wire connection, the industrial standard for RTDs, uses a bridge arrangement to cancel lead resistance provided both leads are matched in length and gauge. A 4-wire (Kelvin) connection carries current on one pair and senses voltage on a separate pair, eliminating lead resistance error almost entirely and is used for calibration-grade and laboratory measurements. This field is informational only in this calculator and does not alter the calculated result.
What is the accuracy class (tolerance) for RTDs, and does this calculator include it? +
IEC 60751 defines tolerance classes AA, A, B and C for RTD sensors, each specifying a maximum allowed deviation in ohms (and equivalent °C) from the ideal Callendar-Van Dusen curve, tighter near 0°C and widening at temperature extremes. This calculator computes the theoretical, error-free resistance or temperature from the reference equation for the selected standard; it does not add a tolerance-class margin, since that depends on the specific sensor's manufactured accuracy class, which should be read from its datasheet or calibration certificate and applied separately.
Can I use this calculator for PT500 or PT1000, or only PT100? +
Yes. PT100, PT200, PT500 and PT1000 all follow the same Callendar-Van Dusen equation and the same IEC 60751 or ASTM E1137 coefficients; only the R0 term (100, 200, 500 or 1000Ω at 0°C respectively) changes, and the equation scales linearly with R0. Select the RTD type toggle to switch between them; the calculation mode, standard, unit and all other settings stay the same.
Why is my measured resistance different from the calculated value? +
Common causes include lead wire resistance not being compensated in a 2-wire hookup, self-heating error from excitation current that is too high for the sensor's dissipation constant, using the wrong standard (IEC 60751 vs ASTM E1137) for the actual sensor's calibration, a sensor operating outside its rated accuracy class, contact or connector resistance in the measurement loop, or genuine sensor drift from thermal cycling, vibration or contamination over its service life.
What is RTD resistance at room temperature? +
At 20°C, a PT100 reads about 107.79Ω and a PT1000 reads about 1077.93Ω. At 25°C, a PT100 reads about 109.73Ω and a PT1000 reads about 1097.35Ω, per the IEC 60751 standard. These values are noticeably above the sensor's R0 rating (100Ω or 1000Ω), since R0 is defined at 0°C, not at room temperature. See the room-temperature reference table above for PT200 and PT500 as well.
How do I calculate resistance for a 3-wire RTD? +
The underlying resistance-to-temperature relationship (Callendar-Van Dusen) is identical regardless of wiring configuration — a 3-wire connection doesn't change the equation, it changes how the measuring instrument extracts the sensor's true resistance from the raw measurement. In a 3-wire bridge, one lead carries current to the sensor and a second matched lead carries an equal current through a reference arm; because both leads have (ideally) identical resistance, that lead resistance cancels out in the bridge's differential measurement, leaving just the sensor's own resistance to convert via the standard equation. This calculator's 3-wire selection is informational — it doesn't perform bridge arithmetic itself, so enter the sensor's actual (already lead-compensated) resistance as reported by your instrument.
Explore More Categories
Electrical Calculators
Cable size, transformer size, motor current, DG size, solar sizing & more.
Browse all →Mechanical Calculators
Belt length, bearing life, cooling tower efficiency & more.
Browse all →Financial Calculators
EPF, PPF, SIP, gratuity, income tax, CAGR & more.
Browse all →Blog & Guides
Maintenance guides & engineering articles.
Browse all →