Use when estimating total daily energy expenditure to set caloric targets for weight management or performance
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill calculate-tdee --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Calculate Tdee?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-calculate-tdee)More formats (shields.io, HTML) on the badges page.
---
name: calculate-tdee
description: Use when estimating total daily energy expenditure to set caloric targets for weight management or performance
source: Mifflin-St Jeor (1990) Journal of the American Dietetic Association; ACSM's Guidelines for Exercise Testing and Prescription (11th ed.); Harris-Benedict revised equation (Roza & Shizgal 1984)
tags: [health, nutrition, tdee, calories, bmr, energy-expenditure]
verified: true
---
# Calculate TDEE
Estimate Total Daily Energy Expenditure to establish an accurate caloric baseline for any nutrition goal.
## Why This Is Best Practice
**Adopted by:** ACSM, Academy of Nutrition and Dietetics, registered dietitians, sports nutrition programs
**Impact:** Frankenfield et al. (2005) systematic review in the Journal of the American Dietetic Association validated Mifflin-St Jeor as the most accurate predictive equation for BMR in both normal-weight and obese adults, with mean error of ±10% vs. measured RMR.
**Why best:** TDEE is the required foundation for any caloric intervention. Without a reasonable baseline, caloric prescriptions are arbitrary. While no equation perfectly predicts individual metabolic rate (genetic variation spans ~15%), validated equations provide a starting estimate that real-world tracking can quickly calibrate.
## Steps
1. **Gather required inputs** — Weight (kg), height (cm), age (years), sex assigned at birth (for hormonal BMR differences), and activity level assessment.
2. **Calculate BMR using Mifflin-St Jeor** — Male: BMR = (10 × weight in kg) + (6.25 × height in cm) − (5 × age) + 5. Female: BMR = (10 × weight in kg) + (6.25 × height in cm) − (5 × age) − 161.
3. **Apply activity multiplier (PAL)** — Sedentary (desk job, no exercise): × 1.2. Lightly active (1–3 days/week exercise): × 1.375. Moderately active (3–5 days/week): × 1.55. Very active (6–7 days/week hard exercise): × 1.725. Extra active (physical job + daily training): × 1.9.
4. **Validate against self-reported intake** — Cross-reference with 7-day food diary if available; large discrepancies (> 20%) between estimated TDEE and actual intake at stable weight suggest a logging error or equation inaccuracy.
5. **Adjust for body composition** — The Katch-McArdle formula is more accurate for lean individuals and athletes: BMR = 370 + (21.6 × LBM in kg); requires body fat percentage estimate (DEXA, BodPod, or Navy circumference method).
6. **Set caloric target** — Maintenance: TDEE. Deficit (fat loss): TDEE − 300 to 500 kcal/day (yields ~0.3–0.5kg/week loss). Surplus (muscle gain): TDEE + 200 to 300 kcal/day (lean bulk, minimizes fat gain).
7. **Calibrate with real data** — Track weight (7-day rolling average) for 2–4 weeks; if weight is not changing as predicted, adjust by ±100–200 kcal; real metabolic rate always overrides calculated estimate.
8. **Reassess every 6–10 kg of weight change** — BMR changes meaningfully with significant weight loss or gain; recalculate every time body weight shifts by 5–8 kg.
## Rules
- Always use actual current weight, not goal weight, to calculate BMR.
- Do not use the original Harris-Benedict (1918) equation; the 1984 Roza-Shizgal revision or Mifflin-St Jeor (1990) are significantly more accurate.
- Round TDEE to the nearest 50 kcal; false precision (e.g., "2,347 kcal") overstates equation accuracy.
- For very active athletes, consider tracking daily steps and heart rate data to improve PAL accuracy beyond the five-tier multiplier system.
- Never set caloric intake below 1,200 kcal/day for females or 1,500 kcal/day for males without medical supervision; below these thresholds, micronutrient adequacy is extremely difficult to maintain.
## Examples
**35-year-old male, 80kg, 178cm, moderately active (4x/week training):** BMR = (10 × 80) + (6.25 × 178) − (5 × 35) + 5 = 800 + 1,112.5 − 175 + 5 = 1,742.5. TDEE = 1,742.5 × 1.55 = 2,701 kcal. Round to 2,700 kcal/day for maintenance. Fat loss target: 2,200 kcal/day.
## Common Mistakes
- **Overestimating activity level** — The most common error; most people select "very active" when "moderately active" applies; when in doubt, choose the lower tier.
- **Using goal weight instead of current weight** — Systematically underestimates maintenance calories, producing an unintended deficit.
- **Ignoring NEAT (Non-Exercise Activity Thermogenesis)** — Daily steps, fidgeting, and incidental movement can vary by 500–1,000 kcal/day between individuals; NEAT is underweighted by standard multipliers.
---
> **Health disclaimer:** This skill encodes evidence-based best practices for educational purposes. It is not medical advice. Consult a qualified healthcare professional before making health decisions.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!