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.

Try:

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

1

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.

2

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.

3

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.

4

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.

5

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.

6

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

The average is a single value that represents the typical or central tendency of a list of numbers. In everyday speech 'average' almost always means the arithmetic mean — the sum of all values divided by how many values there are. But there are other averages too, including the median (the middle value when the data is sorted) and the mode (the most common value); each is useful in different situations.

Add every value in the dataset together to get the sum, then divide by the number of values. For 10, 2, 38, 23, 38, 23, 21 the sum is 155 and the count is 7, so the mean is 155 ÷ 7 ≈ 22.142857. The mean is the dataset's balance point — if you replaced every value with the mean, the total would be unchanged.

The average (arithmetic mean) is the sum divided by the count and uses every value. The median is the middle value of the sorted dataset and ignores how extreme the outer values are. For symmetric data they're close. For skewed data — incomes, house prices, response times — the mean is pulled toward the long tail while the median stays close to a typical case, which is why the median is preferred for skewed distributions.

Yes. Decimals work everywhere — input, output, and every intermediate step. Mix integers and decimals freely (e.g. '5.5, 7.2, 8.8, 10.1' returns mean 7.9). The calculator displays trailing decimals only when they're meaningful and switches to scientific notation for very large or very small results.

Yes — the arithmetic mean, median, mode, range, variance, and standard deviation all work for any real numbers, positive or negative. The only averages that require strictly positive values are the geometric mean and harmonic mean, which are based on products and reciprocals respectively; those will display 'n/a' if any value in your dataset is zero or negative.

If every value in the dataset appears exactly once, the dataset has no mode and the calculator shows 'No Mode' rather than picking an arbitrary value. If two or more values tie for the most occurrences, the dataset is multimodal and all tied values are listed. The mode is the only average that can be undefined for an otherwise valid dataset — the mean and median always exist for any non-empty list of numbers.

Standard deviation measures how spread out the values are around the mean. A small standard deviation means the values cluster tightly around the average; a large one means they're scattered widely. Sample standard deviation (s) is the version used when your dataset is a sample of a larger population and divides by n − 1 (Bessel's correction); population standard deviation (σ) divides by n and is used when your dataset is the entire population. The calculator reports both.

Yes. SamCalculator's average calculator is fully free, requires no signup, and runs entirely in your browser — your data never leaves the page. It works on desktop, tablet, and phone, supports light and dark themes, and you can copy, share, or print the full statistics report at any time.