{"id":596,"date":"2018-06-01T08:00:38","date_gmt":"2018-06-01T07:00:38","guid":{"rendered":"https:\/\/getnave.com\/blog\/?p=596"},"modified":"2023-03-15T20:43:21","modified_gmt":"2023-03-15T18:43:21","slug":"kanban-littles-law","status":"publish","type":"post","link":"https:\/\/getnave.com\/blog\/kanban-littles-law\/","title":{"rendered":"Stable Systems: Little&#8217;s Law and Kanban"},"content":{"rendered":"<div class=\"cf-14869-area-150045\"><\/div>\n<p>When discussing Agile methodology and <a href=\"https:\/\/getnave.com\/blog\/what-is-kanban-methodology\/\" target=\"_blank\" rel=\"noopener noreferrer\">Kanban<\/a>, one equation makes frequent appearances: Little&#8217;s Law. But what does this formula have to do with project management?<\/p>\n<p>While originating from queuing theory, Little&#8217;s Law has been found to apply to all kinds of different systems \u2013 from retail to design to development. In Kanban, Little&#8217;s Law links the three basic metrics \u2013 <a href=\"https:\/\/getnave.com\/blog\/kanban-throughput\/\" target=\"_blank\" rel=\"noopener noreferrer\">throughput<\/a>, <a href=\"https:\/\/getnave.com\/blog\/kanban-cycle-time\/\" target=\"_blank\" rel=\"noopener noreferrer\">cycle time<\/a>, and <a href=\"https:\/\/getnave.com\/blog\/kanban-wip-limits\/\" target=\"_blank\" rel=\"noopener noreferrer\">work in progress<\/a> \u2013 in one simple formula.<\/p>\n<p>Understanding how these Kanban metrics are connected allows you to analyze your work processes and see how changing one metric will affect the other two.<\/p>\n<h2>The History of Little&#8217;s Law<\/h2>\n<p>John Little came up with a theorem that connects the number of customers in a store with the rate that they arrive and the average time each customer spends there. This looks like this:<\/p>\n<p style=\"text-align: center;\"><em>Average number of customers = Average arrival rate * Average time in the store<\/em><\/p>\n<p>Consider a store where each customer spends on average 12 minutes (0.2 hours), with 10 customers arriving per hour.<\/p>\n<p style=\"text-align: center;\"><em>Average number of customers = 10* 0.2 = 2 <\/em><\/p>\n<p>Little&#8217;s Law states that on average, 2 customers are in the store at any one time.<\/p>\n<h2>Little\u2019s Law and Kanban<\/h2>\n<p>Remarkably, Little&#8217;s Law was found to apply to any number of other systems, including Kanban systems.<\/p>\n<p>In Kanban, WIP limits are applied to each process state \u2013 outstanding tasks must be completed before new tasks can enter a process state. Limiting work in progress allows the arrival and departure rate of tasks (throughput) to stay roughly the same in order to apply Little&#8217;s Law and get accurate results.<\/p>\n<p style=\"text-align: left;\">In Kanban terms, Little&#8217;s Law is expressed a little differently, but the idea is the same:<\/p>\n<p style=\"text-align: center;\"><em>WIP = Throughput * Cycle Time<\/em><\/p>\n<p style=\"text-align: left;\">If we imagine the Kanban board as the store, WIP is equivalent to the number of customers inside at any one time, throughput is the rate of customers passing through the store and cycle time measures how long each one spends inside the system.<\/p>\n<p style=\"text-align: left;\">This means that if two of the three values are known, the third value can be calculated \u2013 without knowing anything else about the tasks, team or project:<\/p>\n<p style=\"text-align: center;\"><em>WIP = Throughput * Cycle Time<\/em><\/p>\n<p style=\"text-align: center;\"><em>Cycle Time = WIP\/Throughput<\/em><\/p>\n<p style=\"text-align: center;\"><em>Throughput = WIP\/Cycle Time<\/em><\/p>\n<h3>Little\u2019s Law Assumptions in a Kanban System<\/h3>\n<p>There are several assumptions needed to make the law work:<\/p>\n<ol>\n<li>The average Arrival Rate is equal to the average Departure Rate<\/li>\n<li>All tasks entering the system will eventually exit the system once completed<\/li>\n<li>There should not be large variances in WIP between the beginning and the end of the time period examined<\/li>\n<li>The <a href=\"https:\/\/getnave.com\/blog\/average-age-of-work-in-progress\/\" target=\"_blank\" rel=\"noopener noreferrer\">WIP average age<\/a> should remain the same, neither increasing nor decreasing<\/li>\n<li>Consistent units must be used to measure Cycle Time, WIP, and Throughput<\/li>\n<\/ol>\n<p>Little&#8217;s Law is not influenced by the arrival process distribution, the service distribution, the service order, or practically anything else. As these assumptions become more inaccurate, the process behavior becomes more and more unpredictable.<\/p>\n<p><a href=\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2228\" src=\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system.png\" alt=\"Little's Law assumptions in a kanban system\" width=\"3344\" height=\"1298\" srcset=\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system.png 3344w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system-300x116.png 300w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system-1024x397.png 1024w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system-768x298.png 768w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system-1536x596.png 1536w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system-2048x795.png 2048w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-assumptions-in-a-kanban-system-585x227.png 585w\" sizes=\"auto, (max-width: 3344px) 100vw, 3344px\" \/><\/a><\/p>\n<p>It\u2019s important to remember that Little\u2019s Law only deals with average values. Even if the assumptions do not hold for the entire time period under consideration, Little&#8217;s Law can still be applied. However, the more these assumptions are violated, the more the accuracy of the equation breaks down.<\/p>\n<h2>Little&#8217;s Law in Action<\/h2>\n<p>Imagine you manage a widget-crafting project. You have four team members, and each team member has a widget-crafting capacity of one widget every two days \u2013 the average cycle time for the team is 2 days. Each team member works alone on their widget, giving a WIP of 4. This configuration gives your team an average throughput of 2 widgets\/day.<\/p>\n<p>What happens if we raise our WIP? As long as the assumptions hold, Little&#8217;s Law will still apply. However, this does not mean that doubling WIP will magically double your throughput while cycle time remains the same. It simply means that the formula will balance out \u2013 a change to WIP will cause cycle time or throughput or both to change and keep obeying the law.<\/p>\n<h2>Making Predictions With Little\u2019s Law<\/h2>\n<p>In order for the Law to be valid, we need to have all of its assumptions valid. So one prerequisite for the Law to work is to guarantee that all the assumptions won\u2019t be violated in the future.<\/p>\n<p>Even if that\u2019s the case, the Little\u2019s Law is still a relationship of averages as each component in the relationship is an average. This calculation will produce an average. We cannot make any <a href=\"https:\/\/getnave.com\/blog\/estimation-in-kanban\/\" target=\"_blank\" rel=\"noopener noreferrer\">probabilistic forecasts<\/a> using this approach.\u00a0<\/p>\n<p>Making predictions based on an average can land you in some hot water. <b>Forecasts based on averages would make sense only if you know something about the shape of the underlying distribution of your data.<\/b> If you don\u2019t there is no way to associate any percentile with the average value &#8211; there can be exactly 50% or much more than 50% or significantly less than 50% chance of that goal being achieved.<i>\u00a0<\/i><\/p>\n<p>If we don\u2019t know the distribution, then we cannot give a probability of where the average falls. And if we don\u2019t know a probability, then we cannot make a forecast.<\/p>\n<p>Little&#8217;s Law is an unreliable method of making future predictions. If you really want to get accurate delivery forecasts, then you should use tools like the <a href=\"https:\/\/getnave.com\/cycle-time-scatterplot\" target=\"_blank\" rel=\"noopener noreferrer\">Cycle Time Scatterplot<\/a> or <a href=\"https:\/\/getnave.com\/blog\/monte-carlo-simulation\/\" target=\"_blank\" rel=\"noopener noreferrer\">Monte Carlo Simulation<\/a>.<\/p>\n<div class=\"cf-14869-area-45492\"><\/div>\n<div class=\"cf-14869-area-150047\"><\/div>\n<h2>Analyze Process Performance<\/h2>\n<p>So long as the five assumptions are accurate, Little\u2019s Law applies to both the system as a whole and to its component parts. This allows you to get a deeper understanding of the different parts of your process.<\/p>\n<h3>Process States and Bottlenecks<\/h3>\n<p><a href=\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/Process-states-and-bottlenecks.png\" rel=\"noopener\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-604 \" src=\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/Process-states-and-bottlenecks.png\" alt=\"Process states and bottlenecks\" width=\"856\" height=\"383\" srcset=\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/Process-states-and-bottlenecks.png 2496w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/Process-states-and-bottlenecks-300x134.png 300w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/Process-states-and-bottlenecks-768x344.png 768w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/Process-states-and-bottlenecks-1024x459.png 1024w, https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/Process-states-and-bottlenecks-585x262.png 585w\" sizes=\"auto, (max-width: 856px) 100vw, 856px\" \/><\/a><\/p>\n<p>Tasks can only enter the next process state once they leave the previous state. This means that the throughput of the entire system cannot be higher than the throughput of the slowest step. In this way, bottlenecks cause the whole Kanban system to suffer. This means that underutilized capacity (team members with nothing to do) should always focus on resolving a bottleneck as their first priority.<\/p>\n<h3>Segmentation and Classes of Service<\/h3>\n<p>When segmenting WIP into different types with <a href=\"https:\/\/getnave.com\/blog\/kanban-classes-of-service\/\" target=\"_blank\" rel=\"noopener noreferrer\">Classes of Service (CoS)<\/a>, Little&#8217;s Law can then be applied to each of the different CoS. For example, we might want to use Little&#8217;s Law to analyze all work flowing through our system, or we may want to use it to just look at our Standard work items.<\/p>\n<p>We can investigate if our different segments are violating the assumptions of the law, and if so, how severely. Or maybe grouping two diverse segments together (Expedite and Fixed Delivery Date, for example) that is causing the issue. In most cases, this type of segmentation is very useful and could provide a more sophisticated approach to analyzing process performance.<\/p>\n<p>Little\u2019s Law is about examining what has happened in the past and analyzing the predictability of your system. The power of Little\u2019s Law rests on the assumptions behind it. It provides a guide of a set of <a href=\"https:\/\/getnave.com\/blog\/kanban-rules\/\" target=\"_blank\" rel=\"noopener noreferrer\">process policies<\/a> to adopt in order to maintain a stable system. Instead of making predictions, adopt the Little\u2019s Law assumptions as explicit policies to drive consistency and predictability of your workflow.<\/p>\n<p>Additionally, it can be used to analyze your work by class of service to find where these assumptions break down. Most importantly, it gives a deeper understanding of how the three basic flow metrics are connected \u2013 and how changing one inevitably affects the other two.<\/p>\n<p><em>Has Little\u2019s Law helped you understand how the main flow metrics are connected? How did it help you analyze your own process performance? Tell us about your experience in the comments!<\/em><\/p>\n<div class=\"cf-14869-area-150046\"><\/div>\n<div style='text-align:left' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>When discussing Agile methodology and Kanban, one equation makes frequent appearances: Little&#8217;s Law. But what does this formula have to do with project management? While originating from queuing theory, Little&#8217;s Law has been found to apply to all kinds of different systems \u2013 from retail to design to development. In Kanban, Little&#8217;s Law links the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2222,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":"","footnotes":""},"categories":[69,7],"tags":[],"class_list":["post-596","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-process-improvement","category-project-management"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Stable Systems: Little\u2019s Law and Kanban | Nave<\/title>\n<meta name=\"description\" content=\"What does the Little\u2019s Law equation have to do with project management? In Kanban, Little\u2019s Law links the three basic flow metrics \u2013 throughput, cycle time and work in progress. Understanding how these metrics are connected allows you to analyse better your work processes. Learn more!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/getnave.com\/blog\/kanban-littles-law\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Stable Systems: Little\u2019s Law and Kanban | Nave\" \/>\n<meta property=\"og:description\" content=\"What does the Little\u2019s Law equation have to do with project management? In Kanban, Little\u2019s Law links the three basic flow metrics \u2013 throughput, cycle time and work in progress. Understanding how these metrics are connected allows you to analyse better your work processes. Learn more!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/getnave.com\/blog\/kanban-littles-law\/\" \/>\n<meta property=\"og:site_name\" content=\"Nave Blog: Expert tips and guidelines for agile teams\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/getnave\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/NaveHQ\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-01T07:00:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-15T18:43:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1715\" \/>\n\t<meta property=\"og:image:height\" content=\"824\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sonya Siderova\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/NaveHQ\" \/>\n<meta name=\"twitter:site\" content=\"@getnave\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sonya Siderova\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/\"},\"author\":{\"name\":\"Sonya Siderova\",\"@id\":\"https:\/\/getnave.com\/blog\/#\/schema\/person\/d758aa37dbe33f3696219f81bc52a5ea\"},\"headline\":\"Stable Systems: Little&#8217;s Law and Kanban\",\"datePublished\":\"2018-06-01T07:00:38+00:00\",\"dateModified\":\"2023-03-15T18:43:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/\"},\"wordCount\":1253,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/getnave.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg\",\"articleSection\":[\"Process Improvement\",\"Project Management\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/getnave.com\/blog\/kanban-littles-law\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/\",\"url\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/\",\"name\":\"Stable Systems: Little\u2019s Law and Kanban | Nave\",\"isPartOf\":{\"@id\":\"https:\/\/getnave.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg\",\"datePublished\":\"2018-06-01T07:00:38+00:00\",\"dateModified\":\"2023-03-15T18:43:21+00:00\",\"description\":\"What does the Little\u2019s Law equation have to do with project management? In Kanban, Little\u2019s Law links the three basic flow metrics \u2013 throughput, cycle time and work in progress. Understanding how these metrics are connected allows you to analyse better your work processes. Learn more!\",\"breadcrumb\":{\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/getnave.com\/blog\/kanban-littles-law\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/#primaryimage\",\"url\":\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg\",\"contentUrl\":\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg\",\"width\":1715,\"height\":824,\"caption\":\"Little\u2019s Law and Kanban\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/getnave.com\/blog\/kanban-littles-law\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/getnave.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Stable Systems: Little&#8217;s Law and Kanban\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/getnave.com\/blog\/#website\",\"url\":\"https:\/\/getnave.com\/blog\/\",\"name\":\"Nave Blog: Expert tips and guidelines for agile teams\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/getnave.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/getnave.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/getnave.com\/blog\/#organization\",\"name\":\"Nave\",\"url\":\"https:\/\/getnave.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/getnave.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/01\/nave-1.png\",\"contentUrl\":\"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/01\/nave-1.png\",\"width\":70,\"height\":18,\"caption\":\"Nave\"},\"image\":{\"@id\":\"https:\/\/getnave.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/getnave\",\"https:\/\/x.com\/getnave\",\"https:\/\/www.linkedin.com\/company\/6387485\/\",\"https:\/\/www.youtube.com\/channel\/UC-2BKBUVu5WPvVZD6te2aAA\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/getnave.com\/blog\/#\/schema\/person\/d758aa37dbe33f3696219f81bc52a5ea\",\"name\":\"Sonya Siderova\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/getnave.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d2c83a7d50c14385ac672f9a09bd32a51fd484d74f283e8c40f4e52a02c820db?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d2c83a7d50c14385ac672f9a09bd32a51fd484d74f283e8c40f4e52a02c820db?s=96&d=identicon&r=g\",\"caption\":\"Sonya Siderova\"},\"sameAs\":[\"https:\/\/getnave.com\",\"https:\/\/www.facebook.com\/NaveHQ\",\"https:\/\/www.linkedin.com\/company\/NaveHQ\",\"https:\/\/x.com\/https:\/\/twitter.com\/NaveHQ\"]},false]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Stable Systems: Little\u2019s Law and Kanban | Nave","description":"What does the Little\u2019s Law equation have to do with project management? In Kanban, Little\u2019s Law links the three basic flow metrics \u2013 throughput, cycle time and work in progress. Understanding how these metrics are connected allows you to analyse better your work processes. Learn more!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/getnave.com\/blog\/kanban-littles-law\/","og_locale":"en_GB","og_type":"article","og_title":"Stable Systems: Little\u2019s Law and Kanban | Nave","og_description":"What does the Little\u2019s Law equation have to do with project management? In Kanban, Little\u2019s Law links the three basic flow metrics \u2013 throughput, cycle time and work in progress. Understanding how these metrics are connected allows you to analyse better your work processes. Learn more!","og_url":"https:\/\/getnave.com\/blog\/kanban-littles-law\/","og_site_name":"Nave Blog: Expert tips and guidelines for agile teams","article_publisher":"https:\/\/www.facebook.com\/getnave","article_author":"https:\/\/www.facebook.com\/NaveHQ","article_published_time":"2018-06-01T07:00:38+00:00","article_modified_time":"2023-03-15T18:43:21+00:00","og_image":[{"width":1715,"height":824,"url":"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg","type":"image\/jpeg"}],"author":"Sonya Siderova","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/NaveHQ","twitter_site":"@getnave","twitter_misc":{"Written by":"Sonya Siderova","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/#article","isPartOf":{"@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/"},"author":{"name":"Sonya Siderova","@id":"https:\/\/getnave.com\/blog\/#\/schema\/person\/d758aa37dbe33f3696219f81bc52a5ea"},"headline":"Stable Systems: Little&#8217;s Law and Kanban","datePublished":"2018-06-01T07:00:38+00:00","dateModified":"2023-03-15T18:43:21+00:00","mainEntityOfPage":{"@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/"},"wordCount":1253,"commentCount":2,"publisher":{"@id":"https:\/\/getnave.com\/blog\/#organization"},"image":{"@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/#primaryimage"},"thumbnailUrl":"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg","articleSection":["Process Improvement","Project Management"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/getnave.com\/blog\/kanban-littles-law\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/","url":"https:\/\/getnave.com\/blog\/kanban-littles-law\/","name":"Stable Systems: Little\u2019s Law and Kanban | Nave","isPartOf":{"@id":"https:\/\/getnave.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/#primaryimage"},"image":{"@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/#primaryimage"},"thumbnailUrl":"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg","datePublished":"2018-06-01T07:00:38+00:00","dateModified":"2023-03-15T18:43:21+00:00","description":"What does the Little\u2019s Law equation have to do with project management? In Kanban, Little\u2019s Law links the three basic flow metrics \u2013 throughput, cycle time and work in progress. Understanding how these metrics are connected allows you to analyse better your work processes. Learn more!","breadcrumb":{"@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/getnave.com\/blog\/kanban-littles-law\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/#primaryimage","url":"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg","contentUrl":"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/06\/littles-law-and-kanban.jpg","width":1715,"height":824,"caption":"Little\u2019s Law and Kanban"},{"@type":"BreadcrumbList","@id":"https:\/\/getnave.com\/blog\/kanban-littles-law\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/getnave.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Stable Systems: Little&#8217;s Law and Kanban"}]},{"@type":"WebSite","@id":"https:\/\/getnave.com\/blog\/#website","url":"https:\/\/getnave.com\/blog\/","name":"Nave Blog: Expert tips and guidelines for agile teams","description":"","publisher":{"@id":"https:\/\/getnave.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/getnave.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/getnave.com\/blog\/#organization","name":"Nave","url":"https:\/\/getnave.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/getnave.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/01\/nave-1.png","contentUrl":"https:\/\/getnave.com\/blog\/wp-content\/uploads\/2018\/01\/nave-1.png","width":70,"height":18,"caption":"Nave"},"image":{"@id":"https:\/\/getnave.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/getnave","https:\/\/x.com\/getnave","https:\/\/www.linkedin.com\/company\/6387485\/","https:\/\/www.youtube.com\/channel\/UC-2BKBUVu5WPvVZD6te2aAA"]},{"@type":"Person","@id":"https:\/\/getnave.com\/blog\/#\/schema\/person\/d758aa37dbe33f3696219f81bc52a5ea","name":"Sonya Siderova","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/getnave.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d2c83a7d50c14385ac672f9a09bd32a51fd484d74f283e8c40f4e52a02c820db?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d2c83a7d50c14385ac672f9a09bd32a51fd484d74f283e8c40f4e52a02c820db?s=96&d=identicon&r=g","caption":"Sonya Siderova"},"sameAs":["https:\/\/getnave.com","https:\/\/www.facebook.com\/NaveHQ","https:\/\/www.linkedin.com\/company\/NaveHQ","https:\/\/x.com\/https:\/\/twitter.com\/NaveHQ"]},false]}},"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":26,"sum_votes":124},"_links":{"self":[{"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/posts\/596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/comments?post=596"}],"version-history":[{"count":0,"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/posts\/596\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/media\/2222"}],"wp:attachment":[{"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/media?parent=596"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/categories?post=596"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/getnave.com\/blog\/wp-json\/wp\/v2\/tags?post=596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}