The p-value is one of the most used โ€” and most misunderstood โ€” concepts in all of statistics. Every research paper, clinical trial, and data science project uses it. Yet most people who use p-values daily cannot accurately define what they mean. This guide explains p-values clearly, with no confusing jargon.

The Simple Definition

A p-value is the probability of getting results at least as extreme as your observed data, assuming the null hypothesis is true.

In plain English: "If there really were no effect, how likely is it that I would see data this unusual just by chance?"

A small p-value (close to 0) means: your data would be very unlikely if the null hypothesis were true. So maybe the null hypothesis is wrong.

A Simple Example

Imagine you flip a coin 20 times and get 16 heads. You want to test if the coin is fair (p = 0.5).

Null hypothesis Hโ‚€: The coin is fair (p = 0.5)

Question: If the coin really is fair, how likely is it to get 16 or more heads out of 20?

Answer: P(X โ‰ฅ 16) = about 0.006 = 0.6%

This is your p-value. Since 0.006 < 0.05, you reject Hโ‚€ โ€” the coin is probably not fair. Getting 16 heads by chance when the coin is fair would happen only 6 times in 1,000 experiments.

What Does p < 0.05 Mean?

The threshold ฮฑ = 0.05 is a convention proposed by Ronald Fisher in the 1920s. It means:

P-value rangeCommon interpretationDecision (ฮฑ = 0.05)
p < 0.001Extremely significantReject Hโ‚€ strongly
0.001 โ‰ค p < 0.01Highly significantReject Hโ‚€
0.01 โ‰ค p < 0.05Statistically significantReject Hโ‚€
0.05 โ‰ค p < 0.10Borderline / marginalFail to reject Hโ‚€ (with caution)
p โ‰ฅ 0.10Not significantFail to reject Hโ‚€

5 Common P-Value Misconceptions

Misconception 1: p = 0.03 means there is a 97% chance the result is real

Wrong. The p-value says nothing about the probability that your conclusion is correct. It only says how unusual your data would be if Hโ‚€ were true. The probability that Hโ‚€ is true given your data (the posterior probability) requires Bayesian analysis.

Misconception 2: p > 0.05 means the null hypothesis is true

Wrong. Failing to reject Hโ‚€ just means you do not have enough evidence against it. Your study might be underpowered (too small a sample) to detect a real but small effect. "Absence of evidence is not evidence of absence."

Misconception 3: A smaller p-value means a bigger effect

Wrong. P-value depends on both effect size AND sample size. A very large study can produce p < 0.0001 for a completely trivial effect. Always report effect sizes (Cohen's d, Rยฒ, odds ratio) alongside p-values.

Misconception 4: p < 0.05 means the finding is practically important

Wrong. Statistical significance โ‰  practical significance. A drug that reduces blood pressure by 0.5 mmHg might be statistically significant in a massive trial but completely clinically irrelevant.

Misconception 5: You can "accept" Hโ‚€ if p > 0.05

Wrong. You either reject Hโ‚€ or fail to reject it. You never accept Hโ‚€. The hypothesis test is a one-way test โ€” significant results are meaningful, non-significant results are inconclusive.

P-Values in Different Statistical Tests

Every statistical test produces a p-value. The test statistic varies but the interpretation is the same:

The Replication Crisis and P-Values

Many published findings with p < 0.05 have failed to replicate. Reasons include: p-hacking (testing many hypotheses until one is significant), publication bias (only publishing significant results), and inadequate sample sizes.

Modern best practices go beyond the p-value: report confidence intervals, effect sizes, and consider pre-registration of hypotheses to prevent data dredging.

How to Calculate P-Values

Use our free calculators to get exact p-values instantly: