Descriptive Statistics Calculator

Summarize a numeric data set with count, sum, mean, median, mode, range, variance, and standard deviation in one calculation.

Calculate descriptive statistics
Enter one or more numbers separated by commas, spaces, or semicolons.

About descriptive statistics

Descriptive statistics turn a list of observations into a compact picture of its center, spread, and shape. They do not test a hypothesis or explain why a pattern occurred. Instead, they provide the first numerical summary used when checking data quality, comparing groups, preparing a report, or deciding which later analysis is appropriate. Measures of center answer different questions. The arithmetic mean is the sum divided by the count and uses every observation, so unusually large or small values can move it substantially. The median is the middle ordered value, or the average of two middle values when the count is even, and is generally more resistant to outliers. The mode is the most frequent value. A data set can have no mode when every value appears once, one mode, or several modes tied for the highest frequency. Measures of spread describe how far observations extend or vary. The range is maximum minus minimum, which is easy to interpret but depends entirely on two values. Variance averages squared deviations from the mean, making larger deviations especially influential. Standard deviation is the square root of variance and returns spread to the original measurement unit. A low standard deviation means observations cluster near the mean, while a high value indicates broader dispersion. The calculator reports both population and sample formulas. Population variance divides the squared-deviation total by n and is appropriate when the entered values are the complete population of interest. Sample variance divides by n - 1, using Bessel's correction to estimate population variance from a sample. The corresponding standard deviations use the square roots of those values. A single observation has a population variance of zero, but sample variance is undefined because no independent deviation remains. Always interpret these summaries in context and inspect the raw values or a graph when possible. Two data sets can share the same mean and standard deviation while having very different distributions. Missing values, measurement errors, duplicated records, mixed units, and selection bias can make perfectly computed statistics misleading. This calculator treats every entered number as one equally weighted observation. It does not parse frequencies, ranges, or units. Before reporting results, decide whether your values represent a sample or a complete population, retain sensible precision, and describe the source and size of the data alongside the numerical summary.

Descriptive statistics examples

DataSelected resultsInterpretation
1, 2, 3, 4, 5Mean 3; median 3; population variance 2A symmetric consecutive set has matching mean and median.
2, 2, 4, 8Mean 4; median 3; mode 2; range 6The high value pulls the mean above the median.
10, 10, 10Mean 10; range 0; standard deviation 0Identical observations have no dispersion.

How to calculate descriptive statistics

  1. Enter every numeric observation, separating values with commas, spaces, or semicolons.
  2. Select Calculate statistics to summarize center and spread.
  3. Compare mean, median, and mode to understand the typical value and possible skew.
  4. Choose population or sample variance and standard deviation according to how the data were collected.

Descriptive statistics FAQ

When should I use the median instead of the mean?

Use the median when a distribution is skewed or contains influential outliers. It reports the central rank without being pulled strongly by extreme magnitudes.

What is the difference between sample and population variance?

Population variance divides by n because every member of the population is included. Sample variance divides by n - 1 to reduce bias when estimating a larger population's variance.

Can a data set have more than one mode?

Yes, multiple values can tie for the highest frequency, producing a multimodal data set. The calculator lists every value sharing that highest count.

Why is standard deviation easier to interpret than variance?

Standard deviation is expressed in the same units as the observations. Variance uses squared units, which is mathematically useful but less direct in everyday interpretation.

Does a small standard deviation prove the data are accurate?

No, it only indicates that values are close to their mean. Measurements can be tightly clustered yet systematically biased or collected from an unrepresentative sample.