standarddeviationcalculator.net

Critical value calculator

Enter a significance level, choose the distribution and give its degrees of freedom to get the critical value and the rejection region. It replaces the z table, t table, chi-square table and F table in one place.

Critical t value (α = 0.05) ±2.1009
Critical value±2.1009
DistributionStudent's t
Significance level (α)0.05
Confidence level95%
Degrees of freedom18
Tails2
Rejection region|statistic| > 2.1009
Area in each rejection tail0.025
Show the working, step by step
  1. A critical value is the point on the distribution beyond which the tail area equals the significance level. It is the cut-off a test statistic must pass to be called significant at α.

  2. Two-tailed: α is split between both tails, 0.025 in each, so the cut-off is the point with 0.975 of the distribution below it.

  3. Invert the cumulative distribution at that area.

    t* = F⁻¹(1 − α/2; df = 18) = F⁻¹(0.975) = ±2.1009

Compare the size of your test statistic with this cut-off. Equivalently, the p value of a statistic equal to the critical value is exactly α.

What a critical value is

A critical value is the point on a distribution where the area in the tail beyond it equals the significance level, α. Everything past that point is the rejection region: if your test statistic lands there, the result is significant at α. Everything short of it is not.

P(statistic > critical value | H₀ true) = α

That makes the critical value and the p value two ways of stating the same decision. The critical value fixes the threshold on the scale of the statistic before you look at the data; the p value reports how much tail area lies beyond the statistic you actually got. A statistic exactly equal to the critical value has a p value of exactly α, and a statistic beyond it has a p value below α. The two never disagree.

How to use it

Compute your test statistic, then compare its size with the critical value from this page. For a two-tailed test, take the absolute value: reject the null hypothesis when |statistic| exceeds the critical value. For a one-tailed test, reject when the statistic exceeds it in the direction you specified.

With the defaults above — Student's t, df = 18, α = 0.05, two-tailed — the critical value is ±2.101. A t-test on a sample of 19 that returns t = 2.4 is significant at the 5% level; one that returns t = 1.9 is not. That is the whole procedure. The calculator states the rejection region in exactly those terms so there is nothing to translate.

One tail or two

A two-tailed test splits α between both ends of the distribution: 0.025 in each tail at α = 0.05, so the cut-off is the point with 97.5% of the distribution below it. A one-tailed test puts the whole of α in one tail, so the cut-off sits at the 95th percentile instead and is easier to pass. For z at α = 0.05, that is the difference between 1.960 and 1.645.

Two tails are the default because the honest question is nearly always "is there a difference in either direction?" A one-tailed test is only legitimate when the direction was fixed before the data were seen, and a result in the opposite direction would be treated as no result at all. Choosing one tail after noticing which way the data lean is the oldest trick for manufacturing significance, and reviewers know it.

Chi-square and F do not offer the choice. Both statistics are built from squared quantities, cannot be negative, and grow with every kind of departure from the null — so all the evidence is in the upper tail and the calculator puts all of α there regardless of the tails setting.

Which distribution

The distribution follows from the test that produced the statistic, and the degrees of freedom follow from the design.

Reference table

The values below are the ones that come up most often. Each was computed by the same inverse-CDF code that runs the calculator, not copied from a printed table.

DistributionConditionCritical value
z90% (α = 0.10, two-tailed)1.645
z95% (α = 0.05, two-tailed)1.960
z99% (α = 0.01, two-tailed)2.576
tdf = 5, α = 0.05, two-tailed2.571
tdf = 10, α = 0.05, two-tailed2.228
tdf = 20, α = 0.05, two-tailed2.086
tdf = 30, α = 0.05, two-tailed2.042
tdf = ∞, α = 0.05, two-tailed1.960
χ²df = 1, α = 0.053.841
χ²df = 2, α = 0.055.991
χ²df = 3, α = 0.057.815
χ²df = 4, α = 0.059.488
χ²df = 5, α = 0.0511.070
Fdf = 3, 12, α = 0.053.490

Two things are worth noticing in it. The t column shrinks towards 1.960 as the degrees of freedom grow, which is the cost of estimating the standard deviation fading away as the sample gets larger. And the one-tailed z value at α = 0.05 is 1.645 — the same number as the two-tailed value at α = 0.10, because both put 5% in the upper tail.

Confidence level and α

The two describe the same threshold from opposite sides: confidence level = 1 − α. A 95% confidence interval and a test at α = 0.05 use the same critical value, and a two-sided interval that excludes the null value is exactly equivalent to a two-tailed test rejecting it. The calculator reports both figures so that whichever one your textbook or software uses, the cross-check is immediate.

95% confidence ↔ α = 0.05 ↔ z* = 1.960 (two-tailed)

Why tables are giving way to p values

Critical values exist because of printing. A book can hold a page of t values for a handful of α levels and a few dozen degrees of freedom, but it cannot hold the full cumulative distribution for every possible statistic. So the convention was to fix α, look up the single number that mattered, and report only whether the statistic cleared it.

Software removed that constraint. Once a p value can be computed exactly for any statistic, the table adds nothing: it collapses a continuous measure of evidence into a yes or no, and it hides the difference between a statistic that scraped past the line and one that cleared it by a mile. Modern reporting guidelines ask for the exact p value and a confidence interval, and treat the 0.05 line as one reference point rather than a verdict.

Critical values still earn their place in two settings. Building a confidence interval needs the multiplier directly, and learning what a test does is far clearer when the cut-off is visible on the scale of the statistic rather than buried in a probability. This page is for both.

Common questions

What is a critical value?

The point on a distribution beyond which the tail area equals your significance level. If your test statistic lands past it, the result is significant at that level. It is the same threshold a p value expresses in probability terms, translated back onto the scale of the statistic.

What is the critical value of z at 95%?

1.960 for a two-tailed test, 1.645 for a one-tailed test. The two-tailed figure is the one used in 95% confidence intervals, which is why "1.96" is the most-quoted number in statistics. At 99% the two-tailed value is 2.576.

How do I find a t critical value?

Choose Student's t above, enter α and the degrees of freedom, and pick the tails. For a one-sample or paired t-test, df = n − 1; for a pooled two-sample test, df = n₁ + n₂ − 2. With df = 18 and α = 0.05 two-tailed, the critical t is ±2.101 — a little wider than 1.960 because the sample SD adds uncertainty.

Why does the tails setting do nothing for chi-square and F?

Because both statistics are sums or ratios of squared quantities. They cannot be negative, and every kind of departure from the null makes them larger, so all of the evidence sits in the upper tail. The calculator puts the whole of α there automatically and the tails control is ignored for those two distributions.

Is a critical value the same as a p value?

They are two views of one decision. The critical value fixes the threshold in advance, on the scale of the statistic; the p value reports how far past (or short of) that threshold your result actually landed. If the statistic exceeds the critical value at α, the p value is below α — always, with no exceptions. The p value simply carries more information.

How do confidence level and significance level relate?

They add to 1. A 95% confidence level corresponds to α = 0.05; 99% to α = 0.01; 90% to α = 0.10. Enter α here and the calculator shows the matching confidence level alongside it. The two-tailed critical value at α is exactly the multiplier used to build a confidence interval at 1 − α.

Related calculators

Written and reviewed by our editorial team. Last updated . Method and sources: how these numbers are computed.