cm to inches: The Exact Factor (and Why Temperature Isn't a Simple Multiply)

Reckonist EditorialPublished July 30, 20265 min read

Most unit conversions are a single multiply: pick the right factor, multiply, done. Temperature is the famous exception — and getting it wrong is one of the most common conversion mistakes there is. This guide covers the exact centimetre-to-inch factor, why "exact" matters, and the affine trap that makes 20 °C equal 68 °F rather than 36.

The one number you need: 1 inch = 2.54 cm, exactly

The inch is not an approximation of anything metric — since 1959 it has been defined as exactly 2.54 centimetres. That is not a measured value that might get refined later; it is a definition. The same is true of a handful of other everyday factors:

  • 1 inch = 2.54 cm (exact)
  • 1 pound = 0.45359237 kg (exact)
  • 1 mile = 1609.344 m (exact)

Because these are exact by definition, the only rounding that ever happens is for display. The math itself is exact.

To go from centimetres to inches you divide by 2.54:

inches = centimetres ÷ 2.54

To go the other way, you multiply:

centimetres = inches × 2.54

Worked example: 50 cm to inches

Take the single most-searched value, 50 cm:

50 ÷ 2.54 = 19.685 inches

That is the exact answer to three decimal places (the division actually gives 19.68503937…, which we round for display). A few more worked values:

  • 30 cm ÷ 2.54 = 11.811 in
  • 15 cm ÷ 2.54 = 5.906 in
  • 100 cm ÷ 2.54 = 39.370 in

Notice that nothing here is "about" 2.54. If a converter gives you a slightly different answer, it is either rounding earlier than it should or using a stale, pre-1959 factor.

Common cm to inches reference values

CentimetresInches (÷ 2.54)
1 cm0.394 in
5 cm1.969 in
10 cm3.937 in
15 cm5.906 in
20 cm7.874 in
30 cm11.811 in
50 cm19.685 in
100 cm39.370 in

You can convert any value between units, both directions, with the unit converter — it shows the exact factor alongside the answer so you can see the math, not just the result.

Why temperature breaks the "just multiply" rule

Here is where most people slip. Length, weight, distance and volume are all linear conversions — zero in one unit is zero in the other, so a single multiplication does the whole job. Temperature is affine: the scales don't share a zero point. Water freezes at 0 °C but at 32 °F, so before you even scale anything there is a 32-degree offset baked in.

The correct Celsius-to-Fahrenheit formula is:

°F = °C × 9/5 + 32

The "× 9/5" scales the size of a degree; the "+ 32" shifts the zero. Skip the offset and you get nonsense.

The classic trap: 20 °C is 68 °F, not 36

If you (wrongly) treated temperature like a factor and just multiplied 20 by 9/5, you would get 36. That is the mistake. Do it properly:

20 × 9/5 = 36, then 36 + 32 = 68 °F

So a pleasant 20 °C room is 68 °F. To go back the other way you reverse both operations — subtract first, then scale:

°C = (°F − 32) × 5/9

Worked the hard way, a hot oven at 350 °F:

(350 − 32) × 5/9 = 318 × 5/9 = 176.67 °C

And if you ever need absolute temperature, Kelvin shares Celsius's degree size but starts at absolute zero:

K = °C + 273.15

The lesson: for temperature you cannot store a single "conversion factor" and multiply. You need the full offset-and-scale formula. This is the number-one bug in hand-rolled converters.

The other quiet trap: US vs UK gallons

Even within "the imperial system" some units are not the same on both sides of the Atlantic. Volume is the big one. A US gallon is 3.785 litres, but a UK (imperial) gallon is 4.546 litres — about 20% larger. The same split runs through pints and fluid ounces.

So "5 gallons" means meaningfully different amounts depending on which country's gallon you mean. A good converter always labels which gallon (US or UK) it is using rather than pretending there is one universal answer. When a recipe or fuel-economy figure looks off by roughly a fifth, this mismatch is usually why.

UnitUSUK (imperial)
Gallon3.785 L4.546 L
Pint0.473 L0.568 L

Quick recap

  • 1 inch = 2.54 cm, exactly — a definition, not a measurement. 50 cm = 50 ÷ 2.54 = 19.685 in.
  • Length, weight and distance are linear: one multiply. The exact factors (2.54 cm, 0.45359237 kg, 1609.344 m) mean you only round for display.
  • Temperature is affine: °F = °C × 9/5 + 32. That offset is why 20 °C = 68 °F, not 36.
  • Volume units differ by region: a US gallon (3.785 L) is not a UK gallon (4.546 L) — always check which one.

Get exact answers, both directions, across length, weight, temperature and volume with the converter below.


Sources: NIST Office of Weights and Measures — unit conversion (nist.gov); Conversion of units (en.wikipedia.org).