Defect Removal Efficiency (DRE)

DRE is a classic software quality metric: how effective was the team at finding and fixing defects before shipping? It complements defect leakage (what escaped).

DRE % = (pre-release defects ÷ total defects) × 100.

Tip: Keep “Defects Found Before Release” and “Total Defects (Pre + Post Release)” on the same basis (units, period, and definition) before you calculate.

Cluster: Software Testing hub · Professional KPIs · Percentage guide

Defect Removal Efficiency (DRE) shows what share of defects your team removed before customers saw the release.

Enter defects found before release and total defects (pre-release + post-release). Higher DRE means stronger prevention and detection upstream.

Defects found in unit, integration, system, or UAT before go-live
All confirmed defects for the same release window

DRE %

Understanding Defect Removal Efficiency (DRE)

How we calculate. DRE % = (pre-release defects ÷ total defects) × 100. See our methodology and accuracy policy .

Real-world scenario: A typical Defect Removal Efficiency (DRE) case uses defects found before release 72 and total defects (pre + post release) 80. Enter the same figures below to reproduce the worked path.

What is Defect Removal Efficiency (DRE)?

DRE is a classic software quality metric: how effective was the team at finding and fixing defects before shipping? It complements defect leakage (what escaped).

  • High DRE (e.g. 90%+): most defects caught pre-release
  • Low DRE: weak early testing or late defect discovery
  • Use the same window: one release or one quarter for both counts

The Formula

Defect Removal Efficiency
DRE % = (Defects found before release ÷ Total defects) × 100

Worked Example

Scenario: Before release, the team found 72 defects. After release, 8 more appeared. Total = 80.
Step 1: Pre-release defects = 72
Step 2: Total defects = 80
Step 3: (72 ÷ 80) × 100 = 90%
Answer: Your score is 900% (verified with this calculator).

Common Use Cases

  • QA effectiveness reporting: track DRE per release
  • Process improvement: invest in phases with the weakest catch rate
  • Shift-left programs: measure whether earlier testing raises DRE

Pro Tips

  • DRE + leakage ≈ 100% when both use the same total and complementary numerators
  • Weight severity in narrative reports even if the % is unweighted
  • Do not game counts by hiding production tickets
ScenarioWhen to use
Percent of a numberFinding a part of a whole (tax, tip, score)
Percent changeComparing old vs new values

Limitations: Defect Removal Efficiency (DRE) results are estimates for learning and QA planning—not contractual SLAs. Align definitions with your org’s quality glossary before executive reporting.

Common mistakes

  • Swapping part and whole: The denominator must be the full total, not a subset.
  • Rounding too early: Carry extra decimal places through multi-step work before rounding the final percent.
  • Mixing percent and decimal forms: Enter rates in the format the calculator labels expect.

When to use this calculator

  • Use this page when your wording matches defect removal efficiency and the form labels on screen.
  • Use percent of a number for “what is X% of Y?” problems.
  • Use number is what percent when you know part and whole and need the percent.

Still unsure about defect removal efficiency? Start with the quick answer above, then open the linked calculator that matches your wording.

Frequently Asked Questions

How do I use this defect removal efficiency calculator?

For defect removal efficiency, enter the values labeled on the form, then press Calculate. Compare the result to the worked example on this page.

What formula does this page use?

See the quick answer and formula box above for defect removal efficiency—the same percentage calculator expression is applied to your inputs.

What if my result looks wrong?

When checking defect removal efficiency, re-check part vs whole (or rate vs base), rounding, and whether percents were entered as 25 rather than 0.25 when the form expects percents.

Authoritative References

For software quality metrics definitions, consult established engineering sources:

  • ISTQB — software testing glossary and practices
  • ISO/IEC 25010 — systems and software quality models
  • IEEE — software engineering standards