Why Do We Assume the Null Hypothesis Is True?
By Jude Wallis · Published
Because a p-value is a probability, and a probability needs one specific distribution to be computed from. The null hypothesis names a single value for the parameter, so it pins down that distribution. The alternative names a range of values, so it pins down nothing.
AP Statistics: Unit 3 (topics 3.5 Setting Up a Test for a Population Proportion, 3.6 p-Values, 3.7 Carrying Out a Test for a Population Proportion). The logic of assuming the null holds sits in Unit 3 of the Fall 2026 AP Statistics course, where topic 3.5 sets up the test, 3.6 defines the p-value as a probability computed under the null, and 3.7 carries the test out.
The short answer: only the null gives you a number to compute with
Every hypothesis test ends by computing a probability. To compute any probability you need a fully specified model: a center, a spread, and a shape. Look at what each hypothesis offers.
- names one value. From it you get a sampling distribution for ("p-hat") centered at 0.5 with standard deviation . That is a complete model. You can compute with it.
- names an infinite set of values: 0.501, 0.6, 0.85, and everything between. Each one implies a different center and a different spread. There is no single distribution to compute against.
That asymmetry is the whole reason. You assume the null not because it is likely, and not because you believe it, but because it is the only hypothesis specific enough to produce a number.
This is also why the null always carries an equals sign. A hypothesis like would leave the same problem: no single value, no single distribution. How to know what the null hypothesis is gives the pattern for each AP procedure.
Watch the alternative fail to produce a distribution
Take and a claim about a proportion. Under the null , the sampling distribution of has standard deviation
One value in, one number out. Now try to do the same under . Every candidate value gives a different answer:
| Value of | Center of the distribution of | Standard deviation |
|---|---|---|
| 0.51 | 0.51 | 0.0500 |
| 0.55 | 0.55 | 0.0497 |
| 0.60 | 0.60 | 0.0490 |
| 0.70 | 0.70 | 0.0458 |
| 0.90 | 0.90 | 0.0300 |
Now ask the question a p-value asks: how likely is a sample proportion of at least 0.61? Under the answer is 0.1139. Under it is 0.4191. Under it is 0.9752. Three different answers from the same alternative hypothesis, because the alternative was never one hypothesis in the first place.
The null gives exactly one answer, so it is the one you can test against. This is the null distribution: the sampling distribution you would see if the null were exactly true.
It is a computational assumption, not a belief
"Assume the null is true" sounds like you are taking a side. You are not. The assumption is a temporary premise you adopt in order to see where it leads.
The structure is the same one used in a proof by contradiction. Suppose the claim holds. Work out what the world would look like. Compare that to what you actually saw. If what you saw is wildly improbable under the supposition, the supposition is in trouble.
The courtroom version is the presumption of innocence. A jury starts from "not guilty" not because they believe it, but because that is the position the evidence has to move them away from. The null gets the same treatment, and for the same reason: it gives the argument a fixed starting point that both sides agree on before any data arrive.
One difference from a mathematical proof is worth naming. A proof by contradiction ends in an impossibility, so you can reject the premise outright. A hypothesis test ends in a probability, so all you can say is that the data are improbable under the null, never impossible. That gap is exactly why a Type I error exists: sometimes the improbable happens and you reject a true null. See Type I vs Type II errors.
The same move appears in every AP procedure
Once you see the pattern, every test on the course looks like the same machine with different fuel. In each case the null supplies the missing number, and the standard error is computed from the null value, not from your data, whenever the null gives you one.
- One proportion. gives . Note that appears here, not . This is the one place students most often substitute the wrong quantity. The confidence interval uses because there is no null value to borrow; the test uses because there is.
- Two proportions. says the two populations share one common proportion, so you pool the samples into one estimate and use it for both groups. The null is what licenses the pooling.
- One mean or a mean difference. centers the sampling distribution of at , so the standardized statistic is compared to a t-distribution centered at 0. Here the spread has to come from the data, since the null says nothing about , and that substitution is why the reference curve is a t-distribution rather than a normal one. See what degrees of freedom are.
- Two means. says the difference of the two population means is 0, so the sampling distribution of is centered at 0. Both standard deviations still come from the data, because the null says nothing about either .
- Chi-square for homogeneity or independence. The null generates every expected count through . Without the null there are no expected counts, and with no expected counts there is no statistic at all. See chi-square tests explained.
In every row, delete the null and the arithmetic stops. That is the cleanest test of whether you have understood this.
Why you never accept the null
The assumption runs one way only, and the wording of your conclusion has to respect that.
A small p-value says the data are hard to explain under the null, which is evidence against it. A large p-value says the data are perfectly compatible with the null. It does not say the null is true, because the data are usually compatible with plenty of other values too. A sample proportion of 0.52 is consistent with , and also with and .
So the two allowed conclusions are reject and fail to reject . Never "accept ," and never "prove ." The phrasing feels pedantic until you notice it is the direct consequence of only ever having computed probabilities in one direction. How to write a hypothesis test conclusion has the exact sentences.
If you want to know which parameter values are actually plausible, a hypothesis test is the wrong tool. Build a confidence interval instead; that is the procedure designed to answer it.
Two misreadings this fixes
Most p-value confusion dissolves once the assumption is clear.
"The p-value is the probability the null is true." It cannot be. The null was assumed true for the entire calculation, so within that calculation its probability is 1. The p-value is , and swapping the two sides of the bar gives a different quantity that no AP procedure computes.
"A small p-value proves the alternative." The calculation never used the alternative to compute anything. The alternative only decided which tail or tails counted as "at least as extreme." A small p-value says the null explains the data badly, which is an argument by elimination, not a direct measurement of the alternative. That is also why a p-value cannot tell you how big the effect is, only how poorly the null fits it. What is a good p-value works through what the number can and cannot support.
A coin flipped 100 times: what the null supplies
A coin is flipped 100 times and lands heads 61 times. Test against at , and identify exactly which numbers came from the null hypothesis rather than from the data.
Compute the sample proportion from the data: . This is the only quantity that comes from the coin.
Take the center of the sampling distribution from the null: 0.5. The data had no say in this.
Take the standard deviation from the null as well: . Again is used, not .
Check the conditions. The flips are independent with a fixed probability, and the large counts check uses the null value: and .
Standardize: .
Find the two-sided p-value: .
Compare to : , so reject .
Now try the same calculation under the alternative. offers no value to put in the center or in the standard error, so there is no z-score to compute and no probability to report. The calculation simply cannot start.
and , so at you reject and conclude there is convincing evidence the coin is not fair. The only number the coin supplied is . Given the sample size, everything else was fixed by the null: the center 0.5, the standard deviation 0.05, and the value used in the condition check. Under the alternative none of those numbers exist, which is why the null is the one you assume.
Frequently asked questions
Why not assume the alternative hypothesis instead?
Because the alternative is a range, not a value. covers every number above 0.5, and each one gives a different center and standard deviation for the sampling distribution. With no single distribution there is no probability to compute, so there is no test.
Does assuming the null mean we think it is true?
No. It is a temporary premise, the same move as a proof by contradiction. You suppose the null holds, work out what the data should look like, and see whether what you actually got is plausible under that supposition. Nobody is claiming the supposition is correct.
Why does the one-proportion z-test use the null value in the standard error?
Because the whole calculation happens inside the assumption that . If the null is true, the true standard deviation of is , so that is what you use. A confidence interval has no null value available, so it substitutes instead. The two formulas differ for exactly this reason.
Why can we never accept the null hypothesis?
Because a large p-value only shows the data are compatible with the null, and they are usually compatible with many nearby values too. Compatibility is not proof. Use the two allowed phrases, reject or fail to reject , and build a confidence interval if you want the set of plausible values.
Where does the null hypothesis come from in the first place?
From the claim being challenged: a stated proportion, a historical mean, or the value zero for a difference when the question is whether any effect exists. It is always a statement about a population parameter with an equals sign, never about a sample statistic.