# TDEE Calculator > Calculate total daily energy expenditure and BMR instantly **Category:** Health **URL:** https://complete.tools/tdee-calculator ## How it calculates The calculator utilizes two main formulas to derive BMR and TDEE. For BMR, the Mifflin-St Jeor equation is commonly used: For men: BMR = (10 × weight in kg) + (6.25 × height in cm) - (5 × age in years) + 5 For women: BMR = (10 × weight in kg) + (6.25 × height in cm) - (5 × age in years) - 161. Once BMR is calculated, TDEE is determined by multiplying BMR with an activity factor (AF): TDEE = BMR × AF, where AF varies from 1.2 (sedentary) to 1.9 (very active). Each variable in these formulas represents essential physiological metrics that reflect individual differences in metabolism and activity levels. ## Who should use this 1. Fitness trainers developing diet plans for clients based on their energy needs. 2. Nutritionists advising clients on caloric intake for weight management. 3. Athletes calculating their energy expenditure to optimize performance and recovery. 4. Healthcare providers assessing the caloric needs of patients with specific health conditions. 5. Individuals tracking their caloric intake for personal health and fitness goals. ## Worked examples Example 1: A 30-year-old woman weighing 70 kg and 165 cm tall, moderately active. BMR = (10 × 70) + (6.25 × 165) - (5 × 30) - 161 = 700 + 1031.25 - 150 - 161 = 1420.25 kcal/day. TDEE = BMR × 1.55 (moderately active) = 1420.25 × 1.55 = 2201.39 kcal/day. Example 2: A 45-year-old man weighing 85 kg and 180 cm tall, sedentary. BMR = (10 × 85) + (6.25 × 180) - (5 × 45) + 5 = 850 + 1125 - 225 + 5 = 1755 kcal/day. TDEE = BMR × 1.2 (sedentary) = 1755 × 1.2 = 2106 kcal/day. ## Limitations While the TDEE calculator provides estimates, several limitations must be considered. Firstly, the accuracy of BMR and TDEE calculations can vary based on individual metabolic differences not accounted for by the formulas. Additionally, the calculator assumes a constant activity level, which may not reflect daily variations. It also does not factor in muscle mass versus fat mass, which can significantly influence metabolism. Furthermore, the tool is less reliable for individuals with extreme body compositions or metabolic disorders, where standard equations may not apply. Lastly, the results are based on self-reported data, which may introduce bias. ## FAQs **Q:** How do I adjust my caloric intake based on TDEE? **A:** To lose weight, aim for a caloric deficit (approximately 500 kcal less than TDEE per day). For weight gain, increase caloric intake by about 250-500 kcal above TDEE, depending on goals. **Q:** Can TDEE be influenced by muscle mass? **A:** Yes, muscle mass increases BMR. Therefore, individuals with more muscle may have a higher TDEE than calculated by standard formulas, necessitating adjustments to the activity factor. **Q:** Are there different equations for BMR? **A:** Yes, besides Mifflin-St Jeor, there are alternatives like the Harris-Benedict equation. Each has varying accuracy based on individual characteristics. **Q:** How often should I recalculate my TDEE? **A:** It is advisable to recalculate TDEE every few months or after significant changes in weight, activity level, or muscle mass to maintain accuracy. --- *Generated from [complete.tools/tdee-calculator](https://complete.tools/tdee-calculator)*