Problem Definition

· 2 min · Quick read · Joost van der Laan

Problem definition is the discipline of clearly stating what the problem actually is — its scope, cause, and constraints — before spending effort on solutions.

The idea

It’s easy to start solving the wrong problem: the one that’s most visible, most recently mentioned, or easiest to fix, rather than the one that actually matters. Careful problem definition separates symptoms from the underlying issue, states the problem in neutral terms (without presupposing a solution), and makes explicit who is affected and what “solved” would look like. A well-defined problem statement is usually specific enough that two people reading it would agree on whether a proposed fix actually addresses it.

When to use it

How to apply it

  1. Write the problem as an observation, not a solution (“Users abandon checkout at step 3” rather than “We need a simpler checkout form”).
  2. State who is affected, how often, and what the impact is.
  3. Separate the symptom from the suspected root cause.
  4. Check the definition with someone close to the problem before moving to solutions.

Watch out for