Math calculator
Average Calculator, Mean, Median, Mode & Range
Calculate mean, median, mode, and range for any set of numbers. Enter numbers separated by commas, spaces, or new lines.
How CalcMesh calculates averages
The arithmetic mean is the sum of values divided by their count. We also report the median (the middle value, more robust to outliers) and the mode (the most frequent value), the three measures of central tendency taught in introductory statistics.
For a set such as 30, 35, 40, 45 and 500, we show how the mean (130) and median (40) diverge under a single outlier; the definitions we use are documented in our methodology.
According to the American Statistical Association, the median is preferred over the mean for skewed data such as household income, where a single value above 1,000,000 can pull the mean far from the typical figure. This average calculator, current as of 2026, also reports the median and mode so a single outlier above 1,000,000 does not mislead you.
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
Worked example, scores 72, 88, 95, 81
Labelled mean scenario:
- Sum = 72+88+95+81 = 336; n = 4.
- Arithmetic mean = 336/4 = 84.
- Sorted mid-span for median (even n): average of 81 and 88 → 84.5 if the tool exposes median.
- One outlier (e.g. replace 95 with 20) pulls the mean hard; median stays more stable.
After you run the numbers
What to do with the results
- Mean = sum/n; empty or non-numeric tokens should be dropped before dividing.
- Outliers move the mean more than the median, pick the summary that matches the question.
- Weighted averages need explicit weights; this page is unweighted unless labelled otherwise.
- Report the sample size with the average so readers can judge stability.
Methodology & Assumptions
This central-tendency tool parses the list you supply and reports mean, median, mode, and range in one pass. Outliers pull the mean more than the median; the table below names each input and how it enters the statistics.
How this central-tendency node runs
Mean, median, mode, and range are computed from the list you paste. Empty or non-numeric tokens are dropped before the statistics run. Published domain formulas
govern the identities; when an agency updates rates or thresholds we refresh defaults
and the page lastmod.
| Input | Default | Source / authority |
|---|---|---|
| Number list | Comma, space, or newline separated | User-supplied sample (no external dataset) |