Math Calculator

Average Calculator | Mean Calculator Online

Calculate average (mean) instantly with our free calculator. Supports multiple values, bulk entry & step-by-step calculation with formulas.

Average Calculator – Mean, Median, Mode, Range & More

Calculate the average of any data set instantly — find mean, median, mode, range, geometric mean, harmonic mean, standard deviation, variance, sum, and count. Paste any list of numbers and view charts, steps, or a full data summary.

Enter Your Numbers

Separate values with commas, spaces, or line breaks. Paste from spreadsheets works too.

Presets:
⚠ Please enter at least one valid number.

Statistics

Display

Std Dev / Variance Type

Mean (Average)

What Is the Mean?

The mean — also called the arithmetic mean or arithmetic average — is the sum of all values divided by the count of values. It is the most widely used measure of central tendency in everyday statistics.

FormulaMean = (x₁ + x₂ + … + xₙ) ÷ n = Σx ÷ n

When the mean works well

The mean is most reliable when data is roughly symmetrical and free of extreme values. Test scores, heights, weights, and survey ratings often suit the arithmetic mean.

When the mean can mislead

A single extreme outlier can drag the mean far from where most values cluster. For skewed data — income distributions, property prices, reaction times — the median usually describes the typical value more accurately.

Median, Mode, and Range

Median

The median is the middle value of a sorted dataset. For an odd count of values, it is the exact centre value. For an even count, it is the mean of the two middle values.

Median (odd n)Median = value at position (n + 1) ÷ 2
Median (even n)Median = (value at n/2 + value at n/2 + 1) ÷ 2

The median is robust to outliers. Use it when data is skewed or contains extreme values.

Mode

The mode is the value (or values) that appear most frequently. A dataset can have one mode (unimodal), two modes (bimodal), or more (multimodal). If no value repeats, the dataset has no mode.

Range

The range is the simplest measure of spread: it is the difference between the maximum and minimum values.

FormulaRange = Maximum − Minimum

Geometric Mean and Harmonic Mean

Geometric Mean

The geometric mean multiplies all n values together and takes the nth root. It is the correct average for multiplicative growth — investment returns, population growth rates, compounding percentages.

FormulaGeometric Mean = (x₁ × x₂ × … × xₙ)^(1/n)
Example: If an investment grows by 10%, 50%, and −20% in three years, the geometric mean return is (1.10 × 1.50 × 0.80)^(1/3) − 1 ≈ 9.14% per year, not (10 + 50 − 20) ÷ 3 = 13.3%.

Harmonic Mean

The harmonic mean is the reciprocal of the mean of reciprocals. It is the correct average when combining rates over equal amounts — for example, average speed over equal distances.

FormulaHarmonic Mean = n ÷ (1/x₁ + 1/x₂ + … + 1/xₙ)

The harmonic mean is always ≤ the geometric mean ≤ the arithmetic mean for positive values.

Standard Deviation and Variance

Variance measures how spread out values are from the mean. It is the average of the squared differences from the mean.

Population Varianceσ² = Σ(xᵢ − μ)² ÷ N
Sample Variances² = Σ(xᵢ − x̄)² ÷ (N − 1)

Standard deviation is the square root of variance. Because it is in the same units as the original data, it is easier to interpret than variance.

