Home / 🌡️ Redundant / Specialized/ Sensitivity Calculator
Please enter valid non-negative numbers. Total must be greater than 0.
Sensitivity (True Positive Rate)
Decimal Format
Sensitivity = TP / (TP + FN)

If you are designing a medical blood test to detect a dangerous disease, the absolute worst-case scenario is telling a sick patient that they are perfectly healthy. To prevent this, your test must be hyper-alert. In statistics, a test’s ability to successfully identify all the people who actually have the disease is known as its Sensitivity (or the True Positive Rate).

Our free online Sensitivity Calculator instantly evaluates the accuracy of your diagnostic tests or algorithms. By inputting your test results, the calculator measures exactly how often your test successfully catches the target, and how often it dangerously lets a real threat slip through the cracks.


The Sensitivity Formula (TPR)

To calculate Sensitivity, scientists use a specific algebraic formula: Sensitivity = TP / (TP + FN). Here is exactly what those variables represent in the real world.

Equation Variable Statistical Definition Real-World Medical Example
True Positives (TP) The Successes Patients who actually have the disease, and the test correctly flagged them as sick.
False Negatives (FN) The Misses (Type II Errors) Patients who actually have the disease, but the test completely missed it and incorrectly told them they were healthy.
(TP + FN) Total Actual Positives The absolute total number of sick people in the room, regardless of what the test results said.

Sensitivity vs. Specificity (The Diagnostic Trade-Off)

When tuning a medical test or a machine learning algorithm, you must balance Sensitivity against its direct rival: Specificity. You cannot mathematically perfect one without damaging the other.

Statistical Metric What is it trying to do? The Danger of Being Imperfect
Sensitivity “Catch all the sick people!” If Sensitivity is low, dangerous diseases go untreated and spread.
Specificity “Clear all the healthy people!” If Specificity is low, healthy people are terrified by false alarms and subjected to unnecessary, expensive surgeries.

To calculate how well your test clears healthy patients without causing false alarms, switch over to our Specificity Calculator. To evaluate the exact probability that your test missed a real threat, use our False Negative Calculator.


Frequently Asked Questions (FAQ)

What is “Recall” in Machine Learning?

If you are a data scientist programming an AI model, the term “Recall” is the exact same mathematical formula as Sensitivity. It measures the algorithm’s ability to successfully “recall” or catch all of the actual positive cases (like successfully flagging all the fraudulent transactions in a massive bank database).

Why is a test with 100% Sensitivity sometimes a bad thing?

Because it usually means the test is “The Boy Who Cried Wolf.” If a medical test simply diagnoses every single person on Earth as “Sick,” it will achieve 100% Sensitivity (because it successfully caught all the truly sick people). However, its Specificity will be 0%, because it generated billions of false alarms on healthy people.

Which is more important: Sensitivity or Specificity?

It depends entirely on the scenario. For a deadly, fast-spreading virus, Sensitivity is incredibly important. You want the test to be hyper-alert and catch every possible case, even if it generates a few false alarms. However, for diagnosing a rare genetic condition where the treatment is a highly dangerous surgery, Specificity becomes more important to ensure you never operate on a healthy person.