401. VED

401.1. VED Analysis (Vital / Essential / Desirable)

Classify items by criticality of stockout. Independent of value or variability — it’s about consequence-of-failure.

401.1.1. The criticality split

401.1.2. Why classify by criticality

ABC, XYZ, and FSN look at value, variability, and frequency. None of these capture what happens if you run out. A $1 fuse in a hospital ventilator is Vital even though it’s low-value, low-variability, and slow-moving.

Criticality is what justifies:

VED is most prevalent in:

401.1.3. Procedure

  1. For each SKU, ask: what’s the cost of a stockout?
  2. Categorize:

    • V: stockout = life, safety, large operational halt, or regulatory violation
    • E: stockout = significant downtime / customer impact, but workarounds exist
    • D: stockout = minor inconvenience
  3. Apply differential service levels and stocking policies.

401.1.4. Service-level targets by class

ClassTarget CSLStocking philosophy
V99.5–99.99%Never stockout. Multiple suppliers, emergency stock, expedited freight contracts. Safety stock dominates regardless of holding cost.
E95–99%Standard high service. Single reliable supplier; safety stock per (Q, r) or (s, S) policies.
D85–95%Cost-optimized. Accept occasional stockouts to keep holding costs in check.

401.1.5. VED + ABC = a richer matrix

VED is often combined with ABC into a 3×3 grid (similar to ABC-XYZ):

The asymmetric cells — low-value vital especially — are why VED matters: ABC alone says “spend little time on it”; VED says “but never run out.”

Example

Given: maintenance spares for a small manufacturing line.

ItemUnit costAnnual demandStockout consequence
Critical PLC controller$2,0002 / yearProduction line halts;  $50K/day lost output
Standard motor bearing$5012 / yearSpecific machine offline; workaround possible
Lubricant pail$8040 / yearMaintenance delayed a few hours
Spare bolt set$5200 / yearSmall inconvenience; alternative bolts on hand
Calibration weight$3001 / yearRequired for monthly calibration; no substitute; can pause operations until next cal cycle

Step 1 — assign VED

ItemClassReasoning
Critical PLC controllerVHalts whole line; $50K/day downtime cost
Standard motor bearingEOne machine offline; workarounds available
Lubricant pailDMaintenance delay only; common item
Spare bolt setDSubstitutes available
Calibration weightVCompliance requirement; no substitute

Step 2 — set service levels

ItemVEDCSL targetImplied 𝑧
Critical PLC controllerV99.9%3.09
Standard motor bearingE97%1.88
Lubricant pailD90%1.28
Spare bolt setD90%1.28
Calibration weightV99.5%2.58

Step 3 — compare safety stocks

Suppose the standard motor bearing had monthly demand 𝜎 = 0.5 units, lead time 𝐿 = 1 month. Safety stock at:

  • 95% (default): 𝑧=1.65 → SS = 0.83 units → round up to 1.
  • 97% (E-target): 𝑧=1.88 → SS = 0.94 → round up to 1.
  • 99.9% (if it were V): 𝑧=3.09 → SS = 1.55 → round up to 2.

Even at the highest service level, total SS for a slow-moving item is just 2 units. The cost difference is one extra bearing in stock — $50 — vs the downtime cost if you stock out. Trivially worth it for E or V class items.

Step 4 — interpret cross-classification with ABC

  • Critical PLC controller: A-class ($4K annual value), V-class. AV — biggest priority. Multiple suppliers, expedited shipping contract, generous safety stock.
  • Calibration weight: C-class ($300/year), V-class. CVlow value, vital. The right answer here is overstock without thinking. Holding cost is negligible; consequences of stockout are large. Carry 2 units instead of 1.
  • Spare bolt set: C-class, D-class. CD — automated two-bin replenishment. Don’t waste planning effort.

The asymmetric cell — CV (low value vital) — is the most common surprise in VED analysis. Operations teams often under-stock low-value vital items because ABC says “C-class, don’t bother”. VED corrects this.