Average Calculator
Free Average Calculator. Calculate the average (mean), median, and mode of any set of numbers quickly and accurately online.
What does this Average Calculator do?
This tool calculates three of the most common measures of "central tendency" for any list of numbers you enter: the mean (what most people mean by "average"), the median (the middle value), and the mode (the most frequently occurring value).
The formulas
- Mean = (sum of all values) ÷ (count of values)
- Median = the middle value once the data is sorted (or the average of the two middle values if there's an even count)
- Mode = the value(s) that appear most often in the data set
Step-by-step example
For the data set 12, 18, 9, 24, 15: sum = 78, count = 5, so mean = 78 ÷ 5 = 15.6. Sorted, the data is 9, 12, 15, 18, 24 — the middle value is 15, so median = 15. Since every value appears exactly once, there's no single mode (or every value is a mode, depending on convention).
Tips & common mistakes
- The mean is heavily skewed by outliers — a single very large or very small number can pull it far from what "typical" looks like. The median is more resistant to outliers.
- Always sort your data before finding the median by hand — it's a common mistake to eyeball the "middle" of an unsorted list.
- A data set can have more than one mode (bimodal, multimodal) or no meaningful mode at all if every value is unique.
When to use mean vs. median
The mean is the right choice when your data doesn't have extreme outliers and you want a value that reflects the total sum fairly — like calculating an average test score across a class. The median is often more appropriate for data with skew or outliers, such as household income or home prices, where a few very high values would otherwise pull the mean upward and make it a poor representative of what's "typical."
A quick real-world example
Consider five houses on a street priced at ₹40L, ₹42L, ₹45L, ₹48L, and ₹2Cr. The mean price is skewed heavily upward by the one expensive house, while the median (₹45L) gives a far more representative sense of what a typical house on that street actually costs.
Weighted averages: when simple averaging isn't enough
A weighted average accounts for the fact that not all values in a data set deserve equal influence on the result — much like how GPA weights grades by credit hours rather than averaging them plainly. For example, if a course grade is 40% homework and 60% exam, the final grade is a weighted average of those two components, not a simple 50/50 average.
Outliers and how they distort the mean
An outlier is a value that's unusually far from the rest of the data set. Because the mean incorporates every value equally, a single extreme outlier can pull it substantially away from what most of the data actually looks like — this is precisely why household income statistics, for example, are often reported as medians rather than means, since a small number of extremely high earners would otherwise skew the mean upward.
A worked example with an outlier
Consider exam scores: 88, 91, 85, 90, 12 (one student who missed most of the exam). The mean is (88+91+85+90+12) ÷ 5 = 73.2 — noticeably dragged down by the one low score, even though four of the five students scored in the high 80s/90s. The median, 88, arguably represents the "typical" student's performance far better in this case.
Frequently asked questions
The mean is the sum divided by the count. The median is the middle value once sorted. The mode is the value that appears most often. All three describe a data set's "center" differently.
There's no strict minimum, but averages of very small data sets (2–3 values) are much more sensitive to any single outlier than averages of larger data sets, so interpret small-sample averages cautiously.