In agile and Scrum, velocity is the average amount of work a team finishes in a sprint, usually measured in story points per sprint. It is a team-level planning metric, not a measure of individual productivity or performance.
The calculator on this page helps you turn your recent delivery history into a single, easy-to-use number. By entering the total story points completed and the number of past sprints, you receive your team’s average velocity. You can then use that value to:
The calculator uses a simple average based on your historical data. You provide:
It then computes your team’s average velocity as story points per sprint. This is the key planning unit in Scrum-based forecasting.
For example, if your team completed 180 points over the last 5 sprints, the calculator divides 180 by 5 and reports a velocity of 36 points per sprint.
The standard formula for average sprint velocity is:
Velocity = Total completed story points ÷ Number of sprints
Using mathematical notation:
Where:
In plain language, you add up all the completed story points for the sprints you are considering, then divide by how many sprints there were. The result is the average points your team finishes in one sprint.
The calculator returns a single number, for example 34. You should read this as:
Here are some practical ways to use that number:
Velocity is best used as a range rather than a single exact figure. Many teams look at a band such as “we usually deliver between 30 and 36 points per sprint” and plan conservatively within that band.
Suppose your Scrum team has just finished its fifth sprint. Over those five sprints, you completed the following story points:
First, add them together:
28 + 32 + 30 + 35 + 25 = 150 points total.
Next, count the number of sprints: there are 5.
Apply the formula:
V = 150 ÷ 5 = 30 points per sprint
In the calculator, you would enter:
The reported velocity is 30. You could then use this to answer questions such as:
Once you know your velocity, you can make simple, high-level forecasts. A common use case is estimating how many sprints remain for a given backlog or release scope.
Use this rule of thumb:
Number of sprints ≈ Remaining story points ÷ Velocity
For example, if you have 260 story points remaining and your average velocity is 32 points per sprint:
260 ÷ 32 ≈ 8.1 → approximately 8–9 sprints.
Remember that this is an approximation. Backlogs evolve, requirements change, and teams improve their collaboration practices. Regularly recalculate velocity using the latest finished sprints and adjust your forecast accordingly.
Velocity is one of several ways teams plan and forecast. The table below compares it with a few related concepts.
| Approach | Main unit | Primary use | Typical strengths | Typical limitations |
|---|---|---|---|---|
| Velocity (this calculator) | Story points per sprint | Sprint planning and high-level forecasting | Grounded in real delivery history; simple to calculate and explain. | Sensitive to changes in estimation scale and team composition. |
| Throughput | Items completed per time period | Kanban-style planning and flow analysis | Does not require story points; works well with small, similar-sized items. | Less precise if item sizes vary widely; needs stable workflow policies. |
| Hours-based estimation | Person-hours or person-days | Task-level scheduling and capacity checks | Intuitive for new teams; aligns with time-based thinking. | Can give a false sense of precision; often drifts from reality. |
| No-estimates / flow-based | Cycle time and lead time | Continuous delivery planning | Focuses on actual flow; can reduce estimation overhead. | Requires disciplined workflow tracking and stable process. |
This calculator assumes you already use story points in Scrum or a similar framework. If your team does not estimate in points, alternative approaches like throughput or cycle time may be more appropriate.
Velocity is powerful but easy to misuse. Keep these assumptions and caveats in mind when using the result from this calculator:
Used thoughtfully and in context, velocity can support more realistic conversations with stakeholders. Used as a rigid target or performance metric, it can drive unhealthy behaviors such as inflating estimates or cutting quality to “hit the number.”
To get the most out of the calculator and your velocity metric, consider these practical tips:
When you treat velocity as an input to collaborative planning rather than a target to hit, it becomes a useful, low-friction tool for aligning expectations and guiding delivery.