visit
Sprint velocity measures the amount of work your can complete within the average sprint.
There are several different ways to count sprint velocity. You could find the average number of story points, the average hours of work done, or even the number of ideal days. The higher the score, the more your team is getting done.
Why Does Sprint Velocity Matter?
When you create a roadmap for developing your product, it’s common to set a target date for each major stage. But how do you know what is achievable?Sprint velocity helps you estimate what you can feasibly get done within each sprint, and how many sprints it will take to reach bigger goals. In turn, this can inform your estimated delivery dates.
Sprint velocity metrics are also very informative when it comes to productivity. By tracking the velocity of your team over time, you can see whether you are becoming more efficient or spending too much time comparing notes on the latest Wordle.
1) Sprint Velocity in Story Points
Measuring sprint velocity via story points is a good idea, because these units take into account the complexity of work done, not just the time spent on the job.To find your sprint velocity, add up all the completed user stories within each sprint. Then, multiply this figure by the number of story points required for each user story: 5 user stories × 8 story points = 40 story points (Total)In this case, the team completed five user stories. Each of those user stories involved eight story points worth of work.To find your sprint velocity, repeat this process for multiple previous sprints and then find the average:Sprint 1: 36 story points
Sprint 2: 40 story points
Sprint 3: 38 story points
36 story points + 40 story points + 38 story points = 114 story points
114 story points ÷ 3 sprints = 38 story points/sprint (average)
In this case, your sprint velocity is 38 story points per sprint on average. Not bad!2) Sprint Velocity in Hours
If you prefer to use a more traditional metric, you can just as easily calculate sprint velocity in hours. In this case, find the number of hours your team spent on each sprint:Sprint 1: 360 hours
Sprint 2: 356 hours
Sprint 3: 400 hours
Then, add all your hours together and divide by the number of sprints to get your average sprint velocity:360 hrs + 356 hrs + 400 hrs = 1,116 hours
1116 hours ÷ 3 sprints = 372 hours/sprint (average)
For more granular statistics, you can perform the same calculation to find sprint velocity per story.3) Sprint Velocity in Story Points and Ideal Days
An alternative method for measuring sprint velocity is using ideal days. This option is better suited to analyzing the performance of individuals, rather than the performance of your entire team.
The calculation for this metric builds on the one mentioned above. First, you need to find out how many hours were completed in each sprint. Next, you need to divide the number of hours of work completed by the number of hours in an ideal day.Sprint: 42 hours
Ideal day: 8 hours
42 hrs ÷ 8 hrs = 5.25 ideal days
Finally, we can add together the number of ideal days completed in all the sprints, and divide this figure by the number of sprints.Sprint 1: 5.25 ideal days
Sprint 2: 4.5 ideal days
Sprint 3: 6 ideal days
5.25 ideal days + 4.5 ideal days + 6 ideal days = 15.75 ideal days
15.75 ideal days ÷ 3 sprints = 5.25 ideal days/sprint (average)
If you don’t want to run through the numbers yourself you can plug your data into this .1) Sprint Velocity Chart
Perhaps the easiest way to track your productivity is with a sprint velocity chart. This is a simple graph that shows how your average changes over time.
To add some extra context, you can also include the expected amount of work for each sprint. This will reveal whether your team is consistently hitting expectations, or falling short. It will also give you a sense of how to adjust your future estimated workloads.2) Sprint Velocity Burndown Charts
When you’re on a tight deadline, you might want to keep an extra close eye on your sprint velocity.Burndown charts show you how much work you have completed, how much work is still outstanding, and how much time you have left to get it done.
While this option is a little more complicated to set up, it provides a really helpful overview for project managers. In one glance, they can clearly see if the team is on schedule or lagging behind.1) Not taking technical debt into account
is the silent velocity killer. To measure sprint velocity, you need to ensure that you know your codebase problems well.Track and prioritize your technical debt regularly to see which parts of the code can be problematic and will affect your team velocity.The easiest way to do it is to use the Stepsize and extensions. They’ll help your Engineers see issues in the codebase and report them directly from their editor reducing context switching.2) Using velocity to measure the performance of a team
The main goal of measuring sprint velocity is to plan future sprints and report estimations, not measuring your team performance. As says, “When a measure becomes a target, it ceases to be a good measure.” So don’t compare your teams’ velocity and find other .3) Focusing on the numbers too much
Make the quality of your code your main focus. When you feel like you should be getting more done in the week, a natural reaction might be to increase your working hours. While this may work for an individual sprint, it’s not going to provide long-term improvement. It can also lead to burnout in your team.Try to focus on quality. Encourage your team to get things right the first time, even if it takes a little longer. In the long run, this will actually save a lot of rework and improve your .