Data
Z-Scores and P-Values: A Practical Guide for Analysts
Z-scores and p-values are the two most-used numbers in applied statistics — and the two most misinterpreted. This guide cuts through the textbook fog.
Z-Score: How Far From Average?
z = (x − μ) ÷ σ
A z-score of +2 means the data point is 2 standard deviations above the mean. Use our Z-Score Calculator for instant results.
What Z-Scores Tell You
- |z| < 1 — typical
- 1 ≤ |z| < 2 — somewhat unusual (~32% of data)
- 2 ≤ |z| < 3 — unusual (~5%)
- |z| ≥ 3 — extreme (<0.3%) — investigate as outlier
P-Value: How Likely Is This By Chance?
The p-value is the probability of seeing a result at least this extreme if there were no real effect. Compute it from your test statistic with our P-Value Calculator.
Significance Thresholds
- p < 0.05 — conventional significance (5% false positive rate)
- p < 0.01 — strong evidence
- p < 0.001 — very strong evidence
The Most Common Misinterpretation
p = 0.03 does not mean “97% chance the effect is real.” It means: “if there’s no effect, we’d see data this extreme 3% of the time.”
Worked Example
You measure average customer LTV: μ = $420, σ = $80. A new cohort has LTV $580.
- z = (580 − 420) ÷ 80 = 2.0
- One-tailed p ≈ 0.023 — significant at 5%
FAQs
Can a z-score be negative? Yes — it just means below the mean.
One-tailed or two-tailed p-value? Two-tailed unless you specifically predicted the direction beforehand.