Unit Converter
Convert between hundreds of units across 9 measurement categories
Results & Details
// Length Conversions
| Unit | Symbol | Value |
|---|
// Common Conversions
About Unit Conversion
Unit conversion involves multiplying or dividing by a conversion factor — a ratio that expresses how many of one unit equals another. For most categories, conversion is linear (multiply by a constant). Temperature is an exception, requiring both multiplication and addition.
Temperature Conversion
Temperature scales differ in both their zero points and scale intervals. Celsius and Fahrenheit have different zero points (0°C = 32°F) and different degree sizes (a 1°C change = a 1.8°F change). Kelvin uses the same degree size as Celsius but starts at absolute zero (−273.15°C).
Metric vs Imperial
The metric system (SI) is based on powers of 10 — kilo = ×1000, centi = ÷100, milli = ÷1000. The imperial system uses historical, non-decimal relationships (12 inches in a foot, 3 feet in a yard, 1,760 yards in a mile). The US is one of very few countries still primarily using imperial units for everyday measurement.
From the Blog
Unit Conversion: Exact Factors and Famous Failures
Built and verified by Andrius R. · Updated June 2026
Most conversion mistakes aren't math errors — they're using the wrong factor, the wrong variant of a unit, or treating an exact definition as an approximation (or vice versa). This guide covers the conversions people actually get wrong.
Which factors are exact?
Since the 1959 international agreement, the inch is defined as exactly 2.54 cm — not measured, defined. That makes these exact:
| Conversion | Factor | Status |
|---|---|---|
| 1 inch | = 2.54 cm | exact |
| 1 foot | = 0.3048 m | exact |
| 1 mile | = 1.609344 km | exact |
| 1 pound (avoirdupois) | = 0.45359237 kg | exact |
| 1 kg | ≈ 2.20462 lb | rounded (it's 1 ÷ 0.45359237) |
The gallon trap (and the pint, and the fluid ounce)
A US gallon is 3.785 L; an imperial (UK) gallon is 4.546 L — about 20% bigger. The pint splits the same way (473 mL vs 568 mL), and the fluid ounce flips direction: a US fl oz (29.57 mL) is slightly larger than an imperial one (28.41 mL), even though the US pint is smaller, because the US pint contains 16 fl oz and the imperial pint 20. Recipes, fuel economy figures and brewing instructions all break on this. When you see "gallon" or "pint", always establish which system first.
Temperature is different: offset, not just scale
Length and mass conversions multiply by a factor. Temperature also shifts: °F = °C × 9/5 + 32. Consequence: you can't convert temperature differences with the full formula. A rise of 10 °C is a rise of 18 °F (×9/5 only, no +32). Useful anchors: −40° is the same in both scales, 0 °C = 32 °F, 37 °C ≈ 98.6 °F, 100 °C = 212 °F. For science, Kelvin = °C + 273.15, with no degree symbol and no negative values. More in our temperature converter.
Mass vs weight, and the kilogram-force confusion
Kilograms measure mass; newtons measure force (weight). On Earth's surface, a 1 kg mass weighs about 9.81 N. Bathroom scales display kg but actually measure force and assume Earth gravity — on the Moon they'd read ~16.5% of your true mass. The distinction matters in engineering: confusing mass and force units contributes to real structural and aerospace errors.
When conversion errors get expensive
- NASA's Mars Climate Orbiter (1999) — destroyed because one team's software produced thruster data in pound-force-seconds while another expected newton-seconds. Cost: a $327 million mission.
- The "Gimli Glider" (1983) — an Air Canada 767 ran out of fuel mid-flight after fuel was loaded in pounds instead of kilograms during Canada's metric transition. The crew glided it to a safe landing on a disused runway.
- Medication dosing — mg vs mcg (µg) confusion is a recognized, recurring source of thousand-fold drug errors in healthcare.
Quick sanity checks that catch most mistakes
- Direction check: converting to a smaller unit must produce a bigger number. 5 km → 5,000 m, never 0.005.
- Anchor check: memorize a few landmarks — a meter is ~3.3 feet, a kg ~2.2 lb, 100 km/h ~62 mph, a liter ~a quart. If a result strays far from the anchor's prediction, recheck.
- Unit algebra: write units into the calculation and cancel them like factors. If the leftover unit isn't the one you wanted, the setup is wrong — this single habit catches nearly everything.
// Quick Tip: km to miles
Multiply km by 0.621371. Or roughly: km × 0.6. 10 km ≈ 6.2 miles. The Fibonacci sequence gives perfect approximations!
// kg to lbs
Multiply kg by 2.20462. Quick trick: double the kg then add 10%. 70 kg → 140 + 14 = 154 lbs (actual: 154.3).
// °C to °F
Double the Celsius, subtract 10%, add 32. 20°C → 40 − 4 + 32 = 68°F (actual: 68°F exactly).
// Litres to gallons
1 US gallon = 3.785 L. 1 UK gallon = 4.546 L. Always check which gallon — they differ by about 20%.