Interactive Z Calculator
Use this tool to calculate z-scores, convert z to percentile, or reverse-calculate values from z.
What is a z-score?
A z-score (also called a standard score) tells you how far a value is from the mean, measured in standard deviations. It puts different data points onto a shared scale so you can compare them directly, even when the original units differ.
For example, if a test score has a z-score of 2.0, that score is two standard deviations above the average. If it has a z-score of -1.5, it is one and a half standard deviations below average.
The z-score formula
The basic formula is:
z = (x - μ) / σ
- x = raw value
- μ = mean of the distribution
- σ = standard deviation
If you know the z-score and want the original value, rearrange the formula: x = μ + zσ.
How to use this z calculator
1) Find z-score from raw value
Select Find z-score from raw value, then enter x, mean, and standard deviation. The calculator returns the z-score, estimated percentile, and two-tailed p-value.
2) Find raw value from z-score
Choose Find raw value x from z-score, enter z, mean, and standard deviation. This is useful when building score thresholds, cutoffs, or quality-control limits.
3) Convert z-score to percentile
Select Find percentile from z-score for standard normal calculations. You’ll see the left-tail probability and its percentile equivalent.
4) Convert percentile to z-score
Choose Find z-score from percentile and enter a percentile between 0 and 100 (exclusive). This is commonly used for confidence intervals and hypothesis testing.
Interpreting z-scores quickly
- z = 0: exactly at the mean.
- z = +1: one standard deviation above mean.
- z = -1: one standard deviation below mean.
- |z| > 2: relatively uncommon in many real datasets.
- |z| > 3: often treated as a potential outlier flag.
Why percentiles and p-values matter
A z-score by itself is useful, but probability-based interpretations make it practical:
- Percentile: what percentage of values fall below a given z.
- Left-tail probability: P(Z ≤ z).
- Two-tailed p-value: chance of seeing a value at least as extreme as z in either direction.
These are core tools in statistics, A/B testing, social science, psychometrics, and engineering quality analysis.
Worked example
Suppose a student scored 88 on an exam where the class mean is 75 and standard deviation is 10.
z = (88 - 75) / 10 = 1.3
A z-score of 1.3 corresponds to about the 90th percentile, meaning the student scored higher than roughly 90% of the group.
Common mistakes to avoid
- Using a standard deviation of 0 (not valid).
- Mixing up sample and population context without checking assumptions.
- Entering percentile as a decimal when the tool expects percent (use 97.5, not 0.975).
- Interpreting z-scores as percentages directly (they are standardized units, not percent values).
When to use a z calculator
Use a z calculator when you need to:
- Standardize measurements from different scales.
- Compare performance across different tests or groups.
- Compute confidence limits and hypothesis-test thresholds.
- Detect unusually high or low observations.
Final thoughts
Z-scores are one of the simplest and most powerful ways to interpret data. With just a value, mean, and standard deviation, you can quickly translate raw numbers into context. Use the calculator above anytime you need clear, fast, and statistically meaningful comparisons.