The Feynman Technique: A 4-Step Method for Learning Anything
- 1.The 4 steps
- 2.Why it works
- 3.Example: JavaScript closures
- 4.Common mistakes
- 5.When Feynman doesn’t apply
- 6.Feynman + quizzing
- 7.Related reading
- 8.The four steps in detail
- 9.Why it works (cognitive mechanism)
- 10.What to teach to (audience choice matters)
- 11.Pairing Feynman with quizzes
- 12.Common implementation mistakes
- 13.A one-week Feynman study plan
- 14.Using Feynman with course PDFs and lecture notes
- 15.Feynman in the classroom: a teacher's version
- 16.Frequently Asked Questions
TL;DR. The Feynman technique is a 4-step method for learning any concept deeply: 1) pick a concept, 2) explain it in plain language as if to a child, 3) find the gaps where your explanation breaks, 4) refine and simplify. Named after Richard Feynman, who used the approach to teach himself complex physics and to teach others.
The 4 steps
Step 1 — Pick a concept
Write the concept at the top of a blank page. Keep it specific: not “quantum mechanics,” but “why electrons orbit in shells rather than at any distance from the nucleus.”
Step 2 — Explain in plain language
Write or speak an explanation as if you were teaching a curious 12-year-old.
Rules:
This step exposes the gaps in your understanding.
Step 3 — Find the gaps
Reread or replay your explanation. Identify:
For each gap, go back to the source — textbook, paper, original — and re-learn just that part.
Step 4 — Refine and simplify
Rewrite the explanation, fixing the gaps. Use simpler language than the first draft. Test it on a real person if you can.
Iterate steps 3–4 until you can explain the concept smoothly.
Why it works
The technique combines three high-leverage learning principles:
Example: JavaScript closures
First attempt: “A closure is when a function has access to variables from its enclosing scope, even after that scope is gone.”
Gap: What does “enclosing scope is gone” mean?
Refined: “When you write a function inside another function, the inner function can ‘remember’ the variables that were in the outer function — even after the outer function has finished running. It’s like leaving a sticky note for yourself: the office (outer function) closes for the night, but your sticky note (inner function) still remembers where you put the keys.”
Common mistakes
When Feynman doesn’t apply
Feynman + quizzing
After explaining the concept smoothly, write 5 quiz questions about it. Use the AI quiz generator to generate questions and compare to your own — any question you didn’t think of points to a remaining gap.
Related reading
The four steps in detail
Ready to create your first quiz?
Use AI to generate quizzes from your own study materials in seconds.
Create a Free Quiz — Sign UpThe Feynman Technique reduces to four iterative steps, but each conceals a sub-process worth knowing:
Why it works (cognitive mechanism)
Three things happen during a Feynman pass:
What to teach to (audience choice matters)
The "explain to a child" framing has a purpose: it caps the complexity of language available, which forces conceptual clarity. Variations and when to use them:
Pairing Feynman with quizzes
The Feynman Technique and self-quizzing complement each other:
Common implementation mistakes
Test your explanation with an AI quiz →
A one-week Feynman study plan
The technique is often described as a single sitting, but it compounds when you spread it across a week. Here is a schedule that fits around normal classes or work:
The whole plan costs under an hour per week for three concepts. That is usually enough to cover the genuinely hard material in a course — the rest tends to yield to ordinary review.
Using Feynman with course PDFs and lecture notes
A practical friction point: most study material lives in PDFs, slides, and long notes, and picking the right narrow concept out of a 40-page chapter is its own chore. A workable pipeline:
This closes the loop between explanation and testing: your own words tell you what feels clear, and an external quiz tells you what actually is clear. The gap between those two is where exam points are lost — the research on this is covered in our post on the testing effect.
Feynman in the classroom: a teacher's version
Teachers can run the technique as a peer activity with almost no preparation:
The interruption rule is what makes this work — it externalizes step 3, the gap-finding most students skip when working alone. If you want the closing quiz ready before the lesson, the tools on our page for teachers let you build one from the unit material in a few minutes; the free plan includes 5 AI generations per month and up to 100 student submissions, which comfortably covers trying this with one class.
Frequently Asked Questions
How long should one Feynman pass take?
For a well-scoped concept, 15 to 25 minutes covers the first explanation and gap-marking. If you are past 30 minutes and still writing, the topic is too broad — split it into two or three narrower concepts and run separate passes.
Is the Feynman Technique better than flashcards?
They solve different problems. Flashcards excel at rote material — vocabulary, formulas, dates — where there is nothing to explain, only to remember. The Feynman Technique targets conceptual material where the risk is illusory understanding. Most subjects need both: Feynman passes for the ideas, flashcards for the facts those ideas rest on.
Do I need another person to practice on?
No. Writing to an imagined audience captures most of the benefit, because the constraint that does the work is plain language, not the listener. That said, a real listener who interrupts at jargon will catch gaps a page cannot, so use one when available.
How do I know my simplified explanation is actually correct?
Test it against questions you did not write. Take a quiz on the same material after your final pass — an external check catches confident-but-wrong simplifications that self-review misses. Our AI quiz generator can produce that check from your own notes or source text in about a minute.
Get weekly study & quiz tips
Join teachers and students who get practical tips on quizzing, active recall, and AI-powered learning.
Emily Chen
Cognitive Psychology Writer & Study Skills Coach
More articles by Emily →
Practice with AI-generated quizzes
Ready to create your first quiz?
Use AI to generate quizzes from your own study materials in seconds.
Create a Free Quiz — Sign Up