Standard Deviation Calculator
Paste numbers and get mean, median, mode, variance, standard deviation, and more. Population or sample.
Private by design
Calculator results are estimates based on your inputs. They are useful for learning, planning, and comparison, but they are not professional advice.
Use responsibly
Use the result as a practical first pass, then verify any important decision with the appropriate source or professional.
Free access
ToolDox tools are free to use, require no signup, and are supported by clear navigation, guides, templates, and related tools.
Related Tools
Why standard deviation matters
Standard deviation tells you how tightly or loosely values cluster around the mean. That makes it one of the most useful measures of spread in statistics. Analysts use it to judge volatility in returns, quality engineers use it to track production consistency, and researchers use it to understand whether a mean value is stable or hiding wide variation. A dataset with the same average can behave very differently depending on its spread.
Population vs sample standard deviation
Population (sigma): use this when your data represents the entire group you want to describe. It divides by N.
Sample (s): use this when your data is only a sample from a larger population. It divides by N-1 using Bessel's correction, which is the more common choice in research and business analysis.
Formulas used
- Mean = sum of values divided by count.
- Variance (sample) = sum of squared deviations from the mean divided by
N-1. - Standard deviation = square root of variance.
- Median = middle value when sorted.
- Mode = most frequently occurring value.
How to interpret the result
A low standard deviation means the values are relatively consistent. A high one means they are more dispersed. In finance, that often means more risk or volatility. In operations, it can mean an unstable process. In a classroom dataset, it can mean the average score hides a very mixed group. Standard deviation is not "good" or "bad" by itself. It is useful because it helps you judge how representative the mean really is.
Real-world examples
- Investment returns: two portfolios can both average 8%, but the one with lower standard deviation is more stable.
- Manufacturing: the same average part size can still fail quality if the spread is too wide.
- Salaries: a high spread can mean a few senior earners are pulling the average up.
Important limitations
Standard deviation is sensitive to outliers, and it works best when the distribution is reasonably well-behaved. If the data is heavily skewed, or if the values include impossible errors, standard deviation alone may mislead. Use it alongside median, range, or outlier review when the data is messy.
Related tools and guides
- Mean, Median & Mode Calculator to compare central tendency with spread.
- Outlier Detector if extreme values may be distorting your result.
- Correlation Calculator to study relationships between two variables after checking variance.