Completion Percentage Calculator

Enter the total number of tasks completed, and the total number of tasks of the project into the calculator to determine the completion percentage. Use the weighted tab for projects with unequal task sizes, or the deadline planner to calculate the daily output needed to finish on time.

Completion Percentage Calculator

Tasks % Weighted % Deadline Planner Tasks Completed Total Number of Tasks Completion Percentage (%)

Use weighted groups when some tasks take more time or have more impact. Enter planned work and completion for up to three groups.

Task group 1 Planned work (hours/tasks/points) Completion of this group (%) Task group 2 (optional) Planned work (hours/tasks/points) Completion of this group (%) Task group 3 (optional) Planned work (hours/tasks/points) Completion of this group (%) Overall weighted completion (%) Total Number of Tasks Tasks Completed So Far Target Completion Date Completion Percentage (%) Tasks Remaining Days Remaining Tasks per Day Needed Calculate Reset
  • All Math and Numbers Calculators
  • Completion Rate Calculator
  • Scaling (Curving) Grades Calculator
  • Earned Value Calculator

Completion Percentage Formulas

The basic task-based completion percentage formula divides completed units by total units:

C% = (Tasks Completed / Total Tasks) x 100

This works for any countable unit: tasks, story points, milestones, deliverables, or checklist items. Fill in any two fields in the calculator above and it solves for the third.

For projects where tasks vary in size or effort, a weighted formula gives a more accurate picture:

Weighted C% = (W1 x P1 + W2 x P2 + … + Wn x Pn) / (W1 + W2 + … + Wn)

Where W is the planned effort (hours, points, or cost) of each group and P is its completion percentage. The Weighted % tab in the calculator handles this automatically.

Five Methods for Measuring Completion Percentage

Different industries and project types call for different measurement approaches. Choosing the wrong method is the most common source of inaccurate progress reporting.

1. Task Count (Units Completed)

Divide finished tasks by total tasks. Best for projects with roughly equal-size tasks, such as processing applications, grading assignments, or running QA test cases. Accuracy drops when task sizes vary widely.

2. Cost-to-Cost (Percentage of Completion Method)

Used in construction accounting and government contracts under ASC 606 / IFRS 15. The formula is: Costs Incurred to Date / Total Estimated Cost. A contractor who has spent $320,000 on a project estimated at $800,000 reports 40% complete regardless of how many tasks remain. Revenue is then recognized proportionally: 40% x Contract Price.

3. Duration-Based

Actual Duration / Planned Duration x 100. A 10-day task with 7 elapsed days shows 70%. This is the default in tools like Microsoft Project. It assumes work progresses linearly over time, which makes it unreliable for tasks with back-loaded effort such as testing or integration phases.

4. Weighted or Effort-Based

Assigns each task a weight proportional to its effort, then sums the weighted completions. In software development, teams often weight by story points. In construction, weights come from the schedule of values. This is the most accurate general-purpose method for mixed-size projects.

5. Milestone (0/100 or 0/50/100)

A task is either 0% or 100% complete with no partial credit. The 0/50/100 variant grants 50% when work starts and 100% on completion. Government and defense contracts (per ANSI/EIA-748) frequently mandate milestone methods because they eliminate subjective estimates entirely.

Completion Percentage Benchmarks by Industry

What counts as “on track” varies by field. The table below shows typical expected completion at the midpoint of a project timeline, along with the measurement method most commonly used in each industry.

IndustryCommon MethodExpected % at MidpointTypical Overrun at “90% Done”
Commercial ConstructionCost-to-Cost40-50%15-25% additional cost
Software DevelopmentStory Points (Weighted)35-45%30-50% additional time
ManufacturingUnits Completed48-52%5-10% additional time
Academic CourseworkCredits/Assignments45-50%Minimal (fixed schedule)
Government/DefenseEarned Value (BCWP)42-48%20-35% additional cost
Film/Media ProductionMilestone30-40%10-20% additional time

Note: Construction and software projects rarely show 50% at the calendar midpoint because early phases (design, foundation, architecture) consume disproportionate time relative to their cost or task count.

The 90% Syndrome

A widely observed phenomenon in project management: projects appear to reach 90% complete quickly, then stall. Tom Cargill of Bell Labs described this as “the first 90% of the code accounts for the first 90% of the development time; the remaining 10% accounts for the other 90% of the development time.”

This happens because completion percentage based on task count treats all tasks equally, but final tasks (integration, testing, debugging, client review) tend to be the hardest and least predictable. Projects that report 90% by task count are often only 60-70% complete by effort.

