Skip to main content
SC

Statistics Calculator

Get every core statistic, mean, median, mode, standard deviation and more, from one list of numbers at once.

Did you like the tool? Thanks!
Share:

How to Use Statistics Calculator

Enter numbers separated by commas, spaces, or new lines. The calculator instantly computes count, sum, mean, median, mode, min, max, range, variance, and both sample and population standard deviation, all in a single results grid.

About Statistics Calculator

Descriptive statistics are the small set of numbers that summarize the most important features of a data set without you having to look at every single value individually. Rather than computing the mean, median, and mode of a list separately using three different calculators, this Statistics Calculator runs all of the standard descriptive statistics over the same data set in one pass, so you can immediately compare them and understand your data's shape, center, and spread. The statistics fall into three broad categories. The first category describes the "center" of your data — where most of your values sit. Mean (the arithmetic average) sums every value and divides by the count. Median is the middle value once the data is sorted. Mode is the value (or values) that appear most frequently. These three do not always agree: for symmetric, evenly-distributed data they cluster close together, but for skewed data with outliers, they can diverge noticeably, and comparing them is itself informative. For instance, if a data set's mean is much higher than its median, that is a strong signal that a few unusually large values are pulling the average upward. The second category describes the "range" of your data — how far it stretches. Minimum and maximum are simply the smallest and largest values present. Range is the difference between them (max − min), giving a single number for how wide the data spreads from end to end. Range is easy to compute and understand, but it only looks at the two most extreme values and ignores everything in between, which makes it sensitive to a single unusual outlier at either end. The third category, variance and standard deviation, describes spread more thoroughly by using every value in the data set, not just the two extremes. Variance measures the average of the squared differences between each value and the mean; standard deviation is its square root, bringing the units back to something directly comparable to your original numbers. This calculator reports both the population version (dividing by n, the total count) and the sample version (dividing by n − 1), since which one is correct depends on whether your list represents an entire group of interest or just a smaller sample drawn from a larger population — the companion Standard Deviation Calculator on this site covers this distinction in depth. Consider a worked scenario that ties everything together. Suppose a small business tracks the number of items sold per day over one week: 12, 15, 12, 40, 14, 13, 12. The mean is roughly 16.9, noticeably higher than the median of 13, immediately signaling that one unusually busy day (the 40) is pulling the average upward — exactly the kind of insight that comparing mean and median in one view provides instantly. The mode is 12 (appearing three times), telling you that a "typical" day, in the sense of "most common outcome," actually sold fewer items than the mean suggests. The range is 40 − 12 = 28, a wide spread driven almost entirely by that single outlier day. The standard deviation quantifies just how unusual that day was relative to the rest of the week. A common misconception is that any single statistic can fully describe a data set on its own. In reality, no single number captures everything — two very different data sets can share an identical mean, or an identical range, while looking nothing alike once you also examine their median, mode, and standard deviation. This calculator is designed around that principle: rather than making you choose one statistic and hope it is the right one, it computes every core measure at once so the full shape of your data is visible in a single glance.

Details & Tips

**Formulas computed:** - Count = n (number of values) - Sum = Σx - Mean = Σx ÷ n - Median = middle value (sorted), or average of two middle values if n is even - Mode = most frequent value(s), or "no mode" if all values are unique - Min / Max = smallest / largest value - Range = Max − Min - Population variance = Σ(x − mean)² ÷ n; Population std dev = √(population variance) - Sample variance = Σ(x − mean)² ÷ (n − 1); Sample std dev = √(sample variance) **Worked example:** Numbers: 4, 8, 15, 16, 23, 42. Count = 6. Sum = 108. Mean = 18. Sorted: 4, 8, 15, 16, 23, 42 → Median = (15+16)÷2 = 15.5. Every value appears once, so Mode = "No mode." Min = 4, Max = 42, Range = 38. Sum of squared differences from the mean = 910. Population variance = 910 ÷ 6 ≈ 151.67, population std dev ≈ 12.32. Sample variance = 910 ÷ 5 = 182, sample std dev ≈ 13.49. **Second worked example (with a repeated value and a mode):** Numbers: 5, 7, 7, 9, 12. Count = 5. Sum = 40. Mean = 8. Sorted: 5, 7, 7, 9, 12 → Median (3rd of 5) = 7. Mode = 7 (appears twice, more than any other value). Min = 5, Max = 12, Range = 7. This example shows how, unlike the first, the median and mode can land on exactly the same value when a data set is small and one value repeats near the center. **How this calculator parses input:** The exact same flexible parsing shared by the other statistics tools on this site: numbers separated by commas, spaces, or line breaks in any combination, full decimal and negative number support, with non-numeric tokens silently ignored. **Edge cases handled:** - No valid numbers entered → every statistic in the grid shows a dash (—) rather than zero or an error. - A single number entered → count is 1, mean/median/min/max/mode all equal that number, range and population std dev are 0, and sample std dev shows a dash (—) since it requires at least 2 values. - All values identical → range, variance, and both standard deviations correctly compute to 0, reflecting that there is no spread at all. - Every value unique → the mode field explicitly reads "No mode" instead of listing every number back. - Multiple values tied for most frequent → the mode field lists all tied values together, comma-separated. **Practical tip:** Read the grid left to right for a quick "sanity check" workflow: compare mean and median first (a big gap flags outliers), check the mode for repeated common values, glance at min/max/range for the overall spread, and finish with standard deviation for a precise measure of how tightly clustered the data really is. If you only need one or two of these numbers rather than the full picture, the dedicated Average, Median, Mode, and Standard Deviation calculators on this site offer more focused, single-purpose views of the exact same underlying formulas.

Frequently Asked Questions

What statistics does this calculator compute?
Count, sum, mean, median, mode, minimum, maximum, range, variance, and both population and sample standard deviation, all from one list of numbers.
Why do mean, median, and mode sometimes differ so much?
They measure "center" in different ways. A large gap between them, especially mean versus median, usually signals that outliers are pulling the data in one direction.
What is the difference between range and standard deviation?
Range only looks at the highest and lowest values, ignoring everything in between, while standard deviation uses every value to measure overall spread.
Why are there two standard deviation values shown?
Population standard deviation is used when your list is the entire group of interest; sample standard deviation is used when your list is a subset representing a larger population.
What does it mean if the mode field says "No mode"?
It means every value in your list appears exactly once, so no single value stands out as more frequent than the others.
Can this calculator handle a single number?
Yes, with one value the mean, median, min, and max all equal that number, and both range and population standard deviation correctly compute to 0.
Does this replace the individual Average, Median, and Mode calculators?
It computes the same formulas as those dedicated tools in one combined view — use the individual calculators if you only need one specific statistic with a simpler layout.
What is variance, and how does it relate to standard deviation?
Variance is the average of the squared differences from the mean; standard deviation is its square root, converting the result back into the original units.
Can I paste a column of numbers copied from a spreadsheet?
Yes, numbers separated by line breaks, commas, or spaces are all accepted, including a mix of all three in the same paste.
What happens if my list contains negative numbers?
They are included correctly in every statistic — sum, mean, min, max, and standard deviation all account for negative values as expected mathematically.
Is my data sent to a server when I use this tool?
No, every calculation runs locally in your browser using plain JavaScript, and nothing you enter is transmitted anywhere.
What is a good first step when analyzing a new data set?
Start by comparing the mean and median for signs of skew, then check the range and standard deviation to understand how spread out the values really are.

Also Available As

statistics calculator, descriptive statistics, data summary calculator, mean median mode calculator, statistical analysis tool, data set calculator

Found a Problem?

Let us know if something with Statistics Calculator isn't working as expected.

Thanks — we'll take a look.