ManyTools

Weight Loss Date Calculator

Pick a daily deficit and see how many days it takes to reach your goal weight.

Last updated: September 24, 2026How this is calculated →

A weight loss date calculator runs the calorie deficit sum in reverse: you choose the daily deficit, and it tells you how long the goal takes. Going from 180 lb to 165 lb means shedding about 52,390 kcal at the 7,700 kcal per kg rule. At a 500 kcal daily deficit that is 105 days, about 15 weeks, and the projection gets more optimistic the longer it runs.

This calculator is for general education only and is not medical advice, diagnosis, or treatment, and it is not a weight loss program. The day count is a straight-line estimate built on a population average for the energy in a kilogram of body weight, and it tends to run optimistic over long periods. Individual energy needs vary by roughly 20%. Do not use it to justify an aggressive deficit. If you are under 18, pregnant or breastfeeding, managing a health condition, or have any history of disordered eating, please talk to a doctor or a registered dietitian instead of using a calculator. In the US, in a crisis at any hour, call or text 988.

lb
lb
Height
ft
in

Height is here so the tool can check the goal weight itself. A weight on its own says very little without it.

Sex
kcal

The daily burn is your maintenance figure, which the TDEE calculator estimates. Sex is used for one thing here: which minimum-intake figure the plan is screened against, 1,200 kcal for women and 1,500 kcal for men.

Work it out from
kcal

Enter the size of the gap, not a negative number. Whether it is a deficit or a surplus follows from your goal weight.

Daily deficit you need

500kcal / day

Eat this much below your daily burn to move toward your goal weight.

Target intake
1,700 kcal a day

Your daily burn minus that deficit.

Weekly rate of loss
1.00 lb (0.45 kg) a week
Time to the goal
105 days

How long the goal takes at the gap you entered.

Total energy gap to the goal
52,390 kcal

At about 7,700 kcal per kg of body weight.

BMI at your goal weight
24.4

The goal check looks at this figure, and flags anything under 18.5.

Each figure is rounded once, where it is displayed, so the arithmetic can land a calorie either side if you redo it yourself. These are estimates for adults and the conversion behind them is an approximation. See the notes below.

Embed this calculator on your site →

About the Weight Loss Date Calculator

This calculator starts from the other end of the usual question: you choose a daily gap between eating and burning that you can actually keep up, and it counts the days that gap needs to reach your goal weight. The arithmetic has three steps. The difference between your current and goal weight is converted to energy at about 7,700 kcal per kilogram, roughly 3,500 per pound. That total is divided by your daily deficit. The result rounds up to a whole day. With the defaults here, 15 lb is 52,390 kcal, and 500 kcal a day covers it in 105 days at an intake of 1,700 kcal. Before that is shown as a plan, the page checks the weekly pace against about 1% of body weight or 0.9 kg, whichever is lower, the deficit against 25% of your daily burn or 1,000 kcal, the intake against commonly cited minimums, and the goal weight against your height. The day count is a straight line, and bodies are not. A lighter body burns less, so the real finish usually comes later, and the gap widens past about six months. If you do not know your daily burn, start with the TDEE calculator in this hub and correct it against a few weeks of weigh-ins.

Frequently asked questions

How do I work out when I will reach my goal weight?+

Take the weight you want to lose, convert it to calories at roughly 7,700 per kilogram or 3,500 per pound, and divide by the deficit you plan to eat at each day. Losing 15 lb is about 52,390 kcal, so a 500 kcal daily deficit takes 105 days. This page does that sum for you, rounds up to a whole day, and checks the plan before showing it.

Why does the calculator give a number of days rather than a calendar date?+

Because the count is the part the maths actually supports, and it runs from whichever day you really start, not the day you happened to open the page. Count forward from your own start date. If the result is past about six months, the page shows it as at least that many days, since the straight-line estimate drifts optimistic over long stretches.

Will I really hit my goal on that day?+

Probably a little later. The projection assumes you burn the same amount on the last day as on the first, but you will weigh less by then and burn less, and sustained dieting tends to lower the burn a bit further. Weigh yourself regularly, look at the trend over two or three weeks rather than day to day, and re-run the numbers with your new weight.

Can I get there sooner with a bigger deficit?+

On paper, yes, and the page will show you the shorter timeline. It will also tell you when the deficit passes 25% of your daily burn, when the weekly pace passes about 1% of your body weight, or when the intake it implies falls to the commonly cited minimum. A bigger gap is also harder to keep, and a plan that stops in week four finishes later than a gentler one that keeps going.

Does this work for gaining weight too?+

Yes. Enter a goal above your current weight and the daily figure is treated as a surplus instead, so the page shows how many days that surplus takes to add the difference. The same energy estimate is used in both directions, with the same caveat that it is a straight-line approximation.

Embed this calculator

Free to use on your own site. Paste this snippet where you want the weight loss date calculator to appear — it resizes itself automatically.

Embed code
<iframe
  src="https://manytools.co/embed/weight-loss-date-calculator"
  title="Weight Loss Date Calculator by ManyTools"
  data-manytools="weight-loss-date-calculator"
  width="100%"
  height="640"
  loading="lazy"
  style="border:0;width:100%;max-width:720px"></iframe>
<script>
(function () {
  window.addEventListener("message", function (e) {
    if (e.origin !== "https://manytools.co") return;
    var d = e.data || {};
    if (d.type !== "manytools:embed:height" || d.slug !== "weight-loss-date-calculator") return;
    var f = document.querySelector('iframe[data-manytools="weight-loss-date-calculator"]');
    if (f && d.height) f.style.height = d.height + "px";
  });
})();
</script>
Plain link (fallback)
<a href="https://manytools.co/health/weight-loss-date-calculator">Weight Loss Date Calculator by ManyTools</a>