The same maths your monitor uses
The Concept2 rowing monitor does not guess at calories — it computes them from the mechanical power you produce. This calculator reproduces that exact chain: it turns your 500m split into watts, then watts into calories per hour, then scales by your session length. The result matches what the PM5 display would show for the same effort.
How it works
First, convert the 500m split into pace (seconds per metre) and then into power:
pace_s_per_m = split_seconds / 500
watts = 2.80 / pace_s_per_m^3
Then apply the Concept2 calorie relation and scale by duration:
cal_per_hour = (4 * watts) + 300
calories = cal_per_hour * (minutes / 60)
The cubic power law is why a faster split costs disproportionately more energy, and the +300 term is the resting metabolic baseline built into the official display.
Worked example
A 2:00 / 500m split is 120 seconds, so pace is 120 / 500 = 0.24 s/m and power is 2.80 / 0.24³ ≈ 202 W. That gives (4 × 202) + 300 = 1,108 Cal/hour, so a 30-minute row burns about 1108 × 0.5 = 554 calories.
Now compare a 1:50 split on the same 30-minute session. Pace drops to 110 / 500 = 0.22 s/m and power jumps to 2.80 / 0.22³ ≈ 263 W, giving about (4 × 263) + 300 = 1,352 Cal/hour and 676 calories. That 10-second split improvement adds over 120 extra calories — far more than adding another 10 minutes at the slower pace would.
What affects the calorie count
Split time dominates: because power scales with the cube of speed, even small improvements in pace produce large swings in calorie output. This is why short sprint pieces feel so much harder than the pace difference implies.
Duration is linear: once split is fixed, calories scale directly with time — doubling the session roughly doubles the number.
Bodyweight has no effect on the displayed number: the erg measures mechanical power, not metabolic cost, so two people at very different weights holding the same split will see identical calorie counts on the PM5.
Comparing erg calories to other devices
The Concept2 formula builds in the resting metabolic rate (the +300 term), so it tends to read higher than a heart-rate monitor’s “active” calorie figure, which typically shows only the calories above rest. Both approaches are valid measurements of different things. For training consistency, use the erg’s own figure as your benchmark since it is reproducible across any Concept2 machine worldwide — the PM5 algorithm is standardised.