Skip to content
GlobalCalculator

Percentage Variance Calculator

Budget vs actual variance in currency and percentage terms, favourable or adverse.

Your details

How the percentage variance calculator works

The sign tells you the direction and the line type tells you whether that direction is good news — the same +15% is favourable on revenue and adverse on cost.

Formula

variance % = (actual − budget) ÷ |budget| × 100

Worked example

Spending 11,500 against a 10,000 budget is a 15% adverse cost variance.

Frequently asked questions

Why use absolute budget in the denominator?

It keeps the sign of the variance meaningful when a budgeted figure is negative.

How big a variance matters?

Most finance teams investigate anything beyond ±5% or a fixed currency threshold, whichever bites first.

How to Calculate Variance Percentage Between Budget and Actual

Percentage variance shows how far actual performance drifted from plan, scaled to the size of the plan. It is the core number in every management report: (actual − budget) ÷ budget × 100, labelled favourable or adverse depending on whether the line is income or cost.

Favourable and adverse

  • Revenue above budget → favourable. Revenue below budget → adverse.
  • Cost above budget → adverse. Cost below budget → favourable.
  • Always show the sign and the label; a bare '15% variance' is ambiguous.

Volume versus rate

A single percentage hides why the gap appeared. Splitting it into volume variance (you sold more or fewer units than planned) and rate or price variance (each unit cost or earned a different amount) turns a number into an action. A 15% adverse materials variance driven entirely by supplier price increases calls for a different response than one driven by scrap.

In Excel and Google Sheets

  • Variance amount: =C2-B2 (actual minus budget).
  • Variance percent: =(C2-B2)/ABS(B2), formatted as a percentage.
  • Guard against division by zero: =IFERROR((C2-B2)/ABS(B2),"n/a").
  • Conditional formatting on the percentage column flags breaches automatically.

Setting materiality thresholds

Investigating every wobble wastes time. Most teams set a dual threshold — for example anything beyond ±5% and above a fixed currency amount — so a 40% variance on a tiny line does not outrank a 3% variance on the largest cost in the business.

Key takeaways — Percentage Variance Calculator

  • Variance % = (actual − budget) ÷ |budget| × 100.
  • Label every variance favourable or adverse; the sign alone is not enough.
  • Split large variances into volume and rate before explaining them.

More business calculators