Home / 🔍 Inference Regression & Statistical Tests/ Bonferroni Correction Calculator
Please enter valid numbers. Tests must be at least 1.
Corrected Alpha Level
Original Alpha
Number of Tests
Corrected α = Original α / m

In statistical analysis, testing a single hypothesis at a standard 95% confidence level (an alpha of 0.05) means there is a 5% chance of encountering a false positive. However, when you run multiple statistical tests simultaneously on the same dataset, that 5% risk compounds. If you run 20 tests, you are almost mathematically guaranteed to find at least one “significant” result purely by random chance. This is known as the Multiple Comparisons Problem.

Our free online Bonferroni Correction Calculator solves this issue by instantly calculating a stricter, adjusted alpha level. By raising the threshold of statistical significance based on the number of tests you are running, it safeguards your research against Type I Errors (False Positives) and ensures your findings are genuinely significant.


The Bonferroni Adjusted Alpha Formula

The Bonferroni correction is the simplest and most conservative method to control the Family-Wise Error Rate (FWER). To find the new, required p-value threshold, you simply divide your target alpha level by the total number of hypotheses being tested.

Statistical Variable Symbol Definition in the Formula
Original Alpha Level α Your standard threshold for statistical significance before any adjustments (usually set at 0.05).
Number of Tests n The total number of independent comparisons or hypotheses being evaluated in your study.
Adjusted Alpha Level α / n The new, highly-strict p-value a specific test must achieve to be considered truly significant.

Step-by-Step Multiple Comparisons Example

Imagine a medical researcher is testing a new pharmaceutical drug against 5 different side effects. They want to maintain an overall 5% risk of a false positive across the entire study. Here is how the calculator determines the required p-value for each individual side effect test.

Math Step Execution Logic Calculated Value
Step 1: Set Target Alpha Determine the standard significance level for the overall experiment. 0.05
Step 2: Division by Tests Divide the Alpha by the 5 different side effect tests. 0.05 / 5
Step 3: New P-Value Threshold The new benchmark required to prove statistical significance. 0.01

Because the researcher is testing 5 variables, they can no longer accept a p-value of 0.04. Every individual test must now achieve a p-value of less than 0.01 to be considered statistically significant.


If you are analyzing broader datasets or testing digital marketing variations, utilize our AB Test Calculator to measure uplift, or our Variance Calculator to measure the spread of your raw numbers.


Frequently Asked Questions (FAQ)

What is the primary drawback of the Bonferroni correction?

While the Bonferroni correction is excellent at preventing False Positives (Type I errors), it is widely considered to be overly conservative. Because it drops the p-value threshold so drastically when running dozens of tests, it greatly increases the risk of a False Negative (Type II error)—meaning you might dismiss a result that was actually mathematically valid.

What is the Family-Wise Error Rate (FWER)?

The Family-Wise Error Rate (FWER) is the probability of making at least one Type I error (a false positive discovery) across a “family” or set of multiple statistical tests. The Bonferroni calculation adjusts your alpha specifically to keep the FWER strictly at or below your target level (usually 5%).

Are there alternatives to the Bonferroni method?

Yes. If you are running a massive number of tests (such as in genomics or fMRI data analysis) where Bonferroni would be too strict, researchers often use the Holm-Bonferroni method or the Benjamini-Hochberg procedure to control the False Discovery Rate (FDR) instead of the Family-Wise Error Rate.

Should I use this for an A/B test with three variations?

Yes. If you run an A/B/C test (comparing Variant A and Variant B against a Control), you are actually conducting two separate comparisons. Without a Bonferroni adjustment, your risk of a false positive inflates from 5% up to almost 10%.