Summary: This z score calculator computes percentile and reverse z with live steps, formulas and a chart. It accepts labeled numeric inputs, works offline through file:// and includes source-backed explanations for students, analysts and researchers.

Z Score Calculator

Z score calculator for z=(x-mu)/sigma, percentile from normal CDF, reverse x from z, formula and bell curve. The calculator works offline, updates instantly and includes a worked example, plain-text formula, MathML, references and structured data.

Default values are loaded. Click any field and edit it; results and chart update automatically.

Default example loadedx=85, mean=70, standard deviation=10. Change any value above to test your own data.
Result: -

Z Score Calculator Quick Reference

Input or settingResult or interpretationUse this when
z=050th percentilestandardized distance
z=1.96about 97.5th percentilestandardized distance
z=-1about 15.9th percentilestandardized distance

How to Use This Z Score Calculator

  1. Choose one calculator from the dropdown, such as Standard Deviation Calculator or Linear Regression Calculator.
  2. Paste raw data into textarea fields or enter summary statistics in number fields.
  3. Review the headline result, supporting metrics, step-by-step solution and SVG visualization.
  4. Use the example button to compare against a known worked example from the reference table.
  5. Copy the result or export the visible output as CSV or PNG for notes and reports.
  6. Read the interpretation, pitfalls, glossary and references before making research decisions, especially when assumptions or tails affect the answer.

Z Score Calculator Formula

Primary formulaz = (x - mu) / sigma; x = mu + z*sigma; percentile = Phi(z)
Plain-English meaning

A z-score tells how many standard deviations a value is above or below the mean.

Example

x=85, mu=70, sigma=10

z = 1.5; percentile about 93.3%

This page uses the shared statistics core for distribution functions, quantiles and exact integer counting where needed. The formula is shown in plain text so screen readers and search engines can parse it reliably.

result=standardized distance from mean

Z Score Calculator Worked Example

Use Load example in the calculator to reproduce this reference result.

{
  "tool": "Z Score Calculator",
  "input": "x=85, mu=70, sigma=10",
  "output": "z = 1.5; percentile about 93.3%",
  "formula": "z = (x - mu) / sigma; x = mu + z*sigma; percentile = Phi(z)"
}
CalculatorExample inputExpected output
Z Score Calculatorx=85, mu=70, sigma=10z = 1.5; percentile about 93.3%

Interpretation Guide

What does p = 0.03 mean? If the null hypothesis and model assumptions were true, a result at least this extreme would occur about 3% of the time. The American Statistical Association cautions that a p-value alone does not measure effect size, practical importance or the probability that Hâ‚€ is true.3

For most classroom and professional reports, pair the calculator result with the question you are answering. A mean or median summarizes location, but spread explains consistency. A confidence interval estimates plausible values, while a hypothesis test evaluates compatibility with a null model. Regression and correlation describe association, so they should be reported with a chart and residual or outlier review. When a result is statistically significant, still ask whether the effect is large enough to matter in the real setting.

StatisticSmallMediumLargeUse
Cohen's d0.20.50.8t-test effect size
Cramér's V0.10.30.5chi-square association
|r|0.100.300.50correlation strength
R²0.010.090.25variance explained

Pro Tips and Common Pitfalls

Z Score Calculator FAQ

How do I calculate a z-score?

Use z = (x − μ)/σ, where x is your data point, μ is the mean, and σ is the standard deviation. The z-score tells you how many standard deviations a value sits above or below the mean. Suppose a student scores 85 on an exam where μ = 75 and σ = 5: z = (85 − 75)/5 = 2. That student scored two SDs above average. Negative z means below the mean; positive z means above. Z-scores let you compare values from different distributions on a common scale.

How do I find percentile from z-score?

Look up the cumulative probability — the area to the left of your z under the standard normal curve. That value is your percentile. Example: z = 1.0 corresponds to a cumulative area of about 0.8413, so the 84th percentile. In Excel, =NORM.S.DIST(1, TRUE) returns 0.8413. A z of 0 sits at the 50th percentile (the mean), z = −1 at the 16th, z = 2 at the 97.7th. Standard normal tables give these values directly. Multiply the cumulative probability by 100 to express it as a percentile.

