Sensitivity, Specificity, PPV and NPV Made Simple
Sensitivity specificity PPV NPV explained simply: SnNout/SpPin, a worked 2x2 table, and how prevalence changes predictive values for the EDAIC.

If you find yourself re-reading the same paragraph on diagnostic tests three times and still mixing up the rows of the 2x2 table, you are in good company. This is the page where sensitivity specificity PPV NPV explained stops being a memory exercise and starts making intuitive sense. By the end you will be able to build a 2x2 table from a stem, calculate all four numbers, apply the SnNout/SpPin mnemonic without hesitation, and spot the prevalence trap that examiners love to set.
Diagnostic test statistics are dependable marks in the EDAIC Part 1 Basic Sciences paper. The arithmetic is simple, the concepts are finite, and once they click they stay clicked. Let's make them click.
Sensitivity, specificity, PPV and NPV explained: why these four numbers matter in anaesthesia and the EDAIC
Every test you order — a troponin, a D-dimer, a point-of-care ultrasound view, a nerve stimulator response — is an imperfect signal about a hidden truth. The four core statistics describe how imperfect, and in which direction.
Two of them describe the test itself, independent of who you use it on:
- Sensitivity — how good the test is at picking up disease when it is truly present.
- Specificity — how good the test is at correctly clearing people who are truly disease-free.
Two of them describe what a result actually means for the patient in front of you:
- Positive predictive value (PPV) — given a positive result, how likely the patient really has the disease.
- Negative predictive value (NPV) — given a negative result, how likely the patient really is disease-free.
The single most important idea in this whole topic — and the one most often tested — is that sensitivity and specificity are intrinsic properties of the test, whereas PPV and NPV depend on how common the disease is in the population you are testing. Hold on to that; we will return to it with numbers.
This sits squarely in the statistics and clinical-measurement corner of Paper A. If you want the wider map, our EDAIC statistics made simple guide covers probability, error types and study design, and the physics and clinical measurement high-yield article handles the sister topics that share the same exam questions.
Build the 2x2 table first — always
Almost every diagnostic-statistics question yields to one habit: draw the 2x2 table before you do anything else. It converts a wordy stem into four boxes, and every formula is just a ratio of those boxes.
The two columns are the truth (does the patient actually have the disease, usually decided by a gold-standard reference test). The two rows are the test result (positive or negative).
| Disease present | Disease absent | |
|---|---|---|
| Test positive | True Positive (TP) | False Positive (FP) |
| Test negative | False Negative (FN) | True Negative (TN) |
Four cells, four names. Learn them as a unit:
- True Positive (TP) — test says yes, disease is there. Correct.
- False Positive (FP) — test says yes, no disease. A false alarm.
- False Negative (FN) — test says no, but disease is there. A missed case — usually the most dangerous error.
- True Negative (TN) — test says no, disease is absent. Correct.
Once those four numbers are in the boxes, every statistic falls out mechanically.
The four formulas, read off the table
Notice the pattern: sensitivity and specificity read down the columns (you condition on the truth). Predictive values read across the rows (you condition on the test result).
- Sensitivity = TP / (TP + FN) — of all the people who truly have the disease, the fraction the test catches. Down the "disease present" column.
- Specificity = TN / (TN + FP) — of all the people who are truly disease-free, the fraction the test correctly clears. Down the "disease absent" column.
- PPV = TP / (TP + FP) — of all the people who test positive, the fraction who genuinely have the disease. Across the "test positive" row.
- NPV = TN / (TN + FN) — of all the people who test negative, the fraction who are genuinely disease-free. Across the "test negative" row.
A clean way to remember the direction: Se and Sp start from the truth and look at the test; PPV and NPV start from the test and look at the truth. That distinction is the heart of positive predictive value vs sensitivity — they sound similar but answer opposite questions, and confusing them is the single most common error candidates make.
Build your EDAIC Part 1 study plan
See how AnesCORE maps the whole Part 1 syllabus into a day-by-day plan and practises you on it with spaced repetition.
SnNout and SpPin: the mnemonic that actually helps
The SnNout SpPin mnemonic is the one piece of rote learning in this topic that genuinely earns its place, because it tells you how to use sensitivity and specificity clinically.
- SnNout — a Sensitive test, when Negative, rules out the disease. High sensitivity means very few false negatives, so a negative result is trustworthy: if the disease were present, this test would almost certainly have caught it.
- SpPin — a Specific test, when Positive, rules in the disease. High specificity means very few false positives, so a positive result is trustworthy: healthy people rarely trip this test, so a positive is unlikely to be a false alarm.
Two anaesthetic-flavoured anchors:
- A highly sensitive screening test — think D-dimer for suspected venous thromboembolism. A negative D-dimer in a low-probability patient helps rule out the diagnosis (SnNout). A positive D-dimer is far less helpful, because plenty of unwell, post-operative or pregnant patients raise it without a clot.
- A highly specific confirmatory test — when positive, it lets you rule in with confidence (SpPin), which is why specific tests tend to be the confirmatory step after a sensitive screen flags a possible case.
This screen-then-confirm logic — a sensitive test first to avoid missing anyone, a specific test second to avoid over-treating — underpins a great deal of clinical pathway design, and it is exactly the kind of applied reasoning the MTF question format rewards.
A fully worked example
Numbers make this stick. Imagine a screening test for a condition, evaluated against a gold standard in 1,000 patients. The true prevalence of the disease in this group is 10%, so 100 patients genuinely have it and 900 do not.
Suppose the test has a sensitivity of 90% and a specificity of 80%. Let's populate the table.
- Of the 100 diseased patients, sensitivity 90% catches 90 → TP = 90, leaving FN = 10.
- Of the 900 disease-free patients, specificity 80% correctly clears 720 → TN = 720, leaving FP = 180.
| Disease present | Disease absent | Row total | |
|---|---|---|---|
| Test positive | TP = 90 | FP = 180 | 270 |
| Test negative | FN = 10 | TN = 720 | 730 |
| Column total | 100 | 900 | 1,000 |
Now read the statistics straight off the boxes:
- Sensitivity = 90 / (90 + 10) = 90% ✓ (matches the input, a good sanity check)
- Specificity = 720 / (720 + 180) = 80% ✓
- PPV = 90 / (90 + 180) = 90 / 270 = 33%
- NPV = 720 / (720 + 10) = 720 / 730 = 99%
Pause on the PPV. The test is 90% sensitive and 80% specific — it sounds excellent — yet a positive result corresponds to genuine disease only one time in three. Two-thirds of the positives are false alarms. That is not a flaw in the test; it is the consequence of testing a population where the disease is uncommon. The 180 false positives are drawn from the large pool of 900 healthy people, and they swamp the 90 true positives drawn from the small pool of 100 diseased ones.
Meanwhile the NPV is a reassuring 99%: in a low-prevalence setting a negative result is very trustworthy. This is the practical face of the prevalence dependence we flagged at the start.
How prevalence changes the predictive values
Keep the same test — sensitivity 90%, specificity 80% — and move it to a population where the disease is far more common, say a high-risk referral clinic with 50% prevalence (500 diseased, 500 healthy in 1,000 patients).
- Diseased 500 × 0.90 → TP = 450, FN = 50
- Healthy 500 × 0.80 → TN = 400, FP = 100
| Disease present | Disease absent | |
|---|---|---|
| Test positive | TP = 450 | FP = 100 |
| Test negative | FN = 50 | TN = 400 |
- Sensitivity = 450 / 500 = 90% (unchanged)
- Specificity = 400 / 500 = 80% (unchanged)
- PPV = 450 / (450 + 100) = 82% (jumped from 33%)
- NPV = 400 / (400 + 50) = 89% (fell from 99%)
The lesson, in one line: as prevalence rises, PPV rises and NPV falls — even though sensitivity and specificity never move. Sensitivity and specificity are properties of the test; predictive values are properties of the test applied to a particular population. If a question states a predictive value without telling you the prevalence, treat it with suspicion.
| Statistic | Reads… | Depends on prevalence? | Plain-English question it answers |
|---|---|---|---|
| Sensitivity | Down the disease-present column | No | If diseased, will the test catch it? |
| Specificity | Down the disease-absent column | No | If healthy, will the test clear me? |
| PPV | Across the test-positive row | Yes | If I test positive, do I really have it? |
| NPV | Across the test-negative row | Yes | If I test negative, am I really clear? |
Answer an EDAIC-style question
This is one exam-format Part 1 multiple-true-false question from our bank. Mark each statement true or false, then see the worked answer.
Regarding the pathophysiology of oxygen delivery and consumption in circulatory shock:
Mark each statement true or false:
In healthy adults at rest, systemic oxygen delivery is approximately 1000 mL/min while oxygen consumption is about 250 mL/min, creating a physiological oxygen reserve.
When systemic oxygen delivery decreases, oxygen consumption immediately falls in direct proportion, indicating supply dependency at all levels of DO₂.
Cardiac output is determined by the product of heart rate and stroke volume, with stroke volume being influenced by preload, afterload, and myocardial contractility.
The unifying feature of all forms of shock, regardless of aetiology, is acute circulatory failure associated with inadequate cellular oxygen utilisation.
In septic shock, early goal-directed therapy targeting supranormal oxygen delivery values has been shown to consistently reduce mortality across all patient populations.
The true/false traps examiners actually set
Because Part 1 is a Multiple True/False paper — a stem with five A–E statements each marked independently — the examiners can probe one misconception per statement. These are the classic diagnostic test statistics EDAIC traps:
- "PPV is a fixed property of the test." False. PPV and NPV depend on prevalence; only sensitivity and specificity are intrinsic.
- Swapping the denominators. A statement might define sensitivity as TP/(TP+FP). That is PPV, not sensitivity. Sensitivity divides by all the truly diseased (TP+FN). Drawing the table prevents this every time.
- "A negative result on a highly specific test rules out disease." False — that is SpPin misapplied. Specific–positive rules in; it is the sensitive–negative combination (SnNout) that rules out.
- "A 95% sensitive test means 95% of positives are true." False — that conflates sensitivity with PPV, the positive predictive value vs sensitivity confusion again.
- "Raising the test threshold increases both sensitivity and specificity." False. For a single test there is a trade-off: moving the cut-off to gain sensitivity costs specificity, and vice versa. This is exactly what the ROC curve depicts, with the area under the curve summarising overall discrimination.
- Likelihood-ratio confusion. The positive likelihood ratio is sensitivity / (1 − specificity); the negative LR is (1 − sensitivity) / specificity. Unlike predictive values, likelihood ratios do not depend on prevalence, which is why they are handy for updating probability across populations.
When two statements in a stem sound plausible but contradict each other, build the table and let the arithmetic adjudicate. And because there is no negative marking in Part 1 — a wrong or blank answer simply scores zero — you should commit a True/False to every statement rather than leave gaps. We unpack that scoring logic in the MTF technique and no-negative-marking article.
A 60-second exam-day method
Under time pressure, run this drill whenever a diagnostic-statistics stem appears:
- Draw the empty 2x2 grid. Truth across the top, test result down the side.
- Anchor the totals. If you are given a prevalence and a sample size, fill the column totals first (diseased vs healthy).
- Apply sensitivity and specificity to those column totals to get TP/FN and TN/FP.
- Read the asked-for statistic off the boxes using the formula — column-wise for Se/Sp, row-wise for PPV/NPV.
- Sanity-check against prevalence. Low prevalence → expect a modest PPV and a high NPV. If your PPV looks suspiciously high in a rare disease, recheck.
Practising this on real questions until it becomes automatic is the whole game, and it is exactly what a structured bank is for — try a themed set in the AnesCORE question bank and review every explanation, not just the ones you got wrong. For how to fold that into a wider revision rhythm, see how to use an EDAIC question bank effectively and our notes on spaced repetition for durable recall.
Where this fits in your wider preparation
Diagnostic statistics is a small but reliable slice of Paper A — high-yield precisely because it is bounded and rule-based. It rewards understanding over memorisation, which means a few good practice sessions pay off out of proportion to the time spent. If you are mapping the whole syllabus, the EDAIC Part 1 complete preparation guide shows how statistics sits alongside the physiology, pharmacology and physics topics in the basic-sciences paper.
The next confirmed Part 1 written exam is on 19 September 2026. The registration window for that sitting has already closed, so for the current deadlines and the next cycle's dates always confirm on the official ESAIC/EDAIC (myESAIC) website rather than relying on any single date in an article.
Frequently asked questions
What is the simplest way to remember sensitivity vs specificity?
Sensitivity is about catching disease (it divides by everyone who is truly diseased); specificity is about correctly clearing the healthy (it divides by everyone truly disease-free). Pair each with its mnemonic: SnNout (a sensitive test, negative, rules out) and SpPin (a specific test, positive, rules in). Read sensitivity and specificity down the columns of the 2x2 table.
Why do PPV and NPV change with prevalence but sensitivity and specificity don't?
Sensitivity and specificity are measured within the diseased and disease-free groups separately, so they don't care how big each group is. PPV and NPV mix the groups: a positive result pools true positives from the diseased with false positives from the healthy. When disease is rare, the large healthy pool generates many false positives that dilute the PPV. Change the prevalence and that balance shifts, even with the test unchanged.
What's the difference between positive predictive value and sensitivity?
They answer opposite questions. Sensitivity asks: given that the patient has the disease, how likely is a positive test? PPV asks: given a positive test, how likely is the patient to have the disease? Sensitivity starts from the truth, PPV starts from the result — and only PPV depends on prevalence. Treating them as interchangeable is a classic MTF trap.
Do I lose marks for guessing on a statistics statement?
No. EDAIC Part 1 has had no negative marking since 2014, so a wrong or blank statement scores zero while a correct one scores. Always commit a True or False to every A–E statement rather than leaving it blank.
How much statistics is in the EDAIC Part 1?
Statistics and clinical measurement are a defined but modest part of Paper A (Basic Sciences), so describe it qualitatively rather than chasing an exact count. It is high-yield because it is rule-based and predictable; confirm the current syllabus weighting on the official ESAIC/EDAIC website.
Master the 2x2 table once and diagnostic statistics becomes a source of dependable marks rather than dread. Create a free AnesCORE account to start drilling sensitivity, specificity and predictive-value questions with worked explanations, and head to the EDAIC question bank to turn this method into automatic, exam-day recall.
Start preparing for EDAIC Part I
Syllabus-mapped lessons, thousands of MTF questions, spaced-repetition flashcards and an AI study plan — in one platform.
Start free