Uvlio

Command Palette

Search for a command to run...

Back to articles
Technical Article

Unit Conversion: Exact Definitions and Where Conversions Go Wrong

Most everyday unit conversions are a single multiplication, and the factors are exact by international agreement rather than approximations. The errors come from the conversions that are not a simple multiplication at all, and from units that share a name across countries while measuring different amounts. Temperature offsets, reciprocal fuel-economy scales, and US versus imperial gallons are the usual traps.
Uvlio editorial team by limitcool2026-05-177 min read
Topic coverCalculatorUnit Converter

Unit Conversion: Exact Definitions and Where Conversions Go Wrong

An inch is exactly 25.4 mm and a pound is exactly 0.45359237 kg. Which conversions are exact, which are not, and why temperature and fuel economy behave differently.

Guide subject preview
Understand
Check
Apply
Tool stack
Unit Converter
Reading focus
1Understand
2Check
3Apply

Original workflow visual

Unit Conversion: Exact Definitions and Where Conversions Go Wrong

This original Uvlio visual summarizes the practical path from input inspection to output review for this workflow.
1

Understand

Review before moving forward

2

Check

Review before moving forward

3

Apply

Review before moving forward

Maintainer and review note
Maintained by limitcool. Use it to understand the technical model, processing boundaries, privacy risks, and verifiable behavior.
The common factors are exact, not rounded

Since the international yard and pound agreement of 1959, one inch is defined as exactly 25.4 millimetres and one pound as exactly 0.45359237 kilograms. These are definitions, not measurements, so 2.54 cm per inch carries no error at all. A foot is exactly 0.3048 m and a mile exactly 1609.344 m. When a conversion looks slightly off, the cause is display rounding somewhere in the chain rather than the factor itself.

Mass and weight are different quantities

A kilogram measures mass; a pound is used for both mass and force depending on context, which is why pound-force and pound-mass exist as separate units. On Earth the distinction rarely bites, because the ratio is effectively constant, but it matters in engineering where a load in pounds-force converts to newtons and not to kilograms. If a spec sheet mixes kg and lbf, check which one the calculation actually needs before converting.

The same name, a different volume

A US gallon is 3.785411784 litres and an imperial gallon is 4.54609 litres, a difference of about 20 percent. Pints, quarts and fluid ounces diverge the same way, and a US fluid ounce is not even a consistent fraction of the imperial one. Recipes, fuel figures and shipping volumes crossing between the two systems need the origin specified; converting a UK recipe with US factors is roughly a fifth off on every liquid.

Temperature is an offset scale

Celsius and Fahrenheit do not share a zero, so conversion needs both a factor and an offset: F = C × 9/5 + 32. This means a temperature cannot be scaled the way a length can. It also means a temperature difference converts differently from a temperature: a rise of 10 °C is a rise of 18 °F, not 50 °F. Kelvin shares Celsius degree size but starts at absolute zero, so K = C + 273.15 with no scaling at all.

Fuel economy is a reciprocal, not a ratio

Miles per gallon measures distance per unit of fuel; litres per 100 km measures fuel per unit of distance. They run in opposite directions, so the conversion is a division rather than a multiplication: L/100 km = 235.215 ÷ mpg for US gallons. Because it is reciprocal, equal steps in one are not equal steps in the other. Going from 15 to 20 mpg saves far more fuel over the same distance than going from 40 to 45 mpg, which is the whole reason regulators prefer the L/100 km form.

Rounding is a decision, not a detail

How many digits to keep depends on what the number is for. A room measurement rounded to the centimetre is fine; a medication dose converted from pounds to kilograms is not, because a rounding error scales with the dose. Round once at the end rather than at every step, since repeated intermediate rounding accumulates. And where a value feeds a regulated calculation, keep the exact factor in the computation and round only for display.

A short conversion checklist

Confirm the source unit and the destination unit by name, not by abbreviation alone, because oz, gal and ton all have more than one definition. Prefer the exact factor over a rounded one when the result will feed another calculation. Round once at the end. For temperature and fuel economy, use the specialised formulas rather than a plain multiply. If the value is a regulated dose, dimension, or invoice quantity, keep more digits than the display needs until the final step.

Common Questions

Is an inch exactly 2.54 cm?

Yes. It has been defined as exactly 25.4 mm since 1959, so the conversion carries no rounding error.

Why is a US gallon smaller than a UK gallon?

They descend from different historical standards. A US gallon is 3.7854 L and an imperial gallon is 4.5461 L, about 20 percent larger.

How do I convert mpg to L/100 km?

Divide rather than multiply: 235.215 ÷ mpg for US gallons, or 282.481 ÷ mpg for imperial gallons.

Can I convert a temperature difference the same way as a temperature?

No. A difference uses only the scale factor, so a 10 °C rise is an 18 °F rise. The +32 offset applies to absolute temperatures only.