Use population statistics when you have data for an entire group. Use sample statistics (with Bessel's correction, dividing by n − 1) when your data is a sample drawn from a larger population.

How to Calculate an Average

  1. Add all the values in your data set (find the sum).
  2. Count how many values there are.
  3. Divide the sum by the count.

This gives the arithmetic mean. It is the most common definition of "average" but is not the only one. The median and mode are also averages that describe a dataset from different perspectives.

Which Average Should I Use?

Metric Best used when… Example
Mean Data is symmetric, no extreme outliers Average test scores in a class
Median Data is skewed or has outliers Median household income
Mode Finding most common value; categorical data Most common shoe size sold
Geometric Mean Multiplicative growth, ratios, percentages Average annual investment return
Harmonic Mean Rates and ratios over equal intervals Average speed for a round trip
Std Deviation Measuring spread or variability Consistency of manufacturing output

Worked Examples

Simple Average
3, 7, 7, 19, 24
Sum = 60 | Count = 5
Mean = 12 | Median = 7 | Mode = 7
Note: mean (12) is pulled above the mode by the high value 24.
Outlier Effect
10, 10, 12, 11, 200
Mean = 48.6 (distorted by 200)
Median = 11 (unaffected)
→ Median better represents the typical value.
Two Modes (Bimodal)
2, 4, 4, 6, 8, 8, 10
Mean = 6 | Median = 6
Mode = 4 and 8
→ Two modes suggest two clusters in the data.
Geometric Series
2, 4, 8, 16, 32
Arithmetic Mean = 12.4
Geometric Mean = 8.0
→ Geo mean reflects the multiplicative pattern.
Narrow Range
98, 99, 99, 100, 100, 101
Mean = 99.5 | Range = 3
Std Dev ≈ 0.84 (very consistent)
→ Low spread indicates high precision.

Common Mistakes When Calculating Averages

  • Using mean with heavy outliers. A single extreme value skews the mean significantly. Always check your data for outliers first.
  • Confusing median with mean. "The average house price is £350,000" likely refers to the median, not the mean. Always clarify which average is being reported.
  • Forgetting to sort data before finding the median. The median is the middle value of sorted data. Finding the middle of unsorted data gives a wrong answer.
  • Using geometric mean on data with zeros or negatives. Geometric mean requires all positive values. Zeros or negatives make it undefined or meaningless.
  • Mixing sample and population standard deviation. Using population standard deviation on sample data underestimates the true spread. Use n − 1 (sample SD) unless you have full population data.
  • Treating mode as always useful. When no value repeats, the mode doesn't exist. For continuous data, mode is rarely meaningful without grouping.

Frequently Asked Questions

What is an average calculator?

An average calculator is a free online tool that computes descriptive statistics — mean, median, mode, range, geometric mean, harmonic mean, standard deviation, and variance — from a list of numbers you supply. It saves manual computation and reduces errors.

How do I calculate the mean?

Add all values together, then divide by the count. Formula: Mean = Σx ÷ n. For example, the mean of 5, 10, 15 is (5 + 10 + 15) ÷ 3 = 10.

What is the difference between mean, median, and mode?

The mean is the arithmetic average. The median is the middle value of sorted data. The mode is the most frequent value. They give different pictures of a dataset's centre, especially when data is skewed.

When should I use geometric mean?

Use the geometric mean for multiplicative data: investment returns, percentage growth rates, or any ratio where values multiply together over time.

When should I use harmonic mean?

Use the harmonic mean when averaging rates over equal amounts — average fuel efficiency across equal distances, or the F1-score in machine learning (which is the harmonic mean of precision and recall).

What is the difference between variance and standard deviation?

Variance is the mean of squared deviations from the mean, expressed in squared units. Standard deviation is its square root, expressed in the same units as the data — making it easier to interpret.

What is the difference between sample and population standard deviation?

Population SD divides by n. Sample SD divides by n − 1 (Bessel's correction) to produce an unbiased estimate of population spread when working from a sample.

Can I paste a list of numbers?

Yes. Paste numbers separated by commas, spaces, or line breaks. The calculator auto-parses and ignores empty entries.

How do outliers affect the average?

Outliers pull the arithmetic mean toward them. A dataset of 10, 11, 12, 13, 200 has a mean of 49.2, but four out of five values cluster below 14. The median (12) is far more representative here.

Is average always the same as mean?

In everyday language, "average" usually means the arithmetic mean. In statistics, average is a broader term that can include median or mode. Always specify which type of average you mean in formal work.

Can this calculator show steps?

Yes. Enable "Show Calculation Steps" before pressing Calculate to see a full breakdown: sorted data, sum, count, median position, and frequency analysis for mode.

What is range in statistics?

Range is the simplest measure of spread. Range = Maximum − Minimum. It tells you the width of your dataset but is sensitive to outliers because it only uses the two extreme values.

Can the calculator find multiple modes?

Yes. If multiple values share the highest frequency, all are listed as modes. Datasets with no repeated values are reported as having no mode.

Related Calculators

Note: Results depend entirely on the numbers entered. Sample vs population standard deviation produce different results — select the appropriate type for your use case. For high-stakes academic, scientific, or business analysis, verify results independently.
Shares:

Related Posts