Skip to main content
v2026.11,772 entries · CC-BY 4.0
Dictionary termTrack Proposedv2026.1

Odds Ratio (OR)

An odds ratio (OR) is the ratio of the odds of an outcome occurring in one group to the odds of it occurring in another group, where odds is the probability of the event divided by the probability of the event not occurring (p / (1−p)), not the probability itself. OR = 1 indicates no association; OR > 1 indicates higher odds in the first (numerator) group; OR < 1 indicates lower odds. What makes a ratio genuinely an odds ratio, rather than a relative risk described loosely as 'odds,' is that it is built from odds (a ratio of two probabilities) rather than from a risk (a single probability of the event among everyone at risk) — the calculation OR = (A×D)/(B×C) from a 2×2 table is mathematically identical whether the underlying study is a cohort, a cross-sectional survey, or a case-control study, which is precisely why OR (unlike relative risk) is calculable from a case-control design that samples on outcome status rather than on exposure and follows no defined population forward in time.

ByCASRAI Editorial Board
· Last updated 1 Sept 2026
Share this

Ask about Odds Ratio (OR)

Answers are drawn from this dictionary entry and the rest of the CASRAI corpus, with a link to every source.

Answers are AI-generated from CASRAI’s own published pages and can be wrong, so check the linked sources before relying on one; your question is logged without personal data — never sold, never used to train a third-party model — to show us what CASRAI is missing, so please do not type personal or confidential details. How we use this

Examples

Worked examples

  • Is an instance

    A case-control study enrolls 150 patients with a rare vascular condition and 150 age-matched controls, then asks about a history of a specific occupational exposure. 60 cases and 30 controls report the exposure. Odds of exposure among cases = 60/90 &asymp; 0.667; odds of exposure among controls = 30/120 = 0.25. OR = 0.667/0.25 &asymp; 2.67 — the odds of having been exposed were about 2.67 times higher among cases than controls. Because the condition is rare, this OR closely approximates the relative risk a cohort study of the same exposure would show.

  • Is an instance

    A cross-sectional survey of 400 hospital employees finds 100 report chronic back pain; among those 100, 70 report a job involving frequent heavy lifting. Among the 300 without back pain, 90 report frequent heavy lifting. Odds of lifting given pain = 70/30 &asymp; 2.33; odds of lifting given no pain = 90/210 &asymp; 0.429. OR = 2.33/0.429 &asymp; 5.44 — employees with chronic back pain had about 5.4 times the odds of a frequent-heavy-lifting job compared with employees without it.

Counter-examples

Looks similar, but isn't

  • Not an instance

    A drug trial reports 'patients on the new therapy had an odds ratio of 2.0 for symptom resolution, meaning they were twice as likely to improve.' If symptom resolution is common (say, occurring in 40–60% of patients), that phrasing overstates the effect: because OR is calculated from odds rather than probability, an OR of 2.0 for a common outcome can correspond to a real risk ratio closer to 1.4–1.5. 'Twice as likely' is a risk-ratio claim; reporting an OR using that language without checking whether the outcome is rare is a documented, common misinterpretation, not a rounding difference.

Editorial commentary

Odds ratio (OR) is a measure of association between an exposure (or treatment) and an outcome, expressed as the ratio of the odds of the outcome in one group to the odds of the outcome in another. It is the standard association measure in case-control studies, where true population incidence cannot be observed, and it is also produced directly by logistic regression, which makes it the default effect measure for any binary-outcome model with covariates.

Odds vs. probability

Odds and probability (risk) answer related but different questions. If an event has probability p, its odds are p / (1−p). A probability of 0.75 (75%) corresponds to odds of 0.75/0.25 = 3, usually written “3 to 1.” Odds and probability move together in the same direction but at different rates — they diverge most sharply as probability approaches 1, which is exactly why an odds ratio built from two probabilities close to the extremes (very common or very rare outcomes) behaves differently from a simple risk ratio built from the probabilities themselves.

Formula

Outcome present Outcome absent
Exposed / Group 1 A B
Unexposed / Group 2 C D

Odds in Group 1 = A/B. Odds in Group 2 = C/D. OR = (A/B) ÷ (C/D) = (A×D) / (B×C) — the “cross-product” formula most references use, algebraically identical to dividing the two odds. This calculation requires only the four cell counts, not knowledge of how many people were originally “at risk” in a defined population — which is why OR, unlike relative risk, can be validly computed from a case-control sample where the case:control ratio was fixed by study design rather than observed.

Worked example

A case-control study enrolls 150 patients with a rare vascular condition and 150 matched controls, then asks about a history of a specific occupational exposure.

Exposed Not exposed Total
Cases 60 90 150
Controls 30 120 150

Odds of exposure among cases = 60/90 ≈ 0.667. Odds of exposure among controls = 30/120 = 0.25. OR = 0.667 / 0.25 ≈ 2.67 — equivalently, (60×120)/(90×30) = 7,200/2,700 ≈ 2.67. Because the condition is rare in the general population, this OR is a reasonable approximation of the relative risk a cohort study of the same exposure would show — that approximation breaks down for common outcomes.

Interpreting the value

  • OR = 1.0 — no association between exposure and outcome.
  • OR > 1.0 — exposure associated with higher odds of the outcome (e.g. OR = 2.67 means the odds were 2.67 times higher).
  • OR < 1.0 — exposure associated with lower odds (a protective association).

The critical interpretation trap: an OR should be described as “X times the odds,” never as “X times more likely” or “X times the risk” — those are relative-risk claims. The two statements coincide closely only when the outcome is rare (well under 10% prevalence); for common outcomes, OR systematically overstates the effect relative to RR, sometimes substantially. See How to Interpret an Odds Ratio for a full worked comparison of how far OR and RR can diverge on the same data, and Confidence Interval for an Odds Ratio for how to report precision alongside the point estimate.

Odds ratio vs. relative risk

Cohort studies and randomized trials observe a population’s true incidence, so they can validly report relative risk. Case-control studies fix the case:control ratio by design rather than observing true incidence, so relative risk cannot be validly calculated from them — odds ratio is used instead, and under the rare-disease assumption it closely approximates the relative risk a cohort study would find. Odds ratio is also the effect measure logistic regression produces natively for a binary outcome, which is why it remains the standard reporting metric even in some cohort analyses that use logistic rather than log-binomial or Poisson regression. See Odds Ratio vs. Risk Ratio for the full side-by-side comparison and Relative Risk (RR) for the risk-ratio definition this term is most often confused with.

Related odds-ratio metrics

Frequently asked questions

Can an odds ratio be calculated from a cohort study?

Yes — OR can be calculated from any 2×2 table, including one from a cohort study. It is the case-control design that specifically requires OR rather than RR, because RR cannot be validly derived from case-control sampling; cohort data supports either measure, and RR is generally preferred there because it has a more directly interpretable “risk” meaning.

Why does OR overstate the effect for common outcomes?

Because odds and probability diverge as probability moves away from small values. For a rare outcome, odds ≈ probability, so OR ≈ RR. As the outcome becomes common, the denominator of the odds calculation (1 − probability) shrinks, inflating the odds and therefore the OR relative to the underlying risk ratio — an OR of 3.5 can correspond to a real risk ratio of only 2.0 for a sufficiently common outcome.

Is an OR below 1 the same as a “negative” effect?

An OR below 1.0 indicates a protective or risk-reducing association, not a mathematically negative number — OR is a ratio and cannot be negative. An OR of 0.5 means the odds are half as large in the reference group’s comparison, a genuine reduction in odds, described correctly as “50% lower odds,” not “a 50% reduction in risk” unless the outcome is rare enough for OR and RR to coincide.

Also known as

OR

Machine-readable encodings

Use in your systems

JATS XML <role> element
xml
<role vocab="credit"
      vocab-identifier="https://casrai.org/dictionary/"
      vocab-term="Odds Ratio (OR)"
      vocab-term-identifier="https://casrai.org/dictionary/term/odds-ratio" />
Schema.org DefinedTerm (JSON-LD)
json
{
  "@context": "https://schema.org",
  "@type": "DefinedTerm",
  "@id": "https://casrai.org/dictionary/term/odds-ratio",
  "name": "Odds Ratio (OR)",
  "identifier": "https://casrai.org/dictionary/term/odds-ratio",
  "description": "An odds ratio (OR) is the ratio of the odds of an outcome occurring in one group to the odds of it occurring in another group, where odds is the probability of the event divided by the probability of the event not occurring (p / (1−p)), not the probability itself. OR = 1 indicates no association; OR > 1 indicates higher odds in the first (numerator) group; OR < 1 indicates lower odds. What makes a ratio genuinely an odds ratio, rather than a relative risk described loosely as 'odds,' is that it is built from odds (a ratio of two probabilities) rather than from a risk (a single probability of the event among everyone at risk) — the calculation OR = (A×D)/(B×C) from a 2×2 table is mathematically identical whether the underlying study is a cohort, a cross-sectional survey, or a case-control study, which is precisely why OR (unlike relative risk) is calculable from a case-control design that samples on outcome status rather than on exposure and follows no defined population forward in time.",
  "inDefinedTermSet": "https://casrai.org/dictionary/domain/clinical-research#set",
  "url": "https://casrai.org/dictionary/term/odds-ratio",
  "sameAs": [
    "OR"
  ],
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "publisher": {
    "@id": "https://casrai.org/#organization"
  },
  "author": {
    "@id": "https://casrai.org/#editorial-team"
  },
  "datePublished": "2026-09-01T08:07:18",
  "dateModified": "2026-09-01T08:07:18",
  "inLanguage": "en-GB",
  "isAccessibleForFree": true
}

Referenced across the research world

University of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoUniversity of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logo
  • University of Cambridge logo
  • Columbia University logo
  • Crossref logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo

View CASRAI adoption →