Free Online Calculator

The Mean Average Calculator
That Gets It Right

Paste any set of numbers and get the mean, median, mode, range, sum, and more — all at once, instantly, with a visual breakdown.

Mean, Median & Mode
Visual distribution
Comma, space or newline input
No sign-up needed
Example — exam scores
72
85
91
68
79
88
mean calculated below
Mean Average
80.50
Count
6
Min
68
Max
91
Mean Average Calculator
Enter numbers below — commas, spaces, or new lines all work
Your Numbers — any format, any quantity
Value Distribution
Values
Mean
Parsed Numbers

From numbers to answer in three steps

No spreadsheet, no formula writing, no manual arithmetic. Paste your data and the calculator handles everything — including stats you did not know you needed.

1

Paste your numbers

Type or paste a list of numbers in any format — comma-separated, space-separated, one per line, or straight from a spreadsheet column.

2

Click Calculate

The calculator parses your input, strips any non-numeric characters, and runs the full statistical summary instantly.

3

Read your results

Get the mean, median, mode, range, sum, count, min, and max — plus a visual distribution chart so you can see how your numbers spread.

What Is a Mean Average?

The mean average — formally called the arithmetic mean — is the most widely used measure of central tendency in mathematics, statistics, science, and everyday life. It represents the central value of a dataset by distributing the total sum equally across all values. When people say “the average,” they almost always mean the arithmetic mean.

The mean is used to summarise data ranging from school exam scores and business KPIs to weather temperatures and stock prices. It gives you a single representative number for an entire dataset — a benchmark you can compare individual values against.

← Back to Average Calculators — weighted average, GPA, speed & more

The Mean Average Formula

The formula for the arithmetic mean is straightforward: add all the values together, then divide by how many values there are.

Mean (x̄) = (x₁ + x₂ + x₃ + … + xₙ) ÷ n

Or more compactly:
x̄ = Σx ÷ n

Where Σx = sum of all values, n = count of values

For example, to find the mean of the scores 72, 85, 91, 68, 79, and 88:

  1. Sum: 72 + 85 + 91 + 68 + 79 + 88 = 483
  2. Count: 6 values
  3. Mean: 483 ÷ 6 = 80.5

Every value contributes equally to the mean. If you add a very high or very low number, it pulls the mean towards it — which is why the mean is sensitive to outliers (discussed below).

Mean vs Median vs Mode — What Is the Difference?

Mean, median, and mode are three different ways to describe the “centre” of a dataset. They often give different answers, and knowing which to use matters.

Measure Definition Best Used When Sensitive to Outliers?
Mean Sum ÷ count Data is evenly distributed, no extreme outliers Yes — outliers pull the mean
Median Middle value when sorted Data has outliers (e.g. income, house prices) No — unaffected by extremes
Mode Most frequently occurring value Categorical data or finding the most common value No

Consider a small company with five salaries: £25,000, £27,000, £28,000, £30,000, and £200,000 (the owner). The mean salary is £62,000 — a figure no single employee actually earns and that wildly misrepresents the typical worker’s pay. The median is £28,000, which is far more representative. This is why governments report median household incomes rather than mean incomes.

When Should You Use the Mean?

The mean is the right tool when your data is roughly symmetrical and free from extreme outliers. Common scenarios include:

  • Academic grades — averaging a student’s test scores across a term
  • Sports statistics — a cricketer’s batting average or a footballer’s goals per game
  • Scientific measurements — repeated measurements of the same value to reduce error
  • Business metrics — average order value, average session duration, average response time
  • Weather data — average daily temperature over a month
  • Finance — average monthly spend, average revenue per user

The Effect of Outliers on the Mean

An outlier is a value that sits far outside the range of the rest of your data. Because the mean accounts for every value equally, a single extreme number can significantly skew the result.

⚠️

Example: A class of ten students scores: 60, 62, 65, 68, 70, 71, 73, 74, 75, and 2 (one student who missed the exam). The mean is 62 — dragged down by that single outlier. The median is 70.5, which better reflects the group’s performance. Always check your data for outliers before relying on the mean.

When outliers are present, you have three options: report the median instead of the mean, remove justified outliers (and document why), or report both the mean and median so the reader can see the full picture.

Types of Mean — Arithmetic, Geometric, and Harmonic

The arithmetic mean is the most common, but it is not always the most appropriate. Two other types of mean are used in specific contexts:

Arithmetic Mean

The standard mean — sum divided by count. Used in almost all everyday averaging tasks: grades, temperatures, prices, scores.

Geometric Mean

The geometric mean multiplies all values together, then takes the nth root. It is used when values represent rates of change or growth, such as investment returns over multiple years. If a fund returns +50%, −20%, and +30% over three years, the arithmetic mean of the returns is 20% — but the geometric mean (the actual compound annual growth rate) is only about 15.6%.

