HomeMedical & Clinical › Wells Score for DVT Calculator

Wells Score for DVT Calculator

Sums the Wells clinical criteria for suspected deep vein thrombosis and reports the three-tier (low/moderate/high) and two-tier (unlikely/likely) pretest probability categories.

When to use

You are structuring the pretest probability of a first lower-limb DVT before D-dimer testing or ultrasound.

Do not use when: Suspected pulmonary embolism (the Wells PE score differs), pregnancy, or upper-limb DVT, where the score was not validated.

Formula

score = Σ positive criteria (1 point each) − 2 if an alternative diagnosis is at least as likely; low ≤ 0, moderate 1–2, high ≥ 3; unlikely ≤ 1, likely ≥ 2

Prevalence figures come from the 1997 derivation cohort; in the 2003 two-tier study a low score with a negative D-dimer safely excluded DVT without ultrasound. Results are informational only and not a substitute for clinical judgement or medical advice.

Inputs

ParameterTypeUnitRequiredDescription
active_cancerbooleandefault false+1 point.
paralysis_or_immobilisationbooleandefault false+1 point.
bedridden_or_major_surgerybooleandefault false+1 point.
localised_tendernessbooleandefault false+1 point.
entire_leg_swollenbooleandefault false+1 point.
calf_swelling_over_3cmbooleandefault false+1 point.
pitting_oedemabooleandefault false+1 point.
collateral_superficial_veinsbooleandefault false+1 point.
previous_dvtbooleandefault false+1 point (added in the 2003 modification).
alternative_diagnosis_likelybooleandefault false−2 points.

Outputs

OutputTypeUnitDescription
scoreintegerSum of the criteria (−2 to 9).
three_tier_probabilitystringLow (≤0, about 3% DVT prevalence), moderate (1–2, about 17%) or high (≥3, about 75%).
two_tier_categorystringDVT unlikely (≤1) or DVT likely (≥2).
criteria_metstring_listCriteria that contributed to the score.

Example

Active cancer, calf swelling, localised tenderness: {"active_cancer":true,"calf_swelling_over_3cm":true,"localised_tenderness":true}{"score":3,"three_tier_probability":"High (score ≥3; about 75% DVT prevalence)","two_tier_category":"DVT likely (score ≥2)"}

Entire leg swollen, alternative diagnosis likely: {"entire_leg_swollen":true,"alternative_diagnosis_likely":true}{"score":-1,"three_tier_probability":"Low (score ≤0; about 3% DVT prevalence)","two_tier_category":"DVT unlikely (score ≤1)"}

GET https://tttkmbb.com/api/v1/calculate/wells-score-dvt?active_cancer=true&calf_swelling_over_3cm=true&localised_tenderness=true

Machine access

Sources

FAQ

What do I do with the category?

In the validated pathway, 'unlikely' plus a negative D-dimer excludes DVT; 'likely' or a positive D-dimer proceeds to compression ultrasound.

Which version is this?

The 2003 modified criteria (including previously documented DVT); the three-tier output uses the 1997 cut-offs, so both categorisations are shown.

Related calculators