How do I find z-score from percentile?

Use the inverse standard normal function. For the 90th percentile, find the z value with 0.90 of the area to its left, which is z ≈ 1.2816. In Excel: =NORM.S.INV(0.90) returns 1.2816. For the 25th percentile, =NORM.S.INV(0.25) gives roughly −0.6745. Once you have the z-score, you can convert back to a raw score on your specific distribution using x = μ + zσ. Standard tables can also be read in reverse — locate the desired probability inside the table and trace back to the z value.

What is the z-score for the 90th percentile?

For the 90th percentile (the value below which 90% of the distribution lies), z ≈ 1.2816. That's from =NORM.S.INV(0.90) in Excel. Be careful with terminology: 1.645 is the z for the 95th percentile, often used as the 5% one-tailed critical value. People sometimes confuse "90th percentile" with "90% confidence" — they're different. A 90% two-tailed CI uses z = 1.645 (which has 5% in each tail). The 90th percentile, in contrast, has 90% of the area to its left, so z = 1.2816.

How do I calculate z-score with mean and standard deviation?

Plug into z = (x − μ)/σ. Suppose a student's height is 180 cm in a population with μ = 170 cm and σ = 8 cm: z = (180 − 170)/8 = 1.25. That student is 1.25 SDs above the mean — taller than roughly 89% of the population. Try another: a temperature reading of 65°F where μ = 70 and σ = 5 gives z = −1, meaning one SD below average. The formula works in any context: heights, exam scores, lab measurements — anywhere you have x, μ, and σ.

What does a negative z-score mean?

A negative z-score means the value sits below the mean. The size tells you how far below: z = −1 is one SD below average, z = −2 is two SDs below, and so on. Example: an IQ score of 85 in a distribution with mean 100 and SD 15 gives z = (85 − 100)/15 = −1, so that score is one SD below the average IQ. Negative z values correspond to percentiles below 50%. The further negative, the rarer the value — z = −3 puts you below roughly 0.13% of the distribution.

How do I convert z-score to raw score?

Rearrange the z formula: x = μ + zσ. So if a student has a z of 1.5 on an exam where μ = 70 and σ = 8, the raw score is 70 + 1.5 × 8 = 82. For a negative z = −1.2 with μ = 100 and σ = 15: x = 100 + (−1.2) × 15 = 82. This conversion is essential for translating standardised scores (like IQ percentiles or test results) back into the original measurement scale, where they're easier to interpret in context.

How do I find p-value from z-score?

Use the standard normal CDF. For a left-tailed test, p = P(Z < z) — the cumulative area to the left. For a right-tailed test, p = P(Z > z) = 1 − P(Z < z). For a two-tailed test, p = 2 × P(Z > |z|). Example: z = 2.0 in a two-tailed test gives p ≈ 2 × 0.0228 = 0.0456. In Excel, =NORM.S.DIST(2, TRUE) returns the cumulative area, and =1-NORM.S.DIST(2, TRUE) gives the right-tail probability. Always pick the tail that matches your alternative hypothesis.

Z Score Calculator Glossary

Z-score
Number of standard deviations a value is from the mean.
Standard normal
A normal distribution with mean 0 and standard deviation 1.
Percentile
The percentage of values below a given score.
Right tail
The probability of values greater than the z-score.
Reverse z
Finding the raw value from a known z-score.
Normal CDF
The cumulative probability function for the normal curve.

References and Sources

  1. NIST/SEMATECH e-Handbook of Statistical Methods, descriptive statistics, uncertainty and modeling formulas.
  2. OpenStax Introductory Statistics, definitions for inference, probability and summary statistics.
  3. ASA Statement on p-values, Wasserstein and Lazar, 2016.
  4. R stats package documentation, t.test, cor, quantile and distribution conventions.