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 and total.

Reviewed by the thecalcu.com team · Last updated July 18, 2026

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.

Why Use an Average Calculator?

Computing mean and median for a small dataset manually requires sorting (for median), summing, and dividing, steps that are individually simple but collectively error-prone, especially with more than 5 values.

Dynamic value entry. Add or remove values without retyping from scratch. The running count and all statistics update live on every keystroke, useful for iterative datasets where you are building up observations one by one.

Mean and median together. Most pocket calculators show only mean. Seeing mean alongside median immediately flags skew: if mean ≠ median, at least one outlier is distorting the mean. For small business sales data, student marks, or survey responses, this difference is the most actionable insight from a basic statistical summary.

Range as a spread indicator. Maximum − Minimum is a one-glance measure of how spread out your data is. For quality control (are all measurements within spec?), pricing analysis (what is the price range across vendors?), or exam preparation (how consistent are your practice test scores?), the range is the fastest spread metric.

Up to 20 values. This covers the most common real-world small-dataset scenarios: a school's section results, a month's daily sales, a sample of 15 competitor prices, a set of biometric readings.

Who Should Use This Calculator?

Students and teachers. CBSE/ICSE Class 7 introduces mean and range as core statistics; Class 9 extends to median and mode in the 'Statistics' chapter. This calculator is a direct study tool: enter the values from a textbook exercise, verify your calculated mean and median, and check the range. The step breakdown shows the sorted order (needed for median) and the sum (needed for mean) explicitly.

Small business owners tracking daily metrics. Daily sales, footfall, average transaction size, or delivery times over a week or month are exactly the kind of 5–20 value datasets where a fast statistical summary is more useful than a full spreadsheet. Enter the week's figures and see mean, median, and range in one glance.

HR and payroll teams benchmarking compensation. Salary ranges within a pay band, add 10–15 comparable salaries and instantly see mean, median, minimum, and maximum. If mean significantly exceeds median, you likely have one or two highly-paid outliers in the range; if they are close, the distribution is fairly symmetric.

Sports statisticians and coaches. Batting scores, bowling figures, race times, and fitness test results are small, well-defined datasets that benefit from quick statistical summaries. Enter a cricketer's last 10 innings scores to see mean runs, median performance, highest and lowest scores, and consistency (range).

What Insights Does the Average Calculator Give You?

Mean (Average) is the primary output, the sum of all values divided by the count. It represents the 'fair share' if the total was distributed equally. A mean score of 73 in a class means if marks were redistributed equally, every student would get 73. Mean is most meaningful when data is roughly symmetric and not heavily influenced by outliers.

Median is the middle value of the sorted dataset. For an odd count, it is the exact midpoint; for an even count, it is the average of the two middle values. The median is robust to outliers, adding a very high or very low value to the dataset barely changes the median but can shift the mean substantially. When mean and median differ significantly, the dataset is skewed.

Minimum and Maximum are the smallest and largest values in the dataset. They define the range and frame the context: a mean of 70 with a minimum of 30 and maximum of 95 tells a very different story than a mean of 70 with a minimum of 65 and maximum of 78.

Range = Maximum − Minimum. A large range indicates high variability; a small range indicates consistency. For exam scores, a range of 50 (e.g., 40 to 90) signals a mixed-ability group; a range of 10 (e.g., 75 to 85) signals a uniform performance level.

Sum is the total of all values, useful in its own right for aggregate quantities (total units sold, total marks across all students, total annual rainfall across months).

Count is the number of values entered. It serves as a double-check that all values were entered correctly.

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

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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Also known as
mean calculatorarithmetic meanaverage finderaverage of numbers