Z-score Calculator Online

Convert a raw value to a z-score and read off the normal-distribution probability, computed in your browser.

The Z-score Calculator runs entirely in your browser. The value, mean, standard deviation and z-scores you enter stay on your device and are never uploaded.

Open the Confidence Interval Calculator

About Z-score Calculator

Z-score Calculator converts a raw value to a z-score — how many standard deviations it sits from the mean — and instantly reads off the matching probability from the standard normal distribution. Enter a value with its mean and standard deviation, or switch to Raw z-score mode and type a z-score directly. The tool returns the percentile P(X < z), the upper tail P(X > z), and the two-tailed p-value used for significance testing, using an accurate erf-based approximation of the normal curve. It is built for students checking a statistics homework answer, analysts screening for outliers, and anyone running a quick hypothesis test who needs a z-table lookup without leaving the page. Every calculation runs locally in your browser — no numbers are uploaded.

Features

How to use the Z-score Calculator

  1. Choose From value or Raw z-score mode
  2. Enter the value, mean and standard deviation (or the z-score directly)
  3. Read the z-score and the percentile, upper-tail and two-tailed probabilities
  4. Copy the summary for your report or homework

Example

Input

x=85, μ=70, σ=10

Output

z = 1.5 · P(<z) 0.933

A value 1.5 standard deviations above the mean sits at the 93.3rd percentile.

Common errors & troubleshooting

Frequently asked questions

What does the Z-score Calculator actually compute?
It computes z = (x − μ) / σ from your value, mean and standard deviation, then looks up the matching probability on the standard normal distribution using an erf-based approximation of the z-table.
What is a z-score in plain terms?
A z-score is how many standard deviations a value sits from the mean of its distribution. A z-score of 1.5 means the value is 1.5 standard deviations above the mean.
What is the difference between P(X < z) and the two-tailed p-value?
P(X < z) is the percentile — the probability of landing below that z-score. The two-tailed p-value doubles the smaller tail and is what you compare against a significance threshold like 0.05 in a two-sided hypothesis test.
Can I enter a z-score directly instead of a raw value?
Yes. Switch the Z-score Calculator to Raw z-score mode and type the z-score to get its percentile, upper-tail and two-tailed probability without entering a mean or standard deviation.
How accurate is the normal distribution probability?
The calculator uses the Abramowitz and Stegun erf approximation of the standard normal CDF, which is accurate to within about 0.00015%, close enough for coursework, QA checks and real analysis.
Does the Z-score Calculator upload my numbers?
No. Every calculation happens locally in your browser. The values you type never leave your device and are not sent to ArrayKit.

Related tools

All ArrayKit tools