Skip to main content
All playbooks
Project Manager 11 min

Project Budget Management and Forecasting

Budget management is not just tracking spend — it's forecasting where you'll land, communicating variances early, and making trade-off recommendations before the money runs out.

The Budget Management Mindset

Most PMs track actuals vs budget reactively — they notice overspend after it happens. Effective budget management is predictive: you forecast where the project will land financially and take corrective action before variances become unrecoverable.

The key shift: from "how much have we spent?" to "how much will we spend by the end, and is that acceptable?"

Setting Up the Budget

Budget Structure

Break the total budget into trackable categories:

  • Labour (internal): Team members' time × internal rate. Usually 60-80% of software project budgets.
  • Labour (external): Contractors, consultants, vendor resources. Track separately — different cost dynamics.
  • Infrastructure: Cloud hosting, environments, tooling licenses, hardware.
  • Vendor/third-party: Software licenses, API costs, external services.
  • Contingency: Reserve for known risks (typically 10-20% of total budget). Not a slush fund — tied to specific risk EMVs.
  • Management reserve: Reserve for unknown risks (typically 5-10%). Controlled by the sponsor, not the PM.

The Baseline

Once the budget is approved, baseline it. The baseline is the approved spending plan against which all performance is measured. It should only change through formal change control — never adjusted informally to hide variances.

Monthly Budget Cycle

Week 1: Collect Actuals

Gather actual spend data from finance systems:

  • Timesheet data for internal labour (hours × rate)
  • Invoices for external resources and vendors
  • Infrastructure costs from cloud billing
  • Any other direct project costs

Week 2: Forecast to Completion

For each budget category, forecast what the total spend will be at project end:

Bottom-up forecast: For remaining work packages, estimate the cost to complete based on current knowledge. Sum with actuals to get Estimate at Completion (EAC).

EVM-based forecast: EAC = BAC ÷ CPI. If current cost performance continues, this is where you'll land.

Three-point forecast: Best case, most likely, worst case. Gives stakeholders a range rather than false precision.

Week 3: Analyse Variances

For any category where forecast exceeds budget by >5%:

  • What's causing the variance? (Scope change, estimation error, inefficiency, rate change)
  • Is it recoverable? (Can we reduce spend elsewhere to compensate?)
  • What corrective action is recommended?
  • Does it require change control or steering committee approval?

Week 4: Report and Recommend

Present to the sponsor/steering committee:

  • Actuals vs budget (current period and cumulative)
  • Forecast at completion vs approved budget
  • Variance explanation for any category >5% off
  • Recommended corrective actions
  • Change control requests if budget increase is needed

Forecasting Techniques

The Burn Rate Method

Monthly burn rate = Total actuals ÷ months elapsed

Forecast at completion = Burn rate × total project duration

Simple but assumes future spend matches past spend. Works well for stable teams with consistent scope.

The Remaining Work Method

Forecast = Actuals to date + Estimated cost of remaining work

More accurate than burn rate because it accounts for changes in remaining scope. Requires re-estimating remaining work packages each month.

The EVM Method

EAC = BAC ÷ CPI (if current cost performance continues) EAC = AC + (BAC - EV) ÷ CPI (more precise — accounts for work already done)

Most reliable for projects with established CPI data (after 20% completion).

Managing Budget Variances

Underspend (CPI > 1.0)

Underspend seems positive but investigate:

  • Is work genuinely costing less than planned? (Good — efficiency gain)
  • Is work being deferred or descoped without formal change control? (Bad — hidden scope reduction)
  • Are resources not being utilised? (Bad — indicates planning or staffing issues)

Overspend (CPI < 1.0)

Overspend requires immediate action:

  • Identify the cause: Scope creep? Estimation error? Inefficiency? Rate changes?
  • Quantify the impact: How much over budget will the project be at completion?
  • Present options to the sponsor:

- Reduce scope to fit within budget (what can be deferred?) - Extend timeline to reduce monthly burn rate - Request additional budget (with justification) - Accept the overrun (with documented approval)

The Contingency Decision

Contingency is for identified risks that materialise. When using contingency:

  • Document which risk triggered the use
  • Record the amount drawn and remaining balance
  • Communicate to the sponsor: "We've used £X of contingency for [risk]. £Y remains."
  • If contingency is exhausted, escalate immediately — don't wait until the money runs out

Communicating Budget to Stakeholders

For sponsors (monthly):

  • One-page summary: Actuals vs Budget vs Forecast
  • Traffic light: Green (within 5%), Amber (5-10% variance), Red (>10% variance)
  • Narrative: what's driving the variance and what you recommend

For steering committee (monthly or quarterly):

  • Budget performance alongside schedule performance (SPI + CPI together)
  • Forecast at completion with confidence range
  • Decisions needed: scope trade-offs, additional funding, timeline changes

For the team (as needed):

  • Teams generally don't need budget details unless their decisions affect cost
  • Exception: when asking the team to make trade-offs ("we can't afford both — which is higher priority?")

Budget Anti-Patterns

The optimistic forecast: Always forecasting "we'll come in on budget" despite evidence to the contrary. Fix: use EVM-based forecasting — the numbers don't lie.

The hidden contingency: Padding every estimate by 20% instead of having explicit contingency. Fix: estimate honestly and maintain a visible contingency reserve with clear drawdown criteria.

The end-of-year rush: Spending remaining budget on unnecessary items to avoid losing it next year. Fix: return unused budget transparently. Build trust that honest forecasting won't be punished.

No re-forecasting: Setting the budget at initiation and never updating the forecast. Fix: re-forecast monthly. The forecast should get more accurate as the project progresses.

---

Download the [Project Plan & Schedule template](/templates) which includes a budget tracking sheet with variance analysis.