Earned Value Management (EVM)
How Earned Value Management Works
Earned value management is a method for measuring project performance by comparing three data points at any given moment: how much work was planned, how much work was actually completed, and how much money was actually spent. By comparing these three values, a project manager can determine whether the project is ahead or behind schedule, under or over budget, and predict where it will end up if current trends continue.
The technique originated in the US Department of Defense in the 1960s and became a federal requirement for major defense acquisitions. It has since been adopted across industries including construction, IT, aerospace, and engineering. ANSI/EIA 748 defines the 32 criteria for a compliant EVM system, though most commercial applications use a simplified version of the framework.
EVM works by establishing a performance measurement baseline at the start of the project, then tracking three core values at regular intervals (typically monthly or at milestone boundaries) to calculate performance indices and forecasts.
The Three Core Values
Planned Value (PV) is the authorized budget assigned to the work scheduled to be completed by a given date. It represents the plan. If the project plan says $100,000 of work should be done by Month 3, the PV at Month 3 is $100,000.
Earned Value (EV) is the authorized budget for the work that has actually been completed by a given date. It represents accomplished work in dollar terms. If the team has completed 80% of the work that was planned for Month 3, and the total budget for that work is $100,000, the EV is $80,000.
Actual Cost (AC) is the total cost incurred for the work completed by a given date. It represents what was actually spent. If the team spent $90,000 to complete the $80,000 worth of earned value, the AC is $90,000.
The relationship between these three values tells the project’s story. When EV is less than PV, the project is behind schedule. When AC is greater than EV, the project is over budget. When both conditions exist simultaneously, the project is in trouble.
Key EVM Metrics
The three core values produce a family of derived metrics that quantify project health and forecast future performance.
Performance Indices
Cost Performance Index (CPI) equals EV divided by AC. A CPI of 1.0 means the project is on budget. Greater than 1.0 means under budget. Less than 1.0 means over budget. CPI is the most reliable predictor of final project cost because research shows that CPI stabilizes early (by the 20% completion point) and rarely improves after that.
Schedule Performance Index (SPI) equals EV divided by PV. An SPI of 1.0 means the project is on schedule. Greater than 1.0 means ahead. Less than 1.0 means behind. SPI is useful for early detection but becomes less meaningful near the end of the project because PV approaches the total budget regardless of progress.
Variance Metrics
Cost Variance (CV) equals EV minus AC. A positive CV means the project is under budget. A negative CV means over budget. Schedule Variance (SV) equals EV minus PV. A positive SV means ahead of schedule. A negative SV means behind. Variances express the gap in absolute dollars while indices express it as a ratio.
Forecasting Metrics
Estimate at Completion (EAC) predicts the total project cost based on current performance. The most common formula is BAC divided by CPI, which assumes current cost efficiency will continue. Estimate to Complete (ETC) is EAC minus AC: how much more money is needed to finish. To Complete Performance Index (TCPI) calculates the cost efficiency required on remaining work to meet a target budget.
When to Use Earned Value Management
EVM is most valuable on projects where scope, schedule, and cost are all important and the project is large enough to justify the measurement overhead. The technique requires a work breakdown structure with budgeted costs, a schedule baseline, and regular progress reporting.
Government contracts (especially US DoD and NASA) require formal EVM systems on contracts exceeding defined thresholds. ANSI/EIA 748 compliance is a contractual obligation on these programs.
Large construction and engineering projects use EVM because cost overruns and schedule delays are common and the financial stakes justify rigorous performance measurement. EVM provides the early warning signals that allow project managers to take corrective action before problems become crises.
Any project with a budget over $500,000 and a duration over 6 months benefits from at least simplified EVM (tracking CPI and SPI monthly) because it replaces subjective progress assessments (“we’re about 70% done”) with objective measurements based on actual cost and completion data.
When Not to Use Earned Value Management
Small projects (under $100,000 or under 3 months) typically do not justify EVM because the measurement overhead exceeds the management benefit. A simple task list with percentage complete and a budget tracker provides adequate control.
Agile projects measuring progress through velocity, burndown charts, and working software increments do not need traditional EVM. The iterative delivery model provides its own feedback loop. However, AgileEVM is an adaptation that maps earned value concepts to sprint based delivery for organizations that require EVM reporting on agile programs.
Projects where the scope is deliberately fluid (R&D, exploratory work) resist EVM because the technique requires a stable performance measurement baseline. If the scope changes frequently, the baseline must be re established each time, which undermines the trend analysis that makes EVM valuable.
Commonly Confused With
| Term | Key Difference |
|---|---|
| Budget Tracking | Budget tracking compares planned spend to actual spend. EVM adds a third dimension (earned value) that measures work accomplished, revealing whether money spent produced proportional progress. |
| Percent Complete | Percent complete is a subjective estimate of progress. EVM converts progress into dollar terms using budgeted costs, producing objective performance measurements that can be verified against financial data. |
| Burn Rate | Burn rate measures how fast money is being spent. EVM measures whether the money spent is producing proportional value. A project can have a healthy burn rate but terrible cost performance if the work produced is worth less than the money spent. |
Your Learning Path
-
1
EVM Calculator Calculator
An EVM calculator computes CPI, SPI, CV, SV, EAC, ETC, TCPI, and VAC from four…