What is Defect Removal Efficiency (DRE)?
Defect removal efficiency (DRE) is a quality metric that measures the percentage of defects a team finds and removes before release, calculated as defects found before release divided by total defects (those found before release plus those found by users afterward), times 100.
Free to start · 7-day trial on paid plans
In depth.
DRE answers "how good is our testing at catching defects before customers do?" The formula is: DRE = (defects found before release) / (defects found before release + defects found after release) x 100. If testing finds 90 defects and users later report 10, DRE is 90 / 100 = 90%. A higher DRE means the team is catching more issues internally; 100% would mean no defect escaped to users.
It is a lagging, outcome metric, you can only finalize it once post-release defects accumulate, so it is typically computed per release or period and tracked as a trend. Rising DRE suggests improving test effectiveness; falling DRE signals escapes that warrant investigation (gaps in coverage, rushed testing, environment differences).
Like all metrics, DRE can be gamed or misread: it depends on accurately counting and attributing defects, and a team could look good simply because users have not yet found the escaped bugs. It is most useful as a trend alongside other signals (escaped-defect severity, coverage, lead time), not as a single target. Used well, it focuses attention on shifting defect discovery earlier, the economic heart of good QA.
Why interviewers ask about this.
DRE is a common QA metrics interview topic, especially for lead and manager roles. Knowing the formula and, more importantly, its limitations (lagging, gameable, attribution-dependent) shows you can use quality metrics thoughtfully rather than chasing a number.
Example scenario.
For a release, the team logs 180 defects found in testing and, over the following weeks, 20 defects reported by users. DRE is 180 / (180 + 20) = 90%. Tracking it across releases, a drop to 75% on the next release prompts the team to investigate a coverage gap in a newly added module.
Interview tip.
State the DRE formula, defects found before release over total defects (before plus after) times 100, and interpret it as test effectiveness at catching issues before users. Then add nuance: it is a lagging, trend metric that can be gamed and depends on accurate defect attribution, so use it alongside other signals.
Frequently asked questions.
How do you calculate defect removal efficiency?
DRE = (defects found before release) / (defects found before release + defects found after release) x 100. For example, 90 defects found in testing and 10 found by users gives 90 / 100 = 90%. Higher is better; it reflects how many defects the team caught internally versus letting escape to users.
What are the limitations of DRE?
It is a lagging metric (you need post-release defects to finalize it), depends on accurately counting and attributing defects, and can mislead if escaped bugs simply have not been found yet. It is best used as a trend alongside other signals, severity of escapes, coverage, lead time, not as a single target to chase.
Related Terms
Explore related glossary terms to deepen your understanding.
Related Resources
Dive deeper with these related interview prep pages.
Free QA career tools, no account needed
Instant and private, everything runs in your browser. Try them before you sign up.
QA Resume Checker
Instant 0-100 score on automation keywords, impact, and ATS formatting.
QA Cover Letter Generator
A tailored 3-paragraph QA cover letter from your resume and a job post.
QA Application Tracker
Drag-and-drop kanban to track every QA application from Applied to Offer.
QA Take-Home Test Generator
A realistic take-home assignment with a scenario, tasks, and a rubric.
QA LinkedIn Headline Generator
A recruiter-searchable headline, About section, and skills list.
QA STAR Story Builder
Structure a QA behavioral answer with the STAR method and instant checks.
QA Bug Report Generator
Build a clean, reproducible bug report for Markdown, Jira, or plain text.
Boundary Value Analysis Generator
Generate boundary value and equivalence partitioning test cases from a range.
QA Metrics Calculator
Calculate DRE, defect leakage, defect density, and pass rate with interpretation.
QA Test Plan Generator
Build a structured test plan (scope, approach, criteria, risks) in Markdown.
Ready to Ace Your QA Interview?
Practice explaining defect removal efficiency (dre) and other key concepts with our AI interviewer.
Join 1,200+ QA engineers already practicing with AssertHired.
Start your free QA interview