Skip to main content
aifithub
Cardio As of 2026-04-24

How Walking Calorie Calculator works

Methodology for the Walking Calorie Calculator: formulas, coefficients, data sources, assumptions, and known limitations.

Education · Not medical advice. Output is deterministic math from your inputs.Editorial standardsSponsor disclosureCorrections

Scope

Estimates calories burned from walking using speed, duration, bodyweight, and incline.

Formula

kcal = MET(speed, incline) * weight_kg * duration_h.

Coefficients

Parameter Value Note
MET — 3.5 mph flat 3.5
MET — 4.0 mph flat 5.0
MET — 3.5 mph, 5% incline 5.3
MET — 3.5 mph, 10% incline 8.0

Data sources

  1. Ainsworth BE, Haskell WL, Herrmann SD, et al. 2011 Compendium of Physical Activities: a second update of codes and MET values. Med Sci Sports Exerc. 2011;43(8):1575-1581. — PMID 21681120. Source of all MET values used in the tool.
  2. Compendium of Physical Activities — online tables (Arizona State University). — Public MET table hosted by the Compendium authors.

Assumptions

  • Walking is steady-state; warmup and cooldown are included in duration.

Approximation range

Compendium MET values carry +/- 10–15% individual variance.

Limitations

  • MET-based estimates over-predict for low-weight and very-fit individuals, under-predict for overweight walkers.

Reproducibility

80 kg, 3.5 mph, 5% incline, 45 min: kcal = 5.3 * 80 * 0.75 = 318 kcal.

Change log

  • 2026-04-24: methodology page first published.
  • Running Pace Calculator — Calculate pace per km and mile and project race finish times from one run.
  • VO2 Max Estimator — Estimate aerobic capacity with the Cooper 12-minute run or Rockport 1-mile walk field tests.
  • Calories Burned Calculator — Estimate exercise calorie burn from body weight, duration, MET intensity, and incline.
  • Resting Heart Rate Calculator — Assess cardiovascular fitness from your resting heart rate — classification, cardio age, and improvement targets.

Worked example

Computed by the same engine bundle served at /engines/walking-calorie-calculator.js. Re-runnable: the values below are the literal output of compute(engineInput).

Input

tool
walking_calorie_calculator
weight_kg
78
speed
brisk
duration_minutes
45
incline
slight

Output

calories
245.7
caloriesPerMinute
5.46
met
3.5
inclineMultiplier
1.2
durationHours
0.75
foodEquivalents
[{"label":"Medium banana","caloriesPerItem":105,"equivalentCount":2.3},{"label":"Slice of pizza","caloriesPerItem":285,"equivalentCount":0.9},{"label":"Chocolate chip cookie","caloriesPerItem":160,"equivalentCount":1.5}]

FAQ

How does this estimate walking calories?
The tool uses a MET-based formula: calories = MET × bodyweight (kg) × duration (hours) × incline multiplier.
Why does incline change calorie burn so much?
Walking uphill increases energy demand from your muscles and cardiovascular system. Higher inclines significantly increase calorie burn versus flat walking.
Should I use bodyweight in kg or pounds?
Either works. The calculator supports metric and imperial input and converts internally to kilograms for the formula.
Can agents run this deterministically?
Yes. Supply weight_kg, speed, duration_minutes, and incline as JSON to receive calories, calories_per_minute, and formula factors deterministically.
Is this tool free and private to use?
Yes. AI Fit Hub tools are free, no-signup browser tools. Inputs stay in your browser unless you choose to share a URL.
Do these tools replace medical guidance?
No. These outputs are general fitness estimates — not medical advice.
General fitness estimates — not medical advice. Consult a healthcare professional for medical decisions.