🚚
Metrics•9 min read•2026-09-20

Throughput: The Only Delivery Metric That Survives Without Sprints

Velocity is undefined the moment you drop sprints. Throughput keeps working, needs no estimates, and is the raw material for every forecast you will make.

Karim Gaad
Karim Gaad

Founder of FlowBoard · Full-stack developer & serial entrepreneur

Introduction

The first objection to dropping sprints is almost always a measurement objection. Without a sprint, what do we report? The planning meeting can go, the retro can go, but surely we need velocity.

Velocity is the one thing that genuinely cannot survive the change, because it is defined as points per sprint and removing the denominator leaves you with nothing. What replaces it is simpler, needs no estimation ritual, and was always the more useful number: count the items you finished this week.

What Is Throughput in Software Delivery?

Throughput is the number of work items finished per unit of time, usually per week. Not points, not hours, not effort. A count of things that reached done. It requires no estimate, no sizing session and no agreement about what a point means, because the only judgement involved is whether something is finished.

You can compute it retroactively for the last year this afternoon, from data your tool already has. No process change, no team buy-in, nothing to roll out.

Throughput vs Velocity

The case for velocity is that items differ in size, so counting them treats a two-hour change and a two-week feature as equal. That objection is correct about the individual item and wrong about the aggregate, for a reason that is worth understanding rather than asserting.

Over a few weeks a team completes a mixture of large and small items, and the mixture is fairly stable because it reflects the kind of product and the kind of team, not chance. Once you are averaging over eight or ten items, the variation in total size shrinks fast. Counting items gets you a forecast about as good as sizing them, from data that cost nothing to collect.

Velocity, meanwhile, has a failure mode that throughput does not: it can be inflated without finishing anything, by estimating more generously. Teams do not usually do this deliberately. They do it slowly, under pressure to show improvement, and the number drifts upward while delivery does not change. A count of finished items cannot drift, because an item either shipped or it did not. For the wider argument, see measuring team productivity.

Right-sizing is the one practice worth keeping from estimation. Not "how many points is this" but "is this bigger than about a week?" If yes, split it before starting. That single question gets you most of the benefit of sizing at a fraction of the cost. See breaking work into tasks.

How to Read It

Report throughput weekly and look at it as a run of numbers, not a single average. A team that delivers 6, 7, 5, 6, 7 is a different proposition from one that delivers 2, 11, 1, 9, 4, even though both average around six. The first can be forecast. The second cannot, and the variability itself is the thing to investigate.

High variance usually traces to one of three things: items that are far too large and land occasionally with a thud, unplanned work displacing planned work irregularly, or a batched release cadence that bunches completions artificially. The third is a measurement artefact rather than a real problem; see the staircase shape in reading a cumulative flow diagram.

When Throughput Falls

The reflex reading of falling throughput is that the team slowed down. It is usually wrong, and acting on it makes things worse.

The most common actual cause is rising work in progress. If the team started more things without finishing more things, throughput drops while everyone is demonstrably busier. Little's Law describes the mechanism precisely and it is worth ten minutes: Little's Law for software teams.

Second most common is a growth in item size. Throughput counts items, so if the team moved from many small changes to a few large ones, the count falls without any change in delivered value. Check median cycle time at the same time; if cycle time rose in step with the throughput drop, item size is your answer rather than team capacity.

Third is a hidden queue. The work is finished but sitting in review, in QA, or waiting on a client response, so it never gets counted. That shows up as a gap between cycle time and lead time; see cycle time vs lead time.

Only after ruling out all three is "the team is slower" a plausible reading, and by then you usually have a better explanation.

Throughput as Forecasting Input

This is where throughput stops being a report and starts being useful. Given a backlog of twenty-two items and a throughput history, you can answer "when will this be done?" without estimating any of the twenty-two.

The crude version: twenty-two items at six per week is about four weeks. That is a fifty percent confidence answer and should be presented as such, because half the time it will be wrong in the unhelpful direction. The better version replays your actual weekly history in random order thousands of times and gives you a range with confidence attached. See Monte Carlo forecasting.

Either way, eight to twelve weeks of throughput history is enough to start. You almost certainly already have it.

How FlowBoard Shows This

FlowBoard tracks throughput per week alongside cycle time and lead time, derived from completion events rather than from anything anyone enters by hand. There is no sizing step to configure because there is nothing to size.

The FlowBoard KPI dashboard showing weekly throughput alongside cycle time and lead time

One honest caveat: FlowBoard also reports velocity, because teams migrating off Scrum often want to see both during the transition. Treat it as a transitional comfort rather than something to optimise. If you are running continuous flow, throughput is the number that means something.

What to Do This Week

Count the items your team finished in each of the last twelve weeks and write the twelve numbers in a row. Do not average them. Look at the spread. If the highest is more than three times the lowest, your delivery is not yet predictable and that, rather than the average, is the thing to work on.

Next: WIP limits, which is the fastest lever on throughput, and the flow metrics guide for how this fits with the rest.

See Your Real Flow Metrics

Cycle time, throughput and aging work in progress, calculated from the work you already track. No story points required.

Open a Free Workspace

More from Flow Metrics: The Complete Guide for Teams Without Sprints