Docutoolbox

Average calculator

Paste or type any list of numbers to instantly get the mean (average), median, mode, sum, and range.

You can paste a column from a spreadsheet directly — line breaks work too.
Please enter at least one valid number.

What is the Average Calculator?

The Average Calculator is a free, browser-based tool that takes any list of numbers you give it and instantly works out the most important summary statistics: the mean (the everyday "average"), the median, the mode, the sum, the range, and the minimum and maximum values. Instead of opening a spreadsheet or doing the arithmetic by hand, you simply paste your numbers in and get every result at once.

It's built for anyone who needs a quick, reliable answer — students checking homework, teachers averaging test scores, analysts sanity-checking a dataset, or anyone comparing prices, times, or measurements. Nothing you type is uploaded anywhere; the calculation happens entirely on your device in real time.

How to use it

  1. Type or paste your list of numbers into the input box. You can separate them with commas, spaces, or line breaks — the calculator understands all three, and you can even mix them.
  2. Click Calculate.
  3. Read your results: count, sum, mean, median, mode, range, minimum, and maximum all appear together.
  4. Edit the list and recalculate as many times as you like — there's no limit on how many numbers you can enter.

Negative numbers and decimals both work correctly. If you paste something that isn't a valid number (like stray text), the calculator simply ignores it and works with the valid entries.

Mean vs. median vs. mode — what's the difference?

These three values are all "measures of central tendency" — ways of describing the "typical" number in a list — but they answer slightly different questions:

  • Mean is the sum of all values divided by how many values there are. It's what most people mean by "average," and it's sensitive to every number in the list, including outliers.
  • Median is the middle value once the list is sorted from smallest to largest. If there's an even number of values, it's the average of the two middle numbers. The median isn't affected by extreme outliers, which makes it useful for skewed data like incomes or home prices.
  • Mode is the value (or values) that appears most often in the list. A dataset can have one mode, several modes, or no mode at all if every value appears the same number of times.

How the mean is calculated

The formula is simple: add every number together, then divide by the total count of numbers. For example, for the list 10, 20, 30, 40, 50, the sum is 150 and the count is 5, so the mean is 150 ÷ 5 = 30.

How the median is calculated

First, the calculator sorts your numbers from smallest to largest. If the count is odd, the median is the single middle number. If the count is even, it's the average of the two middle numbers. For example, in 3, 7, 9, the median is 7. In 3, 7, 9, 12, the median is (7+9) ÷ 2 = 8.

How the mode is calculated

The calculator counts how many times each number appears and returns the one (or ones) that occur most frequently. If every number appears exactly once, there is no repeating value, and the tool will show "No mode."

How the range is calculated

Range is simply the maximum value minus the minimum value. It gives you a quick sense of how spread out your data is — a small range means the numbers are clustered close together, while a large range means they're more spread out.

A worked example

Suppose you scored 78, 85, 92, 85, and 60 on five quizzes. Here's what the calculator would show:

  • Count: 5
  • Sum: 400
  • Mean: 400 ÷ 5 = 80
  • Median: sorted list is 60, 78, 85, 85, 92 — the middle value is 85
  • Mode: 85 (it appears twice)
  • Range: 92 − 60 = 32

Notice that the mean (80) and median (85) tell slightly different stories — the mean is pulled down by the one low score of 60, while the median better reflects your "typical" performance.

When should you use mean vs. median?

Use the mean when your data doesn't have extreme outliers and you want a value that accounts for every data point equally — like averaging a consistent set of test scores or measurements. Use the median when your data might include outliers that could skew the picture, such as household incomes, real estate prices, or delivery times, where a few very high or very low values could distort a simple average.

Common ways people use this calculator

  • Averaging exam or quiz scores across a semester
  • Finding the average of monthly expenses, bills, or sales figures
  • Summarizing a set of measurements from an experiment or survey
  • Comparing prices across multiple stores or listings
  • Quickly sanity-checking a column of numbers from a spreadsheet
  • Finding the most common value (mode) in a batch of survey responses

Frequently asked questions

Does it matter what order I enter the numbers in?

No. The calculator sorts the numbers internally when it needs to (for the median), so you can paste your list in any order and get the same results.

Can I use decimals or negative numbers?

Yes, both are fully supported. Decimals are calculated with standard rounding to two decimal places in the results, and negative numbers are handled correctly in every calculation, including the range.

What happens if all my numbers are the same?

The mean, median, and mode will all equal that number, and the range will be zero.

Is there a limit to how many numbers I can enter?

No practical limit — you can paste in a handful of numbers or several hundred, and the calculator will process them instantly in your browser.