The fix: use weighted completion or earned value instead of raw task count. The weighted calculator tab above lets you assign proper effort values to each phase so your percentage reflects real progress.

Earned Value and Completion Percentage

Earned Value Management (EVM) extends completion percentage into a full performance measurement system. Three core values drive it:

Planned Value (PV) = % of work scheduled x Total Budget

Earned Value (EV) = % of work actually completed x Total Budget

Actual Cost (AC) = money spent to date

From these, two ratios reveal project health. Schedule Performance Index (SPI) = EV / PV, where SPI below 1.0 means behind schedule. Cost Performance Index (CPI) = EV / AC, where CPI below 1.0 means over budget. A project at 50% complete with a budget of $200,000 that has spent $120,000 has: EV = $100,000, CPI = 0.83, meaning each dollar is producing only 83 cents of value.

EVM is required on U.S. federal contracts over $20 million and is standard practice in aerospace, defense, and large infrastructure projects.

Completion Percentage in Construction Accounting

The Percentage of Completion (POC) method determines how much revenue a contractor can recognize during a long-term project. Under ASC 606 (U.S. GAAP) and IFRS 15, revenue is recognized over time when the contractor’s performance creates an asset with no alternative use and the contractor has an enforceable right to payment for work completed.

The cost-to-cost formula: % Complete = Costs Incurred to Date / Total Estimated Costs

Revenue Recognized = % Complete x Total Contract Price – Revenue Previously Recognized

For example, a $2,000,000 contract with estimated total costs of $1,500,000 where $600,000 has been spent: % Complete = $600,000 / $1,500,000 = 40%. Revenue to recognize = 40% x $2,000,000 = $800,000. If $500,000 was recognized in prior periods, the current period recognizes $300,000.

The key risk is that total estimated cost changes. If the estimate rises from $1,500,000 to $1,800,000, the same $600,000 spent now shows only 33.3% complete instead of 40%, requiring a revenue adjustment. Contractors must update estimates every reporting period.

Example Problem

How to calculate a completion percentage?

  1. First, determine the total number of tasks.

    A website redesign project has 40 total deliverables across design, development, content, and QA phases.

  2. Next, count the tasks completed so far.

    The team has finished 14 deliverables: all 8 design tasks, 4 of 16 development tasks, 2 of 10 content tasks, and 0 of 6 QA tasks.

  3. Finally, calculate the completion percentage.

    C% = 14 / 40 x 100 = 35%. By task count the project is 35% complete. However, if you weight by estimated hours (design: 80h, development: 320h, content: 120h, QA: 80h) the weighted completion is (80×100% + 320×25% + 120×16.7% + 80×0%) / 600 = 30.0%, reflecting that the heaviest work phase is still mostly ahead.

FAQ

What is a completion percentage?

A completion percentage expresses how much of a defined scope of work has been finished, stated as a value from 0% to 100%. It is used in project management, construction accounting, academic progress tracking, and sports statistics (such as quarterback pass completion rate). The specific formula depends on which measurement method applies to the context.

What is a good completion percentage for a project?

There is no universal “good” number because it depends on where the project is in its timeline. A project scheduled for 50% completion by June that shows 50% is on track. The more useful metric is comparing actual completion to planned completion. In EVM terms, a Schedule Performance Index (SPI) of 1.0 or above means the project is on or ahead of schedule.

Why does my project seem stuck at 90%?

This is the 90% syndrome. Early tasks tend to be well-defined and easy to count, while the final 10% of tasks (testing, integration, review, bug fixes) are open-ended and unpredictable. Switching from task-count to weighted or effort-based measurement gives a more honest picture. If 90% of tasks are done but those tasks represent only 60% of total effort, the real completion is closer to 60%.

When should I use weighted vs. simple completion percentage?

Use simple task count when tasks are roughly the same size, such as processing forms, completing survey responses, or running standardized tests. Use weighted completion when tasks vary significantly in effort, cost, or duration. Software sprints with story points, construction schedules of values, and academic programs with variable-credit courses all benefit from weighted measurement.

How is completion percentage used in revenue recognition?

Under the Percentage of Completion (POC) method, contractors recognize revenue proportional to work completed rather than waiting until the project finishes. The cost-to-cost approach (Costs Incurred / Total Estimated Costs) is the most common input. This method is required under ASC 606 and IFRS 15 for contracts where the customer receives benefit as work progresses.

Tag » How To Find Percent Complete