Your result
Already in standard units: mean 0, standard deviation 1.
To the left of the boundary
97.5002%
97.50% of the distribution lies here, so observing a z-score below the boundary is the more likely outcome.
z-score
1.9600
Standard deviations from the mean.
Probability
0.975002
The shaded area, as a decimal.
Rest of the curve
2.4998%
Everything outside the shaded region.
The row you would read in a printed table
| z | .00 | .01 | .02 | .03 | .04 | .05 | .06 | .07 | .08 | .09 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1.9 | 0.9713 (z = 1.90) | 0.9719 (z = 1.91) | 0.9726 (z = 1.92) | 0.9732 (z = 1.93) | 0.9738 (z = 1.94) | 0.9744 (z = 1.95) | Your z-score, 0.9750 (z = 1.96) | 0.9756 (z = 1.97) | 0.9761 (z = 1.98) | 0.9767 (z = 1.99) |
Row 1.9, column .06 — the cell a printed table sends you to for z = 1.96. These values are computed live by the same function that generated our full z-score table.
The 68–95–99.7 rule, at full precision
The familiar figures are roundings. Computing them exactly shows how much has been rounded away — and why the interval that actually holds 95% is ±1.96σ, not ±2σ. Mistaking one for the other is among the most common errors in applied statistics.
Within ±1σ
68.2689%
Usually quoted as 68%.
Within ±2σ
95.4500%
Usually quoted as 95%.
Within ±3σ
99.7300%
Usually quoted as 99.7%.
Step-by-step solution for your numbers
Every row uses the figures you entered, so the arithmetic can be checked line by line rather than taken on trust.
Step 1: Read the boundary as a z-score
- Formula
- z = the value entered
- Your numbers
- z = 1.9600
- Result
- z = 1.9600
The standard normal curve is already centred at 0 with a standard deviation of 1, so the value entered is its own z-score.
Step 2: Look up the area to the left
- Formula
- P = Φ(z)
- Your numbers
- P = Φ(1.9600)
- Result
- P = 0.975002
Φ is the cumulative area under the standard normal curve, which is exactly what a printed z-table lists.
Step 3: Express the area as a percentage
- Formula
- percentage = P × 100
- Your numbers
- 0.975002 × 100
- Result
- 97.5002%
The remaining 2.4998% of the curve lies outside the shaded region.
The formula
z = (x − μ) / σ
σ_x̄ = σ / √n (for the mean of a sample of n)
P(X ≤ x) = Φ(z) = ½ · erfc(−z/√2)
μ is the mean, σ the standard deviation, and Φ the cumulative area to the left of z under the standard normal curve. The middle line is the only change the central limit theorem makes: replace σ with σ/√n, and everything else is identical.
Why area is the only thing that carries probability
A normal distribution is continuous, so it has no gaps and no steps — between any two values there is always another. That has a consequence people often find counter-intuitive: the probability of any one exact value is zero. The height of the curve above a point is a density, not a chance. Only an interval has a probability, and that probability is the area sitting above it.
This is why the entire curve is scaled to enclose an area of exactly 1, and why every answer on this page is a share of that total. It is also why the four regions offered above are the only shapes you ever need: any question about a normal distribution reduces to an area to the left of a point, to the right of it, between two points, or outside them.
What the central limit theorem does and does not promise
Set the calculator to the mean of a sample of n and one thing changes: the spread becomes σ/√n instead of σ. That single substitution is the whole of the central limit theorem as it affects this arithmetic. Averages are more predictable than individual observations, and they get more predictable with the square root of the sample size — quadruple n, and the spread halves.
Two limits are worth stating plainly, because they are where the theorem is most often over-read. It does not make the underlying data normal. A skewed population stays skewed no matter how large the sample; it is the distribution of the mean that becomes normal, not the distribution of the values. And it does not name a sample size at which the approximation becomes safe. The familiar n ≥ 30 is a convention with no theorem behind it: a population that is already normal needs no minimum at all, and a heavily skewed one can need far more than thirty. This page flags a small n beside the answer rather than presenting a confident probability it has not earned.
This page computes one value at a time and shows the working. For the complete printed reference — 800 cumulative z values, plus t, chi-square, F and the nonparametric tables, all computed rather than transcribed and released under CC0 — see the full set of statistical tables
Methodology and sources
The cumulative normal Φ(z) is computed from its mathematical definition in double precision: an all-positive series form of the error function near the centre, and a continued fraction evaluated by the modified Lentz algorithm in the tails. Neither branch uses a fitted coefficient table, so the accuracy of each follows from the mathematics rather than from a curve fit. The inverse — the z that cuts off a given area — is obtained by bisection on that same function, which needs no magic constants and converges to the last representable bit.
Tails are computed as tails. A small upper-tail probability is never formed as 1 − Φ(z), because subtracting a number very close to 1 from 1 discards most of the significant digits; the tail is computed directly instead. The same reasoning governs the region between two bounds, which is measured from whichever side keeps its precision. The practical effect is that a probability like 1.1 × 10⁻¹⁹ arrives with its digits intact instead of collapsing to zero.
These values are pinned by an automated test suite that runs on every change to this site. It asserts agreement with our own published z-score table, including at the two cells that sit closest to a rounding boundary and would therefore be the first to disagree if accuracy ever slipped. Where the normal model itself is the weak link — a boundary far into the tail, a sample mean at small n, or a distribution that extends below zero for a quantity that cannot be negative — the page says so beside the answer instead of presenting the figure unqualified.
All arithmetic runs in your browser. The page makes no network request to produce a result, so nothing you type is transmitted to us or stored.
Primary sources
NIST/SEMATECH
e-Handbook of Statistical Methods, §1.3.6.6.1 — Normal DistributionThe federal working reference for the distribution itself: its density function, parameters, and the standard normal special case used throughout this page.
NIST/SEMATECH
e-Handbook of Statistical Methods, §1.3.6.7.1 — Cumulative Distribution Function of the Standard Normal DistributionThe published tabulation of Φ(z). The values this calculator returns are computed rather than read from it, and agree with it.
NIST/SEMATECH
e-Handbook of Statistical Methods, §6.5.1 — What do we mean by "Normal" data?On treating normality as an assumption to be checked rather than a property to be assumed — the caveat that governs every answer this page produces.
VIDANALYTICA
Z-Score Table (Standard Normal Distribution) — 800 computed valuesOur own published table, generated from the same cumulative normal function this page calls. The agreement between the two is enforced by test, not assumed.
Links go to the publishing agency, so you always read the current figure rather than a copy of it. This page embeds no agency data of its own.
Common questions
What is the area under the normal curve?
It is the probability of landing in that part of the distribution. The whole curve encloses an area of exactly 1, so a region covering 0.95 of it holds 95% of the outcomes. Because the curve is continuous, area is the only thing that carries probability — the height of the curve at a single point is a density, not a chance, and the probability of any one exact value is zero.
What is a z-score?
A z-score counts how many standard deviations a value sits from the mean: z = (x − μ)/σ. It is what lets one table serve every normal distribution. A z of 1.5 means "one and a half standard deviations above the mean", whether the underlying measurement is a test score, a wait time, or a machined tolerance.
Why is the 95% interval ±1.96σ and not ±2σ?
Because 68-95-99.7 is a rounding. The area within ±2σ is 95.4500%, not 95%, and the interval that holds exactly 95% runs to ±1.9599639845σ. The two are close enough that the rule of thumb is useful for mental arithmetic and far enough apart to matter in a reported confidence interval. This page shows both figures so the difference is visible rather than assumed.
When can I use the normal distribution for a sample mean?
The central limit theorem says the distribution of the sample mean approaches normal as n grows, whatever the shape of the population — and that its spread is σ/√n rather than σ. Two things it does not say: it does not make the underlying data normal, and it does not specify a universal n at which the approximation becomes safe. The common rule of n ≥ 30 is a convention, not a theorem; strongly skewed populations need more, and a population that is already normal needs none at all.
How accurate are the numbers on this page?
The cumulative normal is computed from its series and continued-fraction definitions in double precision, not from a rounded lookup table or a quick polynomial approximation. Its values are pinned by automated tests that run on every change to this site, including tests asserting agreement with our published z-score table across the cells nearest a rounding boundary. Tail probabilities are computed from the tail directly rather than by subtracting from 1, which is what keeps a very small probability meaningful instead of rounding it to zero.
Does this page send my numbers anywhere?
No. Every figure on this page is computed in your browser — the page makes no network request to produce a result, which you can confirm in your browser’s network tab. There is no account, no login, and nothing to submit.
This page does the arithmetic. We check the numbers you put into it.
Knowing where a number falls on the curve is one thing; knowing whether the figure you are measuring against was reported correctly in the first place is another. A $29 Verified Snapshot answers one business question in a short, fully cited brief — and every claim in it is checked against its own source before it ships. Others check that links work. We check that claims are true.
Get a $29 Verified SnapshotNo recurring fee, nothing to cancel. A brief that does not pass our verification gate is never auto-delivered.
Other calculators
These calculators are provided for general business analysis and are independent informational research — not investment, financial, legal, or tax advice. The arithmetic is standard and openly documented on this page; the assumptions you enter are yours, and the conclusions drawn from them are too.