387. Kanban Sizing

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

where:

387.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.

387.2. Example

Assembly line uses gear-boxes at /hour. Supplier has hr processing, hr waiting. Container holds gear-boxes. Safety factor .

Total inventory loop: gear-boxes.

387.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.

387.4. Compared to CONWIP

Kanban CONWIP
Granularity Per-part-type, per-stage Global cap on all WIP
Setup More cards to manage Simpler
Mix flexibility Lower (each card is specific) Higher (any part can fill cap)
Best for Repetitive, stable mix Variable mix, fewer-part-types

387.5. When kanban sizing breaks down

The formula assumes:

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

387.6. Lean reduction strategies

The formula highlights levers:

Each improvement reduces inventory while maintaining service.

387.7. See also