# Meters per second to kilometers per hour converter

> Convert meters per second to kilometers per hour (m/s to km/h) with the exact factor, a conversion chart and worked steps.

Interactive version: https://www.calcopenly.com/conversion/mps-to-kmh
Subject: Unit converters

Meters per second often come from motion experiments or physical equations. Restating this speed on a road-speed scale can make its size easier to picture. The unit conversion does not introduce an acceleration; acceleration needs a change of velocity over time.

One metre per second is exactly 3.6 kilometers per hour, so 10 m/s is 36 km/h. To convert m/s to km/h, multiply by 3.6; to convert back, multiply by 0.2777777778.

One kilometre per hour is 1,000 m in 3,600 s, so 1 m/s is exactly 3.6 km/h. Because both units are defined exactly, the factor above is exact and the results here carry no conversion error.

## Inputs

- **Meters per second (m/s)**

## Results

- Kilometers per hour (km/h) — main result
- Conversion
- 1 km/h in meters per second (m/s)

## Formula

$$
\text{kilometers per hour} = \text{meters per second} \times 3.6
$$

## Worked examples

### 10 m/s to km/h

- Meters per second (m/s): 10 m/s
- **Kilometers per hour: 36 km/h**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 100 m/s to km/h

- Meters per second (m/s): 100 m/s
- **Kilometers per hour: 360 km/h**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 1 m/s to km/h

- Meters per second (m/s): 1 m/s
- **Kilometers per hour: 3.6 km/h**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

## Questions

### When would I convert m/s to km/h?

Meters per second often come from motion experiments or physical equations. Restating this speed on a road-speed scale can make its size easier to picture. The unit conversion does not introduce an acceleration; acceleration needs a change of velocity over time.

### How many kilometers per hour are in a metre per second?

One metre per second is exactly 3.6 kilometers per hour. One kilometre per hour is 1,000 m in 3,600 s, so 1 m/s is exactly 3.6 km/h.

### How do you convert m/s to km/h?

Multiply the number of meters per second by 3.6. For example, 10 m/s × 3.6 = 36 km/h. To go the other way, divide by 3.6.

### How accurate is the meters per second to kilometers per hour converter?

Accuracy depends on your inputs and the method's assumptions. Decimal arithmetic uses 50 significant digits, but estimates, numerical methods and source data can be less precise; the displayed rounding does not remove those limits. It is checked against 3 worked examples whose answers come from independent sources; for example, “10 m/s to km/h” is checked against Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions).

### Where does the method come from?

NIST SP 811 (2008), Guide for the Use of the International System of Units, Appendix B; NIST Handbook 44, Appendix C: General tables of units of measurement; BIPM, The International System of Units (SI Brochure), 9th edition.

## Sources

- [NIST SP 811 (2008), Guide for the Use of the International System of Units, Appendix B](https://www.nist.gov/pml/special-publication-811)
- [NIST Handbook 44, Appendix C: General tables of units of measurement](https://www.nist.gov/pml/weights-and-measures/publications/nist-handbooks/handbook-44)
- [BIPM, The International System of Units (SI Brochure), 9th edition](https://www.bipm.org/en/publications/si-brochure)
