
Key takeaways
Short answer: Changeover times between different SKU pairs are not equal. A→B may take 30 minutes; A→C may take 5; B→D may require a deep clean. The total changeover time across a week depends heavily on the SKU sequence. Optimizing the sequence to favor cheap transitions can cut total changeover by 20-40% without any SMED work. Plants typically schedule by demand and miss this. See also SMED vs Changeover.
Given a set of SKUs to produce in a week, there are many possible sequences. Each pair-wise transition has a changeover cost (time). The total changeover time is the sum across the sequence.
Two different sequences with the same SKU mix can produce very different total changeover times — the difference is sequencing.
Several reasons:
The changeover matrix captures all of this.
For N SKUs, an N x N matrix where cell (i,j) is the changeover time from SKU i to SKU j.
Filling the matrix requires observation. Estimates from memory are usually wrong.
The problem: given the SKU mix to produce, find the sequence that minimizes total changeover time.
This is a variant of the Traveling Salesman Problem (TSP). For small SKU counts (under 10), brute force works. For larger sets, heuristics (nearest neighbor, simulated annealing) find good sequences quickly.
Commercial scheduling tools handle this. Spreadsheet approximations work for many plants.
Pure sequence optimization may produce schedules that violate other constraints:
Real optimization respects these. The math becomes constrained TSP.
Plants without sequence optimization typically have 20-40% more total changeover than optimal. Capturing half of that gap (10-20%) is achievable without process change.
For a plant with 8 hours of changeover per week, a 15% reduction is 1.2 hours per week — about 60 hours per year of additional production time.
1. Demand-driven scheduling. Schedule by customer due date; accept the changeover cost. Common, leaves money on the table.
2. Mixed scheduling. Schedule by demand windows; within each window optimize sequence.
3. Frequency-based sequencing. Frequently-produced SKUs cluster together; rarely-produced ones get their own slots. Reduces total changeovers.
4. Family-based sequencing. Group SKUs by family (similar materials, similar processes). Transitions within family are short.
1. Estimating changeover times. Observation is essential; estimates are usually wrong.
2. Ignoring asymmetry. A→B and B→A often differ significantly.
3. Optimizing without constraints. Mathematically optimal sequence violates customer or quality requirements.
4. Treating sequence as fixed. Sequence should be optimized each scheduling cycle, not set once.
Changeover is Availability loss. Sequence optimization reduces this loss without changing the changeover process. Combined with SMED (which reduces per-transition time), the gains compound.
A modern OEE platform measures changeover times per SKU pair, builds the changeover matrix automatically, and integrates with scheduling tools for sequence optimization.
Fabrico's OEE module captures changeover times per SKU pair, builds the changeover matrix, and surfaces optimization opportunities for scheduling.
See how Fabrico captures this automatically — explore OEE for manufacturing or book a demo.
From 3 SKUs to 50+. For 50+, automated scheduling tools become essential.
Sequence optimization is usually faster to capture. Then SMED on the remaining largest transitions.
When SKUs, tooling, or process change. Otherwise every 6-12 months.
Less so. The savings scale with SKU mix and changeover frequency.
APS (Advanced Planning and Scheduling) tools handle this natively. Spreadsheet approximations work for small SKU sets.