Threaded Logo
Calculations Reference

Overall Equipment Effectiveness

Overall Equipment Effectiveness (OEE) is a comprehensive metric used in manufacturing to assess the efficiency and effectiveness of equipment. It identifies areas for improvement by measuring the percentage of manufacturing time that is truly productive.


#Formula

OEE=Uptime×Cycle Time Performance×Yield\text{OEE} = \text{Uptime} \times \text{Cycle Time Performance} \times \text{Yield}

where

Cycle Time Performance=Cycle TimeActual Cycle Time\text{Cycle Time Performance} = \frac{\text{Cycle Time}}{\text{Actual Cycle Time}}

So the full Threaded OEE calculation is:

OEE=Uptime×Yield×Cycle TimeActual Cycle Time\text{OEE} = \text{Uptime} \times \text{Yield} \times \frac{\text{Cycle Time}}{\text{Actual Cycle Time}}

#Example

MetricValue
Uptime95%
Yield99%
Cycle Time30 seconds
Actual Cycle Time32 seconds
OEE=0.95×0.99×3032=0.88 or 88%OEE = 0.95 \times 0.99 \times \frac{30}{32} = 0.88 \text{ or } 88\%