Many teams adopt Kanban hoping for better visibility and smoother workflows, only to find themselves drowning in data that doesn't lead to action. The five metrics covered here—cycle time, throughput, work in progress (WIP), cumulative flow, and blocked time—are the ones that consistently help teams make meaningful improvements. This guide explains what each metric reveals, how to track it without expensive tools, and common mistakes that undermine their value. Last reviewed: May 2026.
Why Most Kanban Metrics Fail to Improve Efficiency
Teams often start tracking metrics with enthusiasm, but within weeks the data becomes noise. The most common reason is that they track too many things or focus on vanity metrics that look good but don't drive change. For example, tracking 'cards completed per week' without understanding cycle time can give a false sense of productivity. Another pitfall is measuring without context—a sudden drop in throughput might be due to a holiday week, not a process problem. To avoid these traps, start with a small set of metrics that directly answer specific questions: Are we delivering value faster? Where is work getting stuck? Are we overloading the team? The five metrics in this article are chosen because they are actionable, easy to collect, and widely applicable across software, marketing, and operations teams.
Common Misconceptions About Kanban Metrics
One misconception is that metrics are only for managers to monitor teams. In healthy Kanban implementations, metrics are used by the team itself to self-correct. Another is that you need expensive analytics tools—a simple spreadsheet or a Kanban board with date fields can provide reliable data. Finally, many teams believe that lower cycle time is always better, but if quality suffers, faster delivery is not an improvement. The goal is sustainable flow, not speed at any cost.
Cycle Time: The Core Metric for Predictability
Cycle time measures the time from when work starts on an item until it is completed. It is the single most useful metric for predicting when work will finish and for identifying delays in your process. Unlike lead time (which includes time spent in the backlog), cycle time focuses on active work, making it a pure measure of process efficiency. To calculate cycle time, record the date when a card moves into 'In Progress' and the date when it moves to 'Done'. The difference in calendar days (or hours, for fast-moving teams) is the cycle time for that item. Over time, you can compute the average, median, and 85th percentile to understand typical and worst-case scenarios.
How to Use Cycle Time Data
Plot cycle times on a scatterplot or a histogram to see the distribution. A wide spread indicates unpredictability—some items finish quickly while others drag. This often points to variation in work size or hidden dependencies. Teams can use cycle time to set service level expectations (SLEs), such as '85% of items will be completed within 5 days.' This gives stakeholders a realistic forecast without overpromising. One team I worked with reduced their average cycle time from 12 to 6 days simply by visualizing cycle time outliers and investigating why certain tasks took three times longer than similar ones. They discovered that tasks requiring external approvals were the main culprit, so they started batching approvals and reducing handoffs.
Pitfalls to Avoid
Do not compare cycle times across teams without adjusting for work complexity—a team doing maintenance tasks will naturally have shorter cycle times than a team building new features. Also, avoid averaging outliers without understanding them; a single 30-day task can skew the average, hiding the fact that most tasks finish in 3 days. Use median or percentile metrics instead.
Throughput: Measuring Delivery Rate Over Time
Throughput is the number of work items completed in a given time period (usually per week or per sprint). While cycle time measures speed per item, throughput measures volume. Together, they give a complete picture of team capacity. Throughput is especially useful for forecasting when a backlog of work will be completed, assuming the work size remains consistent. To track throughput, simply count the number of cards moved to 'Done' each week. Over several weeks, you can calculate a rolling average and observe trends.
Using Throughput for Forecasting
With a stable throughput, you can use Monte Carlo simulations (or simple arithmetic) to predict completion dates for a backlog. For example, if your team completes 5 items per week on average, a backlog of 20 items suggests about 4 weeks of work. However, throughput can vary due to team size changes, holidays, or shifting priorities. Track throughput on a run chart to spot trends early. A sudden drop might indicate a bottleneck or morale issue, while a steady increase could signal process improvements. One marketing team I read about used throughput to negotiate realistic deadlines: they showed stakeholders that their average weekly output was 3 campaign launches, so a request for 6 launches in two weeks was unrealistic unless scope was reduced.
When Throughput Misleads
Throughput loses meaning when work items vary widely in size. If one 'item' is a 2-hour fix and another is a 2-week feature, counting both as '1' distorts reality. In such cases, consider using story points or a weighted count, but be aware that estimation itself introduces bias. A simpler approach is to break large items into smaller, more uniform pieces before tracking throughput.
Work in Progress (WIP): Controlling Multitasking and Flow
WIP is the number of work items currently started but not finished. Limiting WIP is the core mechanism of Kanban, and tracking it reveals whether the team is overcommitted. High WIP leads to context switching, longer cycle times, and lower quality. The metric itself is simple: count the cards in the 'In Progress' columns at any point. The real value comes from setting explicit WIP limits per column and monitoring how often they are exceeded.
Setting Effective WIP Limits
Start with a limit of 2 items per person (or per team, depending on workflow). Adjust based on observed cycle time: if cycle time is too high, reduce WIP. If team members are idle, you might increase WIP slightly, but be cautious. A common mistake is setting limits too high, which defeats the purpose. Another is not enforcing the limit—if cards pile up in 'In Progress' despite the limit, the team is not respecting the constraint. Use a cumulative flow diagram (covered next) to see WIP trends over time.
Signs of WIP Problems
If you see many items in 'In Progress' but few in 'Done', your WIP is too high. Also, if team members report feeling overwhelmed or frequently switch tasks, check WIP. One development team I observed reduced their WIP from 15 to 6 items and saw cycle time drop by 40% within a month. The key was not just setting the limit but also creating a culture where team members felt safe to say 'no' to new work until existing items were completed.
Cumulative Flow Diagram (CFD): Visualizing Bottlenecks
A cumulative flow diagram shows the number of items in each stage of your workflow over time. It is a powerful visual tool because it reveals bottlenecks, WIP trends, and cycle time all in one chart. The CFD has several colored bands, each representing a workflow stage (e.g., To Do, In Progress, Done). The width of each band at a given date shows how many items are in that stage. A widening band indicates a buildup of work—a bottleneck. A narrowing band means work is flowing through quickly.
Reading a CFD
Look for areas where the 'In Progress' band widens while the 'Done' band stays flat—this means work is entering the system faster than it is being completed. The vertical distance between the 'In Progress' and 'Done' lines approximates the average cycle time (Little's Law: Cycle Time = WIP / Throughput). If the CFD shows a 'sawtooth' pattern, it may indicate irregular delivery or batch releases. For best results, generate a CFD weekly using data from your board. Many tools (Jira, Trello with plugins, or even Excel) can create them automatically.
Common CFD Mistakes
One mistake is using too many stages, making the chart cluttered. Stick to 3–5 meaningful stages. Another is not updating the CFD consistently—missing data points create gaps. Finally, avoid overreacting to short-term fluctuations; look for trends over several weeks. A single spike in the 'In Progress' band might be due to a one-off large task, not a systemic issue.
Blocked Time: Identifying Systemic Delays
Blocked time measures how long work items are stalled due to dependencies, waiting for approvals, or other external factors. This metric is often overlooked because teams treat blockers as exceptions, but tracking them reveals recurring patterns. To measure blocked time, add a 'Blocked' state on your board and record the date when an item enters and leaves that state. The total blocked time per item, or the percentage of total cycle time spent blocked, is a key indicator of process health.
Analyzing Blocked Time Patterns
Categorize blockers by type: waiting for external team, missing information, technical debt, or approval delays. Over time, you may find that 60% of blocked time comes from a single source—for example, waiting for design reviews. This insight allows you to address the root cause, such as scheduling regular review slots or pre-approving common design elements. One operations team reduced their blocked time by 50% after they realized that most blockers were due to incomplete requirements. They started a 'definition of ready' checklist that reduced ambiguous tasks.
Pitfalls of Blocked Time Tracking
Teams sometimes forget to mark items as blocked, leading to underreported data. Make it a habit during daily standups to update blocked status. Also, avoid blaming individuals for blockers—the metric is meant to surface process issues, not assign fault. Finally, beware of 'blocked' items that are actually abandoned; if an item has been blocked for weeks, consider removing it from the board or renegotiating its priority.
Putting It All Together: A Simple Tracking System
You don't need a complex tool to start tracking these five metrics. A shared spreadsheet or a Kanban board with date fields and a 'Blocked' flag is enough. Here is a step-by-step approach to implement tracking in one week:
- Choose one workflow (e.g., your main development or service delivery board).
- Add start and end date fields to each card. Record the date when work begins (moves to 'In Progress') and when it ends (moves to 'Done').
- Set WIP limits for each column. Start with 2 per person or a team limit of 5–8.
- Add a 'Blocked' state and train the team to use it consistently.
- At the end of each week, calculate average cycle time, throughput, and blocked time. Plot them on a simple chart.
- Review the data in a 15-minute weekly retrospective. Look for trends and discuss one action item.
When to Adjust Your Metrics
If your team is new to Kanban, focus on WIP and cycle time first. Add throughput and CFD after a few weeks. Blocked time is most valuable when you already suspect external dependencies are a problem. Revisit your metrics every quarter—if you have addressed the main bottlenecks, you may need different metrics (e.g., lead time for customer-facing requests).
Comparison of Tracking Approaches
| Approach | Pros | Cons | Best For |
|---|---|---|---|
| Manual spreadsheet | Low cost, full control | Time-consuming, error-prone | Small teams (<10) |
| Kanban software (Jira, Trello, Asana) | Automated charts, integrations | Can be complex, cost | Medium to large teams |
| Dedicated analytics tool (e.g., Actionable Agile) | Advanced forecasting, CFD | Learning curve, additional cost | Teams needing deep analysis |
Frequently Asked Questions About Kanban Metrics
How often should we review metrics?
Review metrics weekly in a short retrospective. Daily standups can include a quick glance at WIP and blockers, but avoid over-analyzing every day—trends need time to emerge.
What if our cycle time is highly variable?
High variability often indicates that work items are not of uniform size. Consider breaking larger tasks into smaller, more consistent pieces. Also, look for external dependencies that cause sporadic delays.
Should we track individual performance?
No. Kanban metrics are designed to measure the system, not individuals. Tracking individual throughput can lead to gaming the system and reduced collaboration. Focus on team-level metrics.
Can we use these metrics for remote teams?
Yes, in fact they are even more important for remote teams because visibility is lower. Use a digital board and ensure all team members update card statuses promptly. Regular video retrospectives help maintain alignment.
What is the most important metric to start with?
Cycle time. It is easy to measure, directly reflects process efficiency, and is a gateway to understanding other metrics. Start there and add others gradually.
Next Steps: Turn Metrics into Improvements
Tracking metrics is only half the battle—the real value comes from acting on the insights. Here are concrete next steps to implement this week:
- Pick one metric (cycle time) and start collecting data manually for two weeks. Use a simple spreadsheet with columns for card name, start date, and end date.
- At the end of two weeks, calculate the average and median cycle time. Identify the top 10% longest tasks and discuss what made them slow.
- Set a WIP limit for your team. Start with a limit of 2 items per person and enforce it for one week. Observe how it affects cycle time.
- Introduce a 'Blocked' column and track blocked time for one month. After one month, categorize blockers and address the top cause.
- Share a simple weekly report with stakeholders showing cycle time and throughput trends. Use this data to negotiate realistic deadlines.
- After three months, review the cumulative flow diagram to see if bottlenecks have shifted. Adjust WIP limits or workflow stages accordingly.
Remember that metrics are a means to an end—improving flow, reducing stress, and delivering value predictably. If a metric is not leading to action, stop tracking it. The five metrics in this guide are proven to help teams make better decisions, but they require consistent effort and a willingness to change process based on data. Start small, iterate, and let the metrics guide your continuous improvement journey.
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!