This average calculator gives you eleven statistics from a single input: mean, median, mode, range, count, sum, minimum, maximum, standard deviation, geometric mean, and harmonic mean. Enter your numbers once and get all of them together instantly.
The word “average” usually means the mean. But the mean lies when your data has outliers. A dataset of 10, 12, 11, 13, and 950 has a mean of 199.2. That number describes nothing useful about the first four values. The median is 12. That one does. This calculator shows you all the measures at once so you choose the right one for your data.
How to Enter Numbers
Type or paste your numbers into the input box. Commas, spaces, and new lines all work as separators. Any combination works. The counter below the box updates live so you always know how many numbers the calculator has read.
Click Calculate or press Ctrl + Enter. You need at least two numbers. There is no upper limit on how many you enter.
Example input: 45, 67, 23, 89, 34, 56, 78, 45, 90, 34
That is 10 numbers. The calculator reads all of them and returns every statistic at once.
What the Calculator Returns
Each input produces all eleven statistics in one pass. Here is what each one measures.
Mean
Arithmetic average of all values
Median
Middle value of the sorted list
Mode
Most frequently occurring value
Range
Difference between max and min
Count
Total number of values entered
Sum
Total of all values added together
Minimum
Smallest value in the dataset
Maximum
Largest value in the dataset
Std Deviation
Spread of values around the mean
Geometric Mean
For compounding rates and growth
Harmonic Mean
For averaging rates and speeds
Mean
Mean is the arithmetic average: add all values, divide by the count. It is the most sensitive to extreme values. One outlier pulls it hard in either direction.
| Input Numbers | Count | Sum | Mean |
|---|---|---|---|
| 45, 67, 23, 89, 34, 56, 78, 45, 90, 34 | 10 | 561 | 56.10 |
Median
Median is the middle value in the sorted list. Half the values sit above it, half below. For income, house prices, test scores, or anything that produces outliers, the median is usually more honest than the mean. If you are using a markup calculator to price a product range, the median selling price tells you more than the mean when one product sells for ten times the rest.
| Sorted List | Median Calculation | Median |
|---|---|---|
| 23, 34, 34, 45, 45, 56, 67, 78, 89, 90 | (45 + 56) / 2 | 50.50 |
The mean is 56.10 but the median is 50.50. The higher values at the top push the mean up.
Mode
Mode is the value that appears most often. No repeats means no mode. Multiple tied values means multiple modes. Mode matters for frequencies: the most common score, the most repeated purchase amount, the most frequent survey response.
| Number | Frequency | Mode? |
|---|---|---|
| 23 | 1 | No |
| 34 | 2 | Yes |
| 45 | 2 | Yes |
| 56, 67, 78, 89, 90 | 1 each | No |
Both 34 and 45 appear twice. The calculator displays: 34, 45.
Range
Range is the gap between the highest and lowest values. A large range means the data is spread out. Next to the mean, it tells you how representative that mean actually is. If you are tracking weekly hours across a team and calculating overtime pay, a wide range in hours signals that pay calculations will vary sharply between employees.
| Minimum | Maximum | Range |
|---|---|---|
| 23 | 90 | 67 |
Standard Deviation
Standard deviation measures how spread out values are relative to the mean. Low standard deviation means numbers cluster tightly around the mean. High means they scatter. If you are a student tracking grades, run this alongside a GPA calculator to see whether your results are consistent across terms or whether one bad semester is pulling the whole picture down.
| Mean | Std Deviation | Interpretation |
|---|---|---|
| 56.10 | 3.20 | Numbers cluster tightly around the mean |
| 56.10 | 20.88 | Numbers are moderately spread (this dataset) |
| 56.10 | 45.00 | Numbers are widely scattered, mean is less representative |
For the example dataset, standard deviation is 20.88.
Geometric Mean
Geometric mean is the nth root of the product of all values. It is used for growth rates, investment returns, and anything where values compound over time rather than add. Requires all positive numbers.
| Year | Growth Rate | Arithmetic Mean | Geometric Mean |
|---|---|---|---|
| 1 | 10% | 14.50% | 13.99% |
| 2 | 25% | ||
| 3 | 8% | ||
| 4 | 15% |
The geometric mean (13.99%) is more accurate for compounding rates than the arithmetic mean (14.50%).
Harmonic Mean
Harmonic mean is the reciprocal of the average of reciprocals. It gives the correct result when averaging rates or speeds over equal distances.
| Leg | Distance | Speed | Arithmetic Mean | Harmonic Mean |
|---|---|---|---|---|
| 1 | 100 km | 60 km/h | 90 km/h (wrong) | 80 km/h (correct) |
| 2 | 100 km | 120 km/h |
Using arithmetic mean for equal-distance legs gives 90 km/h. The correct average speed is 80 km/h. Harmonic mean also requires all positive values.
Full Example: All 11 Results at Once
Input: 45, 67, 23, 89, 34, 56, 78, 45, 90, 34
| Statistic | Result |
|---|---|
| Mean | 56.10 |
| Median | 50.50 |
| Mode | 34, 45 |
| Range | 67 |
| Count | 10 |
| Sum | 561 |
| Minimum | 23 |
| Maximum | 90 |
| Std Deviation | 20.88 |
| Geometric Mean | 52.39 |
| Harmonic Mean | 47.53 |
The Sorted Numbers Panel
Every number you entered appears at the bottom of the results in ascending order. Median values are highlighted in green. Mode values are in gold. You do not need to mentally re-sort the list to see where the central values sit.
When to Use Mean, Median, or Mode
The right measure depends on your data and your question. Using the wrong one gives a misleading answer even when the calculation is correct.
| Measure | Use When | Avoid When |
|---|---|---|
| Mean | Data is symmetrical with no extreme outliers. You need the total to be preserved (e.g. budgets, averages that feed further calculations). | Data has outliers or is heavily skewed. Income, house prices, response times. |
| Median | Data has outliers or a skewed distribution. Income surveys, property prices, test scores with extreme failures or perfect scores. | You need a value that accounts for the actual total of the dataset. |
| Mode | You want the most common value. Shoe sizes, survey responses, most purchased product, most frequent score. | Data is continuous with few or no repeated values. Every result would be its own mode. |
| Geometric Mean | Averaging compounding rates, ratios, or percentages over time. Investment returns, population growth. | Any value in the dataset is zero or negative. |
| Harmonic Mean | Averaging rates or speeds over equal distances or intervals. | Any value is zero or negative, or distances are not equal. |
Mean vs Median and Data Skewness
If the mean, median, and mode are all close together, the data is roughly symmetrical. Most values cluster around the centre with no extreme outliers pulling in either direction. A normal distribution has all three at the same point.
If the mean is much higher than the median, the data is right-skewed. A small number of large values at the top pull the mean upward while the median stays near the typical value. Income and house price data are the most common examples.
If the mean is lower than the median, the data is left-skewed. A few unusually small values drag the mean down.
Practical example A discount calculator showing a mean discount of 32% across a product range sounds reasonable until you see the median is 12% and two products at 85% off are pulling the mean up. The mean alone tells the wrong story. Running this calculator on the full set of discounts shows both figures immediately, so you see the gap before drawing conclusions.
Real-World Use Cases
Income and Salaries
Mean salary figures are routinely higher than what most workers earn because a small number of very high earners pull the average up. The median salary is what the typical worker actually earns. When evaluating a job offer against market data, compare median figures, not means. The same applies when a company reports average employee compensation.
Student Grades and Test Scores
Teachers use the mean to check overall class performance and whether the total marks earned match expectations. The median tells whether most students understood the material when a few students scored very high or very low. The mode tells which score appeared most often, which is useful for identifying the most common mistake or the most common correct score.
House Prices and Property Markets
Property market reports almost always quote median prices, not means. A single luxury sale in a suburb can push the mean significantly above what most homes sell for. The median gives a more accurate picture of what a typical buyer pays.
Investment Returns
When comparing investment performance across multiple years, use the geometric mean rather than the arithmetic mean. A fund that returns 50% in year one and loses 50% in year two has an arithmetic mean return of 0%, but the actual compound return is -25%. The geometric mean reflects what actually happened to the money.
Speed and Rate Problems
When the same distance is covered at different speeds, the correct average speed is the harmonic mean, not the arithmetic mean. This applies any time you are averaging rates over equal intervals, such as fuel consumption across multiple trips or production rates across multiple shifts.
Quality Control and Manufacturing
Standard deviation is the key metric in quality control. A production line with a low standard deviation in part measurements is consistent. A high standard deviation means parts vary widely, even if the mean is on target. Running standard deviation alongside the mean tells you both where the centre is and how tightly clustered the output is.
How to Calculate Each Statistic Manually
Mean (Arithmetic Average)
Mean = Sum of all values / Count of values Example: (23 + 34 + 34 + 45 + 45 + 56 + 67 + 78 + 89 + 90) / 10 = 561 / 10 = 56.10
Median
1. Sort values from smallest to largest 2. If odd count: middle value is the median 3. If even count: average the two middle values Even count example (10 values): Sorted: 23, 34, 34, 45, [45, 56], 67, 78, 89, 90 Median = (45 + 56) / 2 = 50.50
Standard Deviation
1. Find the mean 2. Subtract the mean from each value and square the result 3. Average those squared differences 4. Take the square root of that average Result for this dataset: 20.88
Geometric Mean
Geometric Mean = (x1 x x2 x x3 x … x xn) ^ (1/n) For n values, multiply all values together, then take the nth root. Requires all positive values.
Harmonic Mean
Harmonic Mean = n / (1/x1 + 1/x2 + 1/x3 + … + 1/xn) Divide the count by the sum of the reciprocals of each value. Requires all positive values.
Clearing and Starting Over
The Clear button at the top right resets the input, the counter, and the results in one click. There is no confirmation step. Only clear when you are done with the current dataset.
Frequently Asked Questions
How do you calculate the average of a set of numbers?
Add all the numbers together, then divide the total by how many numbers there are. This is the arithmetic mean. For example, the mean of 10, 20, and 30 is (10 + 20 + 30) / 3 = 20. Paste your numbers into this calculator and it returns the mean along with ten other statistics in one step.
What is the difference between mean and median?
The mean is the arithmetic average of all values. The median is the middle value when all numbers are sorted in order. When a dataset contains outliers, the median is more representative. In a salary dataset where one CEO earns $1,000,000 and nine employees earn around $40,000, the mean is pulled far above what most employees earn, while the median stays close to the typical value.
What is mode in statistics?
Mode is the value that appears most often in a dataset. A dataset with no repeated values has no mode. A dataset with two equally frequent values has two modes. Mode is most useful for categorical or frequency data, such as the most common shoe size sold or the most frequent survey response.
What does standard deviation tell you?
Standard deviation tells you how spread out your values are relative to the mean. A low standard deviation means values cluster tightly around the mean, which is consistent. A high standard deviation means values scatter widely, which means the mean is less representative of any individual value in the set.
When should I use geometric mean instead of arithmetic mean?
Use geometric mean when averaging rates, ratios, or growth figures that compound over time. Investment returns, population growth rates, and interest rates across multiple periods are common examples. The geometric mean gives a more accurate picture of compounding than the arithmetic mean, which overstates returns when values vary.
What is harmonic mean and when is it used?
Harmonic mean gives the correct result when averaging rates or speeds over equal distances. If you drive 100 km at 60 km/h and 100 km at 120 km/h, the arithmetic mean gives 90 km/h but the correct average speed is 80 km/h. The harmonic mean handles this correctly.
What does it mean when mean and median are far apart?
A large gap between mean and median signals skewed data. If the mean is much higher than the median, a small number of very high values are pulling the mean upward. This is common in income and property price data. If the mean is lower than the median, a few very small values are dragging it down. In skewed datasets, the median is almost always the more useful reference point.
Can the calculator handle negative numbers and decimals?
Yes. Decimals and negative numbers both work for mean, median, mode, range, and standard deviation. Geometric mean and harmonic mean require all positive values. If your dataset contains zeros or negatives, the calculator returns those two statistics as not applicable.
How many numbers can I enter at once?
There is no upper limit. Paste as many numbers as you need. The live counter below the input box updates as you type so you can confirm the calculator has read the correct count before calculating.


