List Statistics
Calculate complete statistics for a list of numbers: sum, mean, median, mode, min, max, range and standard deviation.
Count
Sum
Mean
Median
Minimum
Maximum
Range
Std Deviation
Mode
How to use?
Type your numbers and separate them by line, comma or space. The results are worked out on their own. The mode shows you the value (or values) that repeat most often in the list.
Central tendency and dispersion
Three classic measures of central tendency: the arithmetic mean μ = Σxᵢ/n, the median (the middle value once the list is sorted, or the average of the two middle values when n is even), and the mode (the most frequent value — a list may be unimodal, bimodal, or have no mode). For dispersion, the population variance is σ² = Σ(xᵢ − μ)²/n and the sample variance s² = Σ(xᵢ − x̄)²/(n − 1) (Bessel's correction); the standard deviation is the square root of the variance and shares the unit of the original data. Example with {2, 4, 4, 4, 5, 5, 7, 9}: mean = 5, median = 4.5, mode = 4, sample std ≈ 2.14. Quartiles split the sorted data into four parts; IQR = Q3 − Q1, and points beyond Q1 − 1.5·IQR or Q3 + 1.5·IQR are flagged as outliers. For an approximately normal distribution, the empirical rule says 68% of data falls within 1σ, 95% within 2σ and 99.7% within 3σ of the mean.
Applications
Descriptive statistics underpin demographic indicators (IBGE/PNAD censuses and household surveys), psychometrics (IQ tests scaled to mean 100 and standard deviation 15), industrial quality control (Shewhart and Six Sigma control charts use μ ± 3σ as action limits), large-scale exams (ENEM applies Item Response Theory on top of basic descriptives), and product analytics in A/B testing, where comparing means with confidence intervals depends on the standard deviation of each group.
Statistics of a list of numbers
Faced with a list of numbers, the questions tend to be the same. What's the mean? And the median? How much do they vary? Instead of working out one figure at a time, paste the numbers and see the whole set of statistics in a single pass.
The result brings sum, mean, median, mode, minimum, maximum and the dispersion measures, enough to see how the series behaves. Anyone studying statistics, analysing the data from an experiment or checking a pile of grades finds it all here in one place.
The calculation comes out right away, inside your own browser, without the data leaving it. Paste the numbers separated by comma, space or line break and all the metrics show up together.
Frequently asked questions
When should I prefer the median over the mean?
Population or sample standard deviation?
Can a list have more than one mode?
Why divide by n − 1 specifically?
Related Tools
Basic Statistics Calculator
From a list of numbers, compute mean, median, mode, min, max, sum, standard deviation and variance (population and sample). Everything in your browser.
Complex Number Addition
Enter the real and imaginary parts of z1 and z2 to add them: (a + bi) + (c + di) = (a+c) + (b+d)i, with the result returned in a + bi form.
Sample and Population Standard Deviation Calculator
Computes both sample standard deviation with n minus one and population standard deviation with n divisor from a list of numbers.
Standard Error of the Mean Calculator
Calculate the standard error of the mean (SEM) from the standard deviation and sample size. A key metric in statistics, research and confidence intervals.
CI for Variance and Standard Deviation
Computes the confidence interval for the variance and standard deviation of a normal population, from a sample. While most tools estimate the mean, this one estimates the spread — useful in quality control, where consistency matters as much as the central value. The calculation uses the chi-square distribution, which is asymmetric, so the interval is not centered on the sample variance. Enter the sample and the confidence level.
Geometric Mean Calculator
Calculate the geometric mean of a list of positive numbers, ideal for growth rates, returns and indexes. Enter the values and see the result instantly.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.