Estimate to Complete: ETC Definition, Formulas & Examples

Fahad Usmani, PMP

Have you ever reached the halfway point of a project and realized your budget is at risk? Estimate to Complete (ETC) is the project forecasting tool that prevents this. It’s the projected cost to finish all remaining work, giving you the clarity to avoid costly overruns.

You may start with a solid plan, yet costs quickly move upward. In fact, project management statistics show that nearly 9.9% of every dollar is wasted due to poor performance, and about 65% of business projects fail due to budget overruns. Understanding how to calculate ETC can help you avoid those pitfalls.

By the end of this post, you’ll know what ETC is, why it matters, how to choose the right ETC formula, and how to use it to control your projects.

Let’s get started.

What is Estimate to Complete?

Estimate to Complete (ETC) is a forecasting technique used in earned value management. It tells you how much more money you expect to spend from today until the end of the project. It never includes money already spent.

In simple terms, if you’ve already built two stories of a five-story building, the ETC covers the cost of finishing the remaining stories—not the cost of what you have already built.

infographic explaining etc

ETC is not the same as Estimate at Completion (EAC). The EAC forecasts the total cost of the project when it is finished. EAC is often calculated by adding actual costs (AC) to the estimate to complete. In practice, you calculate ETC first, then derive EAC.

ETC is one of four core earned value calculations used to forecast project performance:

MetricPurposeRelation to ETC
Estimate to Complete (ETC)Forecasts the remaining cost from the current momentDirect measure
Estimate at Completion (EAC)Forecasts the total cost when the project is finishedEAC = AC + ETC in a basic scenario
Variance at Completion (VAC)Difference between the budget and the forecasted final costVAC = BAC – EAC
To Complete Performance Index (TCPI)Efficiency is needed to meet the target budgetTCPI = (BAC – EV)/(BAC – AC)

Why Does ETC Matter?

Managing costs is one of the hardest parts of project management. Companies that undervalue project management see 65% projects failing, and project managers blame budget overruns for those failures. Projects with robust management practices are 2.5 times more likely to meet their goals. That success often stems from careful cost forecasting.

With ETC, you can:

  • Communicate Accurately with Stakeholders: Knowing the remaining cost helps you request additional funding or reallocate resources before problems spiral out of control.
  • Make informed Decisions: If costs are trending above the budget, you can explore changes to scope or schedule early rather than later.
  • Improve Confidence and Trust: Regularly reporting on ETC demonstrates project control and builds credibility with sponsors.
  • Support other Calculations: ETC is needed to compute EAC, VAC, and TCPI, which together give you a complete picture of project health.

Projects that invest in solid management practices waste 28 times less money. Adding ETC to your toolkit can help you realize those savings.

Inputs for ETC Calculation

Before diving into formulas, gather the right data. A project’s ETC should include the following cost categories:

  • Labor Costs: hours or full-time equivalents needed to finish remaining tasks, multiplied by wage or billing rates.
  • Project Overheads: site utilities, equipment rentals, travel expenses, and any indirect costs tied to the project.
  • Organizational Overheads: company-wide costs that your project must absorb, such as administrative support or IT infrastructure.
  • Material Costs: supplies, raw materials, and purchased components not yet procured.
  • Contingency Reserves: funds set aside for known risks that have not yet occurred.

Gathering these figures often requires input from team leads, procurement specialists, and finance partners. Document your assumptions for transparency; they will be revisited when the project changes.

Methods to Calculate ETC

There are three common ways to calculate ETC. The method you choose depends on whether the original cost estimate remains valid and on how your project is performing.

1. Bottom-Up Estimation

Use this method when the original estimate is no longer reliable. You re-estimate each remaining work package and sum the costs. There is no simple formula; instead, you add up the costs of remaining tasks. The approach is detailed and time-consuming, but it gives you a highly accurate forecast when assumptions have changed.

When to use:

  • The scope has changed significantly.
  • Original estimates were flawed and no longer trusted.
  • You need to cut the scope or redesign parts of the project.

2. Formula Based on EAC

If the project is performing close to expectations, you can rely on the original baseline and adjust using performance indicators. In its simplest form:

ETC = EAC – AC.

To calculate the EAC, you first need the cost performance index (CPI) and sometimes the schedule performance index (SPI). 

Some common EAC formulas include:

  • EAC = BAC / CPI – when future performance will continue at the current CPI.
  • EAC = AC + (BAC – EV) – when past variances are not expected to continue.
  • EAC = AC + (BAC – EV)/(CPI × SPI) – when both cost and schedule performance trends are expected to continue.

Once you have the EAC, subtract the actual cost (AC) spent to date. If the original assumptions still hold, this method provides a quick estimate without re-estimating every activity.

