---
# === IDENTITY ===
id: business/operations/inventory-management/2026
canonical_question: "What are the core inventory management models — EOQ, safety stock, ABC analysis, JIT?"
aliases:
  - "economic order quantity"
  - "safety stock calculation"
  - "ABC inventory classification"
  - "just-in-time inventory"
entity_type: concept
domain: business > operations > Inventory Management
region: global
jurisdiction: global
temporal_scope: 2020-2026

# === VERIFICATION ===
last_verified: 2026-02-28
confidence: 0.91
version: 1.0
first_published: 2026-02-28

# === TEMPORAL VALIDITY ===
temporal_validity:
  status: stable
  last_breaking_change: null
  next_review: 2026-08-27
  change_sensitivity: low

# === CONSTRAINTS ===
constraints:
  - "EOQ assumes constant demand and lead time — invalid for seasonal, promotional, or volatile-demand products"
  - "JIT requires extremely reliable suppliers — a single late delivery can halt production in a zero-buffer system"
  - "ABC analysis by dollar value alone misses criticality — a $0.10 component can shut down a production line"
  - "Safety stock formulas require accurate demand variability and lead time data — garbage in, garbage out"
  - "No single model fits all SKUs — most companies need a hybrid approach combining multiple models by product category"

skip_this_unit_if:
  - condition: "User needs supply chain risk assessment, not inventory optimization"
    use_instead: "business/operations/supply-chain-risk-mapping/2026"
  - condition: "User needs procurement strategy for supplier selection"
    use_instead: "business/operations/procurement-strategy/2026"
  - condition: "User needs capacity planning, not inventory planning"
    use_instead: "business/operations/capacity-planning/2026"

inputs_needed:
  - key: "inventory_goal"
    question: "What is the user's inventory management objective?"
    type: choice
    options: ["Calculating optimal order quantities (EOQ)", "Setting safety stock levels", "Classifying inventory by importance (ABC)", "Implementing just-in-time (JIT) system"]

# === DISTRIBUTION ===
canonical_source: "https://knowledgelib.io/business/operations/inventory-management/2026"
suggested_citation: "Source: knowledgelib.io — AI Knowledge Library (verified 2026-02-28)"

# === RELATED UNITS ===
related_kos:
  related_to:
    - id: "business/operations/supply-chain-risk-mapping/2026"
      label: "Supply Chain Risk Mapping"
    - id: "business/operations/capacity-planning/2026"
      label: "Capacity Planning"
  often_confused_with: []
  depends_on: []
  solves: []
  alternative_to: []

# === SOURCES ===
sources:
  - id: src1
    title: "Economic Order Quantity (EOQ) Formula, Example, Assumptions"
    author: Torg
    url: https://usetorg.com/blog/economic-order-quantity-eoq
    type: technical_blog
    published: 2024-09-01
    reliability: moderate_high
  - id: src2
    title: "Optimize Inventory with Safety Stock Formula"
    author: Institute for Supply Management (ISM)
    url: https://www.ism.ws/logistics/safety-stock-formula/
    type: official_docs
    published: 2024-06-01
    reliability: authoritative
  - id: src3
    title: "Optimizing Efficiency through EOQ and ABC Analysis"
    author: International Journal of Research Publication and Reviews
    url: https://ijrpr.com/uploads/V6ISSUE4/IJRPR41305.pdf
    type: academic_paper
    published: 2025-04-01
    reliability: high
  - id: src4
    title: "Enhancing Inventory Management through Safety-Stock Strategies"
    author: MDPI Systems
    url: https://www.mdpi.com/2079-8954/12/7/260
    type: academic_paper
    published: 2024-07-01
    reliability: high
  - id: src5
    title: "Exploring a Typical Inventory Model in 2025"
    author: WareIQ
    url: https://wareiq.com/resources/blogs/inventory-model/
    type: technical_blog
    published: 2025-01-15
    reliability: moderate_high
---

# Inventory Management Models

## Definition

Inventory management models are mathematical frameworks for determining how much stock to hold, when to reorder, and how to classify items by importance. The four core models are: EOQ (Economic Order Quantity) which minimizes total ordering and holding costs; Safety Stock which buffers against demand and lead time uncertainty; ABC Analysis which classifies inventory by value contribution (A items = 80% of value, B = 15%, C = 5%); and JIT (Just-in-Time) which minimizes inventory by receiving goods only as needed for production. Modern approaches combine these models with demand forecasting and machine learning for integrated inventory optimization. [src3]

## Key Properties

- **EOQ formula**: Q* = sqrt(2DS / H) where D = annual demand, S = ordering cost, H = annual holding cost per unit [src1]
- **Safety stock formula**: SS = Z x sigma_d x sqrt(L) where Z = service level factor, sigma_d = demand std dev, L = lead time [src2]
- **ABC thresholds**: A items (top 20% of SKUs, ~80% of value), B items (next 30%, ~15% of value), C items (bottom 50%, ~5% of value) [src3]
- **JIT principle**: Zero buffer inventory; relies on pull-based production signals (kanban) and supplier reliability [src5]
- **Reorder point**: ROP = (Average daily demand x Lead time) + Safety stock [src4]

## Constraints
<!-- Agents: read this section before recommending this concept/framework.
     These are hard boundaries on when and how it applies. -->

- EOQ assumes constant demand and lead time — invalid for seasonal, promotional, or highly variable products [src1]
- JIT requires near-perfect supplier reliability; a single late delivery can halt production [src5]
- ABC analysis by dollar value alone misses operational criticality — low-value components can be production-critical [src3]
- Safety stock formulas require accurate historical demand variability and lead time data [src2]
- No single model fits all SKUs — hybrid approaches combining models by product category are standard practice [src4]

## Framework Selection Decision Tree

```
START — Company needs to optimize inventory
├── What's the primary problem?
│   ├── Too much inventory (high carrying costs) → EOQ + ABC analysis
│   ├── Too many stockouts (service level failures) → Safety stock optimization
│   ├── Too much waste in production → JIT / Lean inventory
│   └── Don't know where to start → ABC analysis first ← START HERE
├── How stable is demand?
│   ├── Stable / predictable → EOQ model works well
│   ├── Seasonal / cyclical → Modified EOQ with seasonal factors
│   └── Highly variable / unpredictable → Safety stock + demand sensing
├── How reliable are suppliers?
│   ├── Very reliable (< 2% late deliveries) → JIT is feasible
│   ├── Moderately reliable → EOQ + safety stock ← YOU ARE HERE
│   └── Unreliable → Higher safety stock + dual sourcing
└── How many SKUs?
    ├── < 100 → Manual management with ABC
    ├── 100-10,000 → ERP-based inventory optimization
    └── > 10,000 → Advanced forecasting + ML-driven replenishment
```

## Application Checklist

### Step 1: Classify inventory with ABC-XYZ analysis
- **Inputs needed**: 12-24 months of SKU-level demand data, unit costs, criticality ratings
- **Output**: ABC classification (by value) crossed with XYZ classification (by demand variability)
- **Constraint**: Do not use dollar value alone — add a criticality dimension (production-critical C items should be managed as A items) [src3]

### Step 2: Calculate EOQ for stable-demand items
- **Inputs needed**: Annual demand (D), ordering cost (S), annual holding cost per unit (H) for each A/B item
- **Output**: Optimal order quantity (Q*) and number of orders per year
- **Constraint**: Validate assumptions — if demand variability exceeds 20% CV (coefficient of variation), EOQ is unreliable; use dynamic lot-sizing instead [src1]

### Step 3: Set safety stock levels
- **Inputs needed**: Target service level (%), demand standard deviation, lead time mean and variability
- **Output**: Safety stock quantity per SKU, reorder point (ROP)
- **Constraint**: Service level above 99% increases safety stock exponentially — each additional percentage point costs disproportionately more. Most items should target 95-98% [src2]

### Step 4: Implement replenishment system
- **Inputs needed**: EOQ, ROP, safety stock, lead times, ERP/WMS system parameters
- **Output**: Automated reorder triggers with exception-based management
- **Constraint**: Review reorder parameters quarterly — demand patterns shift and static parameters become inaccurate over time [src4]

### Step 5: Monitor and optimize continuously
- **Inputs needed**: Actual demand vs. forecast, stockout incidents, excess inventory reports
- **Output**: Monthly inventory health scorecard (turns, days on hand, stockout rate, excess %)
- **Constraint**: Inventory turns should improve quarter over quarter — if not, the model parameters need recalibration [src5]

## Anti-Patterns

### Wrong: Applying EOQ uniformly to all SKUs
EOQ assumes stable demand. Applying it to seasonal products, new launches, or highly variable items produces order quantities that are systematically wrong. [src1]

### Correct: Segment SKUs and match model to demand pattern
Use ABC-XYZ analysis to segment. Apply EOQ to stable-demand items (AX, BX), min-max for variable items (AZ, BZ), and periodic review for low-value items (CX, CZ). [src3]

### Wrong: Setting safety stock once and never updating
Demand patterns shift, suppliers change lead times, and service requirements evolve. Static safety stock calculated 12 months ago is likely wrong today. [src2]

### Correct: Recalculate safety stock quarterly with rolling data
Use the most recent 6-12 months of demand and lead time data. Adjust for known future changes (promotions, seasonality, supplier transitions). [src4]

### Wrong: Implementing JIT without supplier reliability assessment
Companies adopt JIT because "Toyota does it" without having Toyota's supplier ecosystem. A single unreliable supplier defeats the entire JIT system. [src5]

### Correct: Validate supplier reliability before JIT adoption
Measure on-time delivery rate for 6+ months. JIT requires >98% on-time performance from all critical suppliers. If not achievable, use safety stock buffers. [src5]

## Common Misconceptions

- **Misconception**: Lower inventory is always better.
  **Reality**: Insufficient inventory causes stockouts, lost sales, and production shutdowns that typically cost 5-10x more than the carrying cost of adequate safety stock. The goal is optimal inventory, not minimal inventory. [src4]

- **Misconception**: ABC analysis means C items do not need management.
  **Reality**: C items by value may be production-critical. A $0.10 fastener with a 12-week lead time can shut down a factory if not stocked. ABC must be supplemented with criticality analysis. [src3]

- **Misconception**: EOQ gives you the exact right order quantity.
  **Reality**: EOQ is a starting point based on simplifying assumptions. The total cost curve is flat near the optimum, so ordering 10-20% more or less than EOQ has minimal cost impact. Practical considerations (supplier MOQs, container sizes) should override the formula. [src1]

## Comparison with Similar Concepts

| Concept | Key Difference | When to Use |
|---|---|---|
| EOQ | Minimizes total ordering + holding cost for stable demand | Stable, predictable demand items |
| Safety Stock | Buffers against demand and lead time uncertainty | All items where stockouts have significant cost |
| ABC Analysis | Classifies inventory by value contribution | Initial segmentation before applying other models |
| JIT | Eliminates buffer inventory through pull-based production | Highly reliable supply chains with stable demand |
| MRP | Plans production and purchasing based on BOM and demand schedule | Manufacturing with dependent demand (components) |

## When This Matters

Fetch this when a user asks about inventory optimization, EOQ calculations, safety stock formulas, ABC classification, JIT implementation, or balancing carrying costs against stockout risk.

## Related Units

- [Supply Chain Risk Mapping](/business/operations/supply-chain-risk-mapping/2026)
- [Capacity Planning](/business/operations/capacity-planning/2026)
- [Lean Six Sigma](/business/operations/lean-six-sigma/2026)
