Team Capacity vs Velocity: What Each Tells You and How to Use Them Together

“Our velocity is 45, so our capacity is 45” sounds reasonable and quietly causes a lot of missed sprints. Velocity describes the past; capacity is a decision about the future that has to account for what the team is already carrying.

Commitment rising, throughput flatExample delivery data

Sprint 20

60 → 56gap 4

Sprint 21

65 → 57gap 8

Sprint 22

72 → 58gap 14

Sprint 23

78 → 59gap 19

  • Committed ↑ +18
  • Completed → +3

Velocity describes what a team did; capacity planning asks what it can take on after inherited work and interrupts.

Definitions

Velocity is the number of story points a team completed in a sprint. It is a measurement of the past, in the team’s own estimation units.

Team capacity is how much work the team can realistically take on in the next sprint. It is a planning judgement informed by velocity (or issue throughput), minus work already in progress, adjusted for known disruptions.

VelocityCapacity
TensePastFuture
UnitStory pointsPoints or issues
Includes existing WIP?Only what finishedMust subtract what is already in flight
Comparable across teams?NoNo

Why the distinction matters

Treating velocity as capacity assumes each sprint starts empty. When a team completes 45 points but 20 points are carrying over, only about 25 points of new work fit a typical sprint. Committing 45 new points means the sprint effectively starts at 65.

Velocity also gets misused as a productivity score. Because points are relative and team-specific, velocity cannot compare teams, and raising it as a target simply inflates estimates. It is a planning input, nothing more.

Capacity can change while velocity looks steady

Velocity only records what finished. It says nothing about how much unfinished work is accumulating behind it. A team can post the same velocity for four sprints while its in-progress work doubles: more items started, more waiting in review, more carried over. The next sprint’s real capacity for new work is then much smaller, even though the velocity chart looks healthy. That is why capacity planning needs a view of existing WIP and carryover, not just a velocity trend.

Where the focus factor fits

Some teams convert availability into capacity with a “focus factor” — for example 70% of working hours. The factor is usually a guess, and it describes interruptions only; it does not capture time spent waiting on reviews, QA or releases. Historical velocity or throughput already contains all of those effects, measured rather than assumed, so a separate focus factor adds little except false precision.

How to calculate each

What the next sprint can holdExample delivery data
Next sprint demand24 carried in44 new
Typically completed57 (median, last 6 sprints)

68 issues of demand against 57 typically completed: about 11 more than the team has recently delivered — before any interrupts.

Demand = carried-in work + new commitment = 24 + 44 = 68 issues, against a median of 57 completed

Velocity (sprint)   = story points completed in the sprint
Planning velocity   = median velocity over the last 6–10 sprints
Capacity for new    ≈ planning velocity − existing WIP − typical unplanned work

If estimation is inconsistent, use throughput (issues completed) instead of velocity. It is often more stable because it is immune to estimation drift; see engineering throughput.

How carryover distorts velocity

Velocity counts points when work finishes. A sprint that finishes lots of carried-in work can show high velocity while its own commitment slips; the next sprint then shows low velocity. Looking at velocity alone hides this seesaw. Compare original commitment, carryover in and completed side by side.

How to interpret velocity and capacity

  • Stable velocity, missed commitments: commitment is too high or scope keeps changing — a planning issue.
  • Falling velocity: look for bottlenecks, unplanned work and growing WIP before assuming effort changed.
  • Rising velocity: check whether estimates inflated; throughput in issues is a good cross-check.
  • A single very high sprint: often a release backlog shipping; exclude it from expectations by using the median.

Apply this to your team’s delivery

Create a free account, set up your organization and project, then import a Jira CSV. Start with the available evidence; add sprint dates and history for stronger analysis.

Common mistakes

  • Setting velocity targets. Teams hit them by inflating estimates.
  • Comparing velocity between teams. Points mean different things to different teams.
  • Individual velocity. Points per developer measure ticket ownership, not contribution, and damage collaboration.
  • Ignoring carryover. Capacity is not velocity when the sprint does not start empty.
  • Using the average. Outliers distort it; use the median.

Leadership implications and questions to ask

Leaders should ask for velocity trends as context, never as targets, and ask for capacity as a range with the existing WIP made explicit. Rewarding predictability — commitments that match delivery — produces better planning than rewarding higher velocity.

Questions engineering managers should ask

  • Is our velocity stable because work is stable, or because estimates adjust?
  • How much existing WIP are we subtracting before planning?
  • Would issue throughput give us a steadier planning signal?
  • Are we using velocity anywhere as a performance measure? If so, why?

Example

Velocity for the last six sprints: 46, 51, 13, 119, 48, 44. The median is 47; the average is 53.5, pushed up by one release-backlog sprint. The current sprint has 30 points carrying over. Using the average as capacity would suggest committing 53 new points — a real starting load of 83. Using the median minus carryover suggests about 17 points of new work, with a stretch to about 25.

Related metrics and how the Capacity & Commitment report helps

See engineering capacity planning, sprint commitment vs capacity and Jira sprint health.

The Capacity & Commitment report shows committed vs completed per sprint with carryover separated from new work, and switches between story points and issue counts so you can see whether velocity or throughput is the steadier signal.

Frequently asked questions

Is velocity the same as capacity?
No. Velocity is what was completed; capacity is what can be taken on next, after subtracting work already in progress and allowing for unplanned work.
Can velocity compare two teams?
No. Story points are relative to each team’s own scale. Compare a team only with its own history.