BudgetOverrun.com is an independent reference site. Not affiliated with any PM software vendor. Statistics sourced from published research and cited throughout.

Earned Value Management (EVM): The Complete Guide for Project Managers

EVM is the PMI-standard methodology for measuring whether a project is on budget and on schedule. All formulas, interpretations, worked example, and an honest assessment of what EVM can and cannot do.

What Is Earned Value Management?

EVM is a project performance measurement methodology that integrates scope, schedule, and cost into a single, coherent reporting framework. It answers two questions at any point in a project: are we ahead or behind budget? Are we ahead or behind schedule?

Traditional budget reporting tells you what you have spent. EVM tells you what you have earned -- the value of work actually completed, measured at the planned cost. The difference between what you earned and what you spent is your cost performance.

When to use EVM: EVM works best on projects longer than 3 months with clearly defined deliverables and a stable baseline. It is harder to apply on R&D, early-stage discovery, or highly iterative work without adaptation.


The Three Core Values

PV
Planned Value

The budgeted cost of work that was planned to be done by today.

PV = % planned complete x BAC

A $1M project, planned to be 40% complete today: PV = $400,000

EV
Earned Value

The budgeted cost of work that has actually been completed -- regardless of what it actually cost.

EV = % actual complete x BAC

Same project, only 30% actually complete: EV = $300,000

AC
Actual Cost

The actual money spent on the project to date.

AC = sum of all costs to date

Spent $350,000 to achieve 30% complete: AC = $350,000


The Six Primary Metrics

CV (Cost Variance)

CV = EV - AC
Under budgetOver budget

The dollar amount of cost variance. Positive means you have spent less than the value delivered. Negative means you have spent more.

SV (Schedule Variance)

SV = EV - PV
Ahead of scheduleBehind schedule

Schedule variance expressed in dollars. Positive means you have completed more work than planned for this date.

CPI (Cost Performance Index)

CPI = EV / AC
CPI > 1: under budgetCPI < 1: over budget

The efficiency ratio. CPI of 0.85 means: for every $1 spent, you deliver $0.85 of value. PMI: projects with CPI < 0.9 rarely recover.

SPI (Schedule Performance Index)

SPI = EV / PV
SPI > 1: ahead of scheduleSPI < 1: behind schedule

Schedule efficiency ratio. SPI of 0.75 means you are only completing 75% of planned work per period.

EAC (Estimate at Completion)

EAC = BAC / CPI
If < BAC: under budget forecastIf > BAC: over budget forecast

The projected total cost at completion, assuming current efficiency continues. The most important forward-looking metric.

VAC (Variance at Completion)

VAC = BAC - EAC
Positive: projected under budgetNegative: projected over budget

The projected surplus or deficit at project completion. Negative VAC is a budget overrun forecast.


TCPI: The Recovery Metric

TCPI = (BAC - EV) / (BAC - AC)

TCPI answers: what CPI must we achieve on all remaining work to finish on budget?

TCPI ValueMeaningVerdict
TCPI < 0.9Remaining work can be done at lower efficiency than plannedComfortable -- project likely to finish under budget
TCPI 0.9-1.0Remaining work must perform at or slightly below current efficiencyAchievable
TCPI 1.0-1.1Remaining work must be done 0-10% more efficiently than plannedChallenging but possible
TCPI 1.1-1.2Remaining work must be 10-20% more efficient than plannedVery difficult -- requires scope reduction or budget increase
TCPI > 1.2Remaining work must be 20%+ more efficient than plannedEffectively unachievable -- project needs reset

Worked Example: Month 6 of a Construction Project

Project: 12-month office fit-out. BAC = $2,000,000. At month 6:

BAC$2,000,000Total project budget
PV$1,100,00055% planned complete x $2M
EV$900,00045% actually complete x $2M
AC$1,050,000Actual spend to date

Calculated Metrics

CV = $900K - $1,050K = -$150,000 (over budget)
SV = $900K - $1,100K = -$200,000 (behind schedule)
CPI = $900K / $1,050K = 0.857
SPI = $900K / $1,100K = 0.818
EAC = $2M / 0.857 = $2,334,000
VAC = $2M - $2.334M = -$334,000
TCPI = ($2M - $900K) / ($2M - $1.05M) = 1.158

Verdict: Project is significantly over budget (CPI 0.857) and behind schedule (SPI 0.818). Forecast overrun: $334,000 (16.7%). TCPI of 1.158 means remaining work must be 15.8% more efficient than current -- very challenging. Escalation to sponsor required.

Use the calculator to run these numbers for your own project.


EVM Limitations (What EVM Cannot Do)

Requires accurate EV measurement

If you estimate percentage complete inaccurately, all metrics are wrong. This is particularly hard in knowledge work (software, research) where 'done' is subjective. The 90% syndrome -- everything is 90% complete for months -- makes CPI meaningless.

Can be gamed

Teams can claim work packages as complete before they truly are, artificially inflating EV. Without independent verification of completion, CPI can look healthy while the project is actually in trouble.

Lags in detecting scope risk

CPI measures cost efficiency for work done. It does not detect that scope is silently growing. A project can have CPI > 1 while the backlog is expanding, meaning the apparent under-budget status will reverse suddenly.

Does not capture quality

A project can achieve CPI > 1 while delivering poor quality work that will require expensive rework during testing or post-launch. Quality metrics must sit alongside EVM.

Complex setup for knowledge work

EVM requires a detailed Work Breakdown Structure and baseline schedule. For exploratory or R&D work, this is often impossible to create with meaningful precision. Story points as EV proxies in agile are an adaptation, not a direct equivalent.

Frequently Asked Questions

What is earned value management (EVM)?

EVM is a project performance measurement methodology that integrates scope, schedule, and cost. It answers two questions at any point in a project: are we ahead or behind budget? Are we ahead or behind schedule? The three core values -- PV, EV, and AC -- combine to produce CPI, SPI, EAC, VAC, and TCPI.

What is the difference between earned value and actual cost?

Earned Value (EV) is the budgeted cost of work that has actually been completed -- how much the completed work was planned to cost, not how much it actually cost. Actual Cost (AC) is what you have genuinely spent. The ratio EV/AC = CPI tells you how efficiently you are spending money.

What are the limitations of EVM?

EVM limitations: (1) Requires accurate EV measurement; (2) Can be gamed by teams claiming work complete when it is not; (3) Lags in detecting scope risk; (4) Does not capture quality; (5) Complex to set up correctly on knowledge work where deliverables are hard to measure precisely.

Related Pages