Standard Deviation Calculator
Calculate the standard deviation of a data set. Supports both population and sample standard deviation.
Calculate the z-score (standard score) of a data point. Convert between raw scores, z-scores, and percentiles.
| Z-Score | Percentile | Interpretation |
|---|---|---|
| -3 | 0.135% | Extremely low |
| -2 | 2.275% | Very low |
| -1 | 15.870% | Low |
| 0 | 50.000% | Average |
| 1 | 84.130% | High |
| 2 | 97.725% | Very high |
| 3 | 99.865% | Extremely high |
Your score (z=1.50) highlighted in orange โ at 93th percentile
| Z-Score Range | Meaning |
|---|---|
| -3 to -2 | Very unusual low value (bottom 2%) |
| -2 to -1 | Below average (15โ2% range) |
| -1 to 0 | Slightly below average |
| 0 to 1 | Slightly above average |
| 1 to 2 | Above average (84โ98% range) |
| 2 to 3 | Very unusual high value (top 2%) |
The Z-Score Calculator computes how many standard deviations a value is from the mean. Also known as the standard score, the z-score tells you a value's relative position within a distribution.
A z-score of 0 means the value equals the mean. A z-score of +1 means one standard deviation above average, while โ1 means one below. Z-scores are essential for comparing values from different distributions.
This calculator converts raw scores to z-scores, z-scores to raw scores, and estimates the percentile rank using the standard normal distribution. It is a key tool in hypothesis testing, quality control, and standardized assessments.
Z-scores allow you to compare values across different scales and distributions. This calculator converts in both directions and provides percentile estimates.
z = (x โ ฮผ) / ฯ
Where:
- x = raw value
- ฮผ = population mean
- ฯ = population standard deviationResult: z = 1.5
z = (85 โ 70) / 10 = 15 / 10 = 1.5. This score is 1.5 standard deviations above the mean, at approximately the 93rd percentile.
Standardized test scores are often reported as z-scores or derived scales. SAT and IQ scores use transformed z-scores to make results more intuitive.
Six Sigma methodology aims for processes where defects are beyond 6 standard deviations from the mean. Z-scores quantify how far a measurement deviates from the target.
Z-scores assume the data is roughly normally distributed. For highly skewed data, non-parametric alternatives like percentile ranks may be more appropriate.
Professionals in data science, engineering, and finance apply these calculations daily to model complex systems and test analytical hypotheses.
Last updated:
A z-score tells you how many standard deviations a value is away from the mean. Positive z-scores are above the mean, negative are below.
In most contexts, |z| > 2 is considered unusual (outside 95% of data) and |z| > 3 is considered very unusual (outside 99.7% of data).
Use the standard normal cumulative distribution function (CDF). A z-score of 1.0 corresponds to about the 84th percentile. It shows the approximation.
Z-scores can always be calculated, but the percentile interpretation assumes a normal distribution. For skewed data, the percentile estimates may be inaccurate.
The standard normal distribution has a mean of 0 and standard deviation of 1. Any normal distribution can be converted to it using z-scores.
In z-tests, you compute the z-score of a sample statistic and compare it to critical values. If |z| exceeds the critical value, you reject the null hypothesis.
Calculate the standard deviation of a data set. Supports both population and sample standard deviation.
Calculate percentiles and percentile ranks of a data set. Find the value at any percentile or the percentile of any value.