Forecast Accuracy (MAPE / WAPE) Calculator

Measure forecast accuracy using Mean Absolute Percentage Error (MAPE) and Weighted Absolute Percentage Error (WAPE). Enter total actuals and forecasts for a set of periods to see error metrics, a quick interpretation, and example FP&A scenarios.

$
$
count
%

Results

  • MAPE (Mean Absolute Percentage Error) %
  • Approximate WAPE (Weighted Absolute Percentage Error) %
  • Estimated MAE per period $
  • Estimated total absolute error $
  • Net bias (% of total actuals) %
  • Forecast accuracy band

What is Forecast Accuracy (MAPE / WAPE)?

Forecast accuracy measures how close your forecasts are to actuals, using error percentages that work across revenue, demand, cost, or volume. MAPE shows the average absolute % error per period; WAPE weights error by scale, so big-dollar periods or segments drive the result.

These metrics matter because forecast error turns into working capital drag, margin dilution (expedites, waste, discounting), and weaker capital allocation decisions.

Formula

Example

Assume 12 periods with total actuals of $1,200,000 and total forecasts of $1,150,000, and the average per-period MAPE computed from the underlying points is 6.5%.

Estimated total absolute error ≈ 6.5% × $1,200,000 = $78,000, so estimated MAE per period ≈ $78,000 ÷ 12 = $6,500.

Net bias ≈ ($1,150,000 − $1,200,000) ÷ $1,200,000 = −4.2%, meaning forecasts are systematically low (under-forecasting).

How to Use the Forecast Accuracy (MAPE / WAPE) Calculator

Enter your total actuals, total forecasts, and number of periods, then add your MAPE% to estimate dollar error, bias, and an accuracy band.

  1. Enter total actuals

    • Fill in Sum of actuals for all periods (e.g., total revenue shipped/recognized across the periods you’re evaluating).
  2. Enter total forecasts

    • Fill in Sum of forecasts for all periods (the total you predicted for the same periods).
  3. Set the number of periods / data points

    • Enter Number of periods / data points (e.g., 12 for 12 months). This is used to estimate error per period.
  4. Input your MAPE %

      • Enter MAPE (avg absolute % error across points) if you already calculated it from your period-level data. The calculator uses it to estimate dollar error:

    formula (the formula in plain text, if is required)

    - MAPE = average(|Actual − Forecast| / Actual) × 100

    - Estimated total absolute error ≈ (MAPE% / 100) × Total Actuals

    - Estimated MAE per period ≈ Estimated total absolute error / # periods

  5. Read the outputs (accuracy, WAPE, MAE, bias)

      • MAPE: your entered accuracy metric.

    - Approximate WAPE: a total-weighted error estimate based on totals.

    - Estimated MAE per period: the “average $ miss” per period.

    - Net bias (% of total actuals):

    formula (the formula in plain text, if is required)

    - Bias % = (Total Forecasts − Total Actuals) / Total Actuals × 100

    - Forecast accuracy band: a quick qualitative label to communicate results.

Frequently Asked Questions

Methodology & Sources

Bibliography

  1. (2003). Demand Forecasting — MIT (Engineering Systems Division / MIT OpenCourseWare via DSpace)
    Accessed 2025-12-22
  2. (2006). Another look at measures of forecast accuracy — International Journal of Forecasting (Elsevier)
    Accessed 2025-12-22
  3. (2025). WAPE: Weighted Absolute Percentage Error — Hyndsight (robjhyndman.com)
    Accessed 2025-12-22