Find the average of any set of numbers instantly
Paste in your numbers and this average calculator works out the mean, median, and mode in one click — no spreadsheet needed. Great for students, teachers, analysts, or anyone who needs a quick answer.
How to use the average calculator
- Type or paste your numbers into the input box above, separated by commas or on separate lines.
- Click Calculate.
- Read your results — mean, median, and mode are shown with a breakdown of how each was reached.
Worked example: student test scores
Imagine a class of seven students scored: 55, 70, 70, 80, 85, 90, 95 on a maths test.
- Mean: Add all scores → 545 ÷ 7 = 77.86
- Median: Sort the list (already sorted) → middle value = 80
- Mode: Most repeated value = 70 (appears twice)
Three different "averages" from the same data — each tells a different part of the story.
How it is calculated — the formulas
Here is what happens under the hood for each measure:
Mean (arithmetic average) — add every number, then divide by how many there are:
Mean = (sum of all values) ÷ (count of values)
Example: (55 + 70 + 70 + 80 + 85 + 90 + 95) ÷ 7 = 77.857Median (middle value) — sort the list smallest to largest, then pick the middle item. With an even count of numbers, take the mean of the two middle values:
Odd count → middle item
Even count → (item n/2 + item n/2+1) ÷ 2
Example: 4, 6, 8, 10 → (6 + 8) ÷ 2 = 7Mode (most common value) — the value that appears most often. A dataset can have one mode, multiple modes, or no mode at all (if every value is unique).
| Measure | Best used when... | Weakness |
|---|---|---|
| Mean | Data is evenly spread, no extreme outliers | Pulled by very high or low values |
| Median | Data is skewed or has outliers (e.g. salaries) | Ignores exact values away from centre |
| Mode | You want the most popular/frequent value | Can be misleading with sparse data |
Snippet: mean, median and mode in one place
Using the dataset 3, 7, 7, 9, 12:
- Mean — the arithmetic average: (3+7+7+9+12) ÷ 5 = 7.6
- Median — the exact middle number when sorted: 7
- Mode — the number that appears most: 7 (appears twice)
When to pick median over mean: if one outlier (say, a value of 200) is added to the dataset above, the mean jumps to 39.7 but the median barely moves. For skewed data — house prices, income, exam marks where some students score near zero — the median gives a fairer centre.
Other ways people search for this
People reach for an average calculator in lots of different situations. Here are common phrasings and which measure fits each one:
- "What is my GPA / grade average?" → use mean (or weighted mean if credits differ).
- "What is the typical salary in this field?" → median is more honest; a few very high earners inflate the mean.
- "What size do I stock the most of?" → mode; you want the most popular, not a mathematical middle.
- "Average speed / rate" → mean of the speed values across equal time periods.
- "Middle value" / "centre of data" → that is the median.
Quick tips and common mistakes
- Include every data point. Accidentally leaving out one value changes the mean more than you might expect.
- Outliers distort the mean fast. A single extreme number can pull the mean far from where most data sits.
- Mode needs repeats to be meaningful. If every number appears exactly once, there is no mode — the calculator will tell you that.
- Even-count medians need two values. People sometimes forget to average the two middle numbers when the list length is even.
- Weighted average is different. If some values count more than others (e.g. an exam worth 60% and homework worth 40%), you need a weighted mean — a standard mean will give the wrong answer.
Everything is calculated entirely in your browser. No numbers are sent to any server or stored anywhere — your data stays private.
Ready to start? Drop your numbers into the calculator above and get your mean, median, and mode in seconds.