METRICS & ITERATION · LESSON 06.05advanced

Earned Value Management (EVM).

PV, EV, AC — and the four numbers that tell you if you'll finish on time and on budget.

↳ tl;dr

EVM is PMI's integrated method for measuring schedule + cost performance against a baseline. Three core numbers: PV (planned value), EV (earned value, what we've actually delivered), AC(actual cost). Four derived: SV, CV, SPI, CPI. Heavy on regulated / capital-project sites. Light on agile teams.

The three core numbers

  • PV (Planned Value) — budget for the work scheduled to be done by now.
  • EV (Earned Value) — budget for the work actually done so far.
  • AC (Actual Cost) — what we've actually spent.

Variances

  • SV = EV − PV. Negative = behind schedule (we've earned less value than planned).
  • CV = EV − AC. Negative = over budget (we earned less than we spent).

Performance indices

  • SPI = EV / PV. < 1 = behind schedule. = 1 = on track. > 1 = ahead.
  • CPI = EV / AC. < 1 = over budget. = 1 = on cost. > 1 = under.

the why

EVM's power: it integrates schedule and cost into one coherent picture. Without it, you can be on schedule (right tasks done) but over budget (cost more than expected). EVM surfaces both in one report. The downside: it requires careful baselining and ongoing tracking — overhead most agile teams don't want.

Forecasting at completion

EAC (Estimate at Completion) projects total cost. Simplest formula: EAC = BAC / CPI (budget at completion divided by current cost performance index). If you're running CPI = 0.8, you'll likely finish 25% over budget at the current rate.

// sources

Sources cited

  1. [01]
  2. [02]
    Earned Value Management

    Wikipedia · retrieved 2026-05

    Cross-referenced with PMI for formula correctness.

  3. [03]
    A Guide to the Project Management Body of Knowledge (PMBOK Guide), 7th Edition

    Project Management Institute (PMI) · 2021 · retrieved 2026-04

    PMI's flagship reference. 7e shifted from process groups to performance domains.

// sources

Further reading

  1. [01]
  2. [02]
    A Guide to the Project Management Body of Knowledge (PMBOK Guide), 7th Edition

    Project Management Institute (PMI) · 2021 · retrieved 2026-04

    PMI's flagship reference. 7e shifted from process groups to performance domains.