# Speed Converter

- **URL:** https://codeasystem.com/calculators/conversion/speed-converter/
- **Category:** conversion
- **Description:** Convert speeds between m/s, km/h, mph, knots and ft/s with exact factors for driving, aviation, marine and running contexts.
- **Primary output:** Conversion: 10 miles/hour = 16.09344 kilometers/hour

## Inputs
- Value (name: `value`, type: number, example: 1)
- From (name: `from`, type: select)
- To (name: `to`, type: select)

## Outputs
- Conversion: 10 miles/hour = 16.09344 kilometers/hour
- In knots: 8.68976
- In feet/second: 14.66667
- 1 miles/hour equals: 1.60934 kilometers/hour

## Formula / methodology
```
result = value × factor(from) ÷ factor(to)
Exact anchors: 1 mph = 0.44704 m/s, 1 knot = 1852 m per hour
```

Each speed reduces to meters per second using exact definitions; the statute mile at 1609.344 m and the nautical mile at exactly 1852 m; then divides by the target unit. The knot stays tied to the nautical mile used on aviation and marine charts worldwide.

## Assumptions & limitations
- Results are rounded only for display; full precision is used internally.
- Conversions use exact standard definitions of each unit.

## How to use
1. **Type the speed**; Any positive number, from walking pace to jet cruise.
2. **Choose the units**; Road signs use mph or km/h; pilots and sailors think in knots.
3. **Scan the alternatives**; Context rows translate your speed into the other common units at once.

## Example
Driving at 10 mph corresponds to 16.09344 km/h on a European speedometer.

Result for these inputs:

```
Conversion: 10 miles/hour = 16.09344 kilometers/hour
```

## About this calculator
### The 1.609 shortcut

To eyeball mph into km/h multiply by 1.609 (divide to go back). A 60 mph highway cruise is therefore roughly 97 km/h; close enough to spot a wrong dashboard setting instantly.

### Why sailors and pilots love knots

One knot is one nautical mile per hour, and nautical miles map onto minutes of latitude. On a chart, measuring distance with dividers and dividing by time in hours yields knots with no extra arithmetic.

### m/s for physics, km/h for life

Science problems demand SI units: gravitational acceleration of 9.81 m/s², sound at roughly 343 m/s. Convert once at the start of a problem and everything downstream stays consistent.

## FAQs
### Is a knot faster than an mph?

Yes; one knot is 1.852 km/h versus 1.609 km/h for an mph, about 15% faster. A 20-knot ferry cruises near 37 km/h.

### How fast is Mach 1 here?

Mach depends on air temperature (about 343 m/s at sea level, 20 °C). Convert that baseline to your unit rather than treating Mach as fixed.

### Does running pace (min/km) convert?

Not directly; pace is time per distance, the reciprocal of speed. Invert your pace into km/h first, then convert.

## Related calculators
- [Length Converter](https://codeasystem.com/calculators/conversion/length-converter/)
- [Time Unit Converter](https://codeasystem.com/calculators/conversion/time-unit-converter/)
- [Fuel Economy Converter](https://codeasystem.com/calculators/conversion/fuel-economy-converter/)

---
Last updated: 2026-08-23 · Version: 1.0.0 · [HTML version](https://codeasystem.com/calculators/conversion/speed-converter/)
