Data verified May 2026

Methodology, Sources, and Refresh Cadence

Every figure on ReworkCost.com is anchored to a named publisher. This page documents the source set, the formulas the calculator runs, what is in and out of scope, the refresh cadence, and the limitations of the model. If a number on the site is not traceable to one of the sources listed below, treat it as a bug and email corrections.

Sources

SourceRefresh cadenceHow we use it
NIST Planning Report 02-3 (2002)Static (foundational study)The $59.5B economy-level cost-of-inadequate-testing figure, the 20-40% rework-of-effort range, and the calculator's 25% midpoint default.
DORA State of DevOps Report 2024 (Accelerate)Annual (Q4 publication)Change failure rate tiers (elite under 5%, high 5-10%, medium 10-15%, low over 30%). Anchors the calculator's elite-team comparison.
IBM Systems Sciences Institute - Relative Costs of Fixing DefectsStatic (1995 study)The 1-10-100 cost-of-change multiplier framing. The site uses 5x as a conservative production multiplier on the calculator and 10-100x for the cost-of-change curve illustration on /case-studies and /sources/poor-testing.
Boehm, Software Engineering Economics (1981)Static (foundational text)Original cost-of-change curve. Cited on /case-studies and the home 1-10-100 callout.
Capers Jones, Applied Software Measurement (3rd ed., 2008)Per new Capers Jones publication (irregular)Defect Removal Efficiency tiers, the 45% requirements-origin-defect figure, team-size rework adjustment data on /benchmarks. The four-root-cause framework on /sources is Jones' taxonomy.
Capers Jones, Software Engineering Best Practices (2010)StaticIndustry-by-industry DRE benchmarks on /benchmarks.
ASQ Cost of Quality framework (Juran 1951, Crosby Quality Is Free)Static framework; ASQ surveys irregularThe prevention / appraisal / internal failure / external failure four-bucket framing on /formula and /manufacturing. Anchors the COPQ section of /case-studies.
ISO 9001 quality management frameworkPer ISO revision cycleQuality cost framework reference on /manufacturing. ISO 9001 nonconformance and corrective-action requirements map to the rework definition used on /what-is-rework.
Six Sigma DMAIC methodologyStaticDefine-Measure-Analyse-Improve-Control structure underlying the /reduce playbook ordering and the /measure metrics framing.
Lean rework reduction (Toyota Production System lineage)Static principlesWaste taxonomy and the necessary-rework vs preventable-rework distinction on /agile-vs-waterfall and /what-is-rework.
Stripe Developer Coefficient (2018, updated 2020)Irregular (Stripe Press)The 17.3 hours-per-week figure cited on /sources/technical-debt and the home five-causes callout.
McKinsey Developer Velocity Index 2023Per McKinsey re-publicationTop-quartile vs bottom-quartile productivity ratios on /benchmarks. Cross-referenced on /case-studies.
GitHub Octoverse 2024AnnualRepository and engineering activity baselines used to sanity-check benchmark figures on /benchmarks.
Standish Group CHAOS ReportPeriodic re-publicationProject success / rework rates cited on /agile-vs-waterfall.
Construction Industry Institute (CII) field rework researchPer CII research-team publicationThe 5-15% well-managed and 10-30% poorly-managed construction rework figures on /construction. Cross-industry parallel for /case-studies.
BLS Occupational Employment and Wage Statistics (OEWS)Annual (May reference period)Loaded-cost anchoring (US median software developer wage plus 1.3-1.5x benefits and overhead) feeding the calculator's $80k-$400k fully-loaded slider range.

In scope

Out of scope

Calculation framework

Top-down formula

annual_rework_cost = team_size x fully_loaded_cost x rework_pct. At the NIST midpoint (25%) a 20-engineer team at $200k loaded cost spends $1M / year on rework. This is the headline figure on the home calculator.

Bottom-up ticket analysis

(bug_points + hotfix_points + regression_points) / total_sprint_points x team_cost. Requires consistent Jira / Linear labelling discipline. Worked example on /formula.

Defect escape rate model

escaped_defects x avg_fix_hours x hourly_rate x cost_of_change_multiplier. The multiplier defaults to 5x (conservative). IBM SSI / Boehm research supports 10-100x for late-phase fixes; the calculator's advanced section exposes this slider.

DORA elite-vs-current gap math

current_rework_cost - (team_size x fully_loaded_cost x 10%). The calculator displays this as the annual savings achievable by reaching elite performance. 10% is more conservative than DORA's sub-5% elite floor; chosen because the elite cohort is small and the median achievable target is closer to 10%.

Capers Jones DRE-to-escape conversion

escape_rate = 1 - DRE. A team at 85% Defect Removal Efficiency has a 15% escape rate. Elite teams reach 95%+ DRE through layered detection (unit, integration, review, QA). Driver tables on /benchmarks.

Cost-of-change curve (1-10-100)

A defect costing $1 to fix in design costs $10 in development and $100 in production. The principle holds directionally across IBM SSI, Boehm, Capers Jones, and modern CI/CD-era research. The /case-studies page covers the original studies and their caveats.

Refresh cadence

A monthly first-business-week pass re-verifies vendor pricing on /tools and re-reads the named-source landing pages on every other content page. Visible date stamps (footer "Updated", inline "Updated" tokens, Article schema dateModified) all read from a single LAST_VERIFIED_DATE constant in src/lib/schema.ts. Updating that one constant rolls every dated string across the site, so the footer and the body cannot drift apart.

Out-of-cycle updates trigger when:

Limitations

Editorial position

ReworkCost.com is operated by Digital Signet, an independent studio. We do not sell quality-management software, do not run a Six Sigma certification practice, and do not act as a process-improvement consultancy. Editorial direction is set by Oliver Wakefield-Smith. Drafts are produced via Digital Signet's autonomous AI development methodology and reviewed against the editorial framework before publication.

See /about for the operator, the sister-site portfolio, and the editorial principles.

Corrections

For source additions, methodology questions, or figures that look wrong, email oliver@digitalsignet.com. Corrections typically land within five business days and are reflected in the next monthly refresh.

Read next

Updated May 2026