Metric Definition
Net change in open work
Track from
Task backlog growth
Task backlog growth is the net change in the number of open tasks over a period, driven by how many tasks arrive against how many get closed. A positive figure means work is piling up faster than the team can clear it. Tracked over time, it is an early warning that capacity and demand have fallen out of balance.
7 min read
What is task backlog growth?
Task backlog growth is the net change in the size of your backlog over a period, calculated as tasks created minus tasks closed. If a team opens 120 tasks in a month and closes 100, the backlog grows by 20. If it opens 80 and closes 100, the backlog shrinks by 20. The sign matters more than the size: a consistently positive figure means demand is outrunning throughput.
The metric is useful because a raw backlog count is hard to read. A backlog of 400 tasks could be perfectly healthy for a large team or a crisis for a small one. Growth strips out that ambiguity and tells you the direction of travel. A flat backlog means the team is keeping pace. A growing one, week after week, means something upstream is feeding work faster than it can be cleared, and the queue will only get longer.
Backlog growth is best read as a rate over several periods, not a single snapshot. One bad week tells you little, because intake is naturally lumpy. A trend line tells you whether the team is in balance, slowly falling behind, or recovering after a spike. Pair it with the age of the oldest open tasks, because a stable count can still hide work that has been sitting untouched for months.
Definition
Backlog growth is a flow metric, not a stock metric. It measures the gap between intake and throughput, not the total size of the queue. A team can have a huge backlog with zero growth, or a small backlog growing fast. The growth rate is what predicts where you will be next quarter.
How to calculate task backlog growth
The core calculation is simple: subtract tasks closed from tasks created in the same window. The result is the net change in the backlog. Express it as an absolute number for capacity planning, or as a percentage of the starting backlog to compare teams of different sizes.
For example, a backlog of 200 tasks that grows by 20 in a month has grown 10 percent. Tracked across a quarter, a steady 10 percent monthly growth compounds into a backlog roughly a third larger, which is the kind of trend that is invisible in any single week but obvious in the rate.
- 1
Tasks created
Count every task added to the backlog in the period, including reopened tasks. This is intake, the demand side.
- 2
Tasks closed
Count tasks completed or cancelled in the same period. This is throughput, the supply side.
- 3
Net growth
Subtract closed from created. Positive means the backlog grew, negative means it shrank, zero means balance.
- 4
Growth rate
Divide net growth by the starting backlog size for a percentage that compares fairly across teams.
Task backlog growth in a metric tree
Backlog growth has exactly two sides, intake and throughput, and a metric tree makes that structure explicit. A growing backlog is either an intake problem, a throughput problem, or both, and the only way to intervene precisely is to know which. Decomposing the metric splits the headline number into the drivers each team actually controls.
KPI Tree lets you connect each branch to the team and action that influences it. The team triaging incoming requests owns the intake side. The team delivering work owns throughput. With RACI ownership on every node, the accountable owner sees their branch and how it rolls up to the headline number. When backlog growth turns positive and stays there, the change is pushed to the owner of the branch that moved, so the right team responds instead of everyone debating whose problem it is.
Metric tree insight
Two teams can show identical backlog growth for opposite reasons. One is drowning in intake, the other has lost throughput to a hiring gap. A metric tree separates the two, so the fix matches the cause instead of defaulting to the same answer of work harder.
Task backlog growth benchmarks
There is no universal target, because the right backlog growth depends on the kind of work. A support queue should run close to zero net growth, because tickets that pile up turn into angry customers. A product backlog can grow deliberately as ideas accumulate faster than they ship, as long as the team is honest that most will never be built. Use the ranges below as a guide, and always read growth against the age of the oldest open work.
| Monthly net growth | Reading | Typical context |
|---|---|---|
| Negative or flat | Healthy, team is keeping pace | Support queues, on-call, ops work |
| 1 to 5 percent | Watch, drifting behind slowly | Engineering and delivery teams |
| 5 to 15 percent | Capacity gap forming | Teams under sustained demand |
| Above 15 percent | Backlog spiralling | Understaffed or post-incident teams |
How to improve task backlog growth
You can only move backlog growth by changing one of two things: how much work comes in, or how much goes out. Most teams reach for throughput first, but tightening intake is often faster and cheaper. Before adding capacity, make sure the work entering the backlog is real, deduplicated, and worth doing.
Tighten intake at the door
Triage and reject low-value requests before they hit the backlog. The cheapest task to close is one that never gets created.
Prune duplicates and stale work
Merge duplicates and close tasks that no longer matter. A backlog full of dead work hides the real growth signal.
Unblock work in progress
Clear blockers and limit how many tasks run at once. Finishing started work lifts throughput without adding people.
Match capacity to demand
When intake is genuinely structural, add capacity or reset scope. Sustained growth above throughput will not fix itself.
Common mistakes when tracking task backlog growth
- 1
Reading a single week as a trend
Intake is lumpy, so one busy week looks like a crisis. Read growth as a rate over several periods, not a snapshot.
- 2
Closing tasks to game the number
Mass-closing stale tasks flatters throughput without delivering value. Track tasks closed without an outcome separately.
- 3
Ignoring task age
A flat backlog can still hide work that has sat untouched for months. Pair growth with the age of the oldest open tasks.
- 4
Blaming throughput by default
Telling the team to work harder ignores the intake side. Decompose first, because the cause is often upstream of delivery.
Related metrics
Cycle time
Process speed
Operations MetricsMetric Definition
Cycle Time = Process End Time − Process Start Time
Cycle time measures the total elapsed time from the start to the end of a process. It is a fundamental operations metric used in manufacturing, software development, service delivery, and any context where the speed of a process directly affects throughput, cost, and customer satisfaction.
Sprint velocity
Agile planning metric
Operations MetricsMetric Definition
Sprint Velocity = Sum of Story Points Completed in a Sprint
Sprint velocity measures the amount of work a team completes during a sprint, typically expressed in story points, ideal days, or another unit of estimation. It is a planning tool that helps agile teams forecast how much work they can commit to in future sprints based on their historical completion rate. Velocity is one of the most widely used and most frequently misunderstood metrics in agile software development.
Ticket volume
Customer Support MetricsMetric Definition
Ticket Volume = Total New Tickets Created in Period
Ticket volume is the total number of new support tickets created within a defined period. It is the fundamental demand metric for support operations, determining staffing requirements, budget allocation, and the urgency of self-service and product quality investments.
Average resolution time
Customer Support MetricsMetric Definition
Average Resolution Time = Total Resolution Time Across All Tickets / Total Tickets Resolved
Average resolution time measures the mean elapsed time from when a support ticket is created to when it is fully resolved and closed. It captures the end-to-end customer experience of getting an issue fixed, encompassing wait times, agent work time, escalations, and any back-and-forth exchanges required to reach a solution.
Why did my metric change?
Metric Definition
Use this diagnostic framework to work out what is driving task backlog growth when open work starts climbing.
Metric trees for operations teams
Metric Definition
See how operations teams place task backlog growth in a metric tree alongside the throughput and capacity metrics that feed it.
Build task backlog growth as a metric tree
Split backlog growth into intake and throughput, then put an owner on each branch. In KPI Tree, the team that controls intake and the team that controls delivery each see their node, and the accountable owner gets a push when growth turns positive, so the right side gets fixed.