Z-Score Calculator – Find Standard Score Online
Calculate the Z-score of any data point with our free online Z-score calculator. Enter the value, mean, and standard deviation to get the standardized score instantly.
How the Z-Score Calculator Works
A Z-score (or standard score) tells you how many standard deviations a data point is from the mean. It standardizes values from different normal distributions, allowing you to compare scores from different scales and determine how unusual a value is.
The Z-score formula is:
Where X is your data value, μ (mu) is the population mean, and σ (sigma) is the population standard deviation. A positive Z-score means the value is above average; negative means below average.
The calculator also converts your Z-score to a percentile, showing what percentage of values fall below yours in a normal distribution.
Example Z-Score Calculations
Test Score Example
SAT score analysis (mean = 1050, SD = 200):
Your score: 1350
Z = (1350 - 1050) / 200 = 300 / 200 = 1.5
Interpretation:
• 1.5 standard deviations above average
• Approximately 93rd percentile
• Better than 93% of test-takers
Height Comparison
Adult male height (mean = 70 inches, SD = 3 inches):
Height: 64 inches
Z = (64 - 70) / 3 = -6 / 3 = -2.0
Interpretation:
• 2 standard deviations below average
• Approximately 2nd percentile
• Taller than only 2% of men
Quality Control
Widget weight (target = 100g, SD = 2g):
Sample weight: 105g
Z = (105 - 100) / 2 = 5 / 2 = 2.5
Interpretation:
• 2.5 SD above target (unusual!)
• Outside typical 2-sigma control limits
• May indicate production issue
Comparing Different Tests
Which score is better relative to its test?
Test A: Score 85 (mean 75, SD 10)
Z = (85-75)/10 = 1.0
Test B: Score 92 (mean 88, SD 5)
Z = (92-88)/5 = 0.8
Conclusion: Test A score is better relative to peers
Quick Fact: The Normal Distribution's Secret
The Z-score is tied to the normal distribution (bell curve), first described by Abraham de Moivre in 1733 while studying gambling probabilities. Later, Carl Friedrich Gauss used it to analyze astronomical data, earning it the name "Gaussian distribution." The "68-95-99.7 rule" states that 68% of values fall within Z = ±1, 95% within Z = ±2, and 99.7% within Z = ±3. This is why Z-scores beyond ±2 are considered unusual and Z-scores beyond ±3 are rare outliers. The normal distribution appears everywhere in nature—from human heights to measurement errors—making Z-scores universally useful.
Frequently Asked Questions
What does a Z-score of 0 mean?
A Z-score of 0 means the value equals the mean exactly—it's right at the average. This corresponds to the 50th percentile: half the values are above, half are below. It's the center of the normal distribution.
What Z-score is considered unusual?
Values with |Z| > 2 (more than 2 standard deviations from the mean) are considered unusual, occurring in only about 5% of cases. Values with |Z| > 3 are rare outliers, happening less than 0.3% of the time. In quality control, Z > 3 often triggers investigation.
Can Z-scores be negative?
Yes! Negative Z-scores indicate values below the mean. A Z-score of -1.5 means the value is 1.5 standard deviations below average. The sign tells you direction (above or below), while the magnitude tells you how far.
How do I convert Z-score to percentile?
Use a standard normal table (Z-table) or calculator. The table gives the area under the curve to the left of your Z-score. For Z = 1.0, the area is 0.8413, meaning 84.13th percentile. This calculator does the conversion automatically.
When can I use Z-scores?
Z-scores work best when data follows a normal (bell-shaped) distribution. They're commonly used for test scores, heights, weights, measurement errors, and many natural phenomena. For skewed distributions, Z-scores may be misleading.
What's the difference between Z-score and T-score?
Z-scores use the population standard deviation (σ). T-scores use the sample standard deviation (s) and are used when the population SD is unknown. T-scores follow a t-distribution, which has fatter tails. For large samples (n > 30), they're nearly identical.
How are Z-scores used in real life?
Z-scores appear in: standardized testing (SAT, IQ tests), medical diagnostics (bone density T-scores), finance (Z-score bankruptcy prediction), quality control (Six Sigma), and psychology (assessing how far a score deviates from normal). They're essential for statistical inference.
Other Free Tools
Normal Distribution Calculator – Find Probability & Percentile
Calculate probabilities and percentiles for a normal distribution with our free online calculator. Input mean and standard deviation to find area under the bell curve.
Standard Deviation Calculator – Variance & SD Online
Calculate standard deviation and variance for any dataset with our free online calculator. Supports both population and sample standard deviation with step-by-step workings.
Mean, Median, Mode Calculator – Statistics Calculator Online
Calculate mean, median, and mode of any dataset with our free online statistics calculator. Enter your numbers and get comprehensive central tendency measures instantly.
Confidence Interval Calculator – Find CI for Mean Online
Calculate confidence intervals for population means with our free online confidence interval calculator. Supports 90%, 95%, and 99% confidence levels with margin of error shown.
Correlation Coefficient Calculator – Find Pearson r Online
Calculate the Pearson correlation coefficient between two variables with our free online calculator. Measure the strength and direction of linear relationships in your data.
Linear Regression Calculator – Find Best Fit Line Online
Perform linear regression analysis on any dataset with our free online linear regression calculator. Get the regression equation, slope, intercept, and R² value with a scatter plot.
Five Number Summary Calculator – Min Q1 Median Q3 Max
Find the five-number summary of any dataset with our free online calculator. Instantly compute the minimum, Q1, median, Q3, and maximum for complete data analysis.
Outlier Detector – Find Outliers Using IQR Method Online
Detect outliers in any dataset using the IQR method with our free online outlier detector. Find lower and upper fences and identify all outlying values in your data.