3. BAC Minus Earned Value

Another simple approximation sometimes used in informal settings is ETC = BAC – EV. This assumes that future work will be completed exactly on budget. While easy to compute, it ignores current performance trends and should be used only when the project is on track and the cost performance index is near one.

ETC Formula Summary

ScenarioFormulaUse When
Original estimate unreliableSum of new estimates for each remaining work packageThe scope or assumptions have changed significantly
The project is performing as plannedETC = EAC – AC with EAC = BAC / CPIFuture performance expected to mirror current efficiency
Past variances expected to continueETC = EAC – AC, where EAC = AC + (BAC – EV)/(CPI × SPI)Both cost and schedule trends are likely to persist
Quick approximationETC = BAC – EVProject is on track; performance indices close to 1

Examples of Estimate to Complete

Now, I will provide you with three examples of ETC calculations in different situations.

Example 1 – Bottom-Up Estimation

Imagine you’re managing a building renovation. The budget at completion (BAC) is $500,000, and you have already spent $200,000. Midway through, you realize your original cost estimates were too low. You ask your discipline leads to re-estimate the remaining tasks:

Work PackageRe-estimated cost
Structural modifications$125,000
Electrical and plumbing$75,000
Finishes and painting$150,000
Miscellaneous costs$50,000

Adding these figures gives an ETC of $400,000 (125k + 75k + 150k + 50k). 

To find the new EAC, add the ETC to the actual cost: 

EAC = AC + ETC = 200,000 + 400,000 = $600,000. 

The project clearly requires more funds than originally planned.

Example 2 – Using CPI and SPI

Suppose you have a software development project with a BAC of $100,000 and a planned duration of 12 months. After six months, you’ve spent $60,000. The planned value (PV) for six months is 50% of BAC (50,000), but the earned value (EV) is only $40,000 because only 40% of the work is done. To forecast the remaining cost, calculate:

  • Cost performance index (CPI) = EV ÷ AC = 40,000 ÷ 60,000 = 0.67.
  • EAC = BAC ÷ CPI = 100,000 ÷ 0.67 = $149,253.
  • ETC = EAC – AC = 149,253 – 60,000 = $89,253.

This calculation assumes that future work will continue at the current efficiency (CPI). If you expect efficiency to improve or decline, adjust the formula accordingly.

Example 3 – Approximation Using BAC and EV

You are three months into a five-month mobile app project. The budget is $100,000. After three months, you have completed 40% of the work (EV = $40,000) and spent $50,000 (AC). You want a quick approximation of how much money is needed to finish the project. 

Using ETC = BAC – EV:

ETC = BAC – EV

    = 100,000 – 40,000

    = 60,000

This assumes that the remaining 60% of the work will be performed exactly on budget. Since your project is already over budget (AC > EV), you should follow up with a more detailed calculation to account for performance trends.

Best Practices for Using ETC

Calculating ETC is only half the battle. Here are ways to integrate it into your project management routine:

  • Update Regularly: Recalculate ETC whenever significant changes occur, such as scope adjustments, schedule delays, or unexpected expenses. Frequent updates prevent surprises.
  • Document Assumptions: Record the rates, quantities, and methods used to compute your forecast. This makes it easier to explain variances later.
  • Use the Right Level of Detail: For early-phase or high-level reporting, a summary ETC may suffice. As the project progresses, break forecasts down to work packages or cost codes.
  • Leverage Software: Modern project management tools automate ETC calculations and provide real-time dashboards. Organizations that adopt PM software waste less money and gain access to timely key performance indicators.
  • Communicate with Stakeholders: Share ETC figures in status reports and meetings. Use charts and graphs to illustrate trends.

Common Mistakes and How to Avoid Them

Even seasoned managers trip up when forecasting costs. Avoid these common errors:

  • Relying on Outdated Estimates: If your scope or assumptions change, a bottom-up re-estimate is more accurate than adjusting the baseline.
  • Ignoring Performance Trends: Using BAC – EV assumes perfect performance. When CPI or SPI deviates from 1, incorporate it into your calculations. 
  • Underestimating Overheads: Forgetting indirect costs, such as management time and company overhead, leads to false optimism.
  • Lack of Stakeholder Engagement: Organizations where executive sponsors stay actively involved in most projects (over 80%) achieve 40% more successful projects than organizations where sponsors are involved in fewer than half of their projects.
  • Poor Risk Management: Setting aside contingency reserves helps you absorb uncertainties without derailing your budget.

FAQs

Q1. What is the difference between ETC and EAC?

