“Just multiply by 2.2.” “It’s about a mile.” Guesses work until they don’t — converting wrong units has sunk satellites (literally, the 1999 Mars Climate Orbiter) and mis-dosed medication. Here’s the single strategy professionals use, plus the conversion facts worth memorizing.
The one strategy: convert through a base
Every unit conversion is a ratio. The reliable way to do any conversion is to route it through a base unit:
1. Convert the starting unit to the base.
2. Convert the base to the target unit.
Meters for length, kilograms for mass, seconds for time, liters for volume, pascals for pressure. Example — miles to kilometers:
- 1 mile = 1,609.344 m, so 5 miles = 8,046.72 m.
- 1 km = 1,000 m, so 8,046.72 ÷ 1,000 = 8.047 km.
It looks like extra work, but it prevents the classic error: mixing up “divide vs multiply” because you didn’t know the direction of the ratio.
Conversion facts worth memorizing
These cover 90% of everyday conversions:
| Known pair | Use for |
|---|---|
| 1 inch = 2.54 cm | Any imperial ↔ metric length |
| 1 m ≈ 3.28 ft | Rough construction math |
| 1 km ≈ 0.62 miles | Distance reading |
| 1 lb ≈ 0.454 kg | Weight and food labels |
| 1 US gallon ≈ 3.785 L | Fuel and cooking |
| 1 kg ≈ 2.2 lb | Gym plates and parcels |
| °F = °C × 9/5 + 32 | Temperature |
| 1 mile ≈ 1.6 km | Road signs and running |
The temperature exception
Most units are linear (multiply by a factor). Temperature is affine: Fahrenheit and Celsius differ by both scale and offset:
°F = °C × 9/5 + 32
°C = (°F − 32) × 5/9
That “+32” is where people slip — you can’t just multiply. Memorize anchors instead: 0°C = 32°F, 100°C = 212°F, 20°C = 68°F (room temperature), 37°C ≈ 98.6°F (body).
Decimal vs binary: the data storage trap
A “megabyte” is ambiguous:
- Decimal (SI): 1 MB = 1,000,000 bytes — used by hard drive manufacturers and ISPs.
- Binary (MiB): 1 MiB = 1,048,576 bytes — used by most operating systems.
That’s why a “1 TB” drive shows up as ~931 GB on your computer: the manufacturer counted decimal, the OS counts binary. Not a scam, not a bug — two conventions. Our data storage converter handles both.
The metric system is a multiplier game
Metric prefixes are powers of 10, and there are only a few you need:
kilo (×1000) → base → milli (÷1000)
mega (×1,000,000) centi (÷100)
giga (×1,000,000,000) micro (÷1,000,000)
2.5 km → m: move the decimal three places right → 2,500 m. 750 mL → L: three places left → 0.75 L. No memorized constants needed — just the prefix table.
Checking your work
- Sanity-check direction. Converting to a smaller unit gives a bigger number. 5 m in cm must be 500, never 0.05.
- Compare to an anchor. 1 m ≈ 1 yard, 1 kg ≈ 2.2 lb, 1 L ≈ 1 quart. If your answer is wildly far from the anchor’s neighborhood, you multiplied when you should have divided.
- Keep units in the math. Writing “10 m × 3.28 ft/m” makes the meters cancel — you see the unit “ft” remain, which confirms the direction.
FAQ
Why is the metric system easier? Every prefix is a power of ten, so conversions are decimal-point moves. Imperial units (12 in/ft, 3 ft/yd, 1,760 yd/mile) need memorized factors at every step.
Is 1 kg the same as 1 L? For water at room temperature, roughly yes (1 L water ≈ 1 kg). For everything else, no — density differs.
How do I convert square or cubic units? Square the factor, don’t double it. 1 ft = 0.3048 m, so 1 ft² = 0.3048² ≈ 0.0929 m². This is one of the most common real-world conversion errors.
Do US and UK gallons differ? Yes — the US gallon is 3.785 L, the Imperial (UK) gallon is 4.546 L. Fuel economy and gas prices are not directly comparable across the Atlantic.
Which units does science use? SI (metric) units almost universally: meters, kilograms, seconds, kelvins. That’s also why this site converts everything through metric base units.