📈 Z-Score Calculator
Calculate z-scores, percentiles, and probabilities for normal distribution
📏 Enter Values
📊 Results
Z-Score
Percentile
Area Left of Z
Area Right of Z
Distance from Mean
Normal Distribution Curve
📏 Enter Dataset
📊 Dataset Statistics
Mean (μ)
Std Dev (σ)
Count (n)
Range
Z-Scores for Each Value
Data Distribution
📚 Understanding Z-Scores
What is a Z-Score?
A z-score (also called a standard score) measures how many standard deviations a value is from the mean. It standardizes different datasets, allowing for comparison across different scales and units.
Z-Score Formula
Where:
- z = z-score (standard score)
- x = raw score (the value you're analyzing)
- μ = population mean
- σ = population standard deviation
Interpreting Z-Scores
- z = 0: The value equals the mean
- z = 1: The value is 1 standard deviation above the mean
- z = -1: The value is 1 standard deviation below the mean
- z = 2: The value is 2 standard deviations above the mean
- |z| > 2: The value is unusually far from the mean
- |z| > 3: The value is extremely rare (potential outlier)
The 68-95-99.7 Rule (Empirical Rule)
In a normal distribution:
- 68% of values fall within 1 standard deviation (z between -1 and 1)
- 95% of values fall within 2 standard deviations (z between -2 and 2)
- 99.7% of values fall within 3 standard deviations (z between -3 and 3)
Percentiles and Z-Scores
The percentile tells you what percentage of values fall below your z-score. For example, a z-score of 0 corresponds to the 50th percentile (median), while a z-score of 1.96 corresponds to approximately the 97.5th percentile.
Practical Applications
- Education: Comparing test scores across different exams
- Finance: Identifying unusual stock returns or portfolio performance
- Quality Control: Detecting defects or anomalies in manufacturing
- Healthcare: Comparing patient measurements to population norms
- Research: Standardizing variables for statistical analysis
- Sports: Comparing athlete performance across different metrics
When to Use Z-Scores
- When you need to compare values from different distributions
- When identifying outliers or unusual values
- When calculating probabilities in a normal distribution
- When standardizing data for statistical analysis
- When converting raw scores to percentiles
Frequently Asked Questions
What does a negative z-score mean?
A negative z-score means the value is below the mean. For example, z = -1.5 means the value is 1.5 standard deviations below the mean. Negative z-scores are just as valid as positive ones and simply indicate position relative to the mean.
Can z-scores be greater than 3 or less than -3?
Yes, z-scores can be any value, but values beyond ±3 are extremely rare in a normal distribution (less than 0.3% of data). Such extreme z-scores often indicate outliers or data points that don't follow the normal distribution pattern.
How do I convert a z-score to a percentile?
Use the cumulative distribution function (CDF) of the standard normal distribution. Our calculator does this automatically. For example, z = 0 is the 50th percentile, z = 1 is approximately the 84th percentile, and z = 2 is approximately the 97.7th percentile.
What's the difference between z-score and t-score?
Z-scores are used when you know the population standard deviation and have a large sample (n > 30). T-scores are used when you only have the sample standard deviation and a smaller sample size. T-scores account for additional uncertainty with smaller samples.
Can I use z-scores for non-normal distributions?
You can calculate z-scores for any distribution, but the percentile interpretations and the 68-95-99.7 rule only apply to normal distributions. For non-normal data, z-scores still indicate distance from the mean but may not correspond to expected percentiles.
How do I identify outliers using z-scores?
A common rule is that values with |z| > 3 are potential outliers. Some analysts use |z| > 2.5 or |z| > 2 for more conservative outlier detection. The appropriate threshold depends on your field and the consequences of false positives.