ETC forecasts the remaining cost from today to the end. EAC predicts the total cost at completion. EAC is often calculated as AC + ETC.

Q2. How often should I recalculate ETC?

You should update ETC whenever your scope, schedule, or costs change. Many managers refresh their forecasts at each reporting cycle or milestone.

Q3. Can ETC be negative?

In most cases, no. A negative ETC would imply that the forecasted final cost is less than the amount already spent, which rarely happens unless the project scope is significantly reduced.

Q4. Which formula is best for my project?

If performance indices (CPI, SPI) deviate from 1 and are expected to continue, use formulas that include those indices. For a stable project on budget, BAC – EV may suffice.

Q5. Is ETC used outside of cost management?

Yes. The concept of forecasting remaining effort applies to schedule management and resource planning. In agile projects, teams often track remaining effort using burndown charts.

Summary

Cost overruns remain a top reason projects fail, but you can reduce that risk by forecasting accurately. Estimate to Complete (ETC) tells you how much money you still need to finish the job. By gathering high-quality data, using the right ETC formula, and regularly updating forecasts, you give yourself and your stakeholders a clear view of the road ahead.

Mastering Estimate to Complete is a cornerstone of effective project cost control. By regularly calculating and communicating your ETC, you transform uncertainty into a manageable plan.

Have you used ETC on your projects? Share your experiences or questions in the comments section below!

This post is the eleventh part of a twelve-post series on Earned Value Management and project forecasting. If you found this page through a search or a shared link, take a moment to read the earlier posts first. They help the ideas in this one make more sense.

Here are the links to the other posts:

  1. Earned Value Management
  2. Elements of Earned Value Management
  3. Budget at Completion in Project Management
  4. Cost Variance in Project Management
  5. Schedule Variance in Project Management
  6. Cost Performance Index in Project Management
  7. Schedule Performance Index in Project Management
  8. Schedule Variance and Cost Variance
  9. Schedule Performance Index and Cost Performance Index
  10. Estimate at Completion
  11. Estimate to Complete (You are here)
  12. To Complete Performance Index

The Estimate to Complete (ETC) tool is essential for the PMP exam. You may see a few questions from this topic on your exam.

Fahad Usmani, PMP

I am Mohammad Fahad Usmani, B.E. PMP, PMI-RMP. I have been blogging on project management topics since 2011. To date, thousands of professionals have passed the PMP exam using my resources.

PMP Question Bank

This is the most popular Question Bank for the PMP Exam. To date, it has helped over 10,000 PMP aspirants prepare for the exam. 

PMP Training Program

This is a PMI-approved 35 contact hours training program and it is based on the latest exam content outline applicable in 2026.

Similar Posts

