Math & School

Average Calculator — Mean, Median, Mode, Range & Sum

Find the mean, median and mode of any list — and know which 'average' you actually need

"Average" is one of the most over-loaded words in math. In everyday speech it usually means the mean, but a complete picture of a data set's center needs three different numbers — the mean, median and mode — plus the range to describe its spread. This calculator computes all of them at once from a list you paste in, and shows the work so you can check it by hand or on a test.

Here is exactly what each one measures:

  • Mean (arithmetic average): add every value and divide by how many there are. Mean = Σx ÷ n. For 4, 8, 6, 5, 3, 7 the sum is 33 and the count is 6, so the mean is 33 ÷ 6 = 5.5. The mean uses every value, which makes it precise but sensitive to outliers.
  • Median (the middle): sort the numbers and take the middle one. With an even count there is no single middle, so you average the two middle values. Sorted, that same list is 3, 4, 5, 6, 7, 8 — the two middles are 5 and 6, so the median is (5 + 6) ÷ 2 = 5.5. The median ignores how extreme the outliers are, so it's the honest "typical" value for skewed data like incomes or home prices.
  • Mode (most frequent): the value that appears most often. A list can have one mode, several (multi-modal), or none at all when every value is unique. For 2, 4, 4, 5, 7 the mode is 4.
  • Range (spread): the largest value minus the smallest. For 3, 4, 5, 6, 7, 8 the range is 8 − 3 = 5. It's the simplest measure of how scattered the data is.

Which average should you report? Use the mean for symmetric data with no wild outliers (test scores, measurements). Use the median when a few extreme values would drag the mean in a misleading direction — that's why news reports quote median household income and median home price, not the mean. Use the mode for categories or whenever "most common" is the question (the most-sold shoe size, the most frequent rating).

This tool owns central tendency — where the data clusters. If instead you need to measure how spread out the values are with variance or standard deviation, use our standard deviation calculator. Paste your numbers below to get the mean, median, mode, range, sum and count together.

easy ⏱ 5 min Updated: 2026-06-19 ✍️ By Jeferson Bruno
📖 See also: How to Calculate a Tip (and Split the Bill)

Calculator

Fill in the fields and click "Calculate" for instant results.

Separate values with commas, spaces or new lines. Stray $ or % symbols are ignored.
How many decimal places to show in the mean and median.
Result
Waiting for calculation
Fill in the fields and click "Calculate".
Transparency: below the form you'll find an explanation, formula, examples, tips, and FAQ (when available for this calculator).

📰 Formula

• Mean (arithmetic average): mean = (Σx) / n
• Median: sort the values; with odd n it's the middle value, with even n it's the average of the two middle values
• Mode: the value(s) that occur most often (none if every value is unique)
• Range: range = max − min
• Sum = Σx,  Count = n

📰 Formula

• Mean (arithmetic average): mean = (Σx) / n
• Median: sort the values; with odd n it's the middle value, with even n it's the average of the two middle values
• Mode: the value(s) that occur most often (none if every value is unique)
• Range: range = max − min
• Sum = Σx,  Count = n

🧪 Worked examples

1

Example 1

2

Example 2

3

Example 3

4

Example 4

⚠️ Common mistakes

  • Forgetting to sort the list before reading off the median — the median is the middle of the sorted values, not the original order.
  • Taking the wrong middle for an even count: average the two central values rather than picking one.
  • Confusing mean with median; on skewed data they can be very different and the mean is pulled toward the outliers.
  • Calling a value the mode when every number appears only once — then there is no mode.
  • Dividing the sum by the wrong count after pasting blank or non-numeric entries.

💡 Tips

  • Report the median (not the mean) when a few extreme values would distort the picture, such as incomes or home prices.
  • If the mean and median are close, your data is roughly symmetric; a big gap signals skew or outliers.
  • A data set can have more than one mode (bimodal) or none — that's normal, not an error.
  • Use the range as a quick spread check, but switch to standard deviation when you need a precise measure of variability.
  • Paste values separated by commas, spaces or new lines — stray $ or % symbols are stripped automatically.

Embed this calculator on your site

Copy the code below and paste it into the HTML of your site or blog.

<iframe src="https://www.calcnimbus.com/embed/average-calculator" width="100%" height="500" frameborder="0" style="border:1px solid #eee;border-radius:12px"></iframe>

❓ Frequently asked questions

What is the difference between mean, median and mode?

The mean is the sum of all values divided by the count. The median is the middle value once the numbers are sorted. The mode is the value that appears most often. Each is a kind of average that answers a slightly different question about the data's center.

How do I calculate the average (mean) of a list of numbers?

Add up every value to get the sum, then divide by how many numbers there are. For 4, 8, 6 the sum is 18 and the count is 3, so the mean is 18 ÷ 3 = 6.

How do I find the median when there is an even number of values?

Sort the list, then average the two middle values. For 3, 4, 5, 6, 7, 8 the two middles are 5 and 6, so the median is (5 + 6) ÷ 2 = 5.5. With an odd count you simply take the single middle value.

Can a data set have more than one mode?

Yes. If two or more values tie for the highest frequency, the set is multi-modal — bimodal for two, and so on. If every value occurs the same number of times (for example all unique), there is no mode at all.

When should I use the median instead of the mean?

Use the median when the data is skewed or has outliers that would drag the mean in a misleading direction. That's why incomes, home prices and salaries are usually reported as medians — a few very large values won't distort the 'typical' figure.

What is the range and how is it different from standard deviation?

The range is just the largest value minus the smallest, a quick one-number measure of spread. Standard deviation is more precise because it accounts for every value's distance from the mean. For a full spread analysis use the standard deviation calculator.

Does the mean have to be one of the numbers in the list?

No. The mean is often a value that doesn't appear in the data — the mean of 1, 2 and 6 is 3, which isn't in the list. The mode, by contrast, is always one of the actual values.

How do I enter my numbers?

Type or paste them separated by commas, spaces or new lines — for example 5, 7, 3, 9 or 5 7 3 9. The calculator strips out symbols like $ and % and reads each value, so messy input still works.

What does it mean if the mean and median are far apart?

A large gap signals a skewed distribution or strong outliers. If the mean is well above the median, a few high values are pulling it up; if it's below, low outliers are pulling it down. When they're close, the data is roughly symmetric.