Average Calculator
Last updated: 27 June 2026
Reviewed by Gavin Meiring, Lead research and primary author ยท Doctoral Candidate (Corporate Governance) ยท Research and drafting assisted by AI
- Mean, median, and mode all describe 'average' differently. Income statistics typically use median because a small number of billionaires can skew the mean dramatically upward.
- The UK mean household income is about $35,000/year. The median is about $29,000. The gap exists because high earners pull the mean up โ median better represents typical experience.
- The 'average person' doesn't exist statistically. A study measuring 10 physical dimensions found that fewer than 2% of people were near-average on all 10. Designing for 'average' fits almost nobody.
Average Calculator
An average calculator computes the mean, median, and mode of a set of numbers in one step. It is used by students, teachers, data analysts, and anyone needing to summarise a list of values quickly and accurately.
How to Use the Average Calculator
- Enter your numbers separated by commas or spaces in the input field, or paste a column of data.
- Click Calculate to see the mean, median, and mode alongside the count, sum, minimum, and maximum.
- Review the sorted data display to quickly spot the spread of your values.
- For large datasets, use the copy button to export the results summary.
- Clear the input and enter a new dataset to start a fresh calculation.
The Formula
Mean: add all values together and divide by the count of values. Formula: mean = sum of all values divided by n. Median: sort the values in ascending order. If n is odd, the median is the middle value. If n is even, the median is the average of the two middle values. Mode: the value (or values) that appear most frequently. A dataset with no repeating values has no mode; a dataset with multiple equally frequent values is multimodal.
Real-World Example
A sales team records weekly revenue across 7 weeks (in thousands): 42, 55, 38, 61, 55, 49, 72. Mean = (42 plus 55 plus 38 plus 61 plus 55 plus 49 plus 72) divided by 7 = 372 divided by 7 = 53.14 thousand. Sorted order: 38, 42, 49, 55, 55, 61, 72. Median = 4th value = 55 thousand (middle of 7 values). Mode = 55 thousand (appears twice). The mean and median are close, suggesting the data is reasonably symmetrical without extreme outliers.
Mean vs Median: When to Use Which
The mean is the most commonly reported average and works well for symmetric data without extreme outliers. The median is more reliable when data is skewed or contains outliers, because it reflects the middle value rather than being pulled by extremes. For example, in income data where a few very high earners exist, the median income describes a typical person better than the mean does. The mode is most useful for categorical data or when you need to know the most common value in a dataset.
Frequently Asked Questions
What is a weighted average and when is it used? A weighted average assigns different levels of importance (weights) to different values. For example, if a final exam counts twice as much as coursework, the weighted average multiplies each grade by its weight, sums the products, and divides by the total weight. Standard mean treats all values equally.
How does an outlier affect the mean? A single extreme value can significantly shift the mean while having minimal effect on the median. If a dataset of household incomes includes one billionaire, the mean rises dramatically but the median barely moves. This is why the median is often preferred for reporting economic data.
Can the mean, median, and mode all be different? Yes. In a skewed distribution they typically differ. In income data, the mode (most common salary) might be 30,000 pounds, the median 38,000 pounds, and the mean 55,000 pounds. Each tells a different story about the data.
What is the geometric mean and when is it appropriate? The geometric mean multiplies all values together and takes the nth root. It is appropriate for data that represents rates of change, growth, or ratios, such as investment returns over multiple years. A 10% gain followed by a 10% loss does not return to the starting value; the geometric mean captures this correctly where the arithmetic mean does not.
Also try these free tools related to Average Calculator: - Standard Deviation Calculator
Worked example with an even count of values
The revenue example above has seven values, so the median lands on a single middle number. An even count behaves differently. Take these eight daily takings in pounds: 12, 15, 15, 18, 22, 15, 27, 30.
- Sum: 12 + 15 + 15 + 18 + 22 + 15 + 27 + 30 = 154
- Count: 8
- Mean: 154 / 8 = 19.25
- Sorted: 12, 15, 15, 15, 18, 22, 27, 30
- Median: the fourth and fifth values are 15 and 18, so the median is (15 + 18) / 2 = 16.5
- Mode: 15, which appears three times
The mean sits 2.75 above the median. Two large takings pull the mean upward while the cluster of fifteens holds the middle down. Check that gap first when an average does not match your sense of the data.
Five averages on the same figures
Different averages answer different questions, and one dataset gives a different number for each of them. The table below applies five of them to the eight daily takings and to the seven weekly revenues from the worked example above.
| Average | Eight daily takings | Seven weekly revenues | The question it answers |
|---|---|---|---|
| Arithmetic mean | 19.25 | 53.14 | What would each value be if the total were shared evenly? |
| Median | 16.5 | 55 | What is the middle value once the list is sorted? |
| Mode | 15 | 55 | Which value appears most often? |
| Geometric mean | 18.374 | 52.0786 | What is the typical value when the figures multiply together? |
| Harmonic mean | 17.5935 | 51.0281 | What is the typical value for rates, ratios and per-unit figures? |
The harmonic mean of the eight takings is 8 / (1/12 + 1/15 + 1/15 + 1/18 + 1/22 + 1/15 + 1/27 + 1/30) = 17.5935. The geometric mean of the same eight values is the eighth root of 12 x 15 x 15 x 18 x 22 x 15 x 27 x 30, which is 18.374. Every one of these averages moves with the shape of the data, and on a set with a long right tail the geometric and harmonic means land below the arithmetic mean. The longer the tail, the wider the gap.
Weighted average worked example
A final grade usually weights its parts. Suppose coursework counts for 30 percent of the mark and the examination counts for 70 percent. A student scores 68 on the coursework and 81 on the examination.
- Coursework contribution: 0.30 x 68 = 20.4
- Examination contribution: 0.70 x 81 = 56.7
- Weighted average: 20.4 + 56.7 = 77.1
The plain mean of the two marks is 74.5. The weighted result is 2.6 marks higher because the stronger mark carries the larger weight. When the parts of a total are not equally important, the plain mean misstates the answer, and the size of the error depends on how far apart the marks and the weights sit.
What one outlier does to each average
Start from the seven weekly revenues and change a single figure, replacing 72 with 720.
- New sum: 1,020
- New mean: 1,020 / 7 = 145.71
- Sorted: 38, 42, 49, 55, 55, 61, 720
- Median: still 55
The mean rises by 92.57 while the median does not move at all. Income statistics are published as both mean and median for this reason: one extreme household shifts the mean and leaves the middle untouched.
Method and assumptions
The figures on this page follow three rules.
- Each value is counted once. A repeated value enters the sum once per occurrence, and the repetition is already reflected in the total. The mode is the exception, since repetition is the only thing that creates it.
- No rounding happens before the final step. Rounding the inputs first is the most common reason a hand calculation disagrees with the calculator by a few hundredths.
- The formulas treat the data as the whole group rather than as a sample drawn from a larger one. The arithmetic mean is the same either way, but spread measures differ between the two conventions, which is why a mean can be quoted here that a standard deviation cannot.
The geometric mean requires every value to be positive. Feed it a zero and the product collapses to zero. Feed it a negative number and the root is undefined. Growth factors, index ratios and price relatives satisfy that requirement. Temperature readings in Celsius do not, and neither do profit figures that cross zero.
Choosing between them in practice
Match the average to the question rather than to habit.
| Situation | Average | Why |
|---|---|---|
| Marks, takings, heights, test scores | Mean | The values add up to a meaningful total |
| House prices, incomes, waiting times | Median | A few extremes distort the mean |
| Shoe sizes, most common choice, survey pick | Mode | The answer is a category rather than a total |
| Growth rate across several years | Geometric mean | Growth compounds instead of adding |
| Average speed over two legs, price per unit | Harmonic mean | The quantity being averaged is a rate |
Reading the result and its precision
An average carries the unit of the values behind it. The mean of the seven weekly revenues is 53.142857 thousand, usually quoted as 53.14 thousand. Rounding at two decimals drops 0.002857 thousand, about 2.86 pounds of a single weekly figure, so the rounded value is safe for a summary and unsafe for a reconciliation that has to balance to the penny. Quote the count and the sum alongside the average so anyone reading the figure can repeat the division and see where it came from. An average of three values and an average of three hundred deserve different levels of trust, and the count is what tells the reader which one they are looking at.
A note on definitions
The definitions of mean, median and mode used here follow the NIST/SEMATECH e-Handbook of Statistical Methods, section 1.3.5.1, Measures of Location. That source defines the mean as the sum of the data points divided by their number, the median as the point with half the data below it and half above, and the mode as the value occurring with the greatest frequency. It gives the even-count median as the average of the two central values, which is the rule applied to the eight daily takings above. Where no value repeats at all, the mode does not exist rather than being zero.