One More Point

HomeBlogHow to Estimate Technical Debt Work
Cover illustration for "How to Estimate Technical Debt Work"

How to Estimate Technical Debt Work

Fundamentals2 min read

How to Estimate Technical Debt Work

Technical debt is one of the hardest categories of work to estimate. Unlike feature stories with defined acceptance criteria, debt work often starts with "we don't know how bad it is" as the premise.

The discovery problem

The biggest challenge with debt estimation is that the scope is often unknown until you're already in the middle of the work. A refactor of a "messy" module might take two hours or two weeks - and you often can't tell which until you've opened the code.

Use a spike first

For any significant debt item where the scope is genuinely unknown, start with a spike. Timebox it - say, 4 hours - and use it to map what needs to change, identify dependencies, and surface blockers. The spike output is a set of estimable tasks, not a delivered solution.

Separate discovery from delivery

Split the debt item into two stories:

  1. Investigation story: size this in hours, not points. "Spend 4 hours mapping the refactor scope."
  2. Delivery story: estimate this after the investigation, using the knowledge you've gained.

This prevents the anti-pattern of estimating delivery before you understand the work.

How much debt work belongs in a sprint

Most teams can sustain 10-20% of sprint capacity on debt work without it becoming the whole agenda (a capacity pool, like the one many teams use for bug fixes). More than that tends to mean either the codebase has a serious problem that needs dedicated attention, or the team is using "tech debt" as a way to avoid delivering features.

Making debt visible to stakeholders

When you estimate debt work, add a "cost of not doing this" note: what will the next feature in this area cost if the debt isn't addressed first? This translates technical language into business impact and makes the prioritization conversation easier.


Treating technical debt like any other story - with acceptance criteria and a clear definition of done - makes it estimable and deliverable rather than a vague ongoing obligation.

Fundamentals5 Common Planning Poker Mistakes (And How to Fix Them)Planning poker only works when the team trusts the numbers. These five mistakes quietly undermine that trust - and the fixes are simpler than you think.FundamentalsHow to Estimate Bug Fixes in Your BacklogBug fixes are notoriously hard to estimate because the scope is often unknown until you're in the code. Here's a framework for sizing them without wild guessing.FundamentalsSplitting User Stories Without Losing Estimation ValueSplitting stories to fit a sprint is easy. Splitting them so the pieces remain independently deliverable and estimable is harder. Here's how to do it right.

Ready to estimate together?

Start a free session and invite your team when you’re ready.