Odds Ratio Calculator — 2×2 Table with 95% CI
Calculate odds ratio and 95% confidence interval from a 2×2 table. Automatic continuity correction, Woolf's method CI, and plain-language interpretation.
Enter the four cell counts from your 2×2 contingency table.
OR = (a × d) ÷ (b × c). 95% CI = exp(ln(OR) ± 1.96 × √(1/a + 1/b + 1/c + 1/d)) — Woolf's method. This tool is for statistics education and research use; it does not replace proper epidemiological study design or a biostatistician's full analysis.
Reference Values
Last verified:| Category | Range | What It Means | Status |
|---|---|---|---|
| Odds Ratio (OR) formula ★ | OR = (a × d) ÷ (b × c) | a = exposed with outcome, b = exposed without outcome, c = unexposed with outcome, d = unexposed without outcome — the four cells of a 2×2 contingency table. | ★ Best |
| Standard error of ln(OR) | SE = √(1/a + 1/b + 1/c + 1/d) | Woolf's method — the most widely cited approach for building a confidence interval around a calculated odds ratio. | Good |
| 95% confidence interval | exp(ln(OR) ± 1.96 × SE) | 1.96 is the z-score for a 95% confidence level. The interval is calculated on the log scale, then converted back with exp() because odds ratios are not symmetrically distributed. | Good |
| Continuity correction | add 0.5 to all four cells | Applied automatically whenever any single cell equals 0, which would otherwise make the odds ratio undefined (division by zero) or its log undefined. Standard practice in epidemiology and biostatistics. | Okay |
| OR = 1 | no association | The odds of the outcome are identical between the exposed and unexposed groups — the exposure shows no measurable link to the outcome in this data. | Okay |
| OR > 1 | increased odds with exposure | The exposed group has higher odds of the outcome than the unexposed group. The further above 1, the stronger the association — but statistical significance still depends on whether the 95% CI excludes 1. | Poor |
| OR < 1 ★ | decreased odds / possible protective effect | The exposed group has lower odds of the outcome than the unexposed group, suggesting the exposure may be protective. | ★ Best |
| Statistical significance rule | CI must exclude 1 | If the 95% confidence interval does not contain 1, the association is conventionally treated as statistically significant at the p < 0.05 level. If the interval spans 1, the result is not statistically significant. | Good |
Source: Standard 2×2 contingency table odds ratio and Woolf's log-scale confidence interval method, cross-referenced against MedCalc "Odds Ratio Calculator with 95% CI and P-value", StatsDirect "Woolf Analysis for Stratified 2x2 Tables", and NCBI StatPearls "Odds Ratio". Continuity correction (+0.5 per cell) follows standard epidemiological convention for zero-cell tables.
Worked Examples
Smoking and Lung Cancer (Case-Control Study)
- a — Smokers with cancer
- 88
- b — Smokers without cancer
- 15
- c — Non-smokers with cancer
- 86
- d — Non-smokers without cancer
- 140
OR = (88×140) ÷ (15×86) = 12,320 ÷ 1,290 = 9.55. The 95% CI excludes 1 and sits entirely above it, so smokers in this sample have significantly higher odds of lung cancer than non-smokers.
Job Stress and Hypertension (Cohort Study)
- a — Stressed with hypertension
- 120
- b — Stressed without hypertension
- 180
- c — Not stressed with hypertension
- 110
- d — Not stressed without hypertension
- 190
OR = (120×190) ÷ (180×110) = 22,800 ÷ 19,800 = 1.15. Even though the OR is above 1, the 95% CI spans across 1 (0.83 to 1.60), so this result is not statistically significant — the apparent increase could be due to chance.
Flu Vaccine and Confirmed Influenza (Protective Effect)
- a — Vaccinated with flu
- 20
- b — Vaccinated without flu
- 180
- c — Unvaccinated with flu
- 60
- d — Unvaccinated without flu
- 140
OR = (20×140) ÷ (180×60) = 2,800 ÷ 10,800 = 0.26. An OR well below 1 with a CI that excludes 1 (0.15 to 0.45) suggests vaccination is associated with significantly lower odds of confirmed influenza in this sample.
Rare Adverse Event, Zero Cases in One Cell (Continuity Correction Applied)
- a — Drug A with event
- 15
- b — Drug A without event
- 45
- c — Drug B with event
- 0
- d — Drug B without event
- 50
Because c = 0, the calculator adds 0.5 to all four cells before computing: a=15.5, b=45.5, c=0.5, d=50.5. OR = (15.5×50.5) ÷ (45.5×0.5) = 782.75 ÷ 22.75 = 34.41. The CI technically excludes 1, but its enormous width (2.00 to 591.59) — a direct result of the zero cell and small sample — means the estimate should be treated as very uncertain, not as strong evidence of a 34-fold risk increase.
Small Pilot Study (Underpowered, Not Significant)
- a — Exposed with outcome
- 9
- b — Exposed without outcome
- 11
- c — Unexposed with outcome
- 6
- d — Unexposed without outcome
- 14
OR = (9×14) ÷ (11×6) = 126 ÷ 66 = 1.91. With only 40 total observations, the CI is wide (0.52 to 7.01) and crosses 1, so this small pilot study cannot conclude a statistically significant association — a larger sample is needed.
How to Use This Calculator
- 1
Enter cell a
The count of subjects who were exposed to the risk factor AND had the outcome (for example, smokers who developed the disease).
- 2
Enter cell b
The count of subjects who were exposed but did NOT have the outcome.
- 3
Enter cells c and d
c is unexposed subjects with the outcome; d is unexposed subjects without the outcome. All four values update the result instantly.
- 4
Read the odds ratio, CI, and interpretation
The calculator shows the OR, its 95% confidence interval, and a plain-language interpretation of direction and statistical significance. A continuity-correction notice appears automatically if any cell was 0.
What Each Value Means
- Odds Ratio (OR) (ratio)
- A measure of association between an exposure and an outcome, calculated as (a × d) ÷ (b × c) from a 2×2 contingency table. The standard effect-size measure for case-control studies.
- 95% Confidence Interval (ratio range)
- The range of odds ratio values consistent with the observed data at a 95% confidence level, calculated using Woolf's log-scale method. If the interval excludes 1, the association is statistically significant.
- Continuity Correction (correction)
- Adding 0.5 to every cell of the 2×2 table when any single cell is 0, to keep the odds ratio and its logarithm mathematically defined. Increases the width of the resulting confidence interval.
- Relative Risk (RR) (ratio)
- A related but distinct measure — the ratio of outcome probability (not odds) between exposed and unexposed groups. Converges with OR when the outcome is rare, but diverges as outcome prevalence rises.