Back to calculators

PMP Formulas Cheat Sheet

A single-page reference for the project management formulas every PMP candidate and practicing PM should know — with the mathematical definition and a note on when to use each.

PERT — Three-Point Estimation

Use PERT when estimates are uncertain and you want a weighted expected duration plus a confidence range.

FormulaDefinitionWhen to use
Expected Duration (TE)TE = (O + 4M + P) / 6Weighted average of Optimistic, Most Likely, and Pessimistic estimates.
Standard Deviation (σ)σ = (P − O) / 6Measures spread of the estimate — larger σ means more uncertainty.
Varianceσ²Sum variances across tasks on the critical path for a project-level confidence range.
68% ConfidenceTE ± 1σRough one-sigma range for typical delivery.
95% ConfidenceTE ± 2σPractical planning range used in most schedules.
99.7% ConfidenceTE ± 3σWorst-case commitment range.

Earned Value Management (EVM)

Use EVM to measure cost and schedule performance against the baseline and forecast final cost.

FormulaDefinitionWhen to use
Cost Variance (CV)CV = EV − ACPositive = under budget. Negative = over budget.
Schedule Variance (SV)SV = EV − PVPositive = ahead of schedule. Negative = behind.
Cost Performance Index (CPI)CPI = EV / AC≥ 1 is good. 0.9 means you get 90¢ of work per $1 spent.
Schedule Performance Index (SPI)SPI = EV / PV≥ 1 means on or ahead of schedule.
EAC — typicalEAC = BAC / CPIAssume current cost performance continues.
EAC — atypicalEAC = AC + (BAC − EV)Assume the variance was a one-time event.
EAC — combinedEAC = AC + (BAC − EV) / (CPI × SPI)Assume both cost and schedule pressure continue.
Estimate to Complete (ETC)ETC = EAC − ACMoney still required to finish the project.
Variance at Completion (VAC)VAC = BAC − EACPositive = expected to finish under budget.
TCPI (to BAC)TCPI = (BAC − EV) / (BAC − AC)Cost efficiency needed on remaining work to hit the original budget.

Risk — Expected Monetary Value (EMV)

Use EMV in quantitative risk analysis to size contingency reserves.

FormulaDefinitionWhen to use
EMV per riskEMV = Probability × ImpactThreats are negative impact, opportunities positive.
Total EMVΣ EMVᵢPortfolio value of all identified risks.
Contingency ReserveΣ |EMV of threats|Recommended reserve for identified negative risks.

Financial Metrics

Use financial metrics to justify projects and compare investment options.

FormulaDefinitionWhen to use
Return on Investment (ROI)ROI = (Gain − Cost) / CostSimple profitability measure, expressed as a percentage.
Net Present Value (NPV)NPV = Σ CFₜ / (1 + r)ᵗ> 0 means the project creates value at the given discount rate.
Payback PeriodTime until cumulative CF ≥ 0How long to recover the initial investment. Shorter is safer.
Internal Rate of Return (IRR)Rate r where NPV = 0Compare against the required rate of return; higher IRR is better.
Benefit-Cost Ratio (BCR)BCR = PV(benefits) / PV(costs)> 1 means benefits exceed costs. Higher BCR = better return.

Additional PM Formulas

Common formulas for communication planning, scheduling, and agile forecasting.

FormulaDefinitionWhen to use
Communication Channelsn × (n − 1) / 2Number of one-to-one channels among n stakeholders.
Critical Path — SlackSlack = LS − ES = LF − EFTasks with zero slack define the critical path.
Burn RateBurn = Spent / Periods ElapsedAverage spend per period; divide remaining budget by burn for runway.
RunwayRunway = Remaining Budget / BurnHow many periods the remaining budget will last at current spend.
Agile Sprints RemainingSprints = ⌈Backlog / Velocity⌉Estimate sprints to clear the backlog at current team velocity.
Agile Weeks RemainingWeeks = Sprints × Sprint LengthConvert sprint count into a calendar forecast.