Average Calculator
MathCalculate mean, median, minimum, maximum, and range for any set of numbers. Add up to 20 values for an instant statistical summary.
VALUES
5 values entered
Mean (Average)
What is a Average?
An Average Calculator computes the mean, median, minimum, maximum, range, sum, and count of any set of numbers in a single step. Add up to 20 values using the dynamic input list, and all seven statistics update instantly as you type — no spreadsheet, no manual sorting, no formula recall needed.
The word "average" in everyday usage almost always refers to the arithmetic mean — the sum of all values divided by the count of values. But a complete statistical summary of a dataset requires at minimum the mean and median (to detect skew), plus the range (to understand spread). These three together give you a far more accurate picture of a dataset than the mean alone.
Consider class exam scores: if most students scored 60–70 but two students scored 98 and 99, the mean might be 72 while the median is 66. The mean is pulled upward by the top performers; the median reflects the performance of the typical student. Knowing both lets you distinguish a genuinely high-performing class from one with a few standout scorers dragging the average up.
The same principle applies to household incomes, cricket batting averages, property prices, salary benchmarks, and manufacturing quality metrics. In India, where income inequality and urban-rural consumption gaps create strongly skewed distributions, the median is often the more representative statistic — which is why the National Statistical Office reports both mean and median consumption in its household surveys.
This calculator also reports minimum, maximum, range, and count alongside sum and mean — giving you the full first-level statistical picture of any small dataset without switching to a spreadsheet.
For two-number comparisons, the Ratio Calculator expresses the relationship between A and B as a proportion; for measuring how much a single value has changed, the Percentage Change Calculator is the right tool.
How to use this Average calculator
Enter the initial values — the calculator starts with five values (10, 20, 30, 40, 50) as defaults. Click any field and type your own values. Negative numbers, decimals, and zeros are all accepted.
Add more values — click + Add Value to append a new entry row. Up to 20 values can be entered. Leave a field blank to exclude it from the calculation — only filled, valid numeric entries are counted.
Remove values — click the red × button next to any row to remove that entry. The minimum is 1 value; the Remove button disappears when only one row remains.
Read the results — all seven outputs (mean, median, min, max, range, sum, count) update live. The highlighted primary output is the mean.
Compare mean and median — if these two values are close, your data is roughly symmetric. If mean > median, you have a right-skewed dataset (a few large values pulling the mean up). If mean < median, the data is left-skewed (a few small values pulling the mean down).
Expand the step breakdown — shows the sum formula, mean calculation, sorted values for median derivation, and range computation.
Formula & Methodology
Mean: Mean = (v₁ + v₂ + ... + vₙ) ÷ n Median (odd count): Median = value at position (n+1)/2 in sorted dataset Median (even count): Median = (value at position n/2 + value at position n/2 + 1) ÷ 2 Range: Range = Maximum − Minimum Variables: - v₁, v₂, ..., vₙ = Individual values in the dataset - n = Count of valid values entered - Sorted dataset = values arranged in ascending order Worked example — dataset [85, 42, 73, 96, 58, 67, 50]: Count: n = 7Sum: 85 + 42 + 73 + 96 + 58 + 67 + 50 = 471Mean: 471 ÷ 7 = 67.2857Sorted: [42, 50, 58, 67, 73, 85, 96]Median (7 values, position 4) = 67Minimum = 42 | Maximum = 96Range = 96 − 42 = 54 Worked example — even count [20, 45, 30, 60]: Count: n = 4 | Sum = 155Mean = 155 ÷ 4 = 38.75Sorted: [20, 30, 45, 60] → Median = (30 + 45) ÷ 2 = 37.5Range = 60 − 20 = 40 Precision: All outputs are rounded to 4 decimal places for mean, median, sum, and range. Minimum, maximum, and count are exact values. Limitations: - This calculator computes descriptive statistics for a single sample. It does not compute standard deviation, variance, or any inferential statistics - Mode is not computed — it is undefined for datasets where no value repeats, and can be multi-valued, making it impractical for a single numeric output - Maximum 20 values are supported in the dynamic input interface