# Kilometers per hour to miles per hour converter

> Convert kilometers per hour to miles per hour (km/h to mph) with the exact factor, a conversion chart and worked steps.

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

A kilometer-per-hour reading combines a metric distance with an hour. Converting it is useful for a vehicle comparison or a physics problem expressed in seconds. Keep instantaneous speed separate from a whole-trip average that includes stops.

One kilometre per hour is about 0.6213711922 miles per hour, so 100 km/h is 62.137119 mph. To convert km/h to mph, multiply by 0.6213711922; to convert back, multiply by 1.609344.

One kilometre per hour is 1,000 m in 3,600 s, so 1 m/s is exactly 3.6 km/h. The factor has no exact decimal form, so results are computed with 50 significant digits and rounded only for display.

## Inputs

- **Kilometers per hour (km/h)**

## Results

- Miles per hour (mph) — main result
- Conversion
- 1 mph in kilometers per hour (km/h)

## Formula

$$
\text{miles per hour} = \text{kilometers per hour} \times 0.621371192237
$$

## Worked examples

### 100 km/h to mph

- Kilometers per hour (km/h): 100 km/h
- **Miles per hour: 62.1371192237 mph**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 50 km/h to mph

- Kilometers per hour (km/h): 50 km/h
- **Miles per hour: 31.0685596119 mph**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 120 km/h to mph

- Kilometers per hour (km/h): 120 km/h
- **Miles per hour: 74.5645430685 mph**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

## Questions

### When would I convert km/h to mph?

A kilometer-per-hour reading combines a metric distance with an hour. Converting it is useful for a vehicle comparison or a physics problem expressed in seconds. Keep instantaneous speed separate from a whole-trip average that includes stops.

### How many miles per hour are in a kilometre per hour?

One kilometre per hour is about 0.6213711922 miles 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 km/h to mph?

Multiply the number of kilometers per hour by 0.6213711922. For example, 100 km/h × 0.6213711922 = 62.137119 mph. To go the other way, divide by 0.6213711922.

### How can I estimate km/h to mph without a calculator?

Multiply by 0.62. That is 0.2% low of the exact factor 0.6213711922, so 100 km/h comes out as 62 mph instead of 62.1371.

### How accurate is the kilometers per hour to miles 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, “100 km/h to mph” 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)
