
MRP lot sizing methods determine how much material to order when your MRP system identifies a net requirement. Choosing the right lot sizing approach for each item in your inventory directly impacts ordering costs, holding costs, cash flow, and warehouse space. In this guide, we compare the major lot sizing methods, show the math behind each, and help you determine which method fits each category of item in your operation.
For context on how lot sizing fits into the broader MRP process, see our complete MRP guide and MRP inputs and outputs.
Why Lot Sizing Matters
When MRP calculates net requirements, it determines that you need a certain quantity of a material by a certain date. But how much should you order? Exactly the net requirement? A larger batch to get a discount? Enough to cover several weeks?
The answer involves balancing two competing costs:
- Ordering costs: Setup charges, purchase order processing, shipping, receiving inspection
- Holding costs: Storage space, insurance, obsolescence risk, opportunity cost of tied-up capital
Order too frequently in small quantities, and ordering costs dominate. Order infrequently in large batches, and holding costs pile up. Lot sizing methods provide systematic approaches to finding the balance.
The Six Main Lot Sizing Methods
1. Lot-for-Lot (LFL)
The simplest method: order exactly the net requirement for each period.
How it works:
| Week | Net Requirement | Order Quantity |
|---|---|---|
| 1 | 100 | 100 |
| 2 | 0 | 0 |
| 3 | 150 | 150 |
| 4 | 75 | 75 |
| 5 | 200 | 200 |
Advantages:
- Minimizes holding costs (no excess inventory)
- Simple to understand and implement
- Best for expensive items where holding costs are high
- Matches production precisely to demand
Disadvantages:
- Maximizes the number of orders placed
- Higher ordering and setup costs
- No buffer for demand variability
Best for: High-value items (A items), custom manufacturing components, perishable materials, items with unpredictable (lumpy) demand.
2. Economic Order Quantity (EOQ)
EOQ calculates the mathematically optimal order quantity that minimizes total annual cost (ordering + holding). See our full EOQ guide for detailed formulas and examples.
The EOQ Formula:
EOQ = sqrt((2 x D x S) / H)
Where:
- D = Annual demand (units)
- S = Ordering cost per order ($)
- H = Annual holding cost per unit ($)
Example:
- Annual demand: 10,000 units
- Ordering cost: $50 per order
- Holding cost: $2 per unit per year
EOQ = sqrt((2 x 10,000 x 50) / 2) = sqrt(500,000) = 707 units
Advantages:
- Mathematically optimal for stable demand
- Balances ordering and holding costs
- Well-understood, widely implemented
Disadvantages:
- Assumes constant demand (rarely true in manufacturing)
- Does not account for price breaks
- May result in partial period coverage
- Requires accurate cost data
Best for: Commodity items with stable demand, C items with high ordering costs, standard raw materials.
3. Fixed Order Quantity (FOQ)
Order a predetermined fixed quantity whenever MRP generates a requirement, regardless of the actual need.
How it works:
| Week | Net Requirement | FOQ = 200 | Ending Inventory |
|---|---|---|---|
| 1 | 100 | 200 | 100 |
| 2 | 0 | 0 | 100 |
| 3 | 150 | 200 | 150 |
| 4 | 75 | 0 | 75 |
| 5 | 200 | 200 | 75 |
The FOQ is often set to match supplier minimums, package quantities, or container loads.
Advantages:
- Aligns with supplier quantity constraints
- Predictable order sizes simplify receiving
- Easy to implement
Disadvantages:
- May not optimize cost
- Creates varying levels of excess inventory
- Does not adapt to demand changes
Best for: Items with supplier minimum order quantities, items sold in standard packs, items requiring full container loads for shipping.
4. Period Order Quantity (POQ)
POQ orders enough to cover a fixed number of periods of demand. The number of periods is often derived from EOQ.
Calculating POQ periods:
POQ Periods = EOQ / Average Period Demand
If EOQ = 707 units and weekly demand averages 192 units:
POQ Periods = 707 / 192 = 3.7, rounded to 4 weeks
How it works:
| Week | Net Requirement | POQ (4 weeks) | Order Quantity |
|---|---|---|---|
| 1 | 100 | Cover Weeks 1-4 | 325 (100+0+150+75) |
| 2 | 0 | - | 0 |
| 3 | 150 | - | 0 |
| 4 | 75 | - | 0 |
| 5 | 200 | Cover Weeks 5-8 | 425 (200+...) |
Advantages:
- Reduces ordering frequency while limiting excess inventory
- Adapts to variable demand better than FOQ
- Inventory drops to zero at the end of each coverage period
Disadvantages:
- Requires calculating the optimal period coverage
- May create large orders if demand spikes in certain periods
Best for: Items with moderate value and variable demand, where you want to consolidate orders but not carry excessive inventory.
5. Part Period Balancing (PPB)
PPB is a dynamic method that looks ahead at future requirements and groups them together until the cumulative holding cost approximately equals the ordering cost.
The Logic:
Keep adding future periods' demand to the order until: Cumulative Holding Cost >= Ordering Cost
Example (ordering cost = $50, holding cost = $0.50/unit/week):
| Add Period | Cumulative Qty | Cumulative Holding Cost | Decision |
|---|---|---|---|
| Week 1 only | 100 | $0 | $0 < $50, keep adding |
| + Week 2 | 100 | $0 | $0 < $50, keep adding |
| + Week 3 | 250 | 150 x $0.50 x 2 = $150 | $150 > $50, stop |
PPB would order 100 units (Week 1 only) because adding Week 3 demand pushes holding cost well above ordering cost. In practice, PPB looks for the balance point.
Advantages:
- Dynamically optimizes each order decision
- Adapts to demand patterns better than static methods
- Generally produces lower total cost than FOQ or basic POQ
Disadvantages:
- More complex to understand and explain
- Requires accurate cost data
- Results can be counterintuitive
Best for: B items with irregular demand, situations where demand varies significantly period to period.
6. Least Unit Cost (LUC)
LUC calculates the per-unit cost for different lot sizes and selects the quantity with the lowest unit cost (including both ordering and holding costs).
For each candidate lot size:
Unit Cost = (Ordering Cost + Holding Cost) / Order Quantity
The lot size with the lowest per-unit cost wins.
Best for: Similar scenarios to PPB, particularly when unit cost visibility is important for purchasing decisions.
Lot Sizing Method Comparison
| Method | Complexity | Inventory Level | Ordering Frequency | Best When |
|---|---|---|---|---|
| Lot-for-Lot | Low | Minimal | High | High-value, lumpy demand |
| EOQ | Moderate | Moderate | Moderate | Stable demand, known costs |
| Fixed Order Qty | Low | Variable | Variable | Supplier minimums apply |
| Period Order Qty | Moderate | Moderate | Low | Variable demand, consolidation |
| Part Period Balancing | High | Optimized | Variable | Irregular demand, cost-sensitive |
| Least Unit Cost | High | Optimized | Variable | Per-unit cost matters |
Choosing the Right Method: ABC Framework
A practical approach is to align lot sizing methods with your ABC inventory classification:
| ABC Class | % of Items | % of Value | Recommended Method |
|---|---|---|---|
| A items (high value) | 10-20% | 70-80% | Lot-for-Lot or PPB |
| B items (medium value) | 20-30% | 15-20% | EOQ or POQ |
| C items (low value) | 50-70% | 5-10% | EOQ or FOQ |
This framework ensures you minimize inventory investment on your most expensive items while reducing ordering workload on your cheapest items. Pair this with appropriate safety stock levels for each class.
Lot Sizing Modifiers
Most MRP systems, including RMDB, support modifiers that override or adjust the base lot sizing calculation:
- Minimum order quantity: Never order less than this amount (e.g., supplier minimum)
- Maximum order quantity: Never order more than this (e.g., storage constraint)
- Order multiple: Round up to the nearest multiple (e.g., items sold in packs of 12)
- Scrap factor: Increase order quantity to account for expected scrap
Frequently Asked Questions
Lot sizing in MRP is the process of determining how much to order when the MRP calculation identifies a net requirement. Different lot sizing methods balance ordering costs against holding costs to determine optimal order quantities. The method chosen affects inventory levels, ordering frequency, and total cost.
Lot-for-lot (LFL) means ordering exactly the quantity needed for each period's net requirement. If MRP calculates a need for 150 units in Week 3, you order exactly 150. This method minimizes holding costs but may increase ordering costs due to more frequent, smaller orders.
Use EOQ when demand is relatively stable and ordering costs are significant (e.g., supplier setup charges, shipping minimums). Use lot-for-lot when demand is lumpy, items are expensive to hold, or items have short shelf lives. Many manufacturers use EOQ for standard raw materials and lot-for-lot for expensive or custom components.
Part Period Balancing (PPB) is a dynamic lot sizing method that groups requirements together until cumulative holding cost approximately equals the ordering cost. It attempts to find the order quantity that minimizes total cost for each specific ordering decision.
Yes, and you should. Most MRP systems allow you to assign lot sizing rules per item. Use ABC analysis to guide your choices: A items (high value) often use lot-for-lot to minimize inventory investment. C items (low value, high volume) often use EOQ or fixed quantity to reduce ordering workload.
Optimize Your Lot Sizing with the Right Tool
Getting lot sizing right can save thousands in inventory carrying costs while preventing stockouts. RMDB from User Solutions supports all major lot sizing methods with per-item configuration, so you can apply the optimal strategy across your entire inventory.
Schedule a free demo to see how intelligent lot sizing reduces your material costs.
Expert Q&A: Deep Dive
Q: How do you help manufacturers choose the right lot sizing method for each item?
A: We use a practical framework based on three factors: item value, demand pattern, and ordering constraints. For high-value items where holding costs matter most, we lean toward lot-for-lot or small fixed quantities. For low-value commodity items with stable demand, EOQ works well because the math is reliable when demand is predictable. For items with supplier minimums or price breaks, we use fixed order quantity aligned with those constraints. The key insight is that lot sizing is not one-size-fits-all. In RMDB, you can assign different lot sizing rules to each item and model the cost impact before committing. We typically spend time during implementation analyzing the top 50 items by spend and setting appropriate lot sizes based on actual data rather than defaults.
Q: What is the most common lot sizing mistake that wastes money?
A: The most common mistake is using the same lot sizing method for everything, usually lot-for-lot or a default fixed quantity that someone set up years ago. We worked with a manufacturer who was ordering 100 units of every component regardless of demand, cost, or usage pattern. For a $0.10 washer they consumed 5,000 per month, they were placing 50 orders per month. For a $500 custom casting they used 3 per month, they were ordering 100 at a time and sitting on 33 months of inventory. A thoughtful lot sizing strategy based on item characteristics saved them over $120,000 in the first year through reduced ordering costs and lower inventory carrying costs. It took us two days to analyze and set up properly in RMDB.
Frequently Asked Questions
Ready to Transform Your Production Scheduling?
User Solutions has been helping manufacturers optimize their production schedules for over 35 years. One-time license, 5-day implementation.

User Solutions Team
Manufacturing Software Experts
User Solutions has been developing production planning and scheduling software for manufacturers since 1991. Our team combines 35+ years of manufacturing software expertise with deep industry knowledge to help factories optimize their operations.
Share this article
Related Articles

Best MRP Software for Small Manufacturers in 2026
Compare the best MRP software for small manufacturers in 2026. Detailed reviews of pricing, features, ease of use, and implementation timelines to help you choose the right MRP system.

Bill of Materials (BOM) Guide: Types, Structure & Best Practices
Complete guide to bills of materials in manufacturing. Learn BOM types, single vs multi-level structures, BOM accuracy best practices, and how BOMs drive MRP and production planning.

Closed-Loop MRP: How Feedback Transforms Material Planning
Learn how closed-loop MRP connects planning with shop floor execution. Understand the feedback mechanisms, capacity validation, and continuous improvement cycle that make MRP effective.
