Personal kanban strips a team-scale process down to two rules: visualize the work, and limit how much of it is in progress at once. That is the whole method — everything else people add (swimlanes, tags, color coding) is optional decoration, and for a single person, usually unnecessary decoration that adds overhead without adding clarity.
What changed in 2026
- Digital boards added automatic WIP-limit warnings. Most kanban apps now visually flag or block a column when it exceeds its limit, rather than relying on the user to notice and self-enforce.
- Personal kanban and calendar tools started syncing directly. Cards moved into "doing" increasingly create a matching calendar block automatically, tying the board to actual scheduled time.
- Simplified templates pushed back against feature creep. In response to boards accumulating unused columns and tags, several popular templates reset to a bare three-column default as the recommended starting point.
The two rules that matter
Visualize the work. Every task exists on the board, not scattered across a notebook, three apps, and memory. Seeing everything in one place is what makes prioritization possible — you cannot triage work you cannot see all at once.
Limit work in progress. This is the rule people skip, and it is the one that actually makes kanban work rather than just being a to-do list with extra columns. A WIP limit — commonly 2-3 items in "doing" for an individual — forces you to finish before starting something new, which surfaces bottlenecks instead of hiding them under a pile of half-finished tasks.
A minimal setup
| Column |
Purpose |
Typical limit |
| Backlog |
Everything not yet started, unordered |
None |
| To do |
Next up, roughly prioritized |
5-7 items |
| Doing |
Actively being worked on right now |
2-3 items |
| Done |
Completed, kept visible for a period |
None (archive periodically) |
Four columns is enough for nearly all individual use. Add a column only when a specific, recurring bottleneck justifies it — for example, a "waiting on someone else" column if blocked tasks are cluttering "doing" and hiding genuine progress.
Why the WIP limit is the whole point
Without a limit, "doing" becomes a dumping ground for everything you have technically started but not finished — which in practice means nothing is actually being finished, just partially begun. A full "doing" column at the WIP limit is not a failure state, it is the system working: it is telling you to finish something before you start anything else, which is exactly the discipline a to-do list does not enforce.
Personal kanban vs. a to-do list
A to-do list ranks what to do; it does not limit what you are actively doing, which is why a to-do list can grow forever with no visible cost. Personal kanban makes the cost visible: a "doing" column stuck at its limit shows you, immediately, that starting one more thing means something else has to move first. This pairs naturally with task batching, since grouping similar tasks before moving them into "doing" keeps the WIP limit meaningful rather than mixing unrelated work in progress.
Common mistakes
No WIP limit, or one that is never enforced. This is the single change that turns kanban back into a to-do list. If nothing stops you from moving a fourth item into "doing," the limit is decorative.
Too many columns. Recreating a full team board with swimlanes and tags for a single person's task list adds maintenance overhead without adding clarity — start with three or four columns and only add more when a specific bottleneck justifies it.
Never clearing "done." A "done" column that never gets archived becomes clutter; keep a rolling window (a week, a sprint) and archive the rest.
FAQ
What is a reasonable WIP limit for one person?
Two to three items in "doing" is a common starting point. If everything routinely gets stuck, lower it further; if the column sits empty, it may be too conservative.
Is personal kanban the same as the kanban used in software teams?
Same underlying method, much lighter application. Team kanban often adds swimlanes, cycle-time metrics, and multiple stages; personal kanban usually needs none of that.
Physical board or digital app — which is better?
Either works. Physical boards (sticky notes on a wall) make the WIP limit viscerally obvious; digital boards make it easier to carry across devices and integrate with calendars.
How is this different from time blocking?
Kanban tracks what is in progress and limits how much you take on; time blocking assigns specific work to specific calendar slots. They complement each other rather than replacing one another.
Where to go next