Guide
How to Convert Units: Step-by-Step Guide
Learn the unit conversion method that works for any measurement — length, weight, volume, temperature, and more — with worked examples and sanity checks.
By ConvertHub Editorial · 7 min read · Updated 2026-07-10
The conversion factor method
Nearly every unit conversion — except temperature — boils down to multiplying by a single fixed number called the conversion factor. If 1 inch equals exactly 2.54 centimeters, then 10 inches equals 10 × 2.54 = 25.4 centimeters, and 3.5 inches equals 3.5 × 2.54 = 8.89 centimeters.
The technique scientists and engineers use to avoid flipping a factor backwards is called dimensional analysis: write the units next to every number and cancel them like fractions. For example, converting 5 miles to kilometers: 5 mi × (1.60934 km / 1 mi) = 8.0467 km. The “mi” units cancel, leaving km — a built-in check that you multiplied rather than divided by mistake.
Step 1: Find the right conversion factor
Look up how the two units officially relate, ideally from an authoritative source: 1 mile = 1.609344 km exactly (by international agreement since 1959), 1 pound (avoirdupois) = 0.45359237 kg exactly, and 1 US gallon = 3.785411784 liters exactly. Most everyday conversions use these exact definitions rounded to 4–6 significant figures.
For squared or cubed units — area and volume — the same linear factor must be applied twice or three times, not once. One square meter is (3.28084 ft)² ≈ 10.7639 square feet, not simply 3.28084 square feet. One cubic meter is (3.28084 ft)³ ≈ 35.3147 cubic feet.
Step 2: Multiply or divide by the factor
To convert from unit A to unit B, multiply by the factor that transforms A into B. Converting centimeters to inches: multiply by 0.393701 (since 1 cm = 0.393701 in). So 180 cm × 0.393701 = 70.87 inches — a common way to state adult human height.
To go the opposite direction, either multiply by the inverse factor (1 ÷ 0.393701 = 2.54) or simply use the swap button that most online converters, including ConvertHub, provide next to the input field.
Temperature breaks the pattern
You cannot convert Celsius to Fahrenheit with a single multiplication, because these scales have different zero points. Celsius and Fahrenheit both need an added offset: °F = (°C × 9/5) + 32. Celsius and Kelvin share the same size degree but a different zero, so the relationship is addition only: K = °C + 273.15.
A simple multiplication (a “linear” or “proportional” conversion) only works when zero in one unit truly means zero in the other — for example, 0 cm and 0 inches both mean “no length at all.” Zero degrees Celsius does not mean “no temperature,” it just means water’s freezing point, which is why the formula needs an offset.
Step 3: Sanity-check your answer
Always compare your result against a rough mental estimate. If you convert 100 km to miles, you should expect something near 62 miles (since 1 km ≈ 0.62 mi) — an answer of 620 or 6.2 signals a decimal-point or factor-direction error.
A second useful check: does the number get bigger or smaller in the direction you expect? Centimeters are smaller than inches, so converting a length from inches to centimeters should always produce a larger number, and converting from centimeters to inches should produce a smaller one. If your answer moves the wrong direction, you likely multiplied by the factor instead of dividing, or vice versa.
Using conversion tools effectively
ConvertHub performs every calculation in your browser with full floating-point precision, then rounds only for the final display — so intermediate rounding errors never creep into your result. Most converter pages also show a small reference table of common values (1, 5, 10, 25, 50, 100 units) so you can spot-check your own manual math against known answers.
For one-off conversions, a calculator app works fine; for repeated conversions in a spreadsheet — say, converting a whole column of centimeters to inches for a product catalog — it is worth writing the formula once with the exact factor and copying it down, rather than looking up and retyping the factor for every row.
A reference table of common conversion factors
Keeping a short mental or written list of the factors you use most often speeds up everyday conversions far more than memorizing formulas in the abstract.
- 1 inch = 2.54 cm exactly (and 1 cm = 0.393701 in)
- 1 mile = 1.609344 km exactly (and 1 km = 0.621371 mi)
- 1 pound = 0.45359237 kg exactly (and 1 kg = 2.204623 lb)
- 1 US gallon = 3.785411784 L exactly (and 1 L = 0.264172 US gal)
- 1 US cup = 236.588 ml (commonly rounded to 240 ml)
- 1 acre = 4,046.86 m² (and 1 hectare = 2.47105 acres)
Converting compound units
Many real-world quantities combine two units at once — speed (distance per time), density (mass per volume), or fuel economy (distance per volume) — and converting these correctly means converting each part separately rather than guessing at a single combined factor. To convert 60 mph to km/h, convert the mile part (60 × 1.609344 = 96.56) while the “per hour” part stays unchanged, since both are already expressed per hour.
For compound units where both parts need conversion, such as converting a density given in pounds per cubic foot to kilograms per cubic meter, convert the mass and the volume separately, then combine: multiply by the mass factor (0.453592 kg per lb) and divide by the volume factor (0.0283168 m³ per ft³), which for density works out to multiplying by about 16.0185 overall.