Savings goal example
Saved $3,200 toward a $5,000 emergency fund.
64% complete, 36% remaining, $1,800 left.
Calculate, track, and understand progress toward any target. Enter current progress and your goal to see completion percentage, remaining percentage, and amount left. Built for fitness, sales, education, finance, savings, and project management.
Start with the basicsCompletion
(Progress ÷ Goal) × 100
Remaining
((Goal - Progress) ÷ Goal) × 100
Current progress and goal must use the same unit. Results update instantly in your browser.
Remaining %
Completion %
Amount left
Completion % shows goal achievement. Remaining % shows what is left to reach the target. Amount left is the raw gap.
Enter a goal greater than zero and progress of zero or more.
Percent to goal measures how close you are to a fixed target, expressed as a percentage. It connects a current value (where you are) with a target value (where you want to be) so you can report progress clearly.
Goal completion percentage looks backward from zero: it shows how much of the target you have already achieved. Remaining percentage to goal looks forward from the target: it shows what share of the finish line is still ahead.
The metric matters because teams, students, and individuals need one readable number for dashboards, stand-ups, and personal tracking. Fitness programs, sales quotas, savings plans, and assignment trackers all use the same core math with different labels.
For a deeper definition and vocabulary, read What Is Percent to Goal? on the blog.
Weight loss, workout counts, habit streaks, and nutrition targets.
Revenue goals, conversion targets, and employee quota tracking.
Assignment completion, study hours, and exam preparation progress.
Emergency funds, debt payoff, and budget milestones.
Tasks closed, projects delivered, and milestone checkpoints.
Let P = current progress and G = goal (same units, G greater than 0).
Goal completion % = (P ÷ G) × 100
Remaining % to goal = ((G - P) ÷ G) × 100
Amount remaining = max(G - P, 0)
Current value versus target value is the heart of the calculation. Progress is your numerator for completion; the gap between goal and progress drives remaining percentage.
When progress meets or exceeds the goal, completion percentage is capped at 100% and remaining percentage is 0%. See the full formula walkthrough at Percent to Goal Formula.
You can calculate percent to goal by hand, with this calculator, in a spreadsheet, or with a quick mental shortcut when numbers are friendly.
Divide progress by the goal for completion percentage. For remaining percentage, subtract progress from the goal, divide by the goal, and multiply by 100.
Enter current progress and goal in the tool at the top of this page. Read completion %, remaining %, and amount left without typing formulas.
In Excel or Google Sheets, put progress in one cell and goal in another. Use =(A1/B1)*100 for completion and =((B1-A1)/B1)*100 for remaining. See <a href="/blog/percent-to-goal-in-excel/" class="text-link underline">Percent to Goal in Excel</a>.
If the goal is 100, progress equals completion percentage. If progress is half the goal, you are 50% complete and 50% remains.
Five common scenarios show how completion and remaining percentages work in practice.
Saved $3,200 toward a $5,000 emergency fund.
64% complete, 36% remaining, $1,800 left.
Closed $84,000 against a $120,000 quarterly quota.
70% complete, 30% remaining, $36,000 left.
Lost 12 lb toward a 20 lb goal (same unit throughout).
60% complete, 40% remaining, 8 lb left.
Completed 45 of 60 planned study sessions.
75% complete, 25% remaining, 15 sessions left.
Finished 34 of 40 scoped deliverables.
85% complete, 15% remaining, 6 deliverables left.
Goal completion percentage is progress divided by goal, scaled to 100. It supports progress tracking, milestone reviews, and goal achievement analysis without extra software.
Use it when you want to celebrate how far you have come: fundraising thermometers, course completion bars, and KPI dashboards often lead with this figure.
Pair completion percentage with the raw amount achieved when stakeholders need context beyond a single percent.
Remaining percentage answers how much of the target is still untouched. It guides improvement planning, resource allocation, and performance measurement when the focus is the gap, not the win.
Resource tracking teams use remaining % with amount left to prioritize the next push. Remaining target calculations stay comparable only when the goal total stays fixed.
Goal minus progress, then divide by goal for the percent still open.
Report remaining % in ops reviews when the deadline is near.
Translate remaining % into weekly targets for the time left.
A progress percentage calculator is the same family of math as percent to goal: achievement percentage, task completion analysis, and KPI tracking on a fixed denominator.
Use progress percentage for task lists, habit trackers, and performance dashboards where the goal total is known upfront.
KPI tracking often needs a simple percent to goal readout: actual value versus target value for the period. Sales target percentages, revenue goal tracking, and marketing conversion goals all map to progress and goal inputs.
Keep KPI definitions stable. Changing the goal mid-period requires a footnote so percent to goal stays interpretable.
Revenue or units sold versus quota.
Month-to-date actuals against plan.
Individual targets with shared reporting format.
Leads or sign-ups versus campaign goal.
Try these pairs in the calculator above to verify completion and remaining percentages.
Halfway point
Progress 50, Goal 100
50% complete, 50% remaining
Strong sprint
Progress 90, Goal 100
90% complete, 10% remaining
Early stage
Progress 200, Goal 2000
10% complete, 90% remaining
Most errors come from mixing scales or confusing percent to goal with percentage change. Fix the inputs first; the formulas are short.
Percent to goal compares progress to a fixed target. Percentage change compares a new value to an old value. They answer different questions and use different denominators.
| Topic | Percent to goal | Percentage change |
|---|---|---|
| Question | How much of my target is done or left? | How much did a value grow or shrink? |
| Typical inputs | Current progress and goal | Old value and new value |
| Denominator | The goal (target) | The starting value |
| Example | $750 of $1,000 → 75% complete | $80 to $100 → 25% increase |
It is progress expressed against a fixed target. Completion % shows how much you have done; remaining % shows how much is left.
Completion % = (progress ÷ goal) × 100. Remaining % = ((goal - progress) ÷ goal) × 100. Use the calculator on this page for instant results.
It is the same as progress divided by goal, written as a percent. At 80 of 100 units, completion is 80%.
It is the share of the target still open. At 80 of 100, remaining is 20%.
No. Percent to goal uses a fixed target as the denominator. Percentage change compares movement from an old value to a new value.
Yes, when the KPI has a clear target for the period. Enter actual progress and the target value in the same units.
No. All math runs locally in your browser.