Central Tendency & Spread
Last reviewed: May 2026
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.
| Measure | Best For | Weakness | Example |
|---|---|---|---|
| Mean | Symmetric data, no outliers | Pulled by extreme values | Average test score |
| Median | Skewed data, outliers present | Ignores magnitude of values | Median home price |
| Mode | Categorical data, finding peaks | May not exist or be unique | Most popular shoe size |
| Range | Quick spread overview | Uses only 2 data points | Temperature range |
| Std Deviation | Precise spread measurement | Complex to calculate by hand | Manufacturing tolerance |
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.
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.
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.
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.
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.
→ 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