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.

Mean vs Median: When the Number Changes the Decision

Run this diagnostic before choosing your central tendency metric.

Signal in your datasetUse MeanUse Median
Mean − median > 0.5 × SD
Max value > mean + 3 SD (outlier confirmed)
Symmetric histogram, no extreme values
Ordinal scale (1–5 ratings, satisfaction scores)
Financial data: salaries, revenue, pricesCheck skew first✅ Default
Continuous measurement, normal distribution

Practical Scenario: SaaS Revenue Analysis

Business analyst · n = 4,200 accounts

A business analyst calculated average monthly revenue per user (ARPU) across 4,200 accounts. Arithmetic mean: $847/month. Before finalising the board report, she ran a quick check: mean ($847) − median ($312) = $535 — a gap exceeding 60% of the mean. That delta flagged a right-skewed distribution driven by 94 enterprise accounts (2.2% of the sample) generating 58% of total revenue. She reported median ARPU ($312) as the representative metric and isolated the enterprise segment separately. Using the arithmetic mean would have overstated typical customer value by 2.7× and distorted population-level projections for the growth model.

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