{
  "slug": "calorie-deficit-planner",
  "title": "Calorie Deficit Planner",
  "category": "Macros & Intake",
  "category_slug": "macros-intake",
  "tier": 1,
  "summary": "Work backwards from a target date to the daily calorie deficit and intake the timeline implies.",
  "description": "This planner works backwards from a goal weight and a target date to the daily energy gap that timeline implies. It estimates Basal Metabolic Rate with the Mifflin-St Jeor equation, scales it by an activity multiplier to approximate Total Daily Energy Expenditure (TDEE), then converts the required weekly weight change into a daily calorie deficit (or surplus) using the 7,700 kcal-per-kilogram energy-density convention. The output is a projection chart with milestone dates, the projected daily intake, and the weekly rate expressed as a percentage of body weight — all presented as arithmetic, not as a prescribed plan.",
  "page_url": "https://fitmetriclab.com/en/tools/macros-intake/calorie-deficit-planner/",
  "api_url": "https://fitmetriclab.com/api/tools/calorie-deficit-planner.json",
  "formula": {
    "id": "calorie_deficit_planner",
    "expression": "\\text{deficit}_{day} = \\frac{|w_c - w_g| \\times 7700}{7\\,n_{wk}}, \\qquad \\text{intake} = \\text{TDEE} - \\text{deficit}_{day}",
    "variables": [
      {
        "symbol": "w_c",
        "description": "Current weight in kg"
      },
      {
        "symbol": "w_g",
        "description": "Goal weight in kg"
      },
      {
        "symbol": "n_{wk}",
        "description": "Weeks between today and the target date"
      },
      {
        "symbol": "\\text{TDEE}",
        "description": "Mifflin-St Jeor BMR scaled by the activity multiplier"
      }
    ]
  },
  "inputs": [
    {
      "id": "weight_kg",
      "label": "Current Weight",
      "type": "number",
      "unit": "kg",
      "default": 85,
      "min": 30,
      "max": 300,
      "step": 0.1
    },
    {
      "id": "goal_kg",
      "label": "Goal Weight",
      "type": "number",
      "unit": "kg",
      "default": 78,
      "min": 30,
      "max": 300,
      "step": 0.1
    },
    {
      "id": "target_weeks",
      "label": "Weeks to Target Date",
      "type": "number",
      "unit": "weeks",
      "default": 16,
      "min": 1,
      "max": 104,
      "step": 1
    },
    {
      "id": "height_cm",
      "label": "Height",
      "type": "number",
      "unit": "cm",
      "default": 175,
      "min": 120,
      "max": 230,
      "step": 0.5
    },
    {
      "id": "age",
      "label": "Age",
      "type": "number",
      "unit": "years",
      "default": 35,
      "min": 18,
      "max": 90,
      "step": 1
    },
    {
      "id": "sex",
      "label": "Sex",
      "type": "select",
      "unit": null,
      "default": 1,
      "options": [
        {
          "label": "Male",
          "value": 1
        },
        {
          "label": "Female",
          "value": 0
        }
      ]
    },
    {
      "id": "activity_multiplier",
      "label": "Activity Level",
      "type": "select",
      "unit": null,
      "default": 1.55,
      "options": [
        {
          "label": "Sedentary (1.20)",
          "value": 1.2
        },
        {
          "label": "Light (1.375)",
          "value": 1.375
        },
        {
          "label": "Moderate (1.55)",
          "value": 1.55
        },
        {
          "label": "Active (1.725)",
          "value": 1.725
        },
        {
          "label": "Very Active (1.9)",
          "value": 1.9
        }
      ]
    }
  ],
  "worked_example": {
    "inputs": {
      "weight_kg": 85,
      "goal_kg": 78,
      "target_weeks": 16,
      "height_cm": 175,
      "age": 35,
      "sex": 1,
      "activity_multiplier": 1.55
    },
    "expected_output": "481 kcal/day"
  },
  "result_summary_template": "Moving from {weight_kg} to {goal_kg} over {target_weeks} weeks, with TDEE estimated by Mifflin-St Jeor at an activity multiplier of {activity_multiplier}, implies {result} as the daily energy gap.",
  "methodology": "Estimates BMR with the Mifflin-St Jeor equation, scales it by a standard activity multiplier to approximate TDEE, then converts the weekly weight change required by the target date into a daily energy gap using the 7,700 kcal per kilogram (3,500 kcal per pound) energy-density convention. This is a static linear model; dynamic models such as the NIH Body Weight Planner show real expenditure falls as mass falls, so actual change tends to lag the straight-line projection over longer horizons.",
  "sources": [
    {
      "label": "Mifflin MD, St Jeor ST, et al. A new predictive equation for resting energy expenditure in healthy individuals. Am J Clin Nutr. 1990;51(2):241-247.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/2305711/"
    },
    {
      "label": "Hall KD, et al. Quantification of the effect of energy imbalance on bodyweight. Lancet. 2011;378(9793):826-837.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/21872751/"
    },
    {
      "label": "Thomas DM, et al. Time to correctly predict the amount of weight loss with dieting. J Acad Nutr Diet. 2014;114(6):857-861.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/24699137/"
    },
    {
      "label": "NIH / NIDDK Body Weight Planner — dynamic energy-balance model.",
      "url": "https://www.niddk.nih.gov/bwp"
    }
  ],
  "faqs": [
    {
      "question": "How is the daily calorie deficit calculated?",
      "answer": "The tool multiplies the total weight change by 7,700 kcal per kilogram, then divides by the number of days in the timeline. Moving from 85 kg to 78 kg over 16 weeks, for example, works out to 7 × 7,700 ÷ 112 days ≈ 481 kcal per day. Subtracting that gap from the estimated TDEE gives the projected daily intake."
    },
    {
      "question": "Why 7,700 kcal per kilogram?",
      "answer": "It is the metric form of the classic 3,500 kcal-per-pound convention, based on the approximate energy density of adipose tissue mixed with a small share of lean mass. It is a simplification: the true energy density of weight change varies with starting body composition and shifts over the course of a diet, which is one reason real-world results drift from static projections."
    },
    {
      "question": "Does the planner account for metabolic adaptation?",
      "answer": "No. The projection holds TDEE constant, while research on energy balance shows expenditure declines as body mass falls — the basis of dynamic models like the NIH Body Weight Planner. In practice the same intake produces a gradually shrinking deficit, so a straight-line timeline is best read as an early-phase approximation rather than a schedule."
    },
    {
      "question": "What weekly rate appears in research as sustainable?",
      "answer": "Intervention literature commonly reports rates around 0.5–1.0 kg per week, or roughly 0.5–1% of body weight per week, with slower rates associated with better lean-mass retention in some studies. The planner displays the weekly rate implied by the chosen date as a percentage of body weight and flags — descriptively — when it exceeds the 1% figure."
    },
    {
      "question": "What if the projected intake looks very low?",
      "answer": "Reference floors of 1,200 kcal per day for women and 1,500 kcal per day for men are widely cited as the point where meeting micronutrient needs without clinical supervision becomes difficult. When a projection falls beneath those figures the chart shows a caution note; the arithmetic still displays, but figures in that range are a conversation for a dietitian or physician, not a calculator."
    },
    {
      "question": "Can the planner project weight gain as well?",
      "answer": "Yes. When the goal weight sits above the current weight, the identical arithmetic runs in the other direction and the result is labelled a daily calorie surplus, with the projected intake equal to TDEE plus the gap."
    }
  ],
  "related_tools": [
    {
      "slug": "tdee-calculator",
      "title": "TDEE Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/tdee-calculator.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/tdee-calculator/"
    },
    {
      "slug": "meal-planner",
      "title": "Meal Planner",
      "api_url": "https://fitmetriclab.com/api/tools/meal-planner.json",
      "page_url": "https://fitmetriclab.com/en/tools/macros-intake/meal-planner/"
    },
    {
      "slug": "time-to-goal-weight",
      "title": "Time-to-Goal Calculator (Weight)",
      "api_url": "https://fitmetriclab.com/api/tools/time-to-goal-weight.json",
      "page_url": "https://fitmetriclab.com/en/tools/progress-tracking/time-to-goal-weight/"
    },
    {
      "slug": "macro-split",
      "title": "Macro Split Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/macro-split.json",
      "page_url": "https://fitmetriclab.com/en/tools/macros-intake/macro-split/"
    }
  ],
  "last_updated": "2026-08-04",
  "price": {
    "value": 0,
    "currency": "USD"
  },
  "runs_in_browser": true,
  "disclaimer": "Educational estimate produced from a published formula. Not medical, nutritional, or training advice. Calculations are deterministic — apply the formula to the inputs to reproduce the result."
}