Arithmetic Mean Calculator — Formula, Examples, and When to Use It
Arithmetic mean (AM) is the sum of all values divided by the count: AM = (x₁ + x₂ + ⋯ + xₙ) / n. It is the correct average when every value contributes equally to a total — such as test scores, temperatures, and counts. This calculator computes AM alongside geometric and harmonic mean so you can confirm which average best fits your data.
Client-side
Additive average
Before you calculate
Arithmetic mean (AM) is the sum of all values divided by the count: AM = (x₁ + x₂ + ⋯ + xₙ) / n. It is the correct average when every value contributes equally to a total — such as test scores, temperatures, and counts. This calculator computes AM alongside geometric and harmonic mean so you can confirm which average best fits your data.
Best forTest scores, physical measurements, count data, and any dataset where values are added together and each observation carries equal weight.InputTwo to 30 numeric values (positive, negative, or zero are all valid).OutputArithmetic mean, geometric mean, harmonic mean, count, and sum — displayed together for comparison.
Three things arithmetic mean tells you — and one thing it hides
AM summarizes center for additive data. Understanding its relationship to sum, outliers, and the GM-AM gap makes the result far more useful.
Identity
AM × n = sum of all values
The arithmetic mean preserves the total. AM = 84 for four scores means the class total is 336 (84 × 4). This makes AM the only correct choice when the total is meaningful — e.g., budget allocation, class totals, and time sums.
Sensitivity
A single outlier can dominate
For {4, 9, 16, 100}: AM = 32.25 is higher than 75% of the values. GM = 9.45 is much closer to the central tendency. When AM >> GM, ask whether the outlier belongs in the dataset.
Signal
AM-GM gap diagnoses data type
AM-GM inequality: AM ≥ GM always (for positive values). A gap of <10% is normal. A gap of >30% usually means the data is skewed or multiplicative. For {4, 9, 16, 25}: AM = 13.50, GM = 10.95, gap = 23% — borderline. For {4, 9, 16, 100}: AM = 32.25, GM = 9.45, gap = 241% — strong outlier signal.
When AM is correct, when it is wrong, and which alternative to use
Each row shows the input, the AM result, and whether AM is the right answer or a misleading one.
Situation
Input
Best next move
Why
Class test scores (equal weight)
72, 80, 88, 96
Use AM → 84
Each score contributes equally; AM preserves the class total (84 × 4 = 336).
4-year investment returns
6%, 7%, −35%, 10%
Use geometric mean → CAGR = −1.58%/yr
AM = −3% implies no change, but the portfolio actually loses value: $1,000 → $938.
Round-trip speed (equal distance)
30 mph out, 60 mph back
Use harmonic mean → 40 mph
AM = 45 mph would predict the wrong trip duration; HM = 40 is correct.
Income distribution with one high earner
$30k, $40k, $45k, $50k, $500k
Report median ($45k) alongside AM ($133k)
AM is mathematically correct but not representative of a typical income in this group.
Step-by-step: how to use this calculator correctly
01
Confirm your values are additive — each one should represent the same unit of the same thing (e.g., all test scores, all temperatures in °C).
02
Enter values separated by commas, spaces, or line breaks. Negative values and zero are valid.
03
Read the AM result. If AM is much larger than GM, the dataset likely contains outliers or multiplicative values better suited to GM.
04
Check the sum: AM × n should equal the total of all entered values — use this as a quick sanity check.
Class test scores: AM versus the effect of one outlier
Given
Scores: 72, 80, 88, 96 | Then one student scores 0 (absent)
Work
Without absent student: AM = (72+80+88+96)/4 = 336/4 = 84. With 0 added: AM = (72+80+88+96+0)/5 = 336/5 = 67.2.
Result
Adding a single zero score drops the class average from 84 to 67.2 — a 17-point swing.
Takeaway
AM is sensitive to every value, including zeros and outliers. When one value dominates the result, report the median or note the outlier alongside the mean.
Arithmetic mean versus other summaries: when AM is wrong
AM is the correct summary for additive values, but it produces misleading results for multiplicative, rate-based, or heavily skewed data. Use this table to spot when a different summary is more accurate.
Method
Best for
Watch for
Example
Arithmetic mean
Additive values: test scores, counts, temperatures, survey ratings, and time measurements.
Outlier sensitivity: adding a score of 200 to {72, 80, 88, 96} raises AM from 84 to 107.2 — a 28% jump.
Outlier effect: one extreme value pulls AM far from the typical value
Dataset {4, 9, 16, 100}: AM = 32.25 — higher than three of the four values. GM = 9.45 is closer to the majority.
4
4
9
9
16
16
100
100
AM
32.25
Arithmetic mean calculation flow: four steps with a built-in sanity check
AM = sum / n. Verify by multiplying the result by n — it must equal the original sum.
01Sum
Add every value: 72 + 80 + 88 + 96 = 336.
->02Count
Count the values: n = 4.
->03Divide
AM = 336 / 4 = 84.
->04Verify
84 × 4 = 336 ✓. If AM × n ≠ sum, check for input errors.
Key facts before you calculate
When arithmetic mean is the right choice — and when it is not
Use AM for values that add: student scores, sales counts, daily temperatures, time measurements. Do not use AM for investment returns (6%, 7%, −35%, 10% → AM = −3%, but the correct compound return is −5.6% CAGR), speeds over equal distances (30 mph and 60 mph → AM = 45 mph, but the correct average speed is 40 mph harmonic mean), or normalized benchmark scores expressed as ratios.
How the AM-GM gap signals data type
By the AM-GM inequality, arithmetic mean is always ≥ geometric mean for positive values. A small gap (e.g., AM = 13.50, GM = 10.95 for {4, 9, 16, 25}) is normal for uneven additive data. A large gap (e.g., AM = 32.25 vs GM = 9.45 for {4, 9, 16, 100}) signals that one value dominates — consider whether the data is truly additive or whether an outlier or exponential value is distorting the summary.
Three ways arithmetic mean produces wrong answers
The formula is simple and always returns a number — even when that number is the wrong statistic for the data.
Watch for
Using AM to average investment returns
Returns of 50% and −50% give AM = 0% — suggesting no change. But $1,000 × 1.5 × 0.5 = $750 — a 25% loss. Use geometric mean: GM = √(1.5 × 0.5) − 1 = −13.4%.
Watch for
Using AM for round-trip speed averages
30 mph and 60 mph gives AM = 45 mph, but the true average speed over equal distances is 40 mph (harmonic mean). AM of 45 mph underestimates travel time by 33 minutes per 200 km.
Watch for
Mixing values in different units
Averaging test scores (max 100) with assignment grades (max 20) in the same AM is meaningless without normalization. Keep units identical or weight-adjust before averaging.
Keep going
Related calculators and reference guides
Continue with the Statistics hub, compare this result against a related method, or open a guide that covers the same data pattern in more depth.
Can arithmetic mean be used with negative numbers?
Yes. AM uses addition, so negative values, zero, and positive values are all valid. Example: AM of −10, 0, 20 = (−10 + 0 + 20) / 3 = 3.33. Geometric and harmonic mean cannot handle negative values or zeros.
Why does this calculator also show geometric and harmonic mean?
The gap between AM, GM, and HM tells you whether your data is truly additive. If AM = 32.25 and GM = 9.45 for your dataset, the data is skewed or multiplicative and AM may not be the right summary.
Can arithmetic mean use negative numbers?
Yes. AM is based on addition, so it accepts any real number. AM of −10, 0, 20 = (−10 + 0 + 20) / 3 = 3.33. Neither geometric nor harmonic mean can handle negatives or zeros.
Why is AM always greater than or equal to GM for positive values?
The AM-GM inequality: (x₁ + x₂ + ⋯ + xₙ) / n ≥ (x₁ × x₂ × ⋯ × xₙ)^(1/n), with equality only when all values are identical. For {4, 9, 16, 25}: AM = 13.50 and GM = 10.95. The gap is 23%, which reflects how spread the values are.
Should I use arithmetic mean or median for skewed data?
Use AM when every value should influence the result and the total matters. Use median when the distribution is skewed — e.g., income or house prices. For {$30k, $40k, $45k, $50k, $500k}: AM = $133k, median = $45k. The median is more representative of a typical income here.