Geometric Mean = (x₁ × x₂ × x₃ × … × xₙ)^(1/n)

Harmonic Mean

The harmonic mean is the reciprocal of the arithmetic mean of the reciprocals. It is used when averaging rates — such as speed over a journey where equal distances (not equal times) are covered at different speeds. For two legs of a trip at 60 mph and 40 mph, the correct average speed is the harmonic mean (48 mph), not the arithmetic mean (50 mph).

Harmonic Mean = n ÷ (1/x₁ + 1/x₂ + … + 1/xₙ)

How to Calculate the Mean by Hand — Step by Step

Even with a calculator, understanding the manual process helps you catch errors and verify results.

  1. List all your values. Write them out clearly so none are missed or counted twice.
  2. Count the values (n). This is your denominator.
  3. Add all values together (Σx). Work through them in order to avoid skipping any.
  4. Divide the sum by the count. Σx ÷ n = mean.
  5. Check your answer. The mean should sit somewhere between the smallest and largest values. If it does not, recheck your arithmetic.

Common Mistakes When Calculating the Mean

  • Averaging averages — averaging a set of averages without accounting for the sample sizes behind them gives the wrong result. You must go back to the raw totals and counts.
  • Including non-numeric entries — a blank cell or text value in your dataset should be excluded, not treated as zero.
  • Treating all averages the same — using the arithmetic mean for compound growth rates or ratio data produces an incorrect answer.
  • Rounding too early — rounding intermediate values before dividing can cause cumulative errors, especially with large datasets.

Real-World Examples of the Mean Average

The mean appears in almost every field of human activity. Some concrete examples of where it is used and what it represents:

  • Education: A student’s mean score across six subjects determines their overall grade average and university eligibility.
  • Healthcare: Mean blood pressure readings across multiple measurements give a more reliable clinical picture than a single reading.
  • Business: Mean customer satisfaction scores (CSAT) track whether service quality is improving or declining over time.
  • Sport: A batsman’s batting average in cricket is their total runs divided by the number of innings — the arithmetic mean of their per-innings performance.
  • Economics: GDP per capita is a country’s total GDP divided by its population — the mean economic output per person.
  • Technology: Mean time to resolution (MTTR) in IT support measures the average time taken to fix reported issues.

Common questions about mean averages

What is the difference between mean, average, and arithmetic mean?
In everyday usage, “mean” and “average” refer to the same thing — the arithmetic mean. Technically, “average” is a broader term that can include the median and mode. The arithmetic mean is the specific calculation where you add all values and divide by the count. This calculator computes the arithmetic mean, which is what almost everyone means when they say “average.”
How do I find the mean of a large dataset quickly?
Paste the entire dataset into the input box above — the calculator accepts hundreds of numbers at once. If your data is in a spreadsheet, simply select the column of numbers, copy (Ctrl+C), and paste directly into the input field. The calculator auto-detects whether values are separated by commas, spaces, or new lines.
Does the mean always accurately represent a dataset?
Not always. The mean is pulled towards extreme values (outliers), which can make it unrepresentative of a typical value. For example, average income figures are often higher than median income because a small number of very high earners pull the mean up. When outliers are present or data is heavily skewed, the median is usually a better measure of central tendency than the mean.
Can I calculate the mean of negative numbers?
Yes. The formula works the same way with negative numbers — simply include them in your list. For example, the mean of −10, −5, 0, 5, and 10 is (−10 + −5 + 0 + 5 + 10) ÷ 5 = 0. Negative numbers are common when working with temperature changes, profit/loss figures, or elevation differences.
What is a weighted mean and how is it different?
A weighted mean (or weighted average) assigns different levels of importance to different values. In a standard mean, every value counts equally. In a weighted mean, each value is multiplied by a weight before summing, then divided by the total weight. GPA calculations use weighted means because some courses are worth more credit hours than others. Use our Weighted Average Calculator if your values have different weights.
What is the mean absolute deviation (MAD)?
The mean absolute deviation measures how spread out your values are around the mean. It is calculated by finding the absolute difference between each value and the mean, then averaging those differences. A low MAD means values cluster tightly around the mean; a high MAD means they are spread out widely. It is a simpler alternative to standard deviation for everyday use.
How is this different from the median?
The median is the middle value when your numbers are sorted in order. If you have an even number of values, it is the mean of the two middle values. Unlike the mean, the median is not affected by very high or very low outliers. For a symmetric dataset with no outliers, the mean and median are often very close. For skewed data, they can differ substantially.

Need a different kind of average?

Weighted averages, GPA, stock price, speed — all free, all on one site.