What Is Standard Deviation Calculator?
A free online standard deviation calculator. Enter comma-separated or space-delimited numbers to get the sample standard deviation, population standard deviation, variance, mean, median, mode, min, max, range, Q1, Q3, and interquartile range.
Standard deviation is a measure of how spread out numbers are in a data set. It is one of the most important concepts in statistics, used everywhere from research papers to quality control to financial analysis. A low standard deviation means the numbers cluster close to the mean; a high standard deviation means they are spread out over a wider range. Standard Deviation Calculator provides a complete descriptive statistics summary for any data set.
Enter your numbers separated by commas, spaces, or semicolons. The tool immediately calculates: count (how many values), sum (total of all values), mean (average), median (middle value when sorted), mode (most frequent value), minimum and maximum values, range (max - min), sample standard deviation (using n-1, for when your data is a sample from a larger population), population standard deviation (using n, for when your data represents the entire population), variance, quartiles (Q1, Q2/median, Q3), and interquartile range (IQR = Q3 - Q1).
The distinction between sample and population standard deviation is critical. Sample standard deviation uses n-1 in the denominator (Bessel's correction) to provide an unbiased estimate of the population parameter. Use sample SD when your data is a subset of a larger group you are studying. Use population SD when your data includes every member of the group.
The quartile breakdown shows the five-number summary (min, Q1, median, Q3, max) used for box plots. The IQR is useful for identifying outliers — values more than 1.5 × IQR below Q1 or above Q3 are typically considered outliers. All calculations are done client-side with full precision.