📊
✓ Editorially reviewed by Derek Giordano, Founder & Editor · BA Business Marketing

Mean, Median & Mode Calculator

Central Tendency & Spread

Last reviewed: May 2026

🧮
500 calculators, no signup required
Finance · Health · Math · Science · Business
nnng.com

Descriptive Statistics Overview

Descriptive statistics summarize and describe data sets using measures of central tendency (mean, median, mode) and measures of spread (range, variance, standard deviation).[1] Together, these tell you where the center of your data is and how spread out the values are. This calculator computes all key descriptive statistics from any data set you enter. For more detailed spread analysis, use the Standard Deviation Calculator.

When to Use Each Measure

MeasureBest ForWeaknessExample
MeanSymmetric data, no outliersPulled by extreme valuesAverage test score
MedianSkewed data, outliers presentIgnores magnitude of valuesMedian home price
ModeCategorical data, finding peaksMay not exist or be uniqueMost popular shoe size
RangeQuick spread overviewUses only 2 data pointsTemperature range
Std DeviationPrecise spread measurementComplex to calculate by handManufacturing tolerance

Understanding Measures of Central Tendency

Mean, median, and mode are the three fundamental measures of central tendency in statistics — they each describe the "center" of a dataset but in different ways, and choosing the right one depends on the data's distribution and the question you are trying to answer. The mean (arithmetic average) sums all values and divides by the count. The median is the middle value when data is ordered from smallest to largest. The mode is the most frequently occurring value. In a perfectly symmetrical distribution (like a normal bell curve), all three measures are equal. In skewed distributions, they diverge — and that divergence itself provides valuable information about the data's shape.

The mean is the most commonly used measure and is appropriate for continuous, symmetrically distributed data without extreme outliers. It uses every data point in its calculation, making it sensitive to all values — a property that is both its strength (maximum information utilization) and its weakness (vulnerability to outliers). A single extreme value can pull the mean far from the center of the majority of data points. For example, in a company where 9 employees earn $50,000 and the CEO earns $5,000,000, the mean salary is $545,000 — a figure that represents nobody in the organization. The median salary of $50,000 is far more representative of the typical employee's experience.

When to Use Each Measure

The median is preferred when data is skewed or contains outliers, making it the standard measure for income, wealth, home prices, and other economic variables that follow right-skewed distributions. Median household income is the standard economic indicator precisely because income distributions have a long right tail — a few very high earners pull the mean upward, while the median accurately reflects the midpoint of the population. Real estate typically reports median home prices rather than mean prices for the same reason.

The mode is useful for categorical data (where mean and median are meaningless), for identifying the most popular or common value, and for understanding the peak of multimodal distributions. In manufacturing quality control, the mode of defect types identifies the most common problem to address. In retail, the mode of purchase amounts reveals the most common transaction size. In elections, the mode of voter preference across districts reveals the most popular outcome. Bimodal or multimodal distributions (with two or more peaks) suggest that the data may contain distinct subgroups that should be analyzed separately — for example, a bimodal distribution of test scores might indicate two distinct achievement groups within a class.

Advanced Means: Weighted, Geometric, and Harmonic

Beyond the arithmetic mean, several specialized averages serve specific purposes. The weighted mean accounts for differing importance of values — in GPA calculation, course credits serve as weights because a 4-credit course should influence the average more than a 1-credit course. The geometric mean multiplies all values and takes the nth root, making it appropriate for growth rates, returns, and ratios. If an investment returns 10%, -5%, and 20% over three years, the geometric mean return is (1.10 × 0.95 × 1.20)^(1/3) - 1 = 7.72%, which correctly reflects the compounding effect. The arithmetic mean of 8.33% overstates the actual growth.

The harmonic mean, calculated as n divided by the sum of reciprocals, is appropriate for averaging rates. If you drive 60 mph for one leg of a trip and 30 mph for the same distance on the return, your average speed is the harmonic mean: 2/(1/60 + 1/30) = 40 mph, not the arithmetic mean of 45 mph. The harmonic mean is also used in physics for averaging resistances in parallel circuits and in information retrieval for the F1 score (harmonic mean of precision and recall). Our Weighted GPA Calculator and Average Speed Calculator apply these specialized means.

Descriptive Statistics Beyond Central Tendency

