Metric Definition
Items completed per period
Track from
Action item velocity
Action item velocity is the rate at which a team completes action items over a defined period, such as a week or a sprint. It shows how fast decisions turn into finished work. Tracked over time, it reveals whether a team is accelerating, stalling, or drowning in a growing backlog.
6 min read
What is action item velocity?
Action item velocity is the rate at which a team completes action items over a defined period, such as a week or a sprint. If a team closes 24 items over four weeks, its velocity is six items per week. The metric translates raw output into a steady rhythm you can plan against and compare from one period to the next.
Velocity matters because a list of open items tells you nothing about whether they are getting done. Two teams can each hold 30 open items, yet one clears 10 a week while the other clears two. The first will be empty in three weeks; the second is heading for a backlog crisis. Velocity is the number that separates a moving team from a stuck one.
Velocity should be read together with how many new items arrive. A team completing eight items a week looks healthy until you see 12 new ones land each week. The gap between intake and completion is what grows or shrinks the backlog, so velocity is most useful when you watch it next to creation rate rather than on its own.
Velocity counts completed items, not started ones. An item that is in progress for three weeks contributes nothing to velocity until it is done. Counting started work inflates the number and hides items that never actually finish.
How to calculate action item velocity
Count the action items completed in a window, then divide by the number of periods in that window. A team that closed 30 items over the last six weeks has a velocity of five items per week. Use a window of several periods rather than a single one, because a single week is noisy and a four to six week average is far more stable.
The main decision is whether to count items equally or weight them by size. Counting each item as one is simple and works when items are roughly comparable. If your items range from a five-minute fix to a two-week project, weight them by an effort estimate so a burst of trivial items does not look like a productivity surge.
Keep the definition of done fixed. If an item only counts when it is verified rather than merely marked complete, apply that rule every period. A shifting finish line makes the trend meaningless.
- 1
Choose a measurement window
Pick a rolling window of four to six periods so the number is stable. A single period swings too much to plan against.
- 2
Count completed items
Count every action item that reached the done state within the window. Optionally weight each item by an effort estimate if item sizes vary widely.
- 3
Divide by the number of periods
Divide the completed count by the number of periods in the window to get the average items completed per period.
- 4
Compare against creation rate
Place velocity next to how many new items arrived in the same window. The difference tells you whether the backlog is growing or shrinking.
Action item velocity in a metric tree
Velocity is an outcome of how much work arrives, how much capacity the team has, and how much friction sits between starting an item and finishing it. Decomposing it shows which of those three levers is actually holding the number back.
Metric tree insight
KPI Tree decomposes velocity so a slowdown points to its cause. If velocity drops while the blocked-item rate climbs, the tree says the problem is friction, not effort. The accountable owner for that branch, set through RACI ownership, gets pushed the change, and the verified impact loop checks whether clearing the blockers actually lifted velocity rather than assuming it did.
Action item velocity benchmarks
Raw velocity numbers do not transfer between teams, because item sizes and team sizes differ. The useful benchmark is the relationship between velocity and intake. The ranges below frame that ratio so you can read whether a backlog is shrinking, holding, or growing.
| Velocity vs intake | What it indicates | Backlog trend |
|---|---|---|
| Velocity well above intake | Team is clearing faster than work arrives | Backlog shrinking |
| Velocity roughly equal to intake | Team keeps pace with new work | Backlog stable |
| Velocity slightly below intake | Backlog creeping up each period | Backlog growing slowly |
| Velocity well below intake | Work arrives faster than it is cleared | Backlog growing fast |
How to improve action item velocity
The fastest way to raise velocity is usually to remove friction rather than to push the team harder. Blocked items, oversized items, and constant reprioritisation drain throughput more than any lack of effort. Address the flow first, then the capacity.
Clear blockers fast
A blocked item sits at zero velocity until it is unblocked. Track blocked items separately and give them a named owner so they do not quietly age in the backlog.
Break large items down
A two-week item produces no velocity for two weeks. Splitting it into smaller deliverables creates steadier completion and exposes problems sooner.
Limit work in progress
Teams that start everything finish nothing. Capping the number of items in progress forces completion before new work begins and lifts effective velocity.
Cut rework at the source
Items that reopen after being marked done waste the velocity already counted. Tighten the definition of done so an item is finished once, not three times.
Common mistakes when tracking action item velocity
- 1
Reading a single period
One week of velocity is noise. A holiday, a launch, or a single large item distorts it. Always read a rolling multi-period average.
- 2
Ignoring intake
High velocity feels like progress, but if new work arrives even faster the backlog still grows. Velocity is only meaningful next to creation rate.
- 3
Treating velocity as a target to maximise
Pushing velocity as a goal invites gaming through trivial items and corner-cutting. It is a planning measure, not a performance scoreboard.
Related metrics
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.
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.
Deployment Frequency
DORA metric
Operations MetricsMetric Definition
Deployment Frequency = Number of Production Deployments / Time Period
Deployment frequency measures how often an organisation successfully releases code to production. It is one of the four DORA (DevOps Research and Assessment) metrics that predict software delivery performance and organisational outcomes. Teams that deploy more frequently deliver value to users faster, reduce the risk of each individual release, and create tighter feedback loops between development and production.
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.
How to run a metrics review meeting
Metric Definition
A metrics review meeting is where action items get raised and assigned, making it the natural place to lift your action item velocity.
Metric trees for operations teams
Metric Definition
Operations teams live and die by execution throughput, so this guide shows where action item velocity sits alongside the other measures the team owns.
See what is slowing your team down
Build a metric tree that connects action item velocity to capacity, flow friction, and intake, with an accountable owner on every branch so the next slowdown reaches the person who can clear it.