Scrum vs Kanban: Two Pillars of Agile
In 2026 Agile dominates software development — 94% of IT teams use Agile frameworks (State of Agile Report 2026). The two most popular:
- Scrum — 70% of Agile teams (Scrum.org, Scrum Alliance certifications: 1.5M+ Scrum Masters globally)
- Kanban — 25% of teams (mainly operations, support, DevOps)
- Scrumban (hybrid) — increasingly popular, 45% of Scrum teams add WIP limits after 2-3 years
The decision Scrum or Kanban affects:
- Meeting structure — Scrum has 5 formal events, Kanban none
- Team roles — Scrum 3 clear roles, Kanban none
- Predictability — Scrum forecast-driven (sprint goals), Kanban flow-driven (cycle time)
- Adaptability — Kanban responds faster to change, Scrum more structured
Comparison Table — Quick Reference
| Aspect | Scrum | Kanban |
|---|---|---|
| Philosophy | Iterative + incremental | Continuous flow |
| Timeboxes | YES (sprint 1-4 weeks) | NO (continuous) |
| Roles | 3 (PO, SM, Devs) | None formal |
| Events | 5 (Planning, Daily, Review, Retro, Sprint) | None formal (optional) |
| Change plan | Frozen for sprint | Can change dynamically |
| Metrics | Velocity, Burndown, Predictability | Lead Time, Cycle Time, Throughput |
| Work limit | Sprint Backlog | WIP limits per column |
| Ideal for | Product development, projects | Operations, support, maintenance |
| Learning curve | Steep (formal training) | Mild (start with simple board) |
| Certifications | PSM I/II, CSM, PSPO | Kanban Foundation, KMP I/II |
| Time to start | 2-4 weeks (training + setup) | 1 day (board + WIP limits) |
| Adoption 2026 | 70% Agile teams | 25% Agile teams |
Scrum — Deep Dive
What Scrum Is
Scrum is a lightweight framework for complex product development, created in 1995 by Ken Schwaber & Jeff Sutherland. Defined in the Scrum Guide (current version 2020 — 13 pages).
Scrum is based on 3 pillars (empirical process control):
- Transparency — everything visible to everyone
- Inspection — frequent progress checking
- Adaptation — quick course correction
3 Roles in Scrum
-
Product Owner (PO):
- Maximizes product value
- Manages Product Backlog (prioritization, ordering, refinement)
- 1 person (never a committee)
- Single point of accountability for “what” gets done
-
Scrum Master (SM):
- Team and organization coach
- Servant leader (NOT PM, NOT manager)
- Removes impediments
- Facilitates Scrum events
- Supports PO with backlog management
-
Developers (formerly Development Team):
- Self-organizing
- Cross-functional (entire skill set required for delivery)
- 3-9 people (sweet spot 5-7)
- Accountable for: increment, Sprint Backlog, technical decisions
5 Events in Scrum
- Sprint (1-4 weeks, typically 2 weeks) — container for everything
- Sprint Planning (max 8h for 4-week sprint, 4h for 2-week) — what and how will be done
- Daily Scrum (15 min daily) — team synchronization
- Sprint Review (max 4h for 4-week, 2h for 2-week) — demonstration to stakeholders
- Sprint Retrospective (max 3h for 4-week, 1.5h for 2-week) — team improvement
3 Artifacts in Scrum
- Product Backlog — all requirements (managed by PO)
- Sprint Backlog — what will be done in sprint (managed by Devs)
- Increment — working version of product at end of sprint
When Scrum Works Best
- Product development with defined Product Vision
- Teams of 5-9 people (cross-functional)
- Stakeholders available for regular feedback
- Possibility of 2-4 week iterations
- Clear Definition of Done
When Scrum Does NOT Work
- Operations/support (work arrives unpredictably)
- Solo work (Scrum is for teams of 3+)
- Fixed-scope, fixed-time, fixed-cost projects (Scrum embraces change)
- “Command and control” cultures (Scrum requires self-organizing teams)
Kanban — Deep Dive
What Kanban Is
Kanban (Japanese “visual board”) is a work management method created at Toyota (1940s) for lean manufacturing, adapted for software by David Anderson (2010, book “Kanban: Successful Evolutionary Change”).
Kanban is a method, NOT a framework — meaning it can be overlaid on existing process without “revolution”. Main principle: “Start with what you do now”.
6 Practices of Kanban
- Visualize — kanban board (columns = stages of workflow)
- Limit Work in Progress (WIP) — max items per column
- Manage Flow — minimize cycle time, eliminate bottlenecks
- Make Policies Explicit — Definition of Done, criteria for moving
- Implement Feedback Loops — daily standup, replenishment meeting, service delivery review
- Improve Collaboratively, Evolve Experimentally — kaizen + Deming PDCA
Kanban Board — Example
┌─────────┬──────────┬───────────┬─────────┬───────┐
│ Backlog │ Selected │ In Progress │ Review │ Done │
│ │ WIP: 5 │ WIP: 3 │ WIP: 2 │ │
├─────────┼──────────┼───────────┼─────────┼───────┤
│ Item 8 │ Item 4 │ Item 3 │ Item 1 │ Item A│
│ Item 9 │ Item 5 │ Item 6 │ Item 2 │ Item B│
│ Item 10 │ Item 7 │ │ │ Item C│
└─────────┴──────────┴───────────┴─────────┴───────┘
WIP limit blocks starting new work when column is full — focus on completion.
Kanban Metrics
- Lead Time — from request to delivered (whole journey)
- Cycle Time — from start work to delivered (active work only)
- Throughput — items completed/period (e.g., 15 stories/week)
- Cumulative Flow Diagram (CFD) — visualization of WIP, bottlenecks, predictability
- Aging WIP — how long an item has been in a given column
When Kanban Works Best
- Operations, support, maintenance
- DevOps teams (incidents + planned work mix)
- Content marketing (continuous publication)
- Help desk / customer service
- Mature teams (after 2-3 years of Scrum)
When Kanban Does NOT Work
- Greenfield product development without established workflow
- Junior teams (lack of structure)
- Requirement for formal predictability (sprints + commitments)
Scrumban — Hybrid
Scrumban = Scrum framework + Kanban practices.
Scrumban Implementation
- Scrum elements: roles (PO, SM, Devs), Daily Scrum, Sprint Retrospective, Sprint Goals
- Kanban elements: WIP limits per column, kanban board with explicit policies, cycle time metrics, continuous flow instead of strict sprints
When to Use Scrumban
- 30%+ of work is unplanned bugfixes/operations (sprint planning falls apart)
- Team after 2-3 years of Scrum wants to eliminate “sprint commitment stress”
- Mix of product development + maintenance
- DevOps teams
Trend 2026
45% of Scrum teams add Kanban elements after 2-3 years (State of Agile 2026). Most popular adoption:
- WIP limits for “In Progress” column
- Cycle time tracking
- Cumulative Flow Diagram instead of Burndown
Decision Matrix — What to Choose?
Path 1: Scrum (default for new teams)
Choose Scrum if:
- Greenfield product development
- Junior team needing structure
- Stakeholders available for feedback every 2-4 weeks
- Defined Product Vision and Roadmap
- Team size 3-9 people
Time investment:
- 2-week sprints, 5 events, ~20% time on meetings
- Setup: 2-4 weeks (training + 1-2 sprints to flow)
- Certifications: PSM I (USD 200), CSM (USD 1000)
Path 2: Kanban (operations choice)
Choose Kanban if:
- Operations, support, maintenance work
- Work arrives unpredictably
- Team already has existing workflow
- No need for formal commitments
- Service Level Agreements (SLA) requirements
Time investment:
- No fixed iterations
- Setup: 1-3 days (board + WIP limits)
- Certifications: Kanban Foundation (USD 600), KMP I/II (USD 1500-3000)
Path 3: Scrumban (mature teams)
Choose Scrumban if:
- After 2-3 years of Scrum
- Mix of product development + operations
- 30%+ of work unplanned
- Team wants to reduce sprint stress
Sequence:
- Start with pure Scrum (year 1-2)
- Identify problems (operations dispute, sprint commitment stress)
- Add WIP limits per column (year 2)
- Add cycle time metrics (year 2-3)
- Eliminate sprint planning (keep Daily, Retrospective)
EU Context 2026 — Who Uses What
Industry preferences
| Industry | Dominant framework |
|---|---|
| Banking/Fintech | Scrum (regulated, sprint demos for compliance) |
| Big Tech | Scrum + Scrumban (large teams, multiple products) |
| DevOps/SRE | Kanban (operations + incidents) |
| Software houses | Scrum (project-based work) |
| Internal IT | Scrumban (mix of projects + maintenance) |
| Marketing teams | Kanban (continuous content) |
| Consulting (Big4) | Scrum (client-facing projects) |
Salaries 2026 (EU)
| Role | Salary (USD/year) |
|---|---|
| Junior Scrum Master | 50-72k |
| Mid Scrum Master | 72-100k |
| Senior Scrum Master | 100-140k |
| Agile Coach | 120-200k |
| Kanban Coach | 110-180k |
| RTE (Release Train Engineer, SAFe) | 140-220k |
Premium for certifications:
- PSM I/CSM (entry): +5-8% over base
- PSM II/CSM Advanced: +10-15%
- PSM III/CST/CSP: +20-30%
- Kanban KMP I/II: +8-12%
- SAFe SPC: +25-35%
Common Myths About Scrum and Kanban
❌ Myth 1: “Scrum is mini-waterfall” ✅ Reality: Scrum embraces change within sprint (with negotiation), waterfall freezes scope
❌ Myth 2: “Kanban has no planning” ✅ Reality: Kanban has replenishment meetings (planning) + service delivery review (review)
❌ Myth 3: “Scrum Master = Project Manager” ✅ Reality: SM is servant leader, NOT PM. PO accountable for “what”, Devs for “how”. SM facilitates.
❌ Myth 4: “WIP limits are restrictive” ✅ Reality: WIP limits increase throughput by 30-50% (less context switching)
❌ Myth 5: “After Scrum/Kanban there’s nothing new to learn” ✅ Reality: SAFe, LeSS, DA, Spotify Model — scaling frameworks for organizations of 100+ people
Path Forward — What Next?
Beginner → Scrum (PSM I)
EITT trainings:
- Professional Scrum Master I (PSM I)
- Cost: USD 850, duration: 2 days
- Exam: 80 questions, 60 min, 85% pass rate
Mid → Kanban (KMP I)
EITT trainings:
- Kanban Foundation with exam
- Cost: USD 1100, duration: 3 days
Senior → SAFe Agilist or Agile Coach
- SAFe Agilist (USD 1000) — for enterprise scale
- ICP-ACC (USD 2000) — for Agile Coach role
- Plus advanced Scrum/Kanban (PSM II, KMP II)
Summary
Scrum = iterative + incremental + 3 roles + 5 events, 70% of Agile teams, ideal for product development Kanban = continuous flow + WIP limits + no roles, 25% of teams, ideal for operations Scrumban = hybrid, 45% of Scrum teams adopt after 2-3 years
In 2026 the smart strategy is to start with Scrum (clear structure, formal training), as the team matures consider Scrumban (eliminate sprint stress), and for operations/support start with Kanban. The most important thing: framework is a TOOL, not the goal — focus on outcomes (delivery + customer value), not process compliance.
Looking for help choosing a framework for your team? Contact EITT — we’ll help design an Agile transformation tailored to your organization’s specifics.