[CALCULATOR]
What you actually burn, once the endurance work is counted.
[WHAT THIS DOES]
A standard TDEE calculator asks for one "activity level" and multiplies. That breaks for a hybrid athlete, because a week with three hours of running and a week with none get the same multiplier. This one estimates resting expenditure from your body size, then adds the actual sessions you did, then adds daily non-exercise movement — so the number moves when your training moves.
Why the usual activity multiplier fails a hybrid athlete
Almost every calorie calculator asks one question about activity — sedentary, lightly active, very active — and multiplies your resting rate by a fixed number. That works acceptably for someone whose week is roughly the same every week. It fails for a hybrid athlete for a specific reason: the thing that varies most in your week is exactly the thing the multiplier flattens.
Consider two weeks for the same 180 lb athlete. Week one: four lifting sessions, no running. Week two: four lifting sessions and 30 miles of running. That running is roughly 2,300 kcal, or about 330 kcal a day. Both weeks get "very active" and the same target. One of those targets is wrong by more than the entire surplus you were trying to run.
What this calculator does instead
It splits the day into four parts and adds them:
| Component | Method | Why |
|---|---|---|
| Resting | Mifflin-St Jeor | The best-validated prediction equation from body size, and the same one the app falls back to |
| Daily movement | Steps × 0.00045 × bodyweight in kg | Scales with mass, which a flat per-step figure does not |
| Training | Per-session estimates, weekly total spread over seven days | The part the multiplier hides |
| Digestion | 10% of intake | The thermic effect of food, applied last because it is a share of the total |
Running is estimated at roughly 1 kcal per kilogram per kilometre — the long-standing figure that makes running cost depend on how much of you there is to move and how far, and barely at all on how fast. Lifting is treated as about 5 METs averaged across the whole session including the rest between sets, which is lower than most people expect and is the honest number: a set is 30 seconds and the rest is three minutes.
Where this number is still wrong
It is a prediction, and predictions of energy expenditure carry error bars of several hundred calories between two people of identical size. The sources of that error are real and unmeasurable from a form:
- Non-exercise movement is the most variable component in all of human energy expenditure, and it adapts. Eat less and you fidget less, often without noticing.
- Mifflin-St Jeor was fit on a general population, not on athletes with above-average lean mass. It tends to under-predict for muscular people.
- Training economy improves. The same ten-mile run costs a trained runner meaningfully less than an untrained one.
The number that is not a guess
There is a way to get maintenance calories without predicting anything: measure the outcome. Over a two-week window, take how much your smoothed bodyweight changed, convert it to energy at roughly 3,500 kcal per pound, and subtract that from what you actually ate. What is left is what you actually burned.
weightChangeLb = trendWeight(today) - trendWeight(14 days ago)
energyBalance = weightChangeLb * 3500 / 14 // kcal/day
maintenance = avgDailyIntake - energyBalance
That figure needs no assumption about your activity level, no MET table and no equation fit on other people. It needs a fortnight of honest logging and eight weigh-ins, which is exactly what Base measures automatically and re-derives every day.
What to do next
Take the number above as a starting point, eat at it for two weeks while weighing yourself most mornings, then compare what the scale did to what you predicted. The gap is your correction, and it is worth more than any calculator.
Questions
How many calories does a hybrid athlete need?
It depends far more on endurance volume than on bodyweight. A 180 lb athlete lifting four hours a week with no running needs roughly 2,700 kcal a day; the same athlete running 30 miles a week needs roughly 3,050. That 350 kcal gap is larger than most bulking surpluses, which is why endurance volume has to be counted explicitly rather than absorbed into an activity multiplier.
Should I eat back the calories I burn running?
Yes, if your target was built on a maintenance figure that did not already include the run. The mistake is doing both — using an activity multiplier that already assumes the training and then adding the watch estimate on top counts the same run twice. Pick one method and be consistent.
Is Mifflin-St Jeor accurate for athletes?
It is the best-validated prediction equation available from height, weight, age and sex, and it still carries an error of several hundred calories for an individual. It tends to under-predict for people with above-average lean mass. Treat it as a starting point to be corrected by two weeks of real data, not as an answer.
Why does this calculator ask for steps?
Because non-exercise movement is the single most variable component of daily energy expenditure, both between people and within one person across a week. A desk day at 3,000 steps and a day on your feet at 15,000 differ by several hundred calories for the same person, and no activity multiplier can see the difference.