What is kanban

Last updated: April 1, 2026

Quick Answer: Kanban is a visual project management methodology that uses a board with columns representing workflow stages, allowing teams to track work items, limit in-progress work, and optimize the flow of tasks from start to completion.

Key Facts

Overview

Kanban is a visual workflow management system that originated in Toyota's manufacturing operations during the 1940s. The methodology uses physical or digital boards displaying tasks as cards that move through columns representing different stages of work. Unlike Agile frameworks that emphasize time-boxed sprints, Kanban focuses on continuous flow and continuous improvement. Teams using Kanban manage work on a pull system, where new tasks enter the workflow only when capacity exists, preventing work overload and bottlenecks.

Core Principles

Kanban operates on several fundamental principles that guide its implementation. Visualize the workflow: All work becomes visible on the board, making bottlenecks and inefficiencies apparent. Limit work in progress: Each column has a maximum number of items, preventing team members from being overwhelmed with too many simultaneous tasks. Manage flow: Work moves smoothly through stages without accumulating in any particular column. Make policies explicit: Teams define clear rules for how work moves through the system. Implement feedback loops: Regular reviews identify opportunities for continuous improvement.

Kanban Board Structure

A typical Kanban board contains columns representing workflow stages. A simple board might include columns for To Do, In Progress, Review, and Done. More complex boards can include additional columns like Blocked or Testing depending on workflow needs. Each column has a work-in-progress (WIP) limit that prevents too many items from accumulating. Cards within columns contain information about individual tasks, including descriptions, assignees, and priority levels. Cards move from left to right as work progresses.

Implementation in Different Industries

Software development teams use Kanban to manage feature development, bug fixes, and technical debt. Marketing teams employ Kanban for content creation workflows, from ideation through publication. Human resources departments use it for recruitment pipelines and onboarding processes. Manufacturing facilities use physical Kanban systems to manage inventory and production. The flexibility of Kanban allows adaptation across diverse industries and team sizes.

Advantages and Benefits

Kanban improves visibility into work, allowing managers and team members to understand project status at a glance. By limiting work in progress, teams reduce context switching and improve focus. Continuous flow reduces lead time for completing work. The emphasis on continuous improvement fosters a culture of optimization and efficiency. Kanban also accommodates varying workloads better than sprint-based approaches, adapting naturally to changing priorities and unexpected work.

Related Questions

What is the difference between Kanban and Scrum?

Kanban emphasizes continuous flow with no time-based iterations, while Scrum uses fixed-duration sprints. Kanban prioritizes limiting work in progress, whereas Scrum commits to specific work for each sprint. Both are Agile methodologies, but Kanban is more flexible for environments with changing priorities and continuous delivery.

What is a work-in-progress limit?

A WIP limit is the maximum number of items allowed in a workflow column at any given time. It forces the team to complete work before starting new work, reducing multitasking and improving focus. WIP limits create visibility into bottlenecks and encourage faster task completion.

Can Kanban be used for complex projects?

Yes, Kanban scales well for complex projects by using multiple boards, hierarchical cards, or specialized Kanban tools. Large projects can divide work into smaller components, each managed with its own Kanban board. Kanban's continuous flow approach actually works well for complex projects with changing requirements.

Sources

  1. Wikipedia - Kanban Development CC-BY-SA-4.0
  2. Agile Alliance - Kanban Resources CC-BY-SA-4.0