Math Tools
P-Value Calculator
Enter a test statistic (z-score) and tail type to compute the p-value from the standard normal distribution.
P-Value
0.0500
Math Tools
Enter a test statistic (z-score) and tail type to compute the p-value from the standard normal distribution.
P-Value
0.0500
A p-value is the probability of observing a test statistic as extreme as (or more extreme than) your observed result, assuming the null hypothesis is true. P-values range from 0 to 1. A small p-value (typically below 0.05) suggests strong evidence against the null hypothesis. It's the foundation of frequentist statistical inference.
Enter your test statistic (z-score) and choose the tail type (left, right, or two-tailed). The calculator uses the cumulative distribution function (CDF) of the standard normal distribution to compute the p-value. Left-tailed tests compute P(Z less than z). Right-tailed tests compute P(Z greater than z). Two-tailed tests compute twice the smaller tail probability.
Left: p = Φ(z) | Right: p = 1 − Φ(z) | Two-tailed: p = 2 × min(Φ(z), 1 − Φ(z))Φ(z) is the cumulative distribution function of the standard normal distribution. For left-tailed tests, integrate the normal curve from −∞ to z. For right-tailed, integrate from z to ∞. For two-tailed, double the smaller of the two tail areas to account for extreme values in both directions.
| Input | Result | Notes |
|---|---|---|
| z = 1.96 (two-tailed) | p = 0.0500 | Classic 5% significance threshold: a z-score of ±1.96 corresponds to exactly p = 0.05 in a two-tailed test. |
| z = 2.576 (right-tailed) | p = 0.0050 | A z-score of 2.576 in a right-tailed test gives p ≈ 0.005, strong evidence against the null hypothesis. |
| z = −1.645 (left-tailed) | p = 0.0500 | A z-score of −1.645 in a left-tailed test corresponds to p ≈ 0.05, the conventional significance level. |
It means the probability of observing your test statistic (or more extreme) by chance alone, under the null hypothesis, is less than 5%. This is conventionally considered 'statistically significant,' but it is not proof that your hypothesis is true.
Left-tailed tests check if a parameter is less than a value. Right-tailed tests check if it is greater. Two-tailed tests check if it is different (either direction). Choose based on your research hypothesis.
No. P-values are always between 0 and 1 because they represent probabilities. If you get a result outside this range, check your input or calculation.
Z-scores assume you know the population standard deviation (or have large n). T-scores are used when estimating from a sample. This calculator uses the normal distribution; for small samples, use a t-table or t-score calculator.
No. This calculator is for z-scores from continuous data. For categorical tests (chi-square, Fisher exact), you need different tools.
Very large z-scores yield p-values extremely close to 0 (for right-tailed) or 1 (for left-tailed). The result is still valid and represents very strong evidence against the null hypothesis.