MECE Principle
Mutually Exclusive, Collectively Exhaustive. A grouping principle for separating a set of items into subsets that are mutually exclusive (no overlap) and collectively exhaustive (covers all possibilities).
- Mutually Exclusive: No overlaps.
- Collectively Exhaustive: No gaps.
- Importance: The foundation of logical problem solving (McKinsey method). Avoids confusion and ensures all bases are covered.
🎯 When Would I Use This?
- McKinsey Case Interview: Before brainstorming randomly, I will break down ‘Declining Profitability’ into Revenue and Cost, ensuring my logic tree is MECE.
- Structuring a PowerPoint: Are my three main arguments overlapping? I must ensure they are distinct to avoid confusing the client.
- Root Cause Analysis: When investigating the supply failure, categorize the exact failure points into a MECE framework to miss nothing.