Average Calculator

Enter numbers separated by commas, spaces, or new lines to calculate mean, median, mode, and range.

Separate numbers with commas, spaces, or new lines

Mean

Arithmetic average

Median

Middle value

Mode

Most frequent

Range

Max − Min

Sum

Total of all values

Count

Number of values

Mean, Median & Mode Explained

Mean (Arithmetic Average)

Add all the numbers and divide by how many there are. The mean is sensitive to extreme values (outliers).

Example:10 → Mean = 30 / 5 = 6

Median

Sort the numbers and find the middle value. If there is an even count, take the average of the two middle values. The median is robust against outliers.

Example:20 → Median = 9

Even count:15 → Median = (7+9)/2 = 8

Mode

The value that appears most frequently. A dataset can have no mode, one mode, or multiple modes.

Example:4 → Mode = 2

Range

The difference between the largest and smallest values. It gives a quick sense of how spread out the data is.

Example:7 → Range = 18 - 3 = 15

When to Use Each

  • Mean: General purpose, symmetric data
  • Median: Skewed data, income, home prices
  • Mode: Categorical data, most popular item

When Averages Mislead

The arithmetic mean, median, and mode can differ dramatically. Per 2022 Census American Community Survey, U.S. mean household income was $115,681 while median was $74,580 — a 55% gap driven by high earners pulling the mean upward. Using mean income for policy analysis overstates typical household purchasing power by roughly $41,000.

Simpson's paradox strikes when averages hide subgroup patterns. The classic example: UC Berkeley's 1973 admissions showed 44% male vs. 35% female admission rates, suggesting bias. But department-by-department analysis showed women applied more to competitive departments; within each department, women were admitted at slightly higher rates. Aggregated averages flipped the conclusion — a caution for every 'overall average' reported in analytics dashboards.

Geometric mean handles rates better than arithmetic mean. An investment returning +50%, -50%, +50%, -50% has an arithmetic mean of 0% but a geometric mean of -6.7% per period, which is what actually happens to your balance ($1,000 → $1,500 → $750 → $1,125 → $562.50 = -43.8% total). Always use geometric mean for compounded quantities; arithmetic mean for additive quantities. Mixing them has caused documented forecasting errors in pension modeling and climate data analysis alike.

Sources: Census American Community Survey 2022, Bickel et al. UC Berkeley 1975, CFA Institute

Methodology & Assumptions

This calculator implements standard formulas drawn from primary-source authorities. Values are point-in-time estimates; consult a licensed professional for high-stakes decisions. See the per-input definitions and source citations below.

How this works

Computations are deterministic and run client-side — no inputs leave your browser. Formulas are derived from standard published formulas for the calculator's domain (mortgage, taxes, energy, conversions, etc.). When the underlying agency publishes updated rates or thresholds we refresh defaults and update the page's lastmod timestamp.

Frequently Asked Questions

What is the difference between mean and average?
In everyday language, "average" and "mean" are used interchangeably and both refer to the arithmetic mean — the sum of all values divided by the count of values. Technically, "average" is a broader term that can include median and mode, but in most contexts they mean the same thing.
When is the median a better measure than the mean?
The median is better when your data has extreme outliers or is heavily skewed. For example, with incomes of $30K, $35K, $40K, $45K, and $500K, the mean ($130K) is misleading because one outlier pulls it up. The median ($40K) better represents the typical value.
What if there is no mode in my data?
If every value in your dataset appears the same number of times (e.g., all values are unique), there is no mode. The calculator will display "No mode" in this case. A dataset can also have multiple modes — if two or more values tie for the highest frequency, all are listed.
How is range different from standard deviation?
Range is the simplest measure of spread: just the difference between the largest and smallest values. Standard deviation is more sophisticated — it measures how far each value is from the mean on average. Range is affected heavily by outliers, while standard deviation considers all data points.

Related Calculators

Inputs, defaults, and authoritative sources
Input Default Source / authority
All inputs Domain-typical defaults Editorial methodology, CalcMesh 2026