HomeSports & Fitness › Calories Burned Calculator

Calories Burned Calculator

Estimates the calories burned during an activity from body weight, duration and the activity's MET value from the 2011 Compendium of Physical Activities, using the ACSM metabolic equation kcal/min = MET × 3.5 × kg / 200.

When to use

You need an estimate of energy expenditure for a workout, sport or chore of known duration for a person of known weight.

Do not use when: You need total daily calorie needs (use tdee) or resting expenditure (use bmr); MET values are population averages and ignore fitness level, terrain and intensity within a category.

Formula

kcal_per_minute = MET × 3.5 × weight_kg / 200; calories_kcal = kcal_per_minute × duration_minutes

3.5 ml O2/kg/min is the resting oxygen uptake of 1 MET and 1 litre of O2 corresponds to about 5 kcal, giving kcal/min = MET × 3.5 × kg / 200. Net calories above rest are roughly (MET − 1) / MET of the gross value.

Inputs

ParameterTypeUnitRequiredDescription
weight_kgnumberkgyesBody weight in kilograms. Range: > 0, ≤ 700
duration_minutesnumberminyesDuration of the activity in minutes. Range: > 0, ≤ 1440
activityenum: walking_3_5_mph | running_6_mph | running_8_mph | cycling_moderate | swimming_laps_moderate | weight_training | yoga | hiking | jump_rope | rowing_moderate | elliptical | basketball | soccer | tennis | dancing | houseworkyesActivity and intensity; each maps to a MET value from the 2011 Compendium of Physical Activities.

Outputs

OutputTypeUnitDescription
calories_kcalnumberkcalGross energy expenditure for the session (includes resting metabolism during that time).
kcal_per_minutenumberkcal/minEnergy expenditure per minute.
kcal_per_hournumberkcal/hEnergy expenditure per hour of the activity.
metnumberMETMetabolic equivalent of the activity (1 MET = 3.5 ml O2/kg/min, resting).
activity_labelstringActivity description used, with its MET value.

Example

70 kg, running 6 mph, 30 min: {"weight_kg":70,"duration_minutes":30,"activity":"running_6_mph"}{"calories_kcal":360,"kcal_per_minute":12.01,"kcal_per_hour":720,"met":9.8}

65 kg, walking 3.5 mph, 60 min: {"weight_kg":65,"duration_minutes":60,"activity":"walking_3_5_mph"}{"calories_kcal":293,"kcal_per_minute":4.89,"met":4.3}

GET https://tttkmbb.com/api/v1/calculate/calories-burned?weight_kg=70&duration_minutes=30&activity=running_6_mph

Machine access

Sources

FAQ

Are these gross or net calories?

Gross: they include the calories you would have burned resting during the same time (about 1 MET). Subtract weight_kg × duration_minutes / 60 for the net exercise cost.

Why does the same run burn a different number on my watch?

Devices add heart rate, speed and personal data; MET tables are averages for a standard 70 kg adult, so ±20 % differences are normal.

Related calculators