Mph to Km/h: The One Multiplication Behind Any Speed Conversion
A speed limit sign says mph, a car's speedometer abroad reads km/h, a weather report gives wind in knots, and a physics problem wants meters per second. These aren't different kinds of measurement — every speed is just a distance divided by a time — so converting between them is the same one-multiplication method as converting length or volume.
The method: convert through a fixed base unit
This tool uses meters per second as the base. Every other speed unit is a fixed number of meters per second — a mile per hour is always 0.44704 m/s, exactly, because a mile is exactly 1,609.344 meters and an hour is exactly 3,600 seconds. To convert a value from one unit to another: multiply by the source unit's m/s-per-unit, then divide by the target unit's m/s-per-unit.
answer = value × (source m/s-per-unit) ÷ (target m/s-per-unit)
That's the entire method. Km/h, knots, feet per second — all the same formula, just a different pair of numbers.
The numbers
- 1 meter/second = 1 m/s (the base)
- 1 km/h = 0.277777778 m/s (1,000 meters ÷ 3,600 seconds)
- 1 mph = 0.44704 m/s (1,609.344 meters ÷ 3,600 seconds)
- 1 knot = 0.514444444 m/s (1,852 meters ÷ 3,600 seconds)
- 1 ft/s = 0.3048 m/s
A worked example: 60 mph in km/h
60 × 0.44704 m/s per mph = 26.8224 m/s. Divide by km/h's 0.277777778 m/s: 26.8224 ÷ 0.277777778 = 96.5606…, so a 60 mph speed limit is about 96.56 km/h — the number a US-made cruise control would show on a European dash.
A second example: 100 km/h back to meters per second
100 × 0.277777778 m/s per km/h = 27.78 m/s. That's the form the number takes in a physics stopping-distance formula (distance depends on speed squared), which is exactly why the base unit for this tool is meters per second rather than mph or km/h — it's the unit the underlying science actually uses.
A third example: what is a knot, exactly
A knot is one nautical mile per hour, and a nautical mile is defined as exactly 1,852 meters, so a knot should be exactly 1.852 km/h. Running it through the tool's stored factors (0.514444444 and 0.277777778 — both truncated to nine decimal places, since 1,852 ÷ 3,600 and 1,000 ÷ 3,600 are repeating decimals that never terminate) gives 1.8519999969… km/h, not 1.852 exactly. That five-nines gap past the ninth decimal is the truncation catching up, not an error in the method — the same value in mph is about 1.15078 mph, which is where the "1 knot ≈ 1.15 mph" rule of thumb sailors and pilots use comes from.
A sanity check you can do without a calculator
How many feet per second is 60 mph? 60 × 0.44704 ÷ 0.3048 = 88.0 exactly (the arithmetic lands a hair under 88 in floating point — ordinary double-precision rounding noise, not a real gap) — the "60 mph is 88 feet per second" rule of thumb used in traffic engineering and physics classrooms to estimate stopping distances. If a conversion tool doesn't land on 88 for that pair, something is wrong with the tool, not the fact.
What the tool adds
The five numbers above are all you need, on paper, for any pair of speed units. The tool's job is just speed of a different kind — type the value, pick the two units, and it runs the same multiplication instantly, entirely on your device.