While measures of central tendency describe the center of a distribution, they tell nothing about spread, shape, or the presence of outliers. Range (maximum minus minimum), variance (average squared deviation from the mean), and standard deviation (square root of variance) quantify how spread out data is. Interquartile range (IQR) — the range of the middle 50% of data — provides a robust measure of spread that is resistant to outliers. Skewness measures asymmetry (positive skew means a right tail, negative skew means a left tail), and kurtosis measures the heaviness of tails relative to a normal distribution.

Together, these descriptive statistics paint a complete picture of a dataset. A five-number summary (minimum, first quartile, median, third quartile, maximum) provides a compact description that can be visualized as a box-and-whisker plot. For data analysis in research, business, and decision-making, relying on the mean alone without understanding variability and distribution shape can lead to seriously misleading conclusions. Two datasets can have identical means and medians but radically different distributions — one might be tightly clustered while the other is widely dispersed, and the appropriate decisions based on each dataset would differ significantly.

Common Mistakes in Calculating Averages

Several common errors lead to incorrect central tendency calculations. Averaging percentages or rates without weighting by sample size produces misleading results — if School A has a 90% pass rate with 100 students and School B has an 80% pass rate with 900 students, the overall pass rate is not 85% (the unweighted mean) but 81% (weighted by student count). Averaging already-averaged data (taking the mean of group means when groups have different sizes) commits the same error. Including zeros inappropriately — if you are averaging response times for a survey and some participants did not respond, including zero response times would incorrectly lower the average. Confusing the mean of a sample with the mean of a population introduces statistical bias, particularly with small or non-random samples. Our Sample Size Calculator helps determine how many observations are needed for reliable estimates.

What is the difference between mean, median, and mode?
Mean is the arithmetic average (sum divided by count). Median is the middle value when data is sorted. Mode is the most frequently occurring value. They can give very different results: for incomes of $30K, $35K, $40K, $45K, and $500K, the mean is $130K but the median is $40K. The median better represents the typical value when outliers are present.
When should I use median instead of mean?
Use median when your data has outliers or is skewed (income, home prices, test scores with extreme values). Use mean when data is roughly symmetrical and outlier-free (heights, standardized test scores across large populations). In general, if the mean and median differ by more than 10-15%, report the median.
What if there is no mode or multiple modes?
A data set with no repeated values has no mode. A data set with two modes is bimodal (e.g., test scores clustering at 65 and 90 suggest two distinct groups). Three or more modes is multimodal. Mode is most useful for categorical data (most popular color, most common shoe size).
What is range and why is it limited?
Range is the difference between the maximum and minimum values. While easy to calculate, it only uses two data points and is heavily influenced by outliers. Standard deviation and interquartile range (IQR) are more robust measures of spread. Use the Standard Deviation Calculator for a more complete picture.
How do I calculate weighted mean?
Multiply each value by its weight, sum the products, then divide by the sum of weights. For a GPA: if you earned A (4.0) in a 4-credit course and B (3.0) in a 3-credit course, weighted mean = (4.0x4 + 3.0x3) / (4+3) = 25/7 = 3.57. Use the GPA Calculator for academic grades specifically.

How to Use This Calculator

  1. Enter your data — Type or paste numbers separated by commas or spaces.
  2. View results — Mean, median, mode, range, variance, and standard deviation.
  3. Analyze the distribution — See if your data is symmetric or skewed.

Tips and Best Practices

Check for outliers first. Outliers affect the mean but not the median.

Report multiple measures. Mean and median together tell you about skewness.[1]

Use standard deviation for spread. It is more informative than range for most purposes.

For grades, use weighted mean. The GPA Calculator handles credit-weighted academic grades.

See also: Std Deviation · Statistics · Z-Score · Percentage

📚 Sources & References
  1. [1] NIST. Engineering Statistics. NIST.gov
  2. [2] Khan Academy. Descriptive Statistics. KhanAcademy.org
  3. [3] OpenStax. Introductory Statistics. OpenStax.org
  4. [4] Wolfram MathWorld. Statistical Median. MathWorld
Editorial Standards — Every calculator is built from peer-reviewed formulas and official data sources, editorially reviewed for accuracy, and updated regularly. Read our full methodology · About the author