Speed

Mph to Km/h Converter

Convert miles per hour to kilometers per hour for speed limits and travel.

PopularAPI Ready

Focused calculator

Calculate Mph to Km/h Converter

96.56064 km/h Sample: 60 mph

Formula

Formula: km/h = mph x 1.609344.

Factor: 1 mph = 1.609344 km/h.

Example: 60 mph = 96.56064 km/h.

The calculator keeps full precision internally and rounds only for display.

Common examples

InputResult
1 mph1.609344 km/h
30 mph48.28032 km/h
60 mph96.56064 km/h

JSON API example

Use the public JSON endpoint with these query parameters.

  • value60
  • frommph
  • tokm/h
GET https://api.convematik.com/convert?value=60.0&from=mph&to=km%2Fh

{
  "value": 60.0,
  "from": "mph",
  "to": "km/h",
  "result": 96.56063999999921
}

Common questions

What does the Mph to Km/h Converter do?

It converts mph to km/h using Convematik's unit conversion engine.

What formula does it use?

km/h = mph x 1.609344.

Can I use decimal values?

Yes. Enter whole numbers or decimals and the calculator returns a decimal result.

Is this page free?

Yes. The converter runs as a free browser tool and can also be accessed through the API.