Estimate how many calories you burn from a workout or everyday task. Use Duration with an activity and time, or Distance for walking, running, or cycling when you know speed and mileage. Results scale with body weight.
Formula
The ACSM MET equation:
weight_kg = pounds × 0.45359237
calories = round( minutes × MET × 3.5 × weight_kg / 200 )
Distance mode first computes minutes = 60 × distance / speed, then uses a
speed-dependent MET (slow walk 2 mph = 2.0 MET; a 3 mph walk is a bit under 3).
Example calorie burns (150 lb, 45 minutes)
| Activity | MET (approx.) | Calories |
|---|---|---|
| Walking: slow | 2.0 | 108 |
| Walking: moderate | 2.6 | 141 |
| Tennis: general | 6.8 | ~380 |
| Sleeping | 0.6 | ~32 |
Examples
45 minutes of slow walking at 150 lb
Walking: slow is 2.0 MET. 45 × 2.0 × 3.5 × (150 × 0.45359237) / 200 rounds to 107–108 calories (calculator.net displays 108).
5-mile walk at 3 mph, 150 lb
Time is 5 / 3 hours = 1 hour and 40 minutes. The speed-based walking MET at 3 mph then gives about 346 calories.