Calculator Tools
Z-Score Calculator
Compute z-scores from a raw value and mean or from a dataset. Get two-tailed p, percentile, inverse z from p, and common critical values.
Mode
Z-score
z = 1.5
x = 85, μ = 70, σ = 10
Z-score (z)
1.5
Percentile
93.3193%
Two-tailed p
0.133614
Left-tailed p
0.933193
Right-tailed p
0.066807
Classification
Within 1–2 standard deviations
Step by step
- Step 1: Subtract the mean from the raw valuex − μ = 85 − 70 = 15
- Step 2: Divide by the standard deviationz = 15 / 10 = 1.5
- Step 3: Look up the matching p-valuesLeft tail Φ(z) = 0.933193, right tail = 0.066807, two-tailed = 0.133614
Reference
What a z-score means
A z-score tells you how many standard deviations a raw value sits from the mean of its distribution. A z of 0 is exactly average. A z of 1 is one standard deviation above the mean. A z of −2 is two standard deviations below the mean. Around 68% of values fall between z = −1 and z = +1, about 95% fall between z = −1.96 and z = +1.96, and about 99.7% fall between z = −3 and z = +3.
Two-tailed vs one-tailed
A two-tailed p-value answers "how unusual is a deviation this far from the mean, in either direction?" A one-tailed p-value asks about one direction only. For a 95% confidence interval the two-tailed critical value is ±1.96. For a one-sided test at α = 0.05 the critical value is ±1.6449.
How to use
- Pick a mode. Direct uses values you already know, Dataset takes a list of numbers, and Inverse looks up z from a probability or percentile.
- In Direct mode, enter the raw value (x), the mean (μ), and the standard deviation (σ). The z-score, p-values, and percentile update as you type.
- In Dataset mode, paste a column of numbers separated by commas, spaces, or newlines, then enter the raw value to score against the dataset. Switch the standard deviation type to sample (n − 1) for inferential statistics or population (n) when your data covers the whole group.
- In Inverse mode, enter a probability (0 to 1) or a percentile (0 to 100) and pick a tail (two-tailed, left, or right). The matching critical z value is returned along with a reference table of common α levels.
- Click Copy summary to grab a one-line description of the result for homework, a lab report, a spec, or a chat message.
About this tool
Z-Score Calculator standardizes a raw value against a normal distribution and returns the matching p-values and percentile, with three working modes built into the same page. In Direct mode you supply the raw value, the mean, and the standard deviation that you already know (from a textbook problem, a published study, a quality control specification, or an exam rubric); the tool returns z = (x − μ) / σ along with the left-tailed p-value Φ(z), the right-tailed p-value 1 − Φ(z), the two-tailed p-value 2 × (1 − Φ(|z|)), and the percentile rank as a percentage. In Dataset mode you paste a column of numbers and one raw value to score against them; the tool computes the dataset mean, computes the sample standard deviation (n − 1, Bessel's correction, the default for inferential statistics) or the population standard deviation (n), and then standardizes the raw value using the same formulas as Direct mode. Sample and population are both available because students, biologists, and quality engineers often pick the wrong one by accident; the tool labels each choice and explains the difference. In Inverse mode you supply a probability between 0 and 1 (or a percentile between 0 and 100) and pick a tail; the tool returns the matching critical z value, which is what you need for confidence intervals (95% CI uses z = 1.96, 99% CI uses z = 2.5758) and for hypothesis tests at common α levels. The standard normal cumulative distribution function uses the Abramowitz and Stegun 26.2.17 polynomial approximation of erf, accurate to about 7.5 × 10⁻⁸ across the real line, which is more precision than any classroom z-table will offer. The inverse normal uses Peter Acklam's rational approximation, accurate to about 1.15 × 10⁻⁹ in the body of the distribution. Each mode shows a step-by-step explanation of the calculation so students can copy the working into their homework, plus a built-in reference table of the most-used critical values (α = 0.10, 0.05, 0.01, 0.001) and a short explainer covering what a z-score means, when to use two-tailed vs one-tailed p-values, and the rough 68-95-99.7 empirical rule for normal distributions. Useful for exam revision, hypothesis testing in psychology and biology, six-sigma quality work, finance risk modelling, education grading on a curve, comparing measurements with different units, computing standardized residuals, and any moment when you would otherwise reach for a printed z-table. Everything runs locally in your browser; nothing you type is uploaded.
Free to use. Works in your browser. No signup, no login.
Related tools
You may also like
Standard Deviation Calculator
Sample and population SD, variance, quartiles, outliers, and step by step working.
Open tool
CalculatorA/B Test Significance Calculator
Two-proportion z-test for A/B and split tests with p-value, lift, and confidence interval.
Open tool
CalculatorSample Size Calculator
Required sample size for proportions or means, with reverse margin of error lookup.
Open tool
CalculatorMean Median Mode Calculator
Mean, median, mode, range, standard deviation, and five number summary from any list.
Open tool
CalculatorPermutation and Combination Calculator
nPr, nCr, factorial, n^r, and multiset coefficient with exact step-by-step working.
Open tool
CalculatorPercentage Calculator
Four percentage calculators: percent of, what percent, change, and discount.
Open tool
CalculatorStandard Deviation Calculator
Sample and population SD, variance, quartiles, outliers, and step by step working.
Open tool