What Is an Average?
In everyday language “average” almost always means the arithmetic mean — the sum of all values divided by how many values there are. It is the most widely used measure of the center of a dataset and appears in everything from school grades to sports statistics to financial reports.
Formula: Mean = (x₁ + x₂ + … + xₙ) / n
For example, if a student scored 72, 85, 90, 68, and 95 on five tests, the mean is (72 + 85 + 90 + 68 + 95) / 5 = 410 / 5 = 82.
Mean, Median, and Mode Explained
These three values are all measures of the “center” of a dataset, but they answer slightly different questions.
| Measure | What it answers | Best used when |
|---|---|---|
| Mean | What is the typical value if spread evenly? | Data has no extreme outliers |
| Median | What is the middle value? | Outliers are present (income, house prices) |
| Mode | What value appears most often? | Categorical or discrete data (shoe sizes, grades) |
Mean
Add up all numbers and divide by the count. Sensitive to outliers — a single very large or very small value will pull the mean toward it.
Median
Sort the numbers in order and pick the middle one. For an even count, average the two middle values. The median is unaffected by outliers, which is why it is the preferred measure for skewed data like income or house prices.
Mode
The value that occurs most frequently. A dataset can have one mode, multiple modes (bimodal, trimodal, etc.), or no mode at all if every value appears exactly once.
Other Statistics This Calculator Shows
- Sum — the total of all values added together
- Count — how many numbers are in the dataset
- Min — the smallest value
- Max — the largest value
- Range — the difference between max and min; measures how spread out the data is
When to Use Each Measure
Use the mean when your data is roughly symmetric with no extreme outliers. Test scores, heights, temperatures, and measurement errors typically fall into this category.
Use the median when your data is skewed or contains outliers. Household income, home prices, and response times often have a small number of very high values that would distort the mean.
Use the mode when you care about the most common outcome rather than a numerical center. Shoe sizes, survey ratings, and any discrete categorical data are well suited to mode analysis.
How to Calculate the Average by Hand
- Write down all your numbers
- Add them all together to get the sum
- Count how many numbers you have
- Divide the sum by the count
That result is the arithmetic mean. For a median, sort the numbers first and find the middle value. This calculator does all of these steps automatically so you can focus on interpreting the result.