Problem Definition

Defining the problem correctly is the most important step in product management. A team that solves the wrong problem wastes months of work. A team that solves the right problem creates real value for customers and the business.

The Danger of Jumping to Solutions

Most people jump straight to solutions. A customer says, "I want a faster horse." Henry Ford reportedly said — give them a car instead, because their real problem is getting from one place to another faster. The customer described a solution. The PM must uncover the actual problem underneath.

When someone says "add a dark mode," the problem might be eye strain. When someone says "make checkout faster," the problem might be that they feel forced to create an account. The feature request is never the problem — it is a hint toward the problem.

What a Well-Defined Problem Looks Like

A good problem statement has four parts:

  • Who has the problem?
  • What is the specific struggle?
  • When or where does it happen?
  • Why does it matter to them?

Weak problem statement: "Users don't like our app."

Strong problem statement: "First-time users who sign up on mobile cannot find the dashboard within the first two minutes, causing 40% of them to abandon the app before completing setup."

The strong version tells you who, what, when, and why it matters. The weak version tells you nothing actionable.

The Five Whys Technique

The Five Whys is a simple tool for finding the root cause of a problem. Ask "why?" five times in a row, and each answer takes you one level deeper.

Example: A food delivery app has a high refund request rate.

Problem: Customers request refunds too often.

Why #1: Why do customers request refunds?
        Because their food arrives cold.

Why #2: Why does food arrive cold?
        Because delivery takes too long.

Why #3: Why does delivery take too long?
        Because drivers pick up orders before the food is ready.

Why #4: Why do drivers pick up too early?
        Because the app shows the order as ready 5 minutes before it actually is.

Why #5: Why does the app show wrong timing?
        Because restaurants enter estimated times that are too optimistic.

Root Cause: Restaurants provide inaccurate readiness times in the app.

The fix is now clear: improve how restaurants report readiness time — not just make drivers faster.

Problem vs. Symptom

Symptoms are what you see on the surface. Problems are what cause the symptom.

SymptomActual Problem
Low app ratingsA specific feature is broken and affects many users
Users not returning after day oneUsers don't understand the product's value on first visit
High support ticket volumeA process in the product is confusing or missing a step
Sales team losing dealsProduct lacks a key feature that competitors offer

PMs who fix symptoms get temporary relief. PMs who fix the actual problem get lasting results.

The Problem Statement Canvas

Use this structure every time you define a problem:

┌─────────────────────────────────────────────────────┐
│  WHO:    [Describe the specific user]               │
│  WANTS:  [What they are trying to accomplish]       │
│  BUT:    [What is stopping them right now]          │
│  BECAUSE:[Root cause of the obstacle]               │
│  IMPACT: [What happens if this stays unsolved]      │
└─────────────────────────────────────────────────────┘

Example filled in:

  • WHO: Small business owners who use our invoicing app
  • WANTS: To get paid quickly by clients
  • BUT: Clients often miss payment deadlines
  • BECAUSE: The app does not send automatic payment reminders
  • IMPACT: Small businesses face cash flow problems and blame our app

Getting the Team to Agree on the Problem

Different teams often see different problems. Engineers see technical debt. Sales teams see missing features. Customer support sees UI confusion. The PM's job is to gather all perspectives and write one problem statement that everyone agrees is the most important to solve right now.

Share the problem statement with stakeholders before any solution work begins. Getting everyone aligned on the problem saves weeks of rework later.

Key Takeaway

A clearly defined problem is half the solution. PMs who invest time in defining the problem precisely build solutions that actually work. PMs who skip this step build solutions that fix symptoms and leave the real problem untouched.

Leave a Comment

Your email address will not be published. Required fields are marked *