Average / Mean Calculator

Compute mean of numbers.

Output appears here.

The average — or more precisely, the arithmetic mean — is likely the single most-used statistic in everyday life, from grades to sports stats to weather reports. This tool calculates it instantly for any list of numbers.

A concept simple enough for a child, foundational enough for all of statistics

The arithmetic mean's basic concept — adding up a set of values and dividing by how many there are — is old enough that its exact origin isn't attributed to any single mathematician, though its formal treatment as a statistical concept matured significantly through the 17th and 18th centuries as astronomers and scientists needed a principled way to combine multiple imperfect measurements of the same quantity into a single, more reliable estimate, a technique closely tied to the later development of the broader field of statistics and error analysis.

The calculation this tool performs

Average = (sum of all values) ÷ (number of values) — the tool adds together every number in your list and divides by the total count, a calculation whose simplicity has made it the default, go-to summary statistic across virtually every field that deals with numerical data, from sports to finance to science.

Where calculating an average is genuinely useful

  • Academic grading — calculating a course grade or GPA from a set of individual assignment or test scores.
  • Sports and performance statistics — batting averages, points-per-game figures, and countless other sports metrics are direct applications of the arithmetic mean.
  • Business and financial reporting — average revenue, average customer spend, and average response time are all standard business metrics built on this same basic calculation.
  • Everyday budgeting and planning — calculating average monthly spending, average commute time, or any other recurring personal metric to understand typical patterns.

Frequently asked questions

Is "average" always the same as "mean"? In everyday, casual usage, yes, "average" almost always refers specifically to the arithmetic mean — but statisticians distinguish it from two other, less commonly referenced "averages": the median (the middle value when data is sorted) and the mode (the most frequently occurring value), each of which can tell a genuinely different story about the same dataset.

Why can the average be misleading for some datasets? Because the arithmetic mean is sensitive to extreme outlier values — a single very large or very small number can pull the average meaningfully away from what most of the data actually looks like, which is exactly why statisticians often report the median alongside or instead of the mean for datasets with significant outliers (like income data, where a few very high earners can skew the average upward).

How is a weighted average different from a simple average? A simple average treats every value equally, while a weighted average gives some values more influence than others based on an assigned weight or importance (like a final exam counting for more of a course grade than a single homework assignment) — a genuinely different, though related, calculation used whenever some values in a dataset matter more than others.

Further reading