Worked Examples Effect: Why Studying Solutions Builds Expertise Faster Than Solving Problems Alone
V. ZhaoMost people assume the fastest path to competence is repetitive practice. Try a problem, fail, try again, succeed. That model feels intuitive. It also misses something important that decades of cognitive research have confirmed: for beginners, studying worked examples often produces better learning outcomes than solving equivalent problems independently.
Photo by cottonbro studio on Pexels.
This is called the worked examples effect, and understanding it changes how you should approach any new technical domain.
What the Research Actually Shows
In the 1980s, educational psychologist John Sweller and his colleagues ran a series of experiments on novice problem-solvers in mathematics and physics. They compared two groups: one that practiced solving problems, and one that spent equal time studying expert-written solutions. The result was consistent across studies. Students who studied worked examples performed as well or better on transfer tests, and they got there faster.
The explanation connects directly to cognitive load. When you attempt to solve a problem you don't yet have the schemas for, your working memory floods with search processes: what rule applies here? What's the goal? What do I try next? That search consumes nearly all available cognitive capacity, leaving little room for learning the underlying structure of the problem.
Worked examples eliminate the search. You see the problem, then you see exactly how an expert navigates it, step by step. Your working memory can focus on understanding the reasoning rather than generating it from scratch.
The Process That Actually Produces Learning
Studying a worked example passively is not the same as studying it well. The students who benefit most do something specific: they self-explain each step.
Michelene Chi's research on self-explanation showed that students who spontaneously asked themselves "why does this step follow?" and "what principle is being applied here?" learned substantially more from worked examples than students who read through the same solutions without that internal questioning. The examples provide the structure; self-explanation forces you to build the understanding.
Here is a simplified view of how this process flows:
graph TD
A[Read problem statement] --> B[Study expert solution step-by-step]
B --> C{Can you explain why each step follows?}
C -->|No| D[Identify the gap, re-read relevant concept]
D --> C
C -->|Yes| E[Attempt analogous problem independently]
E --> F[Compare your approach to worked solution]
F --> G[Refine schema]
Notice that independent practice still appears. Worked examples are not a replacement for problem-solving; they are the preparation that makes problem-solving productive.
The Expertise Reversal Effect
Here is where the research gets genuinely counterintuitive. The worked examples effect does not hold for everyone at all stages of learning. As expertise grows, studying worked examples starts to lose its advantage and eventually becomes a liability.
This is the expertise reversal effect, documented extensively by Sweller and Kalyuga. For an expert, a fully worked example forces them to process information they have already automated. Their schemas are built. Reading through explicit solution steps that their brain handles implicitly introduces redundant cognitive load rather than reducing it.
For experts, open-ended problem-solving is better. For intermediates, partially completed examples ("completion problems") often hit the sweet spot.
The practical implication: the study method that serves you well in week one of learning a topic may actively slow you down in week six. Pay attention to the point where worked examples start feeling tedious rather than illuminating. That feeling is data.
How to Apply This
If you are new to a domain, front-load your study time with high-quality worked examples from textbooks, lecture solutions, or annotated code repositories. Do not just read them. For each non-obvious step, write a one-sentence explanation of the underlying principle in your own words.
Once examples feel almost obvious, shift the balance. Start with completion problems where the first few steps are given and you supply the rest. Then move to independent practice.
If you teach or mentor, resist the instinct to make learners struggle through everything from scratch. A novice flailing through a problem they have no schema for is not building grit; they are burning cognitive resources that could be spent building understanding. Give them the worked solution first. Ask them to explain it back. Then make them solve a new one.
The goal is expertise. Get there deliberately.
Get Grok Guide in your inbox
New posts delivered directly. No spam.
No spam. Unsubscribe anytime.