everyday calculator

Pace Split Calculator

Enter race distance and finish time to get pace per mile/km plus customizable split times.

Results

Pace minutes (per mile)
8.00
Pace seconds (per mile)
1.00
Pace minutes (per km)
4.00
Pace seconds (per km)
59.00
Split minutes
8.00
Split seconds
1.00
Number of splits
13.10

Overview

This pace split calculator helps you turn a race goal or recent performance into practical pacing numbers. Instead of guessing what “a 1:45 half marathon” means in terms of per‑mile or per‑kilometer pace, you enter the distance and finish time and the tool breaks it down into pace per mile, pace per kilometer, and customizable split times. It’s especially handy for negative‑split planning, treadmill workouts, or building a simple pacing chart without opening a spreadsheet.

How to use this calculator

  1. Enter your race or workout distance in miles (for example, 3.1 for a 5K, 13.1 for a half marathon, 26.2 for a marathon, or any custom distance).
  2. Enter your goal or actual finish time using hours, minutes, and seconds for the entire distance.
  3. Choose the split distance and whether that split is measured in miles or kilometers. Common options include 1 mile, 1 km, 0.5 miles, or 2 km, but you can use any value.
  4. Run the calculation to see your pace per mile, pace per kilometer, the time for each split at your chosen interval, and how many splits fit into the total distance.
  5. Use the output to design pacing bands, treadmill workouts, or negative‑split strategies by slightly adjusting target pace for early vs late segments.

Inputs explained

Distance (miles)
The total race or workout distance expressed in miles. If your race is measured in kilometers, convert it to miles first (for example, 5K ≈ 3.107 miles, 10K ≈ 6.213 miles, 21.1K ≈ 13.1 miles).
Finish time
Your target or actual finish time for the full distance, entered as hours, minutes, and seconds. The calculator combines these into total seconds to derive pace.
Split distance & unit
The interval you want pacing splits for—common choices are 1 mile, 1 kilometer, 0.5 miles, or 2 kilometers. The unit toggle tells the calculator whether the split is in miles or kilometers so it can convert correctly.

How it works

Under the hood, the calculator converts your finish time into a total number of seconds and your distance into miles. Pace per mile is simply total seconds ÷ distance, then converted back into minutes and seconds.

To derive pace per kilometer, we use the standard conversion 1 mile ≈ 1.60934 kilometers. Once we know pace per mile in seconds, we divide by 1.60934 to get pace per kilometer, and again format that back into minutes and seconds.

You can also choose a custom split distance and whether that split is expressed in miles or kilometers. For example, you might want 1 km splits for a 10K race or 0.5‑mile splits for a tempo workout.

For each split, we scale the per‑mile or per‑kilometer pace by the chosen split distance. Split time = pace_per_unit_seconds × split_distance_units, then converted to minutes and seconds for readability.

Finally, the split count is computed as total distance ÷ split distance (after converting everything to the same unit). This tells you how many whole splits fit into the race; fractional splits can indicate a partial final segment.

Because the math assumes an even pace across the entire distance, the numbers represent steady pacing targets rather than a detailed race strategy that accounts for hills, wind, or tactical surges.

Formula

TotalSeconds = (Hours × 3600) + (Minutes × 60) + Seconds
Pace_per_mile_seconds = TotalSeconds ÷ Distance_mi
Pace_per_km_seconds = Pace_per_mile_seconds ÷ 1.60934
SplitSeconds = Pace_per_unit_seconds × SplitDistance
SplitCount = Distance_in_split_units ÷ SplitDistance

When to use it

  • Building pacing charts for half and full marathons with custom mile or kilometer splits you can write on your wrist, tape to a bottle, or carry as a card.
  • Planning treadmill workouts by converting an upcoming race goal into per‑interval times for repeats, tempo runs, or progression runs.
  • Checking whether your negative‑split goal (e.g., slightly slower first half, faster second half) is consistent with your total target finish time.
  • Designing pacing for track workouts by turning mile or kilometer goals into 400 m or 800 m equivalent splits via custom split distances.
  • Comparing recent race performances by looking at how your per‑mile or per‑kilometer pace changes across different distances.

Tips & cautions

  • Round split times to the nearest whole second—trying to hit tenths of a second in a race usually adds stress without real benefit.
  • If you train in kilometers but race in miles (or vice versa), set the split unit to match how your course is marked or how your watch displays distances.
  • Use shorter splits (like 0.25 or 0.5 miles) for interval training and longer splits (1 mile or 1 km) for race‑pace planning and long runs.
  • Remember that hills, heat, wind, and crowds can affect real‑world pacing. Treat these numbers as starting points, then adjust based on course profile and conditions.
  • If you run by effort (heart rate, RPE), use the pace numbers as a loose guide and let effort be the primary control on race day.
  • Assumes an even pace across the entire distance; it does not model surges, walk breaks, hill effort adjustments, or variable terrain.
  • Requires race distance in miles for the main input; you must convert kilometer races manually before entry, though split units can still be in kilometers.
  • Does not generate a full cumulative split table; you can approximate cumulative times by multiplying the per‑split time by split index or using a separate pacing chart.
  • Does not consider GPS drift, tangents, or differences between measured course distance and what your watch might record on race day.

Worked examples

Half marathon in 1:45:00 with mile splits

  • Distance = 13.1 miles, Time = 1 hour 45 minutes (6,300 seconds total).
  • Pace_per_mile ≈ 6,300 ÷ 13.1 ≈ 480.9 seconds ≈ 8:01 per mile.
  • Pace_per_km ≈ 480.9 ÷ 1.60934 ≈ 299 seconds ≈ 4:59 per km.
  • If split distance = 1 mile, split time ≈ 8:01; split count ≈ 13.1 mile splits.

10K goal of 45:00 with 1 km splits

  • 10K ≈ 6.213 miles. Total time = 45 minutes = 2,700 seconds.
  • Pace_per_mile ≈ 2,700 ÷ 6.213 ≈ 434.7 seconds ≈ 7:15 per mile.
  • Pace_per_km ≈ 434.7 ÷ 1.60934 ≈ 270 seconds ≈ 4:30 per km.
  • With 1 km splits, split time ≈ 4:30 and split count = 10.

5K tempo run at 8:00/mile with 0.5 mile splits

  • 5K ≈ 3.107 miles. Pace_per_mile = 8:00 = 480 seconds.
  • TotalSeconds ≈ 3.107 × 480 ≈ 1,491 seconds (~24:51 finish).
  • SplitDistance = 0.5 miles → SplitSeconds = 480 × 0.5 = 240 seconds = 4:00.
  • Interpretation: every half mile should pass in about 4 minutes for an 8:00/mile tempo.

Deep dive

Turn finish times into per‑mile and per‑kilometer pace plus customizable split times by entering distance, goal time, and your preferred split length.

Ideal for race pacing plans, treadmill settings, track workouts, and custom interval charts—with no spreadsheet math required.

Great for runners and walkers who want to translate big goals like a sub‑2‑hour half marathon or sub‑4‑hour marathon into concrete per‑mile or per‑kilometer targets.

FAQs

Can I enter kilometers for race distance?
Right now the main distance input expects miles. For a kilometer race, convert the total distance to miles first (for example, 10K ≈ 6.213 miles). You can still set split units to kilometers so your splits align with metric markers on the course.
Does it show cumulative split times?
The calculator focuses on per‑split times and the number of splits. To get cumulative times, multiply the per‑split time by the split number (for example, split 5 at 8:00 pace would be about 40:00). For full pacing tables, you may still want a spreadsheet or dedicated pacing chart.
Is this only for runners, or can walkers use it too?
Walkers can absolutely use it. As long as you know your distance and total time, the math is the same—the resulting pace and splits simply represent a walking pace instead of a running pace.
How precise are the paces given GPS and course measurement quirks?
Courses are measured using official methods, but GPS devices can read slightly long or short, and running wide around corners adds distance. Treat these paces as targets, not guarantees, and adjust using your watch and course markers on race day.

Related calculators

Actual pacing varies with terrain and fatigue. Use this as a planning tool and adjust on race day.