Average Calculator – Mean, Median & Mode Online

Find the mean, median and mode of any set of numbers instantly. Free average calculator — no sign-up, runs in your browser, results in seconds.

Numbers

Mean (average)

30

5 values · sum 150

Median

35

Mode

none

Minimum

10

Maximum

45

How it is calculated

Mean

sum of values ÷ count

Median

the middle value when sorted

Mode

the most frequent value

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

  1. Type or paste your numbers into the input box above, separated by commas or on separate lines.
  2. Click Calculate.
  3. 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.857

Median (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 = 7

Mode (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).

MeasureBest used when...Weakness
MeanData is evenly spread, no extreme outliersPulled by very high or low values
MedianData is skewed or has outliers (e.g. salaries)Ignores exact values away from centre
ModeYou want the most popular/frequent valueCan 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.

Frequently asked questions

How do I calculate the average (mean) by hand?+
Add all your numbers together, then divide by how many numbers you have. For example, the mean of 4, 8, and 12 is (4 + 8 + 12) ÷ 3 = 8.
What is the difference between mean, median and mode?+
The mean is the sum divided by the count. The median is the middle value when the list is sorted. The mode is the value that appears most often. All three are types of 'average' but they measure different things.
When should I use median instead of mean?+
Use median when your data has outliers or is skewed — for example, salaries, house prices, or any dataset where a few extreme values exist. The median is not affected by those extremes the way the mean is.
Can there be more than one mode?+
Yes. If two values appear the same number of times (and more than any other), the dataset is bimodal — it has two modes. If every value is unique, there is no mode.
How do I find the median of an even number of values?+
Sort the list, then average the two middle values. For 2, 4, 6, 8: the two middle values are 4 and 6, so the median is (4 + 6) ÷ 2 = 5.
Is my data saved or sent anywhere?+
No. The calculator runs entirely in your browser. Your numbers are never uploaded to a server or stored — they disappear when you close the page.
Is this average calculator free to use?+
Completely free, with no sign-up or download required. Just type in your numbers and get your results.
How many numbers can I enter at once?+
You can enter as many numbers as you need — separate them with commas or put each one on a new line. The calculator handles large datasets just as easily as small ones.