No ads, no sign-upChecked 2026-08-18

P-Value Calculator

Result

0.049996

Result: 0.049996

The p-value is the chance of a result at least this extreme if the null hypothesis were true. It says nothing about how large or how important the effect is, and nothing about the chance that the null hypothesis is true.

Worked examples

Case 1
Test statistic family
Normal distribution (z)
Value of the statistic
1.96
Direction of the alternative
Two-tailed
Degrees of freedom
10
Denominator degrees of freedom (F only)
30

0.049996

Open with these values
Case 2
Test statistic family
Student’s t
Value of the statistic
2.228139
Direction of the alternative
Two-tailed
Degrees of freedom
10
Denominator degrees of freedom (F only)
30

0.050000

Open with these values
Case 3
Test statistic family
Chi-square (χ²)
Value of the statistic
3.841459
Direction of the alternative
Right-tailed
Degrees of freedom
1
Denominator degrees of freedom (F only)
30

0.050000

Open with these values

How it's calculated

p = P(test statistic ≥ observed | H₀ true)

  1. StepPick the family your statistic comes from.
  2. StepEnter its value, and the degrees of freedom for t, chi-square or F.
  3. StepChoose one-tailed or two-tailed — decide this before you see the data.
  4. ResultRead the p-value; below 0.000001 it shows as zero.

What this number means

A p-value is the probability, assuming the null hypothesis is true, of observing a test statistic at least as extreme as the one your study produced. This calculator does the last step of almost every hypothesis test: it turns a finished z, t, chi-square or F statistic into that probability. Geometrically it is a tail area under the statistic's null distribution. A right-tailed test takes everything above your statistic, a left-tailed test everything below, and a two-tailed test doubles the outer tail. For the asymmetric chi-square and F distributions the two-tailed value doubles the smaller of the two tails, capped at 1. The classic case: z = 1.96 leaves 0.9750 of the standard normal distribution below it, so two-tailed p = 2 × (1 − 0.9750) = 0.0500 — sitting exactly on the conventional five percent line and, strictly read, not below it. The caveat that matters most comes from the American Statistical Association's 2016 statement: a p-value measures surprise under the null hypothesis and nothing more. It is not the probability that the null hypothesis is true, and it says nothing about how large or how important an effect is — a tiny p can accompany a trivially small effect in a large sample. The result is also only as good as the statistic and the degrees of freedom you fed it.

Statistical significance measures neither the size of an effect nor how important a result is, and a p-value on its own is not good evidence about a model or a hypothesis.
Paraphrased from the American Statistical Association's Statement on Statistical Significance and P-Values, 2016

Not the probability that the null is true

A p-value measures how surprising your data would be if the null hypothesis held. It is not the chance that the null is true, and it is not the chance that your own hypothesis is right.

A tiny p can sit on a trivial effect

In a large enough sample a difference too small to matter still produces a very small p-value. Significance and importance are separate questions.

Check the degrees of freedom

The result is only as good as the statistic and the degrees of freedom you enter. A t statistic scored against the wrong df returns a confident, wrong answer.

Commonly misread

p = 0.03 means a 3 percent chance the null hypothesis is true.

It means data this extreme would turn up 3 percent of the time if the null were true. That is a statement about the data, not about the hypothesis.

p = 0.049 proves the effect; p = 0.051 disproves it.

The five percent line is a convention, not a boundary in nature. Two studies either side of it can carry almost identical evidence.

A non-significant result shows there is no effect.

It shows the data did not rule the null out. A study too small to detect a real effect produces the same outcome as no effect at all.

Reference table

FamilyNeedsSign
znothing furtherMay be negative
tdegrees of freedomMay be negative
chi-squaredegrees of freedomPositive only
Ftwo degrees of freedomPositive only

Questions

What does the p-value mean?

It is the probability of a test statistic at least as extreme as the observed one, if the null hypothesis were true. It is not the probability that the hypothesis is true.

One-tailed or two-tailed?

Two-tailed unless the direction was fixed before seeing the data. The same z of 1.96 gives 0.049996 two-tailed and 0.024998 right-tailed — exactly half.

Which test family should I pick?

The one your test statistic came from: z for a normal statistic, t for a t-test, chi-square for a goodness-of-fit or independence test, F for a variance ratio. Picking the wrong family gives a perfectly formed but wrong number.

Where do the degrees of freedom come from?

From the test that produced the statistic, not from this calculator. They matter: a statistic of 1.96 gives 0.078436 with 10 degrees of freedom on the t distribution and 0.059342 with 30.

How accurate is the calculation?

The distributions are computed rather than looked up in a table, and the result carries six decimals. That precision is real for the arithmetic, but a p-value is only as good as the model it came from.

Sources and last check

  1. itl.nist.gov

Information, not professional advice.