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
- x̄
- arithmetic mean (read: "x-bar")
Step-by-Step Example
Dataset: { 12, 7, 3, 14, 6, 11 }
- 1Count the values: n = 6
- 2Sum the values: 12 + 7 + 3 + 14 + 6 + 11 = 53
- 3Divide: 53 ÷ 6 = 8.833…
- 4The arithmetic mean is ≈ 8.83
Choosing the Right Mean
| Mean Type | Best For | Avoid When |
|---|---|---|
| Arithmetic | Test scores, temperatures, heights | Data has extreme outliers |
| Weighted | GPA, portfolio returns, survey data | All items are equally important |
| Geometric | Investment CAGR, population growth rates | Data contains zeros or negatives |
| Harmonic | Average speed, P/E ratios, fuel efficiency | Values 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.
Related Calculators
Find the middle value of any dataset
Standard Deviation CalculatorMeasure data spread around the mean
Mode CalculatorFind the most frequently occurring value
Variance CalculatorCalculate population and sample variance
Z-Score CalculatorStandardise values relative to the mean
T-Test CalculatorTest whether a mean differs significantly
Normal Distribution CalculatorProbability under the bell curve
Statistics HubAll statistics calculators & guides
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.