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.
—
Send feedback
💡 Share your idea or report a problem
✓ Thanks! We'll take a look.
Learn more
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.
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?
Need something this doesn't cover?
Suggest a tool — we'll build it →