Interactive tool

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

Enter 2 to 30 positive values separated by commas, spaces, or line breaks.

Result Ready
Comparison Ready
Count Ready
Note Ready

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. Scores 72, 80, 88, 96 → AM = (72+80+88+96)/4 = 84.
Geometric mean Multiplicative values: annual return factors, index ratios, and compound growth. All values must be positive. Not meaningful for counts, temperatures, or survey scores. Return factors 1.06, 0.92, 1.15 → GM = (1.06×0.92×1.15)^(1/3) = 1.038 (3.8%/yr).
Median Skewed datasets: income, house prices, and any values with a long tail on one side. Ignores the magnitude of values above or below the midpoint. Incomes: $30k, $40k, $45k, $50k, $500k → AM = $133k (misleading), median = $45k (representative).
Standard deviation Measuring how spread out values are around the mean — tells you whether AM is stable. It is a spread measure, not an average. High SD means AM may not represent a typical value. Scores {10, 10, 10, 10, 10}: AM = 10, SD = 0. Scores {2, 6, 10, 14, 18}: AM = 10, SD = 5.66.

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.

01 Sum

Add every value: 72 + 80 + 88 + 96 = 336.

02 Count

Count the values: n = 4.

03 Divide

AM = 336 / 4 = 84.

04 Verify

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

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.

HubStatistics Calculators: Arithmetic, Weighted, Geometric, and Harmonic Mean

The three Pythagorean means — arithmetic, geometric, and harmonic — each answer a different averaging question. Arithmetic mean sums values; geometric mean multiplies them; harmonic mean uses reciprocals for rates. This hub links to each calculator, explains which one fits your data, and shows Excel equivalents for each formula.

Unequal-importance averageWeighted Mean Calculator - Values, Weights, Formula, and Examples

Weighted mean is the correct average when each value does not count equally. Formula: weighted mean = sum(value x weight) / sum(weight). Use it for course grades with different credit weights, portfolio returns with different capital allocations, survey results with sample weights, and prices with different quantities. This calculator returns weighted mean, arithmetic mean, total weight, and weighted sum so you can see how much the weights changed the result.

Rate & reciprocal averageHarmonic Mean Calculator — Formula, Speed Examples, and Rate Averaging

Harmonic mean (HM) is n divided by the sum of reciprocals: HM = n / (1/x₁ + 1/x₂ + ⋯ + 1/xₙ). It is the correct average when each value is a rate applied over an equal distance, budget, or unit — such as speeds over equal distances or prices per equal spending. Classic example: traveling 100 km at 30 mph and 100 km at 60 mph — the true average speed is HM = 40 mph, not the arithmetic mean of 45 mph.

Spread & dispersionVariance and Standard Deviation Calculator — Population vs Sample Formula

Variance measures the average squared distance of each value from the mean. Standard deviation is its square root — bringing the result back to the original unit. Population variance divides by n; sample variance divides by n − 1 (Bessel's correction). For dataset {4, 7, 13, 16, 20}: mean = 12, population variance = 34.8, population standard deviation = 5.90. This calculator returns both population and sample versions side by side.

ComparisonGeometric Mean vs Arithmetic Mean: Which Average Is Correct?

Arithmetic mean (AM = sum/n) is correct for additive values. Geometric mean (GM = nth root of product) is correct when values multiply or compound. For scores 72, 80, 88, 96: AM = 84 (correct). For annual return factors 1.06, 0.92, 1.15: GM = 1.038 = 3.8%/yr (correct) — AM of 1.043 overstates by 0.5 pp and compounds to the wrong ending value.

ComparisonGeometric Mean vs Harmonic Mean: Factors vs Rates

Geometric mean (GM) is correct when values multiply: growth factors, fold changes, index relatives. Harmonic mean (HM) is correct when rates share an equal denominator: equal-distance speeds, equal-budget prices per unit. For 30 mph and 60 mph over equal distance: HM = 40 mph (correct travel time), GM = 42.43 mph (wrong), AM = 45 mph (wrong by 33 minutes per 200 km).

ComparisonMean, Median, Mode, and Range: When to Use Each

Mean is the arithmetic average (sum/n). Median is the middle value when sorted. Mode is the most frequent value. Range = max − min. For {30k, 34k, 35k, 38k, 200k}: mean = $67.4k (pulled up by outlier), median = $35k (representative of typical), mode = none, range = $170k. Reporting mean alone for skewed income data overstates the typical salary by 93%.

ComparisonWhich Average Should I Use? AM, GM, HM, Median, or Mode

Arithmetic mean (AM) is correct for additive values: scores 72+80+88+96 → AM = 84. Geometric mean (GM) is correct for multiplicative values: growth factors 1.06×0.65×1.10 → GM = 0.9144 = −8.56%/yr. Harmonic mean (HM) is correct for equal-denominator rates: 30 mph and 60 mph over equal distance → HM = 40 mph. Median is correct for skewed data: incomes {$30k,$34k,$35k,$38k,$200k} → median = $35k (mean = $67.4k is 93% too high). Mode is correct for categories: survey {A,B,B,C,B,A} → mode = B.

Frequently asked questions

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.