Earned Value Management (EVM) is a systematic approach to measuring project performance and progress. By integrating scope, schedule, and cost data, EVM provides a single, objective view of how a project is doing compared with the plan. This page explains the core concepts, key formulas, benefits, common pitfalls, and steps for implementing EVM in any project.
Traditional project reporting often looks at schedule status and cost status separately, making it difficult to see the true health of a project. EVM solves this problem by:
Three primary data points form the foundation of EVM:
| Term | Definition | What it Shows |
|---|---|---|
| Planned Value (PV) | The budgeted cost of work scheduled to be completed by a given date. | Where the project *should* be. |
| Earned Value (EV) | The budgeted cost of work actually performed to date. | Where the project *is* in terms of value earned. |
| Actual Cost (AC) | The real cost incurred for the work performed to date. | How much has been spent. |
From the three base values, several performance indices and variances can be calculated.
| Metric | Formula | Interpretation |
|---|---|---|
| Cost Variance (CV) | EV AC | Positive = under budget; Negative = over budget. |
| Schedule Variance (SV) | EV PV | Positive = ahead of schedule; Negative = behind schedule. |
| Cost Performance Index (CPI) | EV AC | CPI > 1 cost efficiency; CPI < 1 cost inefficiency. |
| Schedule Performance Index (SPI) | EV PV | SPI > 1 ahead of schedule; SPI < 1 behind schedule. |
| Estimate at Completion (EAC) | BAC CPI (or other variants) | Projected total cost when the project finishes. |
| Variance at Completion (VAC) | BAC EAC | Projected budget surplus (positive) or deficit (negative). |
The WBS splits the project into manageable work packages. Each package receives a budget (the planned value) and a schedule baseline.
BCWS is synonymous with PV. It is calculated by allocating the total budget (BAC Budget at Completion) across the time-phased schedule.
At each reporting period, assess the percentage of work completed for every work package and multiply by its budgeted amount. Summing these gives the cumulative EV.
Collect real expense data (labor, materials, subcontractor invoices) for the same reporting period. Summation across all work packages provides AC.
Using the formulas above, determine CPI, SPI, EAC, and other metrics. These figures guide corrective actions and stakeholder updates.
Scenario: A software development project has a total budget (BAC) of $200,000 and a 10month schedule.
At the end of month 4 the baseline indicates that 40% of the work should be complete. Therefore:
The team reports that 35% of the work has actually been finished, giving:
The accounting system shows $90,000 of actual expenses incurred:
Now compute the core metrics:
Assuming the CPI remains constant, the new estimate at completion is:
Interpretation: The project is both behind schedule and over budget. Management should investigate why costs are higher (perhaps underestimated effort or scope creep) and consider reallocating resources or revising the schedule to mitigate further overruns.
Earned Value Management provides a disciplined, datadriven way to keep projects on track. By measuring what has been planned, what has actually been accomplished, and what has been spent, EVM turns vague project health reports into precise, actionable information. When implemented with accurate data, regular reporting, and a clear process for corrective actions, EVM can dramatically improve a project's chances of finishing on time, within budget, and with the intended scope.
For further reading, explore resources such as the Project Management Institutes guide to Earned Value Management and the UK Governments EVM handbook. These publications provide deeper insight into advanced techniques, industryspecific adaptations, and bestpractice case studies.
