Problem Framing
The practice of defining and structuring a problem clearly before attempting to solve it, ensuring effort is directed at the right issue.
Also known as: Problem definition, Problem structuring, Problem formulation
Category: Thinking
Tags: problem-solving, thinking, analysis, strategy
Explanation
Problem framing is the critical first step in any problem-solving process: defining what the problem actually is before jumping to solutions. How a problem is framed determines what solutions are considered, what data is gathered, and ultimately whether the real issue gets addressed. A poorly framed problem leads to solving the wrong thing, while a well-framed problem often makes the solution obvious.
**Why problem framing matters**:
- Most problem-solving failures come from solving the wrong problem, not from wrong solutions
- The way a problem is stated constrains the solution space
- Reframing a problem can unlock entirely new approaches
- Stakeholders often present solutions disguised as problems ('We need a bigger database' vs. 'Queries are slow')
**Problem framing techniques**:
- **Problem statement**: Write a clear, concise description of the gap between current and desired state
- **5 Whys**: Ask 'why' repeatedly to move from symptoms to root causes
- **Reframing**: Deliberately state the problem in multiple different ways to see it from different angles
- **Boundary setting**: Define what is and isn't in scope
- **Stakeholder mapping**: Identify who is affected and what 'solved' means to each
- **Assumption surfacing**: Make implicit assumptions explicit and challenge them
- **Jobs to be done**: Frame the problem in terms of what the user is trying to accomplish
**Common framing mistakes**:
- Jumping to solutions before understanding the problem
- Framing too narrowly (missing the bigger picture) or too broadly (boiling the ocean)
- Confusing symptoms with root causes
- Embedding assumptions in the problem statement
- Accepting the first framing without exploring alternatives
- Letting the loudest voice define the problem
**Problem framing in practice**:
Effective problem framers spend a disproportionate amount of time understanding the problem relative to solving it. Albert Einstein reportedly said that if he had an hour to solve a problem, he'd spend 55 minutes thinking about the problem and 5 minutes thinking about solutions. While the ratio varies, the principle is sound: invest in understanding before acting.
Related Concepts
← Back to all concepts