# Batch Costing
Batch Costing is used when articles are produced in lots / batches (e.g., 500 units made in one production run) rather than as one-off jobs. Each batch is a separate cost unit; cost per unit = total batch cost ÷ number of good units in the batch.
It is widely used in pharmaceuticals, biscuits, garments and any industry producing identical items in groups.
## Economic Batch Quantity (EBQ)
EBQ is the batch size that minimises total cost per batch by balancing two opposing costs:
- Set-up cost – fixed per batch (machine setting, design changes). The larger the batch, the lower set-up cost per unit.
- Carrying cost – variable per unit per annum (storage, insurance, capital tied up). The larger the batch, the higher the average inventory and carrying cost.
## Formula
$$EBQ = \sqrt{\dfrac{2 \times D \times S}{C}}$$
Where:
- D = Annual demand of the product (units)
- S = Set-up cost per batch (₹)
- C = Carrying cost per unit per annum (₹)
This is structurally identical to the EOQ formula in Inventory Management – set-up cost replaces ordering cost, and carrying cost is on inventory of finished output rather than raw material.
## Related quantities
- Number of batches per year = D ÷ EBQ
- Total set-up cost p.a. = (D / EBQ) × S
- Total carrying cost p.a. = (EBQ / 2) × C
- At EBQ, Set-up cost p.a. = Carrying cost p.a. (the two curves intersect).