Statistical Average Calculator (Mean, Median, Mode & Range)
A descriptive statistics suite computing measures of central tendency, spread, and dataset distributions.
What's the difference between mean, median, and mode?
Mean, median, and mode are the three standard "measures of central tendency" in statistics — three different ways of answering the same question: "what's a typical value in this data set?" They usually sit close together, but not always, and knowing which one to trust in a given situation is half the battle in reading any data set correctly.
- •Mean — the arithmetic average: add every value, divide by how many there are.
- •Median — the middle value once the data is sorted from lowest to highest.
- •Mode — the value (or values) that appears most often.
Standard formulas used by this calculator
This calculator uses the standard measures of central tendency defined in the NIST/SEMATECH e-Handbook of Statistical Methods, published by the U.S. National Institute of Standards and Technology, and follows international mathematical notation (ISO 80000-2) for the formulas below. These are the exact same definitions taught in introductory statistics courses and used in research, quality control, and data analysis worldwide.
How to find the mean, median, and mode of a data set — worked example
Using this calculator's default data set: 12, 18, 25, 30, 42, 18, 55 (n = 7)
Why do mean, median, and mode sometimes disagree?
In a perfectly symmetric data set, mean, median, and mode all land on the same number. In real data, they almost never do — and the gap between them tells you something. The classic example: take a room of ten people earning a modest salary, then add one billionaire. The mean income skyrockets, because it's dragged upward by that one extreme value. The median barely moves, because it only cares about the middle position, not how far the outlier sits from it. This is exactly why household income, home prices, and test scores are usually reported as medians in the news, not means — a median resists distortion from a handful of extreme outliers, while a mean doesn't. The mode, meanwhile, ignores magnitude entirely and just answers "what showed up most" — useful for categorical data (most common shoe size, most frequent survey answer) where "average" as a number doesn't even make sense.
Mean vs. Median vs. Mode — when to use which
| Mean | Median | Mode | |
|---|---|---|---|
| Best for | Data without extreme outliers | Data with outliers or skew | Categorical or repeated-value data |
| Sensitive to outliers | Yes, highly | No, resistant | No |
| Works on non-numeric data | No | No (needs order) | Yes |
| Common real use | Test score average, temperature average | Household income, home prices | Most common size, most frequent rating |
| Can have more than one value | No, always one number | No, always one number | Yes — a data set can be bimodal, multimodal, or have no mode at all |
Typical real-world applications (reference table)
| Field | What's Typically Measured | Which Measure Is Usually Reported |
|---|---|---|
| Personal finance / economics | Household income, home prices | Median (resists skew from a few very high earners) |
| Education | Class test scores, GPA | Mean (usually symmetric enough) |
| Retail / e-commerce | Product star ratings, shoe/clothing sizes stocked | Mode (most common value matters more than average) |
| Weather | Daily/monthly temperature | Mean |
| Manufacturing / quality control | Defect counts, tolerance measurements | Mean and Range together (per NIST statistical process control methods) |
Household income, home prices
Class test scores, GPA
Product star ratings, shoe/clothing sizes stocked
Daily/monthly temperature
Defect counts, tolerance measurements
Related tools
If you also want to know how spread out your data is around the mean — not just where the center sits — our standard deviation & variance calculator is the natural next step; mean tells you the center, standard deviation tells you how tightly the data clusters around it. If you're working with test scores specifically and want a weighted result rather than a simple mean, our GPA/CGPA calculator handles the credit-weighted version of this same averaging concept.
Frequently asked questions (real search queries)
Is mean the same thing as average?
Yes — in everyday language "average" almost always means the arithmetic mean. Statisticians use "mean" specifically because "average" can informally refer to median or mode too, depending on context.
Can a data set have no mode, or more than one mode?
Yes to both. If every value in a data set is different, there's no mode at all ("all unique"). If two or more values tie for the most frequent, the data set is called bimodal (two modes) or multimodal (more than two).
How do you find the median when there's an even number of values?
Sort the data, then average the two middle values. For example, in the sorted set 4, 8, 10, 14, the median is (8 + 10) ÷ 2 = 9.
Why is the median often used instead of the mean for income data?
Because income data is typically right-skewed — a small number of very high earners pull the mean far above what a "typical" person actually earns. The median, which only depends on the middle position, isn't affected by how extreme the highest values are.
What is an outlier and how does it affect the mean?
An outlier is a value that sits far outside the normal range of a data set. Because the mean factors in every value equally, a single extreme outlier can shift it substantially — while the median and mode are largely unaffected.
Can an average or mean be negative or zero?
Yes. An average can be negative or zero if the data set contains negative values whose sum is negative or exactly zero. For instance, the mean of -10, 0, and 10 is 0, and the mean of -5 and -15 is -10.
What is the difference between a simple average and a weighted average?
In a simple average, every number carries equal weight (1/n). In a weighted average (such as a GPA or portfolio return), certain values contribute more heavily to the final result according to their relative importance or credit count.
Sources & Further Reading
Related Online Calculators
Frequently referenced alongside Average Calculator.
Percentage Calculator
A versatile proportional arithmetic engine resolving fractional percentages, relative variance, and percentage increase / decrease.
Discount Calculator
A retail pricing engine calculating net payable price, percentage markdowns, and total customer savings.
Simple Interest Calculator
Linear non-compounding yield model determining fixed interest on principal capital across discrete time spans.