Calculate mean, variance and standard deviation of a data set.
Standard deviation is statistics' most important measure of spread โ it tells you how much individual data points typically deviate from the average. A small standard deviation means data is tightly clustered around the mean; a large one means it's widely spread. Without it, the mean alone is an incomplete description of any dataset.
Our Standard Deviation Calculator accepts any number of data points (separated by commas or line breaks), and computes the mean, median, mode, variance, and both population and sample standard deviations, with a step-by-step breakdown of the calculation.
Enter your data values separated by commas, spaces, or new lines. The calculator computes the arithmetic mean, subtracts the mean from each value to get deviations, squares the deviations, averages them (variance), and takes the square root (standard deviation). It shows both population (ฯ) and sample (s) versions.
Mean (ฮผ) = ฮฃx / n
Test scores in a class of 8 students:
75, 82, 68, 91, 77, 84, 73, 80
Step 2 โ Deviations from mean:
Step 3 โ Squared deviations:
14.06, 10.56, 115.56, 150.06, 3.06, 27.56, 33.06, 1.56
Interpretation: The typical score is 78.75, and most students scored within 7 points of that average (one standard deviation). The outlier is 91 (1.72 standard deviations above average).