Descriptive Statistics Online

What do the mean, median, and spread tell you about your data?

Understand the central tendencies and spread of your data set. Enter a list of numbers separated by commas — see mean, median, mode, range, standard deviation, and variance. Assumes numeric data with no outlier correction.

Updated June 2026 · How this works

Example calculation — edit any field to use your own numbers

Worth knowing
How It Works
The formula, explained simply

Three students score 70, 85, and 95 on a test. The mean of 83.3 splits the difference equally, but tells you nothing about the 25-point spread. The median of 85 shows the middle performance, while the standard deviation of 12.6 reveals the scores scatter widely around average — each statistic answers a different question about the same data.

Descriptive statistics summarize data sets without requiring assumptions about underlying populations. The calculator computes measures of central tendency (mean, median, mode) that show where values cluster, and measures of spread (range, standard deviation, variance) that show how much they vary. Together, these six numbers create a statistical fingerprint of your data.

The tool assumes numeric data with no missing values and performs no outlier detection. It treats every number equally in the calculations, whether the value represents a typical measurement or an extreme case that might skew the results.

When To Use This
Right tool, right situation

Use descriptive statistics when you need to summarize a complete data set you've already collected — test scores from a class, sales figures from a quarter, or measurements from a batch. These statistics describe what happened, not what might happen next or in different conditions.

Descriptive statistics work poorly for prediction or inference beyond your specific data set. They cannot tell you whether differences between groups are meaningful, whether trends will continue, or what causes the patterns you observe. For those questions, you need inferential statistics that account for uncertainty and sampling variation.

Avoid descriptive statistics for continuous processes where the data keeps changing. Stock prices, website traffic, or sensor readings need time-series analysis that accounts for temporal patterns. Descriptive statistics freeze a moment in time — useful for reporting what occurred during a specific period, but not for understanding dynamic systems.

Common Mistakes
Why results sometimes look wrong

Users often confuse population standard deviation (divide by n) with sample standard deviation (divide by n-1). This calculator uses population standard deviation, which assumes your data represents the complete population you care about, not a sample drawn from a larger group. Using the wrong formula understates variability by about 5-15% depending on data set size.

Another common error is treating the mean as always representative when outliers exist. If five employees earn $45,000 each and one earns $300,000, the mean salary of $87,500 represents nobody's actual experience. The median of $45,000 better reflects typical earnings, while standard deviation of $103,000 warns that values spread extremely widely.

Users frequently misinterpret standard deviation as a percentage or proportion when it carries the same units as the original data. If measuring heights in inches with mean 68 and standard deviation 3, the standard deviation means 3 inches of typical variation — not 3% variation. Always attach units to avoid confusion about what the number represents.

The Math
Worked examples and deeper derivation

Mean equals the sum of all values divided by the count: (x₁ + x₂ + ... + xₙ) ÷ n. For the sequence 10, 15, 20, the mean is (10 + 15 + 20) ÷ 3 = 15. This arithmetic average gives equal weight to every value, making it sensitive to outliers.

Median requires sorting values from lowest to highest, then taking the middle value. With odd counts, use the center value directly. With even counts, average the two middle values. The sequence 10, 15, 20, 25 has median (15 + 20) ÷ 2 = 17.5. Median resists outlier influence because it depends only on position, not magnitude.

Standard deviation measures average distance from the mean using the formula σ = √[(Σ(x - μ)²) ÷ n]. Calculate each value's squared difference from the mean, average these squared differences to get variance, then take the square root. For 10, 15, 20: variance = [(10-15)² + (15-15)² + (20-15)²] ÷ 3 = [25 + 0 + 25] ÷ 3 = 16.67, so standard deviation = 4.08.

Student test scores analysis
Ten test scores: 85, 92, 78, 95, 88, 91, 87, 83, 96, 89
Mean of 88.4 shows class average, median of 88.5 confirms balanced distribution, and standard deviation of 5.2 indicates most scores fall within 6 points of average performance.
Sales team monthly performance
Monthly sales: $12,500, $15,200, $9,800, $18,300, $14,600, $16,100
Mean of $14,417 represents typical monthly performance, while standard deviation of $2,741 shows sales vary by about $2,700 month to month — useful for setting realistic targets.
Manufacturing quality control
Widget weights: 98.2, 99.1, 98.8, 99.4, 98.6, 99.0, 98.9 grams
Mean weight of 98.9 grams with standard deviation of 0.39 shows tight quality control — 99.7% of widgets fall within 1.17 grams of target weight.
Expert Unlock
The thing most explanations skip

The coefficient of variation (standard deviation divided by mean) reveals whether variability is meaningful relative to scale. A standard deviation of 5 seems large for test scores averaging 85, but small for incomes averaging $85,000. CV below 0.1 indicates low relative variability, while CV above 0.3 suggests high relative variability that may require investigation.

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

When should I use median instead of mean for my data?
Use median when your data contains extreme values or outliers that skew the average. For example, if most employees earn $40,000-$60,000 but one earns $500,000, the median better represents typical salary than the mean. Median is also better for skewed distributions like income, house prices, or test scores with a few very high or low values.
What does standard deviation tell me about my data set?
Standard deviation measures how spread out your values are from the average. A low standard deviation means values cluster tightly around the mean — like consistent test scores or precise measurements. A high standard deviation indicates wide variation — like diverse ages in a group or fluctuating stock prices. About 68% of values typically fall within one standard deviation of the mean.
How many data points do I need for meaningful statistics?
You can calculate statistics with any number of values, but meaningful patterns emerge with at least 10-15 data points. For basic descriptive statistics, 20-30 values provide reasonable reliability. Smaller samples can be useful for preliminary analysis, but avoid drawing strong conclusions from fewer than 10 values unless you're just exploring the data structure.

Need something this doesn't cover?

Suggest a tool — we'll build it →