Skip to main content

Temperature Converter

Convert between Celsius, Fahrenheit, and Kelvin instantly. Type in any field and the others update automatically.

Quick Reference

This tool is for educational purposes only and does not constitute financial, tax, or investment advice. Consult a qualified financial professional for advice specific to your situation.

What is Temperature Conversion?

Converting temperature needs two adjustments where converting length needs one, and understanding why explains the whole thing. Length scales agree on where zero is — nothing is nothing long — so converting metres to feet is a single multiplication.

Temperature scales disagree about zero. Celsius puts zero at the freezing point of water; Fahrenheit puts it roughly at the freezing point of a salt-water brine. They also disagree about how big one degree is: a hundred Celsius degrees span freezing to boiling, where Fahrenheit uses 180 for the same interval.

So a conversion has to fix both: rescale the degree size, then shift the zero point. That is exactly what the 9/5 and the 32 in the formula are doing, and neither is arbitrary.

The formula — how to calculate Temperature Conversion

°F = (°C × 9/5) + 32 °C = (°F − 32) × 5/9 K = °C + 273.15 °C = K − 273.15
9/5 (= 1.8)
= the ratio of degree sizes: 180 Fahrenheit degrees cover the same span as 100 Celsius degrees
32
= the offset: water freezes at 0 °C but at 32 °F
273.15
= how far below the freezing point of water absolute zero sits

Kelvin needs no multiplication because one kelvin is exactly the same size as one degree Celsius — only the zero point differs. That is why the Kelvin conversion is a simple addition.

Step-by-step example

  1. 01Convert 25 °C to Fahrenheit.
  2. 02First fix the degree size: 25 × 9/5 = 45. This says the interval from freezing is 45 Fahrenheit degrees wide.
  3. 03Then fix the zero point: 45 + 32 = 77 °F. Because Fahrenheit calls freezing 32 rather than 0, everything shifts up by 32.
  4. 04Reverse it: convert 77 °F to Celsius.
  5. 05Undo the offset first: 77 − 32 = 45.
  6. 06Then undo the scaling: 45 × 5/9 = 25 °C. The operations reverse in the opposite order, exactly as unwrapping any two-step process does.
  7. 07Convert 25 °C to Kelvin: 25 + 273.15 = 298.15 K. No scaling needed, because a kelvin and a Celsius degree are the same size.

Why absolute zero matters

Celsius and Fahrenheit are both relative scales: their zeros were chosen for convenience, so negative temperatures are perfectly ordinary and ratios are meaningless. 20 °C is not "twice as hot" as 10 °C in any physical sense, because the zero point is arbitrary.

Kelvin fixes its zero at absolute zero — the point where particles have minimum possible motion and there is no thermal energy to remove. Nothing can be colder, so negative kelvin values do not exist.

This is what makes Kelvin the scientific standard: because its zero is physically real rather than conventional, ratios mean something. 200 K genuinely does contain twice the thermal energy of 100 K, a statement that is simply false for Celsius or Fahrenheit.

It is also why gas law calculations must use Kelvin. Doubling the absolute temperature of a gas doubles its pressure at constant volume; doubling the Celsius reading does nothing predictable at all.

Reference points across all three scales

Reference°C°FK
Absolute zero−273.15−459.670
Water freezes032273.15
Typical room2068293.15
Body temperature3798.6310.15
Water boils (sea level)100212373.15

Water's freezing and boiling points depend on pressure, which is why these are quoted at sea level. At altitude water boils below 100 °C, which is why cooking times change in the mountains.

The one point where the scales agree

There is exactly one temperature where Celsius and Fahrenheit read the same number: −40. It is not a coincidence, and you can derive it in one line.

Set the two equal: x = (x × 9/5) + 32. Rearranging gives x − 1.8x = 32, so −0.8x = 32, and x = −40.

This is a genuinely useful sanity check. If a conversion of a very cold temperature does not converge towards agreement near −40, the formula has been applied wrongly.

Fast mental conversion

For °C to °F: double it and add 30. For 25 °C that gives 80 against a true 77 — close enough for weather. The approximation works because doubling stands in for 1.8x, and the 30 partly compensates for the overshoot. It drifts at extremes, so use the exact formula when precision matters.

Degrees versus intervals

A distinction that catches people out: converting a temperature is not the same as converting a temperature difference.

If a room warms by 10 °C, the change in Fahrenheit is 10 × 9/5 = 18 °F — no offset applied. The 32 exists only to reconcile the zero points, and a difference has no zero point to reconcile.

Applying the full formula to a difference is a common error: converting "a rise of 10 degrees" as though it were "a temperature of 10 degrees" gives 50, which is wrong by a factor of nearly three.

The rule follows directly from the derivation: multiply differences by 9/5 alone; apply the offset only to absolute temperatures.

Key considerations

  • Use Kelvin for any physics or chemistry calculation involving ratios of temperature.
  • Convert temperature differences with 9/5 alone — no offset.
  • Water's boiling point falls with altitude, so 100 °C is a sea-level figure.
  • The −40 crossover is a quick check that a conversion was done correctly.
  • Kelvin is written without a degree symbol: 298 K, not 298 °K.
  • Weather forecasts round heavily; converting a rounded figure cannot recover lost precision.

Common mistakes to avoid

  • Applying the 32 offset when converting a temperature difference rather than a temperature.
  • Forgetting the offset entirely and converting 25 °C to 45 °F.
  • Reversing the order when converting back — undo the offset before undoing the scale.
  • Using Celsius in gas law calculations, where only absolute temperature behaves proportionally.
  • Treating 20 °C as twice as warm as 10 °C; only Kelvin supports ratio statements.
  • Writing °K, which has been incorrect since the kelvin was defined as an absolute unit.

Frequently asked questions

Sources & references

Written and fact-checked by the CalcProLabs Editorial Team. Read our calculation methodology and editorial policy.

Last updated