Tested tool guide
Tested browser tools
Checked August 16, 2026
What Running Pace Calculator does, with a checked example
This calculator handles the three quantities that define any run: distance, time, and pace. Enter any two and it returns the third, along with a split table showing cumulative elapsed time at each mile or kilometer. The same relation works in all directions: pace is time divided by distance, so the arithmetic is one formula looked at three ways. The common mistake is units, not formula: pace is minutes per mile or kilometer, not speed, so 5:00 is faster than 6:00, and entering distance in one unit while thinking in another corrupts every result.
Worked example
A concrete input and expected output from the current implementation.
Input
Distance 10 km, time 50:00
->
Expected output
Pace 5:00 per kilometer (50 minutes / 10 km). Split table, cumulative at each kilometer: 5:00, 10:00, 15:00, 20:00, 25:00, 30:00, 35:00, 40:00, 45:00, 50:00.
Each kilometer adds exactly one pace increment, so ten 5:00 splits accumulate to 50:00, matching the entered time. The final split always equals the finish time when the pace is held evenly.