Average Calculator

Find the mean, median, mode, range, sum, and more for any list of numbers. Enter values separated by commas or spaces.

Enter numbers separated by commas or spaces. Decimals are supported.

What Is an Average?

In everyday language “average” almost always means the arithmetic mean — the sum of all values divided by how many values there are. It is the most widely used measure of the center of a dataset and appears in everything from school grades to sports statistics to financial reports.

Formula: Mean = (x₁ + x₂ + … + xₙ) / n

For example, if a student scored 72, 85, 90, 68, and 95 on five tests, the mean is (72 + 85 + 90 + 68 + 95) / 5 = 410 / 5 = 82.

Mean, Median, and Mode Explained

These three values are all measures of the “center” of a dataset, but they answer slightly different questions.

MeasureWhat it answersBest used when
MeanWhat is the typical value if spread evenly?Data has no extreme outliers
MedianWhat is the middle value?Outliers are present (income, house prices)
ModeWhat value appears most often?Categorical or discrete data (shoe sizes, grades)

Mean

Add up all numbers and divide by the count. Sensitive to outliers — a single very large or very small value will pull the mean toward it.

Median

Sort the numbers in order and pick the middle one. For an even count, average the two middle values. The median is unaffected by outliers, which is why it is the preferred measure for skewed data like income or house prices.

Mode

The value that occurs most frequently. A dataset can have one mode, multiple modes (bimodal, trimodal, etc.), or no mode at all if every value appears exactly once.

Other Statistics This Calculator Shows

  • Sum — the total of all values added together
  • Count — how many numbers are in the dataset
  • Min — the smallest value
  • Max — the largest value
  • Range — the difference between max and min; measures how spread out the data is

When to Use Each Measure

Use the mean when your data is roughly symmetric with no extreme outliers. Test scores, heights, temperatures, and measurement errors typically fall into this category.

Use the median when your data is skewed or contains outliers. Household income, home prices, and response times often have a small number of very high values that would distort the mean.

Use the mode when you care about the most common outcome rather than a numerical center. Shoe sizes, survey ratings, and any discrete categorical data are well suited to mode analysis.

How to Calculate the Average by Hand

  1. Write down all your numbers
  2. Add them all together to get the sum
  3. Count how many numbers you have
  4. Divide the sum by the count

That result is the arithmetic mean. For a median, sort the numbers first and find the middle value. This calculator does all of these steps automatically so you can focus on interpreting the result.

Frequently Asked Questions

What is the difference between mean, median, and mode?

The mean is the arithmetic average — the sum of all values divided by the count. The median is the middle value when the numbers are sorted; for an even count, it is the average of the two middle values. The mode is the value that appears most often; if all values appear the same number of times, there is no mode.

How do I enter numbers?

Type or paste your numbers into the input field, separated by commas (e.g. 10, 20, 30) or spaces (e.g. 10 20 30). Decimal numbers are supported — use a period as the decimal point, for example 3.14 or 0.5. Do not mix commas and spaces as separators in the same input.

What is the range?

The range is the difference between the largest and smallest values in the dataset. It measures the spread of the data. For example, if the values are 2, 5, and 11, the range is 11 − 2 = 9.

What does 'no mode' mean?

If every number in the dataset appears exactly once, there is no mode — no value is more frequent than any other. The calculator displays a dash (—) in this case. When two or more values tie for the highest frequency, all of them are shown as the mode.

Can I calculate the average of decimal numbers?

Yes. The calculator handles integers and decimals equally. Enter values like 1.5, 3.14, or 0.001 using a period as the decimal separator.

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

There is no hard limit. The calculator works entirely in your browser, so performance depends on your device. In practice, lists of thousands of numbers work without any issue.

Why might the mean and median differ significantly?

The mean is pulled toward extreme values (outliers), while the median is not. For example, in a dataset of salaries where most earn $40,000–$60,000 but one earns $1,000,000, the mean will be much higher than the median. When outliers are present, the median is often a more representative 'typical value' than the mean.