390. Kanban Sizing

The classical Toyota Production System formula for sizing kanban (replenishment-authorization cards) between two production stages:

𝐾=𝐷(𝑇𝑝+𝑇𝑤)(1+𝛼)𝐶

where:

390.1. Logic

Each kanban authorizes one container of parts. Total inventory in the loop = 𝐾𝐶 units.

Required inventory must cover:

Round up so 𝐾 is an integer.

390.2. Example

Assembly line uses gear-boxes at 𝐷=100/hour. Supplier has 𝑇𝑝=0.5 hr processing, 𝑇𝑤=1 hr waiting. Container holds 𝐶=10 gear-boxes. Safety factor 𝛼=0.2.

𝐾=1001.51.210=18=18cards

Total inventory loop: 1810=180 gear-boxes.

390.3. Two-card kanban (Toyota)

Toyota’s classic system uses two card types:

P-kanban + W-kanban coordinate the pull. Modern simplified versions use just one card type.

390.4. Compared to CONWIP

KanbanCONWIP
GranularityPer-part-type, per-stageGlobal cap on all WIP
SetupMore cards to manageSimpler
Mix flexibilityLower (each card is specific)Higher (any part can fill cap)
Best forRepetitive, stable mixVariable mix, fewer-part-types

390.5. When kanban sizing breaks down

The formula assumes:

In practice, 𝐾 is recalibrated regularly (monthly / quarterly) based on observed performance.

390.6. Lean reduction strategies

The formula highlights levers:

Each improvement reduces inventory while maintaining service.

390.7. See also