Average Calculator – Mean, Median, Mode, Range & More
Calculate the average of any data set instantly — find mean, median, mode, range, geometric mean, harmonic mean, standard deviation, variance, sum, and count. Paste any list of numbers and view charts, steps, or a full data summary.
Enter Your Numbers
Separate values with commas, spaces, or line breaks. Paste from spreadsheets works too.
Statistics
Display
Std Dev / Variance Type
Step-by-Step Calculation
Data Summary
What Is the Mean?
The mean — also called the arithmetic mean or arithmetic average — is the sum of all values divided by the count of values. It is the most widely used measure of central tendency in everyday statistics.
When the mean works well
The mean is most reliable when data is roughly symmetrical and free of extreme values. Test scores, heights, weights, and survey ratings often suit the arithmetic mean.
When the mean can mislead
Median, Mode, and Range
Median
The median is the middle value of a sorted dataset. For an odd count of values, it is the exact centre value. For an even count, it is the mean of the two middle values.
The median is robust to outliers. Use it when data is skewed or contains extreme values.
Mode
The mode is the value (or values) that appear most frequently. A dataset can have one mode (unimodal), two modes (bimodal), or more (multimodal). If no value repeats, the dataset has no mode.
Range
The range is the simplest measure of spread: it is the difference between the maximum and minimum values.
Geometric Mean and Harmonic Mean
Geometric Mean
The geometric mean multiplies all n values together and takes the nth root. It is the correct average for multiplicative growth — investment returns, population growth rates, compounding percentages.
Harmonic Mean
The harmonic mean is the reciprocal of the mean of reciprocals. It is the correct average when combining rates over equal amounts — for example, average speed over equal distances.
The harmonic mean is always ≤ the geometric mean ≤ the arithmetic mean for positive values.
Standard Deviation and Variance
Variance measures how spread out values are from the mean. It is the average of the squared differences from the mean.
Standard deviation is the square root of variance. Because it is in the same units as the original data, it is easier to interpret than variance.
Use population statistics when you have data for an entire group. Use sample statistics (with Bessel's correction, dividing by n − 1) when your data is a sample drawn from a larger population.
How to Calculate an Average
- Add all the values in your data set (find the sum).
- Count how many values there are.
- Divide the sum by the count.
This gives the arithmetic mean. It is the most common definition of "average" but is not the only one. The median and mode are also averages that describe a dataset from different perspectives.
Which Average Should I Use?
| Metric | Best used when… | Example |
|---|---|---|
| Mean | Data is symmetric, no extreme outliers | Average test scores in a class |
| Median | Data is skewed or has outliers | Median household income |
| Mode | Finding most common value; categorical data | Most common shoe size sold |
| Geometric Mean | Multiplicative growth, ratios, percentages | Average annual investment return |
| Harmonic Mean | Rates and ratios over equal intervals | Average speed for a round trip |
| Std Deviation | Measuring spread or variability | Consistency of manufacturing output |
Worked Examples
Mean = 12 | Median = 7 | Mode = 7
Note: mean (12) is pulled above the mode by the high value 24.
Median = 11 (unaffected)
→ Median better represents the typical value.
Mode = 4 and 8
→ Two modes suggest two clusters in the data.
Geometric Mean = 8.0
→ Geo mean reflects the multiplicative pattern.
Std Dev ≈ 0.84 (very consistent)
→ Low spread indicates high precision.
Common Mistakes When Calculating Averages
- Using mean with heavy outliers. A single extreme value skews the mean significantly. Always check your data for outliers first.
- Confusing median with mean. "The average house price is £350,000" likely refers to the median, not the mean. Always clarify which average is being reported.
- Forgetting to sort data before finding the median. The median is the middle value of sorted data. Finding the middle of unsorted data gives a wrong answer.
- Using geometric mean on data with zeros or negatives. Geometric mean requires all positive values. Zeros or negatives make it undefined or meaningless.
- Mixing sample and population standard deviation. Using population standard deviation on sample data underestimates the true spread. Use n − 1 (sample SD) unless you have full population data.
- Treating mode as always useful. When no value repeats, the mode doesn't exist. For continuous data, mode is rarely meaningful without grouping.
Frequently Asked Questions
An average calculator is a free online tool that computes descriptive statistics — mean, median, mode, range, geometric mean, harmonic mean, standard deviation, and variance — from a list of numbers you supply. It saves manual computation and reduces errors.
Add all values together, then divide by the count. Formula: Mean = Σx ÷ n. For example, the mean of 5, 10, 15 is (5 + 10 + 15) ÷ 3 = 10.
The mean is the arithmetic average. The median is the middle value of sorted data. The mode is the most frequent value. They give different pictures of a dataset's centre, especially when data is skewed.
Use the geometric mean for multiplicative data: investment returns, percentage growth rates, or any ratio where values multiply together over time.
Use the harmonic mean when averaging rates over equal amounts — average fuel efficiency across equal distances, or the F1-score in machine learning (which is the harmonic mean of precision and recall).
Variance is the mean of squared deviations from the mean, expressed in squared units. Standard deviation is its square root, expressed in the same units as the data — making it easier to interpret.
Population SD divides by n. Sample SD divides by n − 1 (Bessel's correction) to produce an unbiased estimate of population spread when working from a sample.
Yes. Paste numbers separated by commas, spaces, or line breaks. The calculator auto-parses and ignores empty entries.
Outliers pull the arithmetic mean toward them. A dataset of 10, 11, 12, 13, 200 has a mean of 49.2, but four out of five values cluster below 14. The median (12) is far more representative here.
In everyday language, "average" usually means the arithmetic mean. In statistics, average is a broader term that can include median or mode. Always specify which type of average you mean in formal work.
Yes. Enable "Show Calculation Steps" before pressing Calculate to see a full breakdown: sorted data, sum, count, median position, and frequency analysis for mode.
Range is the simplest measure of spread. Range = Maximum − Minimum. It tells you the width of your dataset but is sensitive to outliers because it only uses the two extreme values.
Yes. If multiple values share the highest frequency, all are listed as modes. Datasets with no repeated values are reported as having no mode.