36 Comments

  1. You are three months into the five-month bathroom remodeling project. The original budget (BAC) is R1.500 and you have completed approximately 40% of the work. You currently are running over-budget, as indicated by a cost performance index (CPI) of 0. 67. Actual costs to date have been R900.

    Calculate the following and interpret the results:
    1. You learn that the contractor found some mold in the shower and needed to replace it, causing a one-time variance.What is the Estimate to Complete (ETC)?
    2. You learn that the workers that are being used are actually much more expensive than you originally estimated, this would be a typical variance as its going to continue to affect the project. What is the Estimate to Complete (ETC)?

  2. Example of ETC (Case II) is great but slightly inaccurate. The result should be 90K solid.

    The error comes from rounding 60/40, which is 0.67 rounded from 0.666666666…… , however, if you calculate EAC directly like so:

    ETC = EAC – AC =
    (Budget at completion / CPI) – AC =
    (Budget at completion / (EV / AC) ) – actual =
    (Budget at completion * AC / EV) – actual =
    (100k * 60k / 40k ) – 40k =
    90k.

    … then you don’t get rounding errors.

    But that doesn’t actually matter because I think PMI tests do the same mistake.

  3. Hello Fahad,

    Would you please explain why the following equation did not give the same result as I use

    ( ETC = BAC – EV )to get ETC

    While you use EAC – AC = ETC

    Thank you very much for your time

    Waiting your response

  4. Excellent Explanation….. very well written… Have been studying for past 2 months but was lost…This is much better than other explanations… Thanks!!!

  5. Hello,

    thank you so much for these very good examples. Could you help me find out how to calculate the estimated time to complete? Especially in cases where one is behind schedule.

    Thank you in advance,
    Daniela

  6. @ Anish,
    I’ll take any advice you or anyone can provide for taking the test this year. Thanks so much!
    Deby202

  7. Dear Fahad

    I wish to inform you that I passed PMP on 13th Feb, 2014. I also wish to inform you that It was nice experience going though your explanation of the terms. There is no feedback area , so writing it here. Thanks once again.

    Regards

    1. Congratulations Anish for passing the Exam. Would be glad if you share you detailed lessons learned here at PMSC.

      Fahad

  8. I calculated one of our project by this formula and the result is (-), so it means that there is no cost to complete the project?

    1. Hi Sandra,

      would you please clear it why the result not the same. as per Fahad , he said that you can use it
      ETC = BAC – EV , but if I use it , it will give me different result

      Thanks

  9. @Sandra: As you said EAC = AC + (BAC-EV). My question is how did it come from? As I know, BAC-EV =AC so that means EAC = AC + AC? If yes, it’s incorrect. Please let me know

    Thanks

    1. Kenzao

      If past performances are likely to occur in the future, then EAC= AC+(BAC-EV)/CPI where CPI is Cost Performance Index so far.
      If past performances are in line with planification, then CPI=EV/AC=1

      Your statement BAC-EV=AC is not true (never true !!!)

  10. Hi,

    Since ETC = EAC – AC, rearranging it will give EAC = AC + ETC.
    But EAC = AC + (BAC – EV), so can I say that ETC = BAC – EV?
    Why can’t I just use ETC = BAC – EV in the example above to calculate the answer?

    Thanks.

  11. After posting the question, i had realized that EAC is calculated once the project is started. BAC is calculated at the begining of the project.

    Thanks.

  12. Fahad,

    Its’ a nice article.

    Theoretically, it looks like Budget at completion (BAC) & Estimate at completion (EAC) both are same. Practically (based on the formulas) they are not same. What is your opinion?

    1. Theoretically when project starts, BAC and EAC are same. But as the project progresses EAC keeps on changing unless you’re exactly proceeding as per your approved planned and your actual exependiture remains equal to the planned exependiture

        1. I don’t have any blog post listing all PMP formulas, therefore I suggest you search it on Google and you will find what you are looking for.

    2. The simple answer is that ‘estimate’ is a result of a calculation while ‘budget’ is a result of a decision.

    3. Good evening,

      If I apply the instructions above, I seem to get a different answer when working on a practice PMP exam question. If any one could help me out, I’d really really really appreciate it!

      A project was estimated to cost $ 200,000 with a timeline of 10 months. Due to a shipment delay, the schedule was slightly delayed. This was however made up by receiving the first batch of materials for the project by air. The net result was that there was some additional cost in the project. At the end of the second month, the Project Manager reviews the project and finds that the project is 20% complete and Actual Costs are $ 50,000. The Estimate to complete (ETC) for the project would now be:

      A. $160,000
      B. $210,000
      C. $250,000
      D. $200,000

      1. Hi – in this case you cannot just reestimate using the bottom up estimation technique. Here you have the following situation:

        1. Your scheduled was delayed due to shipment delayed (eventhough it then got back on track)
        2. You had additional costs due to getting the materials through the air.
        3. You have already spent $50k
        4. In this situation you need to consider both, your CPI and your SPI because your schedule was delayed and you had some additional costs which you impact your budget at completion.

        In order to get your ETC you use the formula ETC = EAC – AC. How do you get the EAC? One of the formulas to get the EAC is EAC= AC + (BAC – EV) / CPI*SPI. Now lets calculate:

        By now you know the following:

        1. BAC = $200,000 for 10 month project duration
        2. AC = $50,000 spent to date
        3. You have only completed 20% of your work by the second month (this is your Earned Value)

        But, what is your Earned Value (EV)? Well, if your project is expected to cost $200,000 in 10 months, that means that you are supposed to spend $20,000 per month. This means that by second month you have spent $40,000 (this is your PV). Since you have already completed 20% of the work, this means that by now your EV should be $40,000 in month two ($200,000*20%).

        Knowing your EV, PV and AC, now you can calculate your CEAC= AC + (BAC – EV) / CPI*SPIPI and SPI.

        Lets calculate the CPI and SPI:

        CPI = EV/AC = $40,000/$50,000 = 0.8 – bad
        SPI = EV/PV = $40,000/$40,000 = 1 – good

        Now calculate the EAC:
        EAC= AC + (BAC – EV) / CPI*SPI
        EAC = $50,000 + ($200,000 – $40,000) / 1(0.8)
        EAC = $50,000 + ($200,000) = $250,000

        Now calculate your ETC
        ETC = EAC – AC
        ETC = $250,000 – $50,000 = $200,000. So correct answer is D. Hope this helps!!!!!

        1. What if I use EAC=AC+(BAC-EV). That gives EAC as 210,000 and ETC as 160,000 which is option A. Which one do we need to use?

Leave a Reply

Your email address will not be published. Required fields are marked *