Beginner

False Positive Paradox Calculator

The false positive paradox shows that when a condition is rare, MOST positive test results can be false alarms — even if the test is 99% accurate. Enter population size, prevalence, sensitivity and specificity to see the concrete numbers.

people

%

How rare or common the condition is

%

True positive rate — lower = more false negatives

%

True negative rate — lower = more false positives
False discovery rate
83.3%

Of all positive test results, this share are false positives

People with condition
1,000
People without condition
99,000
True positives
990
False positives
4,950
Total positive results
5,940
Positive predictive value (PPV)
16.7 %
17%
83%
True positive
False positive
Among all positive results — the paradox: false positives can outnumber true positives when the condition is rare
Step by step
  1. 1

    People with condition

    100,000 × 0.01 = 1,000
  2. 2

    Healthy people

    100,000 − 1,000 = 99,000
  3. 3

    True positives

    1,000 × 0.99 = 990
  4. 4

    False positives

    99,000 × (1 − 0.95) = 4,950
    Even a small false-positive rate applied to the large healthy group generates many false alarms.
  5. 5

    False discovery rate

    4,950 ÷ (990 + 4,950) × 100 = 83.3
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

With a rare condition, false positives swamp true positives because the huge healthy population generates many false alarms even at high specificity. FDR = FP / (TP + FP). At 1% prevalence with a 95% specific test, over 80% of positive results are false. Confirmatory testing or pre-screening for higher-risk groups is essential.

Formula
FP = healthy × (1 − specificity) • TP = diseased × sensitivity • FDR = FP / (TP + FP)
How this is calculated

Imagine testing 100,000 people for a condition that affects only 1% (1,000 people). Even with a 99% sensitive, 95% specific test: the test correctly identifies 990 of the 1,000 truly positive cases (true positives). But it also incorrectly flags 5% of the 99,000 healthy people — that is 4,950 false positives. So among the 5,940 total positive results, 4,950 are false alarms: an 83% false discovery rate! Despite a 99%/95% accurate test, the vast majority of positive results are wrong.

This counter-intuitive result is called the false positive paradox (or base rate fallacy). It arises because the sheer number of healthy people in a low-prevalence population generates many false positives from the small false-positive rate, easily outnumbering the rare true positives. The false discovery rate FDR = FP / (TP + FP) captures this directly.

The paradox has major real-world implications: mass screening programs for rare cancers, rare infectious diseases, or rare genetic conditions tend to produce many false positives. This is why positive screening results nearly always require confirmatory testing with a higher-specificity test before a diagnosis is made.

Frequently asked questions

When a condition is very rare, the healthy population is so large that even a tiny false-positive rate generates more false alarms in absolute terms than the true positives from the small number of actual cases. 1% of 99,000 healthy people is 990 false positives — matching or exceeding the true positives entirely.

Use a more specific confirmatory test on positive results, or restrict screening to higher-risk subgroups where prevalence is higher. Both approaches raise the effective prevalence in the tested pool and dramatically improve the positive predictive value.

No. It applies anywhere a classifier is used on an imbalanced population: spam filters, fraud detection, anomaly detection in manufacturing, and security threat screening all face the same challenge when true positives are rare.

Also known as

false positive paradox
base rate fallacy calculator
rare disease false positive problem
screening test paradox
positive predictive value low prevalence
false discovery rate rare condition
most positives are false positives

APA

TG we-Calculate Editorial Team. (2026). False Positive Paradox Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/false-positive-paradox-calculator

Chicago

TG we-Calculate Editorial Team. "False Positive Paradox Calculator." TG we-Calculate. 2026. https://we-calculate.com/calculator/false-positive-paradox-calculator.

IEEE

TG we-Calculate Editorial Team, "False Positive Paradox Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/false-positive-paradox-calculator

BibTeX

@misc{wecalculate_false_positive_paradox_calculator, title = {False Positive Paradox Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/false-positive-paradox-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?