Z-Score — Standardized Value, Percentiles, Probabilities
z = (x-μ)/σ. Convert raw scores to z-scores, find percentiles, compute probabilities. Four modes: Raw→Z, Z→Raw, Z→Probability, Probability→Z.
Why This Statistical Analysis Matters
Why: Z-scores standardize values across different scales. Essential for hypothesis testing, confidence intervals, and comparing values from different distributions.
How: Choose mode. Raw→Z: enter raw, mean, σ. Z→Raw: enter z, mean, σ. Z→Probability: enter z, get tail area. Probability→Z: enter p, get z.
- ●z = (x-μ)/σ
- ●z=1.96 → 95% CI
- ●Standard normal
Z-Score — Percentiles, Probabilities & Interactive Normal Curve
Convert raw scores to z-scores, find percentiles, compute probabilities. Four modes: Raw→Z, Z→Raw, Z→Probability, Probability→Z. Step-by-step breakdown with interactive visualization.
Real-World Scenarios — Click to Load
Enter Your Data
Interactive Normal Curve (Standard: μ=0, σ=1)
Percentile Comparison
Z-Score Interpretation
Calculation Breakdown
⚠️For educational and informational purposes only. Verify with a qualified professional.
📈 Statistical Insights
z = (x-μ)/σ — standard deviations from mean
— Definition
z for 95% two-tailed CI
— Common
CDF Φ(z) = P(Z≤z)
— Normal
Key Takeaways
- • A z-score measures how many standard deviations a value is from the mean
- • z > 0 means above average, z < 0 means below average, z = 0 is exactly average
- • z = 1.96 is the critical value for 95% confidence intervals (most common in research)
- • The z-score standardizes any normal distribution to the standard normal (μ=0, σ=1)
- • Values with |z| ≥ 2 are "unusual" (outside 95%); |z| ≥ 3 are "rare" (outside 99.7%)
- • Percentile = Φ(z) × 100 — the proportion of values below your score
Did You Know?
Expert Tips
Z-Test vs T-Test
Use z when σ is known or n ≥ 30; use t when σ is estimated from a small sample.
Two-Tailed vs One-Tailed
Two-tailed (|z| > 1.96) is more conservative; one-tailed (z > 1.645) is more powerful but riskier.
Report Effect Size
A statistically significant z-score doesn't mean practical significance — report Cohen's d alongside p-values.
Bonferroni Correction
When running multiple tests, divide α by the number of tests — e.g., 20 tests requires z > 3.29 instead of 1.96.
When to Use Each Mode
| Scenario | Mode | Example |
|---|---|---|
| Raw score → standardized value | Raw → Z | Exam score vs class average |
| Z-score → raw value | Z → Raw | Find score at 95th percentile |
| Z-score → probability | Z → Probability | P(Z < 1.96) for 95% CI |
| Probability → z-score | Probability → Z | Critical value for 90% CI |
Why Use This Calculator vs. Other Tools?
| Feature | This Calculator | Z-table | Excel |
|---|---|---|---|
| Interactive normal curve | ✅ | ❌ | ❌ |
| 4 calculation modes | ✅ | Partial | Partial |
| Z-score interpretation | ✅ | ❌ | ❌ |
| Copy & share results | ✅ | ❌ | ❌ |
| AI-powered interpretation | ✅ | ❌ | ❌ |
| No installation required | ✅ | ✅ | ✅ |
Frequently Asked Questions
What does a negative z-score mean?
A negative z-score means the value is below the mean. For example, z = -1 means one standard deviation below average.
When should I use a z-test vs a t-test?
Use z-test when population σ is known or sample size n ≥ 30. Use t-test when σ is estimated from a small sample.
What is a p-value and how does it relate to the z-score?
The p-value is the probability of observing a result as extreme as yours if the null hypothesis is true. For a z-score, p = 2 × (1 − Φ(|z|)) for two-tailed tests.
How do I find the z-score for a given confidence level?
For two-tailed: 90% → z=1.645, 95% → z=1.96, 99% → z=2.576. Use the inverse CDF: z = Φ⁻¹((1+confidence)/2).
What is the difference between one-tailed and two-tailed?
One-tailed tests one direction (e.g., z > 1.645 for α=0.05). Two-tailed tests both tails (|z| > 1.96 for α=0.05).
Can a z-score be greater than 3 or less than -3?
Yes. About 0.3% of values fall outside ±3σ. Z-scores can be any real number.
How do z-scores relate to percentiles?
Percentile = Φ(z) × 100. z=0 → 50th percentile, z=1 → ~84th, z=-1 → ~16th.
What is the z-score for the 95th percentile?
z ≈ 1.645 for the 95th percentile (one-tailed). For 95% confidence interval (two-tailed), z = 1.96.
Z-Score by the Numbers
Official Data Sources
Disclaimer: This calculator is for educational purposes. Z-scores assume normally distributed data. Uses Abramowitz & Stegun normal CDF approximation. For critical decisions, verify with established statistical software. Not professional statistical consulting advice.