I have been interested in cognitive science and effective learning methods for years. I’ve read multiple books and articles and put many ideas to test. In this post, I aim to synthesize my notes and provide references to scientific studies.
Summary (TL;DR)
Effective Learning Strategies
- Distributed learning. Study less in each session but more frequently.
- Active recall. Actively test your knowledge and skills.
- Distributed recall. Space the tests in time and adjust the intervals based on performance.
- Interleaving. Practice multiple related yet different skills/concepts simultaneously.
- Elaborative interrogation (quiz-and-recall). Ask yourself questions and use the material you’ve learned to answer them.
- Self-explanation and the Feynman technique. Explain what you’ve just learned in simple terms.
Physiology and Brain’s Health
- Sleep
- Exercise
- Nutrition
Disclaimer and Introduction
I have no formal background in cognitive science or neuroscience, and this has been more of a side interest. My understanding is limited, and I still need to learn how to effectively and consistently apply all these ideas to practice.
That being said, I found some of the methods described in this article very useful. For example, I’ve used them to learn foreign languages, the basics of programming, and various disciplines covered during the two-year MBA program.
Effective Learning Strategies
Strategy #1: Distributed (Spaced) Learning Practice
In short, it’s better to distribute one’s practice over a period of time than cram it into one day.
In one study, elementary school students were asked to study in one of the three ways: massed, clumped, and spaced.
- Massed = four lessons at a time
- Clumped = two lessons on one day and two lessons on the next day
- Spaced = one lesson per day for four days
The “spaced” group performed best, followed by the “clumped” group:

Another study compared comprehension scores under three different conditions:
- Read a text once (“single”)
- Read a text twice (“massed”)
- Read a text twice with a week-long gap (“distributed”)
When tested immediately, the second group performed best. But when tested with a delay of two days, the third group performed best.

This method is also superior for learning motor skills.
How to apply this in practice:
Create a learning schedule or find time to practice a little bit every day or every few days instead of cramming all your learning into one or just a few days.
If you’d like to learn more, read the Wikipedia article on distributed practice.
Strategy #2: Active Recall (Retrieval) Practice
It might be more effective to actively retrieve the information you’ve already learned than passively re-read or try to learn it once again.
One study that compared a method that emphasized study sessions with a method that emphasized tests and found the latter to be more effective for delayed recall.

- SSSS = four study sessions
- SSST = three study sessions, followed by one test
- STTT = one study session, followed by three tests
Even imagining that you might be tested on the material you’re learning might help improve the recall.
How to apply this in practice:
If a few days ago you learned how past tense works in the Spanish language, try to remember the rules or even test yourself on your knowledge — instead of simply re-reading the same material once again.
You can read more about the active recall practice on Wikipedia.
Continue reading