P-Value Calculator

Calculate p-values from test statistics to determine statistical significance. Enter a z-score or t-statistic and select one-tailed or two-tailed test to get the p-value and significance assessment.

Z-Score (Normal)
T-Statistic
P-Value from Z-Score
Two-tailed
Left-tailed
Right-tailed
P-Value from T-Statistic
Two-tailed
Left-tailed
Right-tailed
0.0500
P-Value
Statistically Significant

How to Use This P-Value Calculator

This calculator determines p-values from test statistics to help you assess statistical significance. Follow these steps based on your test type:

For Z-Score (Standard Normal Distribution):

For T-Statistic (Student's T-Distribution):

The calculator displays the p-value and clearly indicates whether your result is statistically significant based on your chosen alpha level.

What is a P-Value?

The p-value is one of the most important yet frequently misunderstood concepts in statistics. It represents the probability of obtaining test results at least as extreme as what you observed, assuming the null hypothesis is true. In simpler terms, it answers the question: if there really is no effect, how likely would we be to see results this extreme by random chance?

A smaller p-value provides stronger evidence against the null hypothesis. When the p-value falls below your predetermined significance level (alpha), you reject the null hypothesis and conclude that your results are statistically significant. However, statistical significance does not automatically mean practical significance or that the effect is large or important.

Common interpretations of p-values:

Important caveats: A p-value is NOT the probability that the null hypothesis is true. It is also NOT the probability that your results occurred by chance. The p-value only tells you about the probability of the data given the null hypothesis, not the probability of the hypothesis given the data.

One-Tailed vs Two-Tailed Tests

Choosing between one-tailed and two-tailed tests depends on your research hypothesis and should be decided before collecting data:

Two-tailed test: Tests whether the parameter is different from the hypothesized value in either direction (greater than OR less than). Use this when you want to detect any deviation from the null hypothesis without specifying direction. The p-value accounts for extreme values in both tails of the distribution. This is the more conservative and commonly used approach.

Left-tailed test: Tests whether the parameter is less than the hypothesized value. Use when your alternative hypothesis specifically predicts a decrease or lower value. The p-value only considers the left tail of the distribution.

Right-tailed test: Tests whether the parameter is greater than the hypothesized value. Use when your alternative hypothesis specifically predicts an increase or higher value. The p-value only considers the right tail of the distribution.

One-tailed tests have more statistical power to detect effects in the specified direction but cannot detect effects in the opposite direction. Only use one-tailed tests when you have strong theoretical justification for predicting the direction before seeing the data.

Formulas for P-Value Calculation

Two-tailed Z-test: p = 2 * (1 - CDF(|z|))

Right-tailed Z-test: p = 1 - CDF(z)

Left-tailed Z-test: p = CDF(z)

For t-tests, the same logic applies but using the t-distribution CDF with the appropriate degrees of freedom. The t-distribution has heavier tails than the normal distribution, especially for small sample sizes, resulting in larger p-values for the same test statistic value.