P-Value Calculator — Z-Test & T-Test
Enter a test statistic and get a p-value instantly — one-tailed or two-tailed, with a clear significant/not-significant call against your chosen alpha.
p = 2·(1 − Φ(|z|))
TWO-TAILED Z
p = Iₓ(df/2, 1/2)
TWO-TAILED T
P-Value Calculator
Z-test or T-test significance
P-Value (Two-Tailed)
0.05000
z = 1.96
5.000%
As a Percentage
5.0%
Alpha Threshold
Reading Your Result
📏 Z-Test
Built on the standard normal curve — the p-value comes from exactly how far your z-score sits from the center, using the normal cumulative distribution function.
📐 T-Test
Uses the t-distribution, shaped by degrees of freedom — smaller samples get fatter tails, which makes extreme t-values a bit less surprising than the same value would be on a Z-test.
🎯 Choosing Alpha
α = 0.05 is the conventional default, but stricter fields sometimes use 0.01, and exploratory work sometimes relaxes to 0.10 — set it before you see your result, not after.
↔️ Picking a Tail
Two-tailed is the safe, standard default for "is there a difference at all?" questions; a one-tailed test should only be used when you predicted the direction of the effect beforehand.
— FAQ