Z-score Calculator

    Calculate z-scores and probabilities for normal distributions

    Use this calculator to compute the z-score of a normal distribution.

    Z-Table: Area from Mean (0 to Z)

    This table shows the area under the standard normal curve from the mean (z = 0) to any positive z-score. For negative z-scores, use the same value due to symmetry.

    z.00.01.02.03.04.05.06.07.08.09
    0.00.00000.00400.00800.01200.01600.01990.02390.02790.03190.0359
    0.10.03980.04380.04780.05170.05570.05960.06360.06750.07140.0753
    0.20.07930.08320.08710.09100.09480.09870.10260.10640.11030.1141
    0.30.11790.12170.12550.12930.13310.13680.14060.14430.14800.1517
    0.40.15540.15910.16280.16640.17000.17360.17720.18080.18440.1879
    0.50.19150.19500.19850.20190.20540.20880.21230.21570.21900.2224
    0.60.22570.22910.23240.23570.23890.24220.24540.24860.25170.2549
    0.70.25800.26110.26420.26730.27040.27340.27640.27940.28230.2852
    0.80.28810.29100.29390.29670.29950.30230.30510.30780.31060.3133
    0.90.31590.31860.32120.32380.32640.32890.33150.33400.33650.3389
    1.00.34130.34380.34610.34850.35080.35310.35540.35770.35990.3621
    1.10.36430.36650.36860.37080.37290.37490.37700.37900.38100.3830
    1.20.38490.38690.38880.39070.39250.39440.39620.39800.39970.4015
    1.30.40320.40490.40660.40820.40990.41150.41310.41470.41620.4177
    1.40.41920.42070.42220.42360.42510.42650.42790.42920.43060.4319
    1.50.43320.43450.43570.43700.43820.43940.44060.44180.44290.4441
    1.60.44520.44630.44740.44840.44950.45050.45150.45250.45350.4545
    1.70.45540.45640.45730.45820.45910.45990.46080.46160.46250.4633
    1.80.46410.46490.46560.46640.46710.46780.46860.46930.46990.4706
    1.90.47130.47190.47260.47320.47380.47440.47500.47560.47610.4767
    2.00.47720.47780.47830.47880.47930.47980.48030.48080.48120.4817
    2.10.48210.48260.48300.48340.48380.48420.48460.48500.48540.4857
    2.20.48610.48640.48680.48710.48750.48780.48810.48840.48870.4890
    2.30.48930.48960.48980.49010.49040.49060.49090.49110.49130.4916
    2.40.49180.49200.49220.49250.49270.49290.49310.49320.49340.4936
    2.50.49380.49400.49410.49430.49450.49460.49480.49490.49510.4952
    2.60.49530.49550.49560.49570.49590.49600.49610.49620.49630.4964
    2.70.49650.49660.49670.49680.49690.49700.49710.49720.49730.4974
    2.80.49740.49750.49760.49770.49770.49780.49790.49790.49800.4981
    2.90.49810.49820.49820.49830.49840.49840.49850.49850.49860.4986
    3.00.49870.49870.49870.49880.49880.49890.49890.49890.49900.4990

    How to Use This Z-Table

    Step 1: Find the row corresponding to the first decimal place of your z-score (e.g., for z = 1.96, find row 1.9)

    Step 2: Find the column for the second decimal place (e.g., for z = 1.96, find column .06)

    Step 3: The intersection shows the area from mean (z = 0) to your z-score

    Example: For z = 1.96, find row 1.9 and column .06. The value 0.4750 means 47.50% of the data falls between the mean and z = 1.96.

    Common Z-scores

    • z = 1.00: 0.3413 (34.13%)
    • z = 1.645: 0.4500 (45.00%) - 90% CI
    • z = 1.96: 0.4750 (47.50%) - 95% CI
    • z = 2.00: 0.4772 (47.72%)
    • z = 2.576: 0.4950 (49.50%) - 99% CI
    • z = 3.00: 0.4987 (49.87%)

    Converting to Other Probabilities

    • P(x < z): Add 0.5 to table value
    • P(x > z): Subtract table value from 0.5
    • P(-z < x < z): Multiply table value by 2
    • For negative z: Use absolute value (symmetry)
    • Example: For z = 1.96, table shows 0.4750. So P(x < 1.96) = 0.5 + 0.4750 = 0.9750 (97.50%)

    A z-score (standard score) measures how many standard deviations a data point is from the mean of its distribution. It standardizes values from different distributions to a common scale, making comparison and probability calculation possible. This calculator converts raw scores to z-scores, z-scores to probabilities, and vice versa. Z-scores are fundamental in statistics, hypothesis testing, quality control, and standardized testing.

    Z-Score Formula

    The z-score transforms any value from a normal distribution into its position relative to the mean, measured in standard deviation units. A z-score of 0 is exactly average. Positive z-scores are above average, negative are below. Because z-scores use a universal scale, they let you directly compare values from distributions with different means and spreads.

    z = (x - μ) / σ Where: x = raw score μ = population mean σ = population standard deviation For sample data: z = (x - x̄) / s (use sample mean x̄ and sample SD s) Reverse (find x from z): x = μ + z × σ

    Example: Test with mean 70, SD 10. Score of 85: z = (85-70)/10 = 1.5. This score is 1.5 standard deviations above average, better than about 93.3% of test takers.

    Z-Scores and Normal Distribution

    The normal distribution (bell curve) is symmetric around the mean. Z-scores tell you exactly where in the distribution a value falls and what percentage of data lies below or above it. The empirical rule (68-95-99.7) is the most practical way to remember the key thresholds.

    Z-Score Range% of Data IncludedCumulative % BelowCommon Name
    -1 < z < 168.27%15.87% to 84.13%68% rule / 1σ interval
    -2 < z < 295.45%2.28% to 97.72%95% rule / 2σ interval
    -3 < z < 399.73%0.13% to 99.87%99.7% rule / 3σ (empirical rule)
    z < -2 or z > 24.55%Tails onlyOutlier threshold (common)
    z < -3 or z > 30.27%Far tailsExtreme outliers (rare events)
    z > 1.6455%95th percentile5% one-tailed significance
    z > 1.9602.5%97.5th percentile5% two-tailed (p=0.05)

    Z-Scores in Hypothesis Testing

    In statistics, z-scores are used to test hypotheses about population means when the population standard deviation is known and the sample is large. The z-test compares a sample statistic to a hypothesized population parameter, expressed in standard error units.

    Test statistic: z = (x̄ - μ₀) / (σ / √n) Where: x̄ = sample mean μ₀ = hypothesized population mean σ = population standard deviation n = sample size Reject null hypothesis if |z| > z_critical For α=0.05 (two-tailed): z_critical = 1.96 For α=0.01 (two-tailed): z_critical = 2.576

    Example: Claim: mean battery life = 10 hours. Sample of 36 batteries averages 9.5 hours, σ=1.2. z = (9.5-10)/(1.2/√36) = -0.5/0.2 = -2.5. Since |-2.5| > 1.96, reject the claim at α=0.05.

    Z-Scores in Quality Control

    Manufacturing and quality management use z-scores and sigma levels extensively. Six Sigma (6σ) quality means a process produces no more than 3.4 defects per million opportunities — corresponding to a process that stays within ±6 standard deviations from its target.

    Sigma LevelZ-ScoreDefects per Million (DPMO)Yield
    1.0691,46230.9%
    2.0308,53869.1%
    3.066,80793.3%
    4.06,21099.4%
    5.023399.977%
    6.03.499.9997%

    Frequently Asked Questions

    What is the empirical rule (68-95-99.7)?

    In a normal distribution: 68% of values fall within 1 standard deviation of the mean (z between -1 and +1), 95% within 2 standard deviations, and 99.7% within 3 standard deviations. This is the empirical rule. Practical applications: if heights are normally distributed with mean 70" and SD 3", about 95% of people are between 64" and 76" (70 ± 2×3). Values beyond 3 standard deviations are extremely rare, occurring in only about 0.3% of observations — roughly 1 in 370.

    How do I use z-scores to compare scores from different tests?

    Convert each raw score to a z-score using that test's mean and standard deviation. A student who scores 90 on a test with mean 80, SD 5 has z = (90-80)/5 = 2.0. Another who scores 75 on a test with mean 60, SD 10 has z = (75-60)/10 = 1.5. The first student performed relatively better — their score is 2 standard deviations above average versus 1.5. This comparison would be impossible with raw scores alone because the tests have different scales and difficulty levels.

    What is a p-value and how does it relate to z-scores?

    The p-value is the probability of observing a result at least as extreme as the one obtained, assuming the null hypothesis is true. For a z-test, the p-value is the area in the tail(s) of the standard normal distribution beyond the calculated z-score. A z-score of 1.96 corresponds to a two-tailed p-value of 0.05 — the conventional threshold for statistical significance. A z-score of 2.576 gives p = 0.01. If your calculated z exceeds the critical value for your α level, the result is statistically significant.

    Can z-scores be used with non-normal distributions?

    Z-scores can be calculated for any distribution (subtract mean, divide by SD), but their probability interpretation using the standard normal table is only accurate for normally distributed data. For non-normal distributions, the z-score still tells you how many standard deviations from the mean a value is, which is useful for outlier detection. However, you cannot directly read probabilities from a normal table. For small samples from unknown distributions, use t-scores (t-distribution) instead. The Central Limit Theorem guarantees that z-scores become increasingly accurate as sample size grows, even for non-normal populations.

    What is a z-score used for in standardized testing?

    Standardized tests like the SAT, ACT, GRE, and IQ tests all use z-score logic to create their scaled scores. The raw score is converted to a scale designed to have a specific mean and SD (SAT: mean 500, SD 100 per section; IQ: mean 100, SD 15). A score of 700 on the SAT corresponds to z = (700-500)/100 = 2.0 — the 97.7th percentile. This standardization allows scores to be compared across different test administrations even when question difficulty varies, because all editions are calibrated to the same statistical distribution.