HomeCalculatorsMathAverage Calculator

Average Calculator

Math

Calculate 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

1
2
3
4
5

Mean (Average)

0
Median
0
Minimum
0
Maximum
0
Range
0
Sum
0
Count
0

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

  1. 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.

  2. 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.

  3. 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.

  4. Read the results — all seven outputs (mean, median, min, max, range, sum, count) update live. The highlighted primary output is the mean.

  5. 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).

  6. 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
Frequently Asked Questions
What is the mean and how is it calculated?
The mean (or arithmetic mean) is the sum of all values divided by the count of values: Mean = Sum ÷ Count. For the dataset [10, 20, 30, 40, 50], Mean = 150 ÷ 5 = 30. The mean represents the 'centre of gravity' of a dataset — the value at which the data would balance if placed on a number line. It is the most widely used measure of central tendency in everyday statistics, from school exam averages to cricket batting averages to mean household income in India.
What is the difference between mean, median, and mode?
Mean is the arithmetic average (sum ÷ count). Median is the middle value when data is sorted — for an odd count, the exact middle; for an even count, the average of the two middle values. Mode is the most frequently occurring value. For a symmetric distribution, all three are equal. For a right-skewed distribution (like household income in India, where a few very high earners pull the mean up), the median is lower than the mean and is often more representative of a 'typical' household. This calculator computes mean and median; mode is excluded because datasets with no repeated values have no mode.
When should I use median instead of mean?
Use median instead of mean when your dataset has outliers (extreme values) that would distort the mean. Property prices in Mumbai, where a few ultra-luxury transactions coexist with many mid-segment flats, are best described by the median price rather than the mean price. Similarly, household income, wealth distribution, and salary benchmarks in India are reported as median values because a few very high earners would make the mean appear artificially high and unrepresentative of the typical person. The mean is more appropriate when values are symmetrically distributed without extreme outliers.
What is the range and what does it tell you about a dataset?
Range = Maximum − Minimum. It is the simplest measure of spread or variability in a dataset. A small range means values are tightly clustered; a large range means they are widely spread. For exam scores of [55, 62, 70, 74, 85], the range is 85 − 55 = 30 — a moderate spread. Range is sensitive to outliers: a single extreme value massively affects the range without changing the median. For robust variability measurement, standard deviation is preferred, but range is sufficient for quick checks and is taught in Indian school mathematics from Class 7.
How do I calculate the average of percentages correctly?
Simple averages of percentages are only valid when the underlying sample sizes are equal. If Class A scored a 70% average on a test with 40 students and Class B scored 80% on a test with 20 students, the combined average is NOT (70+80) ÷ 2 = 75% — it must be weighted: (70×40 + 80×20) ÷ (40+20) = (2800+1600) ÷ 60 = 73.3%. For equal group sizes, the simple average is correct. The average calculator gives the correct simple mean; for weighted averages across groups of different sizes, the values entered must already reflect the weighted contribution.
What is the difference between arithmetic mean and geometric mean?
Arithmetic mean adds values and divides by count: (A + B) ÷ 2. Geometric mean multiplies values and takes the nth root: (A × B)^(1/2). For returns data, geometric mean is more accurate because investment returns compound: if a portfolio returns +50% one year and −50% the next, the arithmetic mean suggests a 0% average return, but the geometric mean correctly shows a −13.4% return (because ₹1,00,000 × 1.5 × 0.5 = ₹75,000). CAGR (Compound Annual Growth Rate) used for SIP and fund performance reporting is based on the geometric mean.
How is average used in calculating CGPA in Indian universities?
CGPA (Cumulative Grade Point Average) is a weighted average of grade points, where the weights are the credit hours of each subject. If a subject carries 4 credits and a student scores 8 points, it contributes 32 to the numerator; the denominator is the sum of all credits. CGPA = Sum(Grade Points × Credits) ÷ Sum(Credits). Simple average of grade points is only correct when all subjects carry the same credit load. Many Indian universities (under NEP 2020) are adopting 10-point CGPA scales — for a simple equal-credit average, this calculator's mean output gives the CGPA directly.
How is average used in cricket statistics in India?
Batting average = Total Runs ÷ Number of Dismissals (not innings). An unbeaten innings is not counted as a dismissal, so a batsman who scores 100* is 'not out' and the innings is excluded from the denominator. This can make batting averages appear higher than a simple runs-per-innings figure. Bowling average = Total Runs Conceded ÷ Total Wickets Taken — a lower bowling average is better. Strike rate and economy rate are different averages (per 100 balls, per over). This calculator computes simple arithmetic mean, which applies directly to bowling averages and equal-weight batting statistics.
How do I find a missing value when the mean is known?
If you know the mean and all values except one, rearrange the formula: Missing Value = (Mean × Count) − Sum of Known Values. For example, if the mean of 5 tests is 72 and the four known scores are 68, 75, 80, and 65, the missing score = (72 × 5) − (68 + 75 + 80 + 65) = 360 − 288 = 72. This is a common school exam problem type (CBSE Class 7–9) and a standard data sufficiency question in MBA entrance tests.
Can the mean be equal to a value that does not appear in the dataset?
Yes — the mean is a mathematical construct and need not be one of the actual data values. The mean of [1, 2, 4] is 2.33, which does not appear in the set. More strikingly, the mean can fall outside the 'typical' range if data is skewed. For discrete data like the number of children per family, the mean might be 1.8 — a value that cannot exist in reality. The median, by contrast, is always an actual data point (or the average of two actual data points), making it more literally interpretable for discrete datasets.
What is a weighted average and how is it different from simple average?
A weighted average assigns different importance (weights) to different values: Weighted Average = Sum(Value × Weight) ÷ Sum(Weights). A student's final grade in a subject with a 40% weightage for midterm and 60% for finals who scores 70 in midterm and 80 in finals has a weighted average of (70×0.4 + 80×0.6) = 76, not (70+80) ÷ 2 = 75. Simple average treats all values equally (each weight = 1). This calculator computes simple average; to compute weighted average, multiply each value by its weight before entering it, and divide the resulting mean by the average weight separately.
How is mean income used in poverty and development statistics in India?
India's poverty measurement has historically used per capita consumption expenditure rather than income, comparing it against a poverty line. NSSO/PLFS surveys report both mean and median consumption, but analysts prefer median for distributional analysis because India's high inequality means the mean overstates the 'typical' household's position. For example, the mean monthly per capita income can be significantly higher than the median because the top 10% earners pull the mean upward. The 2024 Periodic Labour Force Survey (PLFS) data uses these averages to track wage trends across the formal and informal sectors.