Mean Calculator

Reviewed by CalcMulti Editorial Team·Last updated: ·Statistics Hub

The mean is the most widely used measure of central tendency in statistics. It summarises a dataset with a single representative value — the "center of gravity" of your numbers.

This calculator computes four types of mean: arithmetic (the standard average), weighted (when values carry different importance), geometric (for growth rates and ratios), and harmonic (for rates and speeds). Enter your values below to get instant results.

Formula

Arithmetic Mean ( x̄ ) = Σx / n

Σx
sum of all values in the dataset
n
number of values
arithmetic mean (read: "x-bar")

Step-by-Step Example

Dataset: { 12, 7, 3, 14, 6, 11 }

  1. 1Count the values: n = 6
  2. 2Sum the values: 12 + 7 + 3 + 14 + 6 + 11 = 53
  3. 3Divide: 53 ÷ 6 = 8.833…
  4. 4The arithmetic mean is ≈ 8.83

Choosing the Right Mean

Mean TypeBest ForAvoid When
ArithmeticTest scores, temperatures, heightsData has extreme outliers
WeightedGPA, portfolio returns, survey dataAll items are equally important
GeometricInvestment CAGR, population growth ratesData contains zeros or negatives
HarmonicAverage speed, P/E ratios, fuel efficiencyValues are not rates or ratios

Common Mistakes

  • Using arithmetic mean for skewed data

    If data is heavily skewed (e.g., salaries in a company with a CEO), the arithmetic mean is pulled toward the outlier. Use median instead, and report both.

  • Averaging percentages directly

    You cannot average percentages arithmetically. If store A has 20% margin on $100 revenue and store B has 30% margin on $10 revenue, the combined margin is not 25%. Use weighted mean with revenue as weights.

  • Averaging rates of change

    If an investment grows 100% then falls 50%, the arithmetic mean is +25%, but the investor is back to zero. Use geometric mean for compounded changes.

  • Ignoring zero or negative values in geometric mean

    Geometric mean is undefined for datasets containing zero or negative numbers. The calculator will flag this — check your data before interpreting results.

Disclaimer

This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.

Frequently Asked Questions