MAPE Calculator (Mean Absolute Percentage Error)

Calculate Mean Absolute Percentage Error to measure forecast accuracy. Express average deviation between actual and forecast as a percentage.

e.g.: 100, 120, 110, 130 (chronological order, matching forecast periods)
e.g.: 105, 115, 108, 140 (same length as actuals)
MAPE (Mean Absolute Pct Error)
4.67%
Excellent forecast performance
Forecast Quality
Excellent
Forecast is reliable for strategic planning and automated replenishment
Bias Direction
Balanced
Avg error = -2.00 units
Periods Evaluated
4
All valid

Error Distribution

Best Period Error
1.82%
Lowest percentage error
Worst Period Error
7.69%
Highest percentage error
Error Range
5.87%
Difference between best and worst

Period-by-Period Analysis

PeriodActualForecastError% Error
P1100105-5.05.00%
P21201155.04.17%
P31101082.01.82%
P4130140-10.07.69%

MAPE Interpretation Guide

MAPE RangeQualityInterpretation
< 10%ExcellentForecast is highly accurate
10–20%GoodForecast is reliable for planning
20–50%FairForecast has moderate error
> 50%PoorForecast needs review
Planning notes, formulas, and examples

About the MAPE Calculator (Mean Absolute Percentage Error)

Mean Absolute Percentage Error (MAPE) is one of the most commonly used metrics for evaluating forecast accuracy. It expresses the average absolute error as a percentage of actual demand, making it intuitive and easy to communicate across the organization.

MAPE is calculated by taking the absolute difference between actual and forecast for each period, dividing by the actual value, averaging across all periods, and multiplying by 100. A MAPE of 10% means the forecast is, on average, within 10% of actual demand.

This calculator accepts pairs of actual and forecast values and computes the overall MAPE, along with per-period percentage errors for diagnosis.

Use the result to compare operating scenarios, pressure-test assumptions, and rerun the model when volumes, rates, or service targets change.

Use the output to compare options, spot the main cost drivers, and rerun the math when lane assumptions or operating constraints change.

Use the output to compare options, spot the main cost drivers, and rerun the math when lane assumptions or operating constraints change.

When This Page Helps

MAPE provides a scale-independent measure of forecast accuracy that is easy for non-technical stakeholders to understand. A single percentage number communicates forecast quality quickly. This calculator eliminates manual error computation, helping demand planners track and report forecast performance efficiently.

How to Use the Inputs

  1. Enter actual demand values separated by commas.
  2. Enter corresponding forecast values separated by commas.
  3. Ensure both lists have the same number of values.
  4. Review the MAPE percentage result.
  5. Check individual period errors for outlier identification.
  6. Use the result to benchmark and improve forecasting methods.
Formula used
MAPE = (1/n) × Σ|Actual_i − Forecast_i| / Actual_i × 100 Where n is the number of periods. Note: Periods where Actual = 0 are excluded to avoid division by zero.

Example Calculation

Result: MAPE = 4.6%

Period errors: |100-105|/100=5%, |120-115|/120=4.2%, |110-108|/110=1.8%, |130-140|/130=7.7%. Average = (5 + 4.2 + 1.8 + 7.7) / 4 = 4.6%.

Tips & Best Practices

  • MAPE below 10% is generally considered excellent; 10–20% is good; above 30% indicates poor accuracy.
  • MAPE penalizes under-forecasting less than over-forecasting — consider symmetric MAPE (sMAPE) for balance.
  • Exclude periods with zero actual demand, as they cause undefined results.
  • Use MAPE alongside MAD and Bias for a complete picture of forecast quality.
  • Track MAPE by product family, region, or forecast horizon to identify systemic issues.
  • MAPE tends to favor intermittent demand items because low actuals inflate percentage errors.

MAPE Interpretation Guidelines

Less than 10% MAPE indicates a high-quality forecast suitable for fine-tuned inventory management. Between 10–25% is acceptable for most supply chain planning. Above 25% suggests the forecasting method or data needs significant improvement. Always compare MAPE against a naïve forecast (e.g., last period's demand) to confirm your model adds value.

Alternatives to MAPE

For intermittent demand, use MASE (Mean Absolute Scaled Error). For symmetric evaluation, use sMAPE. For operations that care about absolute quantities rather than percentages, use MAD. Each metric highlights different aspects of forecast quality.

Using MAPE for Continuous Improvement

Track MAPE over time to measure the impact of forecasting improvements. Set MAPE targets by product group and review monthly. Recognize that no forecast is perfect — even world-class organizations rarely achieve MAPE below 5% across their full product portfolio.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • MAPE measures the average absolute forecast error expressed as a percentage of actual demand. It answers the question: on average, how far off is our forecast in percentage terms?