# Pace Min/Km to KMH

Convert running pace in minutes per kilometer to kilometers per hour

> Canonical page: https://elysiatools.com/en/tools/pace-min-per-km-to-kmh

- **Category:** Math & Numbers

- **Keywords:** pace, min per km, kmh, running, speed

## Overview

Enter pace as decimal minutes per kilometer and convert to km/h with km/h = 60 ÷ pace.

## Inputs

- **Pace Minutes per Kilometer** (number): e.g. 5
- **Decimal Precision** (number)

## When to use

- When setting up a treadmill speed in km/h based on your target outdoor running pace in minutes per kilometer.
- When analyzing training data from running watches that display pace, but you need speed metrics for performance reports.
- When planning race strategies and needing to match specific split times to a consistent hourly speed.

## How it works

- Enter your running pace as decimal minutes per kilometer in the input field.
- Adjust the decimal precision value to control the rounding of the output speed.
- The tool calculates the speed using the formula: km/h = 60 divided by the pace.

## Use cases

- Converting a 4.5 min/km tempo run pace to km/h to set the correct speed on a gym treadmill.
- Translating interval training paces into hourly speeds for structured workout planning.
- Standardizing running metrics in fitness logs where some data points are recorded in speed and others in pace.

## Frequently asked questions

### How do I convert a pace like 5:30 min/km?

Convert the seconds to decimals first. For 5 minutes and 30 seconds, enter 5.5 in the pace field.

### What is the formula used for this conversion?

The tool uses the formula: Kilometers per Hour (km/h) = 60 / Pace (min/km).

### Can I adjust the decimal precision of the result?

Yes, you can set the decimal precision option to any value between 0 and 10 decimal places.

### Why is my pace converted to km/h?

Many treadmills and fitness apps require speed in km/h, whereas runners typically track their effort in minutes per kilometer.

### Is there a minimum pace value I can enter?

Yes, the minimum pace value supported by the converter is 0.01 minutes per kilometer.

## Related tools

- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Mass Flow Rate Converter (kg/s / lb/h / t/h)](https://elysiatools.com/en/tools/flow-rate-mass-converter): Convert mass flow rate between kg/s (kilograms per second, SI base), lb/h (pounds per hour, 1 lb = 0.45359237 kg), and t/h (tonnes per hour, 1 t = 1000 kg). Converts via kg/s to the target unit and also lists the equivalent value in all three units for reference. Used for boiler feedwater, chemical dosing, fuel consumption, and compressed-gas metering.
- [Volumetric Flow Rate Converter (m³/h / L/min / gpm / cfm)](https://elysiatools.com/en/tools/flow-rate-volume-converter): Convert volumetric flow rate between m³/h (cubic metres per hour), L/min (litres per minute), gpm (US gallons per minute, 1 gal = 3.785411784 L), and cfm (cubic feet per minute, 1 ft³ = 28.3168466 L). Converts via m³/s to the target unit and also lists the equivalent value in all four units for reference. Used for pumps, HVAC, compressed air, and piping.
- [Illuminance Converter (lux / footcandle / phot / nox)](https://elysiatools.com/en/tools/illuminance-converter): Convert illuminance between lux (lx = lm/m², SI base), kilolux (1 = 1000 lx), footcandle (1 = 10.7639104 lx), phot (1 = 10000 lx), and nox (1 = 0.001 lx). Converts via lux to the target unit and lists the equivalent value in all five units for reference. Reference values: full moon ≈ 0.25, office lighting ≈ 300–500, overcast day ≈ 1000, direct sunlight ≈ 100000 lux.
- [Kinematic Viscosity Converter (m²/s / cSt / ft²/s)](https://elysiatools.com/en/tools/kinematic-viscosity-converter): Convert kinematic viscosity (ν = dynamic viscosity / density) between m²/s (square metres per second, SI base), cSt (centistokes, 1 cSt = 1e-6 m²/s = 1 mm²/s), and ft²/s (square feet per second, 1 = 0.09290304 m²/s). Converts via m²/s to the target unit and also lists the equivalent value in all three units for reference. Reference values: water 20°C ≈ 1.004 cSt, SAE 30 oil ≈ 300–400 cSt at 40°C.
- [KM to Meter](https://elysiatools.com/en/tools/km-to-meter): Convert kilometers to meters with configurable decimal precision
- [KM to Miles](https://elysiatools.com/en/tools/km-to-miles): Convert kilometers to miles with configurable decimal precision
- [KMH to Knot](https://elysiatools.com/en/tools/kmh-to-knot): Convert kilometers per hour to knots with configurable decimal precision

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
