Type I vs Type II Error and Statistical Power

By Jude Wallis · Published

A Type I error is rejecting a true null hypothesis, with probability alpha. A Type II error is failing to reject a false null hypothesis, with probability beta. Statistical power is 1 minus beta, the chance of correctly rejecting a false null hypothesis.

AP Statistics: Unit 3 (topics 3.8 Potential Errors When Performing Tests). This is Unit 3 topic 3.8 (Potential Errors When Performing Tests) in the Fall 2026 AP Statistics course, where you identify Type I and Type II errors in context and explain what affects statistical power.

The two ways a hypothesis test can go wrong

Every hypothesis test compares two claims: a null hypothesis, written H0H_0 (the "no effect" or "no difference" claim), and an alternative hypothesis, written HaH_a (the claim you are testing for). You collect data and decide whether to reject H0H_0. Because you never see the whole population, that decision can be wrong in two different ways.

A Type I error is rejecting H0H_0 when H0H_0 is actually true. A Type II error is failing to reject H0H_0 when H0H_0 is actually false. These are the only two mistakes a test can make, and only one of them is even possible on a given test, because H0H_0 is either true or false (you just do not know which).

The probability of a Type I error is α\alpha (alpha), the significance level you choose before running the test, often 0.05. The probability of a Type II error is β\beta (beta), which you do not set directly. For a refresher on setting up the two hypotheses, see null vs alternative hypothesis.

The decision table

Line up your decision against the hidden truth and there are four boxes. Two are correct and two are errors.

Your decisionH0H_0 is actually trueH0H_0 is actually false
Reject H0H_0Type I error (probability α\alpha)Correct decision (power)
Fail to reject H0H_0Correct decisionType II error (probability β\beta)

Read it by column. When H0H_0 is true, the only way to be wrong is to reject it, which is a Type I error. When H0H_0 is false, the only way to be wrong is to fail to reject it, which is a Type II error. The main diagonal (top-left and bottom-right cells) holds the two errors, and the other diagonal holds the two correct decisions.

Type I error: rejecting a true null hypothesis

A Type I error is a false alarm. You reject the null hypothesis and announce an effect when there is no real effect at all. Its probability is exactly α\alpha, the significance level, so you control it directly. Testing at α=0.05\alpha = 0.05 means that if H0H_0 is true, there is a 5% chance your sample leads you to reject it by random chance alone.

You lower the Type I error rate by choosing a smaller α\alpha, such as 0.01. In a test you reject H0H_0 when the p-value is less than α\alpha, so a smaller α\alpha demands stronger evidence before you call an effect real. For how the p-value drives that decision, see what does a p-value mean.

Type II error: failing to reject a false null hypothesis

A Type II error is a missed detection. There really is an effect, but your data did not give you enough evidence to reject H0H_0, so you come away saying there is not enough proof. Its probability is β\beta.

You do not choose β\beta the way you choose α\alpha. It depends on how big the true effect is, how much data you have, and the significance level. A tiny real effect measured with a small sample is easy to miss, which makes β\beta large. A big real effect measured with a large sample is hard to miss, which makes β\beta small.

Statistical power explained

Statistical power is the probability of correctly rejecting a false null hypothesis. In symbols, power=1β\text{power} = 1 - \beta. If a test has a power of 0.80, then whenever a real effect exists the test detects it 80% of the time and misses it (a Type II error) the other 20% of the time.

Power and β\beta are two sides of the same coin: anything that lowers the Type II error rate raises power, and anything that raises β\beta lowers power. A high-power test is good at catching real effects, which is why researchers plan sample sizes to reach a target power (0.80 is a common goal) before they collect any data.

Which error is worse depends on the stakes

Neither error is automatically worse. Which one hurts more depends on the consequences in context, so write both consequences out and then judge the stakes. State what a Type I error would cause (acting on an effect that is not real) and what a Type II error would cause (missing an effect that is real), then decide which is more costly for that specific situation.

When a Type II error is worse. A cancer screening test uses H0H_0: the patient does not have cancer. A Type I error flags a healthy patient for follow-up tests they did not need, causing worry and expense. A Type II error tells a patient who does have cancer that they are fine, delaying treatment. Missing the disease is usually judged the worse outcome, so screening tests are built for high power even though that allows more false positives.

When a Type I error is worse. A new drug must prove it beats a placebo before approval, with H0H_0: the drug is no better than a placebo. A Type I error approves a drug that does not actually work, so patients take a useless treatment and may skip one that helps. A Type II error keeps a genuinely helpful drug off the market until further testing. Regulators often treat approving an ineffective drug as the worse outcome, so they require a small α\alpha.

What increases statistical power

You can raise power (equivalently, lower β\beta) in several ways. Each one works only if the others stay fixed.

  • **A larger sample size nn.** More data tightens the sampling distribution, so a real effect is easier to detect. This is the safest lever because it raises power without raising the Type I error rate.
  • **A larger significance level α\alpha.** Moving from α=0.01\alpha = 0.01 to α=0.05\alpha = 0.05 makes you quicker to reject H0H_0, which raises power, but it also raises the Type I error rate. That is a genuine tradeoff.
  • A true effect farther from the null. The further the truth sits from H0H_0, the easier it is to detect. You usually cannot control the real effect size, but a bigger true difference gives more power for free.
  • A smaller standard error. Less variable data, or a more careful and consistent measurement process, shrinks the standard error and sharpens the signal, which raises power.

Notice that raising α\alpha trades one error for another: it lowers β\beta but raises the chance of a Type I error. Increasing nn is the one lever that improves both at once.

How this appears on the AP exam

This topic is 3.8, "Potential Errors When Performing Tests," in Unit 3 of the Fall 2026 AP Statistics course, Inference for Categorical Data: Proportions. The exam expects you to identify which mistake is a Type I error and which is a Type II error in a given scenario, describe each error's consequence in context, and explain how factors like sample size and significance level affect power. You are expected to find error probabilities from given values or a simulation, as in the worked examples above, but there is no power formula to memorize.

These ideas show up on the free-response section too. Section II Question 3 is a full inference question (a hypothesis test or a confidence interval), and it can ask you to interpret an error or a power statement as part of your conclusion. For the wider list of inference tools, see which statistical test to use. The official course page is AP Statistics on AP Central.

Label each error in context

A city tests whether a majority of residents support a new bus route. The hypotheses are H0:p=0.50H_0: p = 0.50 against Ha:p>0.50H_a: p > 0.50, using α=0.05\alpha = 0.05, where pp is the true proportion of all residents who support the route. Describe the Type I and Type II errors in context and give the probability of a Type I error.

  1. Identify H0H_0: the true support proportion is 0.50, meaning support is not a majority.

  2. A Type I error means rejecting H0H_0 when it is true, so it means concluding that a majority supports the route when the truth is that support is only 50% (or less).

  3. A Type II error means failing to reject H0H_0 when it is false, so it means finding not enough evidence of a majority when support really is above 50%.

  4. The probability of a Type I error equals the significance level, α=0.05\alpha = 0.05.

Type I error: deciding a majority supports the route when they actually do not, with probability 0.05. Type II error: failing to detect a real majority that does exist.

Estimate power and beta from a simulation

To study a test's performance, a class simulates 500 samples from a population where the null hypothesis is actually false (a real effect exists). Their test correctly rejects H0H_0 in 385 of the 500 simulated tests. Estimate the power of the test and the probability of a Type II error, β\beta.

  1. Power is the probability of correctly rejecting a false H0H_0, so estimate it as the fraction of simulations that rejected: 385/500385 / 500.

  2. 385/500=0.77385 / 500 = 0.77, so the estimated power is 0.77.

  3. A Type II error is failing to reject the false H0H_0. That happened in 500385=115500 - 385 = 115 simulations.

  4. β115/500=0.23\beta \approx 115 / 500 = 0.23.

  5. Check: power + β=0.77+0.23=1.00+\ \beta = 0.77 + 0.23 = 1.00, as expected because power=1β\text{power} = 1 - \beta.

Estimated power 0.77\approx 0.77 and estimated β0.23\beta \approx 0.23.

Expected number of Type I errors

A researcher runs 60 independent hypothesis tests, and suppose every one of the 60 null hypotheses is actually true. Each test uses α=0.05\alpha = 0.05. About how many Type I errors should the researcher expect?

  1. Each test with a true H0H_0 has probability α=0.05\alpha = 0.05 of producing a Type I error.

  2. With 60 independent tests, the expected count of Type I errors is 60×0.0560 \times 0.05.

  3. 60×0.05=360 \times 0.05 = 3.

About 3 Type I errors, even though every null hypothesis is true. This is why running many tests inflates the chance of at least one false positive.

Frequently asked questions

Is a Type I or Type II error worse?

Neither is always worse; it depends on the consequences in context. When missing a real effect is dangerous, such as a missed disease diagnosis, the Type II error is worse. When acting on a false alarm is costly, such as approving a drug that does not work, the Type I error is worse.

What is the difference between alpha and beta?

Alpha is the probability of a Type I error, the chance of rejecting a true null hypothesis, and you set it before the test (often 0.05). Beta is the probability of a Type II error, the chance of failing to reject a false null hypothesis, and it depends on the sample size, alpha, and the size of the true effect.

Does lowering alpha increase power?

No, lowering alpha decreases power. A smaller alpha requires stronger evidence to reject the null, so you reject less often, which raises beta and lowers power (since power = 1 - beta). Raising the sample size is the usual way to increase power without raising the Type I error rate.

Can a single test have both a Type I and a Type II error?

No. A Type I error is only possible when the null hypothesis is actually true, and a Type II error is only possible when it is actually false. Since the null is either true or false, only one type of error can even apply to a given test.