Average Calculator
Calculate the arithmetic mean, median, mode, sum, count, minimum, maximum, range, and other descriptive statistics from a list of numbers instantly.
Enter Numbers
Supports decimals, negatives, and large datasets. Extra spaces are ignored.
What Is an Average?
An average is a single number that summarises a list of values — a typical, representative point that stands in for the whole dataset. In everyday speech "average" usually means the arithmetic mean: add up every value and divide by how many you have. But there are several kinds of averages, and each tells you something slightly different about the data.
This calculator returns the arithmetic mean, median (the middle value), mode (the most common value), sum, count, minimum, maximum, range, standard deviation, variance, geometric mean, harmonic mean, and quartiles — a complete descriptive statistics package — alongside a frequency chart, a five-number-summary box plot, and a step-by-step solution. Pair it with the mean-median-mode-range calculator for deeper distribution analysis, the percentage calculator when comparing values to their average, and the z-score calculator when measuring how far a single value sits from the mean.
How to Calculate the Mean
Step 1 — Add every value
Sum all the numbers in your dataset. With 10, 2, 38, 23, 38, 23, 21 you get 155.
Step 2 — Count how many
Count the values regardless of repetition. The sample above has 7 values.
Step 3 — Divide
Divide the sum by the count: 155 ÷ 7 = 22.142857… That number is the arithmetic mean (the average).
Step 4 — Interpret
The mean sits at the dataset's balance point. If you replaced every value with the mean, the sum would be unchanged. Compare it to the median to see whether the distribution is symmetric or pulled to one side.
6 Ways to Use This Calculator
Grade and exam averages
Drop in a list of test scores to get the class average, the median student, the highest and lowest mark, and the spread. The mean tells you the typical score; the median is robust to one student bombing or acing the test.
Daily activity tracking
Find your average daily steps, hours of sleep, or screen time for the week. Standard deviation tells you whether your routine is steady or chaotic.
Project estimates
Average the durations of past tasks to set realistic deadlines on the next sprint. The mean gives the expected duration; the standard deviation gives a buffer for uncertainty.
Sales and revenue
Compute the average order value, average daily revenue, or median ticket. The mode flags your most common price point — useful for promotions and pricing tiers.
Science and lab work
Average a series of measurements to reduce random noise. Pair the mean with the sample standard deviation to report value ± uncertainty, the standard scientific format.
Quick budget summaries
Average monthly expenses across the past year to set next month's budget. The range and IQR show how much variation to plan for between cheap and expensive months.
Best Practices
Use the median when the data is skewed. A single very large or very small value drags the mean toward it. For house prices, incomes, and other long-tailed distributions, the median (the middle value when the data is sorted) is a more representative typical case than the mean.
Always look at the spread too. A mean of 50 means very different things if the values range from 49 to 51 versus 0 to 100. Report the standard deviation, the range, or the interquartile range alongside the mean so readers know whether the average is reliable.
Match the average to the question. For typical speeds across legs of a trip, use the harmonic mean. For compound-interest-style growth rates, use the geometric mean. For unordered categorical-but-numeric data like shoe sizes, use the mode. The arithmetic mean is the default — but it isn't always the right one.
Why Averages Matter
Education
Class averages, GPA, and grading curves all depend on the mean. Understanding when to use median or mode instead is a foundational statistical skill for any student.
Finance
Average return, average cost, dollar-cost averaging, average daily balance — virtually every financial summary leans on some average. The right choice (arithmetic vs. geometric mean) can dramatically change reported performance.
Science & engineering
Repeated measurements reduce random error by averaging. Sample mean and sample standard deviation are the bedrock of error reporting in physics, chemistry, biology, and engineering.
Daily life
Average commute time, average miles per gallon, average heart rate — even when not labelled, almost every "typical" number you encounter in everyday life is some kind of average.
Mean vs. Median vs. Mode
Mean (Arithmetic Average)
Sum divided by count. The standard "average". Highly sensitive to extreme values — one outlier can shift the mean noticeably. Best for symmetric, outlier-free data.
Median
The middle value when the data is sorted. Robust to outliers: doubling the largest value doesn't move the median at all. Best for skewed data like incomes or house prices.
Mode
The most common value. The only average that works for purely categorical data. A dataset can have no mode (all values unique) or more than one (bimodal, multimodal).
Core Formulas
Arithmetic mean
x̄ = (x₁ + x₂ + … + xₙ) ÷ n
Add every value, then divide by how many. The simple average everyone knows.
Median
median = middle value of the sorted dataset
Sort the values; for odd n, the median is the centre element; for even n, the median is the mean of the two centre elements.
Range
range = max − min
The spread between the largest and smallest values. Sensitive to outliers because it ignores everything in between.
Sample variance
s² = Σ(xᵢ − x̄)² ÷ (n − 1)
Mean squared deviation from the mean. Uses n − 1 (Bessel's correction) so that s² is an unbiased estimate when the dataset is a sample of a larger population.
Sample standard deviation
s = √s²
Square root of variance. Carries the same units as the data, so it's the spread metric most often reported alongside a mean.
Geometric mean
GM = (x₁ · x₂ · … · xₙ)^(1/n)
n-th root of the product. Required when averaging multiplicative quantities like growth rates, returns, or ratios. Defined only for strictly positive values.
Common Mistakes
Reporting the mean alone for skewed data
"Average household income" is almost always misleading because incomes are right-skewed by very high earners. The median is the right summary — and the gap between mean and median is itself the inequality story.
Confusing range with standard deviation
Range is just max − min. Two values do all the work. Standard deviation uses every value and is much more informative about spread. Don't substitute one for the other.
Averaging averages
If three days averaged 80, 90, 70 mph respectively, the overall average isn't (80 + 90 + 70) ÷ 3 = 80 unless each day covered the same distance. Re-derive the mean from the underlying values, or weight by sample sizes.
Dropping the mode column
Plenty of datasets have no mode at all — every value appears once. That's not an error, it's a fact about the data. This calculator labels those datasets "No Mode" rather than picking an arbitrary value.
Built for students learning descriptive statistics, teachers grading exams, analysts summarising survey data, scientists reducing measurement noise, and anyone who needs a fast, accurate average without spinning up a spreadsheet. Every calculation runs in your browser — your data never leaves the page.
Average Calculator FAQs
Related Calculators
Pair the average calculator with these tools for percentages, z-scores, full descriptive statistics, and step-by-step math work.
- Mean Median Mode Range CalculatorFull descriptive statistics — mean, median, mode, range, quartiles, variance, standard deviation, percentiles, skewness, outliers — with charts and step-by-step working.
- Percentage CalculatorCalculate % of a number, percentage change, and reverse percentages.
- Z-Score CalculatorZ-score, percentile rank, tail probabilities, Z ↔ probability conversion, and probability between any two Z-scores with bell-curve visualisation.
- Scientific CalculatorAdvanced trig, log, exponent, root, factorial, and memory functions.
- Rounding CalculatorRound to decimals, significant figures, nearest 5/10/100, or any custom precision.
- Probability CalculatorTwo-event probabilities, unions, intersections, complements, normal distribution, confidence intervals, and step-by-step solutions across five integrated tools.