A rowing split calculator that converts any split (time per 500 m) into total time, watts, and calories burned across standard rowing distances — or works in reverse to tell you the exact split you need to achieve a target finish time. Whether you are preparing for a 2 000 m race, planning a long 10 000 m endurance piece, or simply trying to understand what your Concept2 monitor is telling you, this tool gives you every number in one place.
What is a rowing split and why does it matter?
On an indoor rowing machine (ergometer), pace is displayed not in km/h or m/s but as a split — the time to cover 500 metres. A split of 1:52 means you are moving at a pace that would take 1 minute 52 seconds per 500 m. Splits are used because 500 m is a convenient unit: a 2 000 m race is exactly four splits, so your average 2 k pace is directly readable off the monitor, and it is easy to hold a given split in your head during training.
Splits also map directly to power output in watts via a cubic relationship derived from flywheel aerodynamics. This matters because watts are comparable across rower body sizes and machine makes in a way that raw split times are not. A 2:00 split is ~202 W whether you weigh 60 kg or 100 kg.
How it works
The calculator implements three standard formulae published by Concept2:
Split to watts: W = 2.80 / (split_sec / 500)³
The cubic exponent reflects that aerodynamic drag — which the flywheel is modelled on — scales with the cube of velocity. The constant 2.80 is the Concept2 drag factor for a standard-setting flywheel.
Total time from split:
total_time_sec = split_sec × (distance_m / 500)
This is linear: double the distance, double the time, assuming constant pace.
Calories per hour (Concept2 approximation):
kcal/hr = (W + 75) × 4 × 0.8604
The +75 W accounts for the metabolic overhead of moving your own body (not just the flywheel). The factor 0.8604 converts electrical power (watts) to heat energy (kcal/hr). Total calories scale with duration.
Worked example
Suppose you want to race a 2 000 m at a 1:52 split (1 minute 52 seconds per 500 m = 112 seconds per 500 m):
- Total time: 112 × (2000 ÷ 500) = 112 × 4 = 448 seconds = 7:28
- Watts: 2.80 ÷ (112 ÷ 500)³ = 2.80 ÷ (0.224)³ = 2.80 ÷ 0.011239 ≈ 249 W
- Calories: (249 + 75) × 4 × 0.8604 = 324 × 4 × 0.8604 ≈ 1 115 kcal/hr
Duration is 448 s = 0.1244 hr, so total ≈ 139 kcal
For the reverse calculation, if you want to finish a 2 000 m in 7:00 (420 seconds), the required split is 420 ÷ 4 = 105 seconds = 1:45, which is approximately 304 W — a demanding competition pace.
| Split | Watts | 2 000 m time | 5 000 m time |
|---|---|---|---|
| 2:10 | 159 W | 8:40 | 21:40 |
| 2:00 | 203 W | 8:00 | 20:00 |
| 1:52 | 249 W | 7:28 | 18:40 |
| 1:45 | 302 W | 7:00 | 17:30 |
| 1:30 | 480 W | 6:00 | 15:00 |
Training with watt zones
Like cycling, rowing training is often structured by power zones. The calculator includes a watt zone reference table that highlights which zone your current split falls into — from UT2 (light aerobic base) through UT1 (endurance), AT (anaerobic threshold), TR (transport), and AN (anaerobic sprints). Knowing your zone helps you set intentional training intensities rather than just rowing by feel.
All calculations run entirely in your browser. No numbers are uploaded, stored, or transmitted anywhere.