The 4 Steps of the Feynman Technique
Richard Feynman did not formally codify these steps. Researchers distilled them from his approach to learning and teaching. The technique has four distinct phases, each building on the last.
The entire cycle can take as little as 15 minutes for a simple concept or several hours for a complex one. The key is honesty: when your explanation breaks down, resist the urge to skip ahead. That breakdown is the most valuable part of the process.
Step 1: Choose a Specific Concept
Pick one specific concept you want to understand. Write the name at the top of a blank page. Be specific: not "economics" but "supply and demand curves" or "price elasticity." Narrow topics work better than broad ones.
Step 2: Teach in Plain Language
Below the title, write an explanation as if teaching it to a 12-year-old who has never encountered the topic. Use simple words, short sentences, and concrete analogies. No jargon allowed.
If the concept involves math, explain what the equation means in words before using symbols.
Step 3: Identify Gaps and Return to Source
As you write your explanation, you will hit points where you struggle, get vague, or resort to jargon. Circle these knowledge gaps. Go back to your textbook, lecture notes, or source material and study specifically those areas until you can explain them simply.
Step 4: Simplify and Use Analogies
Once you can explain the full concept, simplify further. Find analogies that connect the idea to everyday experience. Can you explain it in one paragraph? One sentence? A good analogy signals you understand the concept's structure, not just its surface details.
- 1
STEP 1, Choose a Concept: Pick one specific concept you want to understand. Write the name at the top of a blank page. Be specific, not 'economics' but 'supply and demand curves' or 'price elasticity.' Narrow topics work better than broad ones.
- 2
STEP 2, Teach It in Plain Language: Below the title, write an explanation as if you're teaching it to a 12-year-old who's never encountered the topic. Use simple words, short sentences, and concrete analogies. No jargon allowed. If the concept involves math, explain what the equation means in words before using symbols.
- 3
STEP 3, Identify Gaps and Go Back to Source: As you write your explanation, you'll hit points where you struggle, get vague, or resort to jargon. These are your knowledge gaps. Circle them, then go back to your textbook, lecture notes, or source material and study specifically those areas until you can explain them simply.
- 4
STEP 4, Simplify and Use Analogies: Once you can explain the full concept, simplify further. Find analogies that connect the idea to everyday experience. Can you explain it in one paragraph? One sentence? A good analogy is the gold standard, it means you understand the concept's structure, not just its surface details.
A Worked Example: Explaining Entropy
Let us walk through the Feynman Technique with a notoriously difficult concept: entropy from thermodynamics. This example shows how each step plays out in practice and demonstrates the kind of simplification that signals genuine understanding.
Step 1: Write the Concept
Write "Entropy" at the top of a blank page.
Step 2: First Attempt at Explanation
"Entropy is a measure of disorder in a system. When entropy increases, things become more disordered." This is vague. What does "disorder" actually mean? Why does entropy increase? This explanation would not help a 12-year-old understand anything.
Step 3: Identify Gaps and Study
The word "disorder" is doing all the work and you cannot define it precisely. You need to understand what entropy measures in concrete terms. After re-studying: entropy is the number of possible arrangements (microstates) of a system. Higher entropy equals more possible arrangements.
Step 4: Simplified Explanation with Analogy
"Imagine you have a bedroom. There is only one way for it to be perfectly clean: everything in its exact place. But there are millions of ways for it to be messy. If you randomly move things around, you are overwhelmingly more likely to end up with a mess than with perfect order. Entropy is this idea applied to atoms and energy: systems naturally drift toward states that have more possible arrangements, because those states are statistically more likely."
Final Test: Apply to Real Example
Can you explain why ice melts? Yes: the water molecules in liquid form have vastly more possible arrangements than in a rigid crystal. The system moves toward the higher-entropy liquid state when energy is available.
- 1
Step 1: Write 'Entropy' at the top of a blank page.
- 2
Step 2 (first attempt): 'Entropy is a measure of... disorder in a system. When entropy increases, things become more... disordered.', This is vague. What does 'disorder' actually mean? Why does entropy increase? This explanation wouldn't help a 12-year-old understand anything.
- 3
Step 3 (identify gaps): The word 'disorder' is doing all the work and I can't define it precisely. I need to go back and understand what entropy measures in concrete terms. After re-studying: entropy is about the number of possible arrangements (microstates) of a system. Higher entropy = more possible arrangements.
- 4
Step 4 (simplified): 'Imagine you have a bedroom. There's only one way for it to be perfectly clean, everything in its exact place. But there are millions of ways for it to be messy. If you randomly move things around, you're overwhelmingly more likely to end up with a mess than with perfect order. Entropy is this idea applied to atoms and energy: systems naturally drift toward states that have more possible arrangements, because those states are statistically overwhelmingly more likely.'
- 5
Final test: Can I explain why ice melts? Yes, the water molecules in liquid form have vastly more possible arrangements than in a rigid crystal, so the system moves toward the higher-entropy liquid state when energy is available.
Why the Feynman Technique Works: The Neuroscience
The Feynman Technique works because it activates several of the brain's most powerful learning mechanisms simultaneously. Understanding these mechanisms helps you use the technique more effectively.
The Generation Effect
Producing an explanation yourself creates stronger memory traces than passively reading one. Studies show information you generate yourself is remembered 30 to 50% better than information you merely read.
Elaborative Encoding
When you create analogies and connect new information to things you already know, you build multiple neural pathways to the same concept. More pathways mean easier retrieval when you need the information.
Desirable Difficulty Through Gap Identification
The productive struggle of realizing you do not understand something is precisely the cognitive state that produces deepest learning. This phase creates what psychologists call desirable difficulty: challenging enough to strengthen memory, but not so hard that it discourages you.
Chunking: Compress Information
Simplification forces what cognitive scientists call chunking up: compressing complex information into compact mental representations. This frees up working memory for higher-order thinking and transfer of knowledge.
- 1
The generation effect: Explaining activates different brain regions than reading, creating stronger memory traces.
- 2
Elaborative encoding: Analogies build bridges between new concepts and existing knowledge networks.
- 3
Metacognitive monitoring: The act of identifying gaps trains you to accurately assess what you know and don't know, a skill that transfers to all learning.
- 4
Compression: Simplification forces you to identify the essential structure of an idea, separating what matters from what's decorative.
Feynman Technique for Different Subjects
The Feynman Technique was born in physics but adapts to virtually any subject. The key is adjusting how you approach Step 2 (the teaching step) based on the type of knowledge involved.
STEM Subjects
Focus your explanation on the "why" behind formulas and processes. Explain what an equation means before you use it. For example: "F equals ma means that pushing something harder (more force) makes it speed up faster (more acceleration), and heavier things (more mass) need more push to get moving."
History and Social Sciences
Focus on explaining cause-and-effect relationships and arguing multiple perspectives in simple terms. Test yourself by completing sentences: "The French Revolution happened because..." If you cannot complete this clearly, you have found a gap.
Language Learning
Explain grammar rules with examples, not terminology. Use this approach: "Use this form when you are talking about something that might not be true" instead of "the subjunctive expresses." Test yourself by making up new sentences that use the rule correctly.
Programming and Technical Skills
Explain your code's logic to a non-programmer. For example: "This function takes a list of names and removes any duplicates by." If you trail off, you have found a gap. If you cannot explain why you chose a particular approach, you might be cargo-culting rather than understanding.
- 1
STEM: Explain formulas in words first. 'F = ma means that pushing something harder (more force) makes it speed up faster (more acceleration), and heavier things (more mass) need more push to get moving.'
- 2
History/Social Science: Explain cause and effect. 'The French Revolution happened because...', if you can't complete this clearly, you've found a gap.
- 3
Language Learning: Explain grammar rules with examples, not terminology. Test by making up new sentences that use the rule correctly.
- 4
Programming: Explain your code's logic to a non-programmer. 'This function takes a list of names and removes any duplicates by...' If you trail off, you've found a gap.
Combining Feynman Technique with Spaced Repetition
The Feynman Technique and spaced repetition are natural partners that address different aspects of learning. The Feynman Technique ensures deep understanding: you truly grasp the concept. Spaced repetition ensures long-term retention: you do not forget what you understood.
Without the Feynman Technique, you might memorize flashcards you do not truly understand (common in medical and law school). Without spaced repetition, you might deeply understand something during a study session but forget it within weeks.
The Optimal Workflow
-
Use the Feynman Technique to learn and understand new material.
-
Create flashcards from your simplified explanations and analogies.
-
Review them on a spaced schedule using an app like FluentFlash.
-
During reviews, if you cannot explain the concept simply (not just recite a definition), mark the card as forgotten. This signals you need another Feynman cycle on that topic.
-
Over time, your deck becomes a library of deeply understood concepts maintained in long-term memory.
FluentFlash makes this seamless: paste your Feynman explanations and the AI generates question-answer pairs that test both recall and understanding.
- 1
Complete the Feynman Technique for a concept, write your simplified explanation and analogies.
- 2
Convert key insights into flashcard-ready questions: 'What is entropy in simple terms?' → your simplified explanation. 'Why does ice melt (in terms of entropy)?' → your analogy.
- 3
Add these to FluentFlash. The FSRS algorithm will schedule reviews at optimal intervals based on how well you recall each card.
- 4
During reviews, if you can't explain the concept simply (not just recite a definition), mark the card as forgotten. This signals you need another Feynman cycle on that topic.
- 5
Over time, your deck becomes a library of deeply understood concepts maintained in long-term memory.
