Statistical Average Calculator (Mean, Median, Mode & Range)

A descriptive statistics suite computing measures of central tendency, spread, and dataset distributions.

Popular Searches:How to calculate arithmetic mean of a set of numbersDifference between Mean, Median, and Mode with examplesHow to calculate average marks or gradesRange and spread of numerical data

What's the difference between mean, median, and mode?

Mean, median, and mode are the three standard "measures of central tendency" in statistics — three different ways of answering the same question: "what's a typical value in this data set?" They usually sit close together, but not always, and knowing which one to trust in a given situation is half the battle in reading any data set correctly.

  • •
    Mean — the arithmetic average: add every value, divide by how many there are.
  • •
    Median — the middle value once the data is sorted from lowest to highest.
  • •
    Mode — the value (or values) that appears most often.

Standard formulas used by this calculator

This calculator uses the standard measures of central tendency defined in the NIST/SEMATECH e-Handbook of Statistical Methods, published by the U.S. National Institute of Standards and Technology, and follows international mathematical notation (ISO 80000-2) for the formulas below. These are the exact same definitions taught in introductory statistics courses and used in research, quality control, and data analysis worldwide.

Standard Mathematical Notation
Mean (x̄):
x̄ = (Σxᵢ) / n
Median:
middle value of sorted data; for even n, average of the two middle values
Mode:
the value(s) with the highest frequency in the data set
Range:
Range = max(x) − min(x)
Variable Definitions
xᵢ
Each individual value
in the data set, in the order entered.
n
Count
the total number of values entered.
Σ (sigma)
Summation
add up every value from x₁ through xₙ.

How to find the mean, median, and mode of a data set — worked example

Step-by-Step Calculation Example

Using this calculator's default data set: 12, 18, 25, 30, 42, 18, 55 (n = 7)

1
Sum:12 + 18 + 25 + 30 + 42 + 18 + 55 = 200
2
Mean:200 ÷ 7 = 28.57
3
Sort the values:12, 18, 18, 25, 30, 42, 55
4
Median (middle of 7 sorted values, the 4th one):25
5
Mode (value that repeats — 18 appears twice, all others once):18
6
Range:55 − 12 = 43
Conclusion:The mean (28.57) sits noticeably above the median (25) here — a sign this small data set is right-skewed, pulled upward by the single high value of 55.
In-Depth Editorial Analysis

Why do mean, median, and mode sometimes disagree?

In a perfectly symmetric data set, mean, median, and mode all land on the same number. In real data, they almost never do — and the gap between them tells you something. The classic example: take a room of ten people earning a modest salary, then add one billionaire. The mean income skyrockets, because it's dragged upward by that one extreme value. The median barely moves, because it only cares about the middle position, not how far the outlier sits from it. This is exactly why household income, home prices, and test scores are usually reported as medians in the news, not means — a median resists distortion from a handful of extreme outliers, while a mean doesn't. The mode, meanwhile, ignores magnitude entirely and just answers "what showed up most" — useful for categorical data (most common shoe size, most frequent survey answer) where "average" as a number doesn't even make sense.

Mean vs. Median vs. Mode — when to use which

Best for
MeanData without extreme outliers
MedianData with outliers or skew
ModeCategorical or repeated-value data
Sensitive to outliers
MeanYes, highly
MedianNo, resistant
ModeNo
Works on non-numeric data
MeanNo
MedianNo (needs order)
ModeYes
Common real use
MeanTest score average, temperature average
MedianHousehold income, home prices
ModeMost common size, most frequent rating
Can have more than one value
MeanNo, always one number
MedianNo, always one number
ModeYes — a data set can be bimodal, multimodal, or have no mode at all

Typical real-world applications (reference table)

Personal finance / economics

Household income, home prices

Which Measure Is Usually ReportedMedian (resists skew from a few very high earners)
Education

Class test scores, GPA

Which Measure Is Usually ReportedMean (usually symmetric enough)
Retail / e-commerce

Product star ratings, shoe/clothing sizes stocked

Which Measure Is Usually ReportedMode (most common value matters more than average)
Weather

Daily/monthly temperature

Which Measure Is Usually ReportedMean
Manufacturing / quality control

Defect counts, tolerance measurements

Which Measure Is Usually ReportedMean and Range together (per NIST statistical process control methods)

Related tools

If you also want to know how spread out your data is around the mean — not just where the center sits — our standard deviation & variance calculator is the natural next step; mean tells you the center, standard deviation tells you how tightly the data clusters around it. If you're working with test scores specifically and want a weighted result rather than a simple mean, our GPA/CGPA calculator handles the credit-weighted version of this same averaging concept.

Frequently Asked Questions

Frequently asked questions (real search queries)

Is mean the same thing as average?

Yes — in everyday language "average" almost always means the arithmetic mean. Statisticians use "mean" specifically because "average" can informally refer to median or mode too, depending on context.

Can a data set have no mode, or more than one mode?

Yes to both. If every value in a data set is different, there's no mode at all ("all unique"). If two or more values tie for the most frequent, the data set is called bimodal (two modes) or multimodal (more than two).

How do you find the median when there's an even number of values?

Sort the data, then average the two middle values. For example, in the sorted set 4, 8, 10, 14, the median is (8 + 10) ÷ 2 = 9.

Why is the median often used instead of the mean for income data?

Because income data is typically right-skewed — a small number of very high earners pull the mean far above what a "typical" person actually earns. The median, which only depends on the middle position, isn't affected by how extreme the highest values are.

What is an outlier and how does it affect the mean?

An outlier is a value that sits far outside the normal range of a data set. Because the mean factors in every value equally, a single extreme outlier can shift it substantially — while the median and mode are largely unaffected.

Can an average or mean be negative or zero?

Yes. An average can be negative or zero if the data set contains negative values whose sum is negative or exactly zero. For instance, the mean of -10, 0, and 10 is 0, and the mean of -5 and -15 is -10.

What is the difference between a simple average and a weighted average?

In a simple average, every number carries equal weight (1/n). In a weighted average (such as a GPA or portfolio return), certain values contribute more heavily to the final result according to their relative importance or credit count.

Sources & Further Reading

Related Online Calculators

Frequently referenced alongside Average Calculator.

View All Pure & Applied Mathematics →
Proportion№ 03.01

Percentage Calculator

A versatile proportional arithmetic engine resolving fractional percentages, relative variance, and percentage increase / decrease.

Δ% = ((x₂ - x₁) / |x₁|) × 100Open Tool
Retail№ 01.06

Discount Calculator

A retail pricing engine calculating net payable price, percentage markdowns, and total customer savings.

Savings = List Price × (Discount % / 100)Open Tool
Linear№ 01.03

Simple Interest Calculator

Linear non-compounding yield model determining fixed interest on principal capital across discrete time spans.

I = P · R · T / 100Open Tool

Deterministic Precision & 100% Client-Side Privacy

All calculations execute in your local browser using IEEE 754 double-precision floating-point arithmetic. Your figures and financial metrics remain private and are never uploaded or saved to any cloud servers.