TDEE Calculator Formula
Understand the math behind the tdee calculator. Each variable explained with a worked example.
Formulas Used
TDEE (Calories/day)
tdee = bmr * activity_factorBMR (Calories/day)
bmr_display = bmrWeekly Calories
tdee_weekly = bmr * activity_factor * 7Variables
| Variable | Description | Default |
|---|---|---|
weight_lbs | Weight(lbs) | 170 |
height_inches_total | Height (total inches)(inches) | 70 |
age | Age(years) | 30 |
activity_factor | Activity Level | 1.55 |
weight_kg | Derived value= weight_lbs * 0.453592 | calculated |
height_cm | Derived value= height_inches_total * 2.54 | calculated |
bmr | Derived value= 10 * weight_kg + 6.25 * height_cm - 5 * age + 5 | calculated |
How It Works
TDEE - Total Daily Energy Expenditure
TDEE = BMR x Activity Factor
TDEE represents the total calories you burn per day including exercise and daily activities.
Activity Factors
| Level | Factor | |---|---| | Sedentary | 1.2 | | Lightly active | 1.375 | | Moderately active | 1.55 | | Very active | 1.725 | | Extra active | 1.9 |
Worked Example
A 30-year-old male, 170 lbs, 70 inches, moderately active.
weight_lbs = 170height_inches_total = 70age = 30activity_factor = 1.55
- 01BMR = 10(77.1) + 6.25(177.8) - 5(30) + 5 = 1,737
- 02TDEE = 1,737 x 1.55 = 2,692 cal/day
- 03Weekly = 2,692 x 7 = 18,844 cal/week
Ready to run the numbers?
Open TDEE Calculator