Knowledge Concepts

What Is Spaced Repetition? A Plain-English Guide

What is spaced repetition? A clear explanation of the forgetting curve, how spaced repetition works, and practical tools and techniques for students and lifelong learners.

Back to blogJuly 13, 20268 min read
nspaced-repetition-meaningspaced-repetition-explainedspaced-repetition-definition

Spaced repetition is a learning technique that schedules review of material at increasing intervals over time — reviewing new information soon after first encountering it, then waiting progressively longer between reviews — exploiting a cognitive phenomenon called the spacing effect to dramatically improve long-term retention while reducing total study time compared to massed practice (cramming).

It is one of the most evidence-backed learning techniques in cognitive psychology, with decades of research demonstrating its effectiveness across language learning, medical education, and any domain requiring retention of large volumes of information.


Where Spaced Repetition Comes From

The scientific foundation is the forgetting curve, described by German psychologist Hermann Ebbinghaus in 1885. Ebbinghaus discovered that memory decays exponentially after first learning: you forget roughly 50% of new information within an hour, 70% within a day, and most of it within a week — unless you review it.

The key insight: review timing matters more than review frequency. Reviewing material just before you're about to forget it is more effective than reviewing it repeatedly in a short period. This is the spacing effect.

Polish researcher Piotr Woźniak formalized this into an algorithm in the 1980s. His SM-2 algorithm (published 1987) is the basis for Anki's scheduling system and most modern spaced repetition software. The algorithm calculates the optimal interval before each review based on your self-reported difficulty.


How Spaced Repetition Works

A spaced repetition system (SRS) works like this:

  1. New card: You see a flashcard for the first time. If you remember it, the next review is scheduled in 1 day. If you don't, it's shown again within the same session.

  2. Second review (if remembered at step 1): Scheduled in 3–7 days.

  3. Third review (if remembered at step 2): Scheduled in 2–4 weeks.

  4. Subsequent reviews: Intervals grow — 1 month, 3 months, 6 months, 1 year — until the card is in "long-term memory" and only reviewed annually as maintenance.

The scaling depends on your performance: cards you find easy get longer intervals; cards you find difficult get shorter intervals and more reviews. The algorithm is tuned to the forgetting curve so each review happens just before predicted forgetting.


The Math Behind Spaced Repetition

ReviewDays since previous reviewCumulative days
1st (new)00
2nd11
3rd67
4th1421
5th3051
6th90141
7th180321
8th365686

Eight reviews over roughly two years. If you crammed — reviewing the same material every day for eight days — you'd likely remember it for a few weeks, not two years. The spacing effect produces disproportionately better retention at dramatically lower review cost.


A Worked Example

A medical student learning cardiac drug mechanisms using Anki:

Day 0: Creates a card: "What is metoprolol's mechanism of action? → Selective β1 blocker; reduces heart rate and contractility."

Day 1: Reviews the card. Remembers it (with a little effort). Anki schedules the next review in 6 days.

Day 7: Reviews again. Remembers easily. Scheduled in 15 days.

Day 22: Reviews again. Still remembers. Scheduled in 1 month.

Day 52: Remembers. Scheduled in 3 months.

By exam time (6 months later): the card has been reviewed 5 times, spending roughly 30 seconds per review. Total time: ~2.5 minutes. The student will almost certainly remember it for the exam — and probably for years after.

The alternative: re-reading the pharmacology chapter the night before the exam. Effective for the next 48 hours. Not effective for board exams 18 months later.


Spaced Repetition Tools

ToolBest forFormatPrice
AnkiMost use cases; maximum flexibilityFlashcards (any type)Free (desktop/Android) / $25 iOS
ReadwiseHighlights from books and articlesAutomated from highlights$7.99/mo
Quantum CountryLong-form essays with embedded cardsEssay + SRSFree
SuperMemoAdvanced algorithm; Woźniak's originalFlashcards$6.99/mo
DuolingoLanguage learningGamifiedFree
RemNoteNotes + SRS integratedNotes with embedded flashcardsFree / $8/mo

Anki is the standard recommendation for serious learners — the algorithm is well-tuned, the community has shared decks for almost every subject, and the flexibility to create any card format is unmatched.

Readwise automates spaced repetition of your reading highlights without you having to create flashcards — it resurfaces highlights from books, articles, and annotations you've already made. For knowledge workers who read more than they study, Readwise is often the lower-friction entry point.


Common Misconceptions

"Spaced repetition is only for memorization." The technique is most obviously useful for factual recall (vocabulary, drug names, dates, formulas). But it also helps retain conceptual understanding when cards are written as "explain this concept" rather than "what is this term." The key is writing cards that require active recall, not passive recognition.

"More reviews = better retention." The opposite is true in the long run. More reviews before the optimal interval has elapsed (massed practice) produces the same test-week results but worse long-term retention than spaced practice. The spacing effect is robust: distribute practice over time, even if it feels less efficient.

"You need to study every day." Anki's algorithm accommodates missed days — it reschedules rather than resetting. Consistent daily reviews are ideal, but missing days doesn't destroy a deck. The system is more forgiving than it appears.

"Anki is only for students." Anki is used widely in professional learning: language learning (perhaps the most common use case), bar exam prep, coding interview memorization, medical continuing education. Any domain with a large factual knowledge base benefits.


How to Apply Spaced Repetition

Step 1: Choose your tool. Anki for most learners. Readwise for knowledge workers who learn primarily through reading. RemNote for PKM practitioners who want notes and SRS in one tool.

Step 2: Write good cards. The most important variable is card quality. Good cards: one atomic fact per card, written as questions that require active recall (not "what does X mean?" but "what mechanism does X use to achieve Y?"). Bad cards: too long, too broad, or designed to be recognized rather than recalled.

Step 3: Review consistently. Daily review of your scheduled cards is more effective than batch reviewing twice a week. The algorithm is designed for daily incremental review. Even 10–15 minutes per day is enough to maintain a substantial deck.

Step 4: Don't create too many cards too fast. New cards create future review burden. If you add 50 cards today, you'll have 50 reviews due in a day, then those plus 50 more in a week. Start with 10–20 new cards per day maximum.

Step 5: Prune ruthlessly. Delete cards for material you no longer need to remember. Suspended cards (paused without deletion) are also fine. The deck should serve your current learning goals, not be an archive of everything you've ever studied.


Where WebSnips Fits

Spaced repetition addresses the retention problem — how to remember what you've learned. WebSnips addresses the upstream capture and synthesis problem — how to process web research into useful knowledge.

For knowledge workers who read web content and want to retain insights:

  1. Save high-value articles with WebSnips
  2. Extract key insights as highlights or notes
  3. Create Anki cards from those insights (or use Readwise, which automates this from highlights)
  4. Review using spaced repetition

WebSnips doesn't integrate with Anki directly, but it can feed the reading workflow that produces highlights and insights worth encoding into a spaced repetition system.


Related Concepts

  • Personal Knowledge Management: The broader practice that spaced repetition supports — building knowledge systems that make you better at your work
  • Evergreen Notes: Permanent concept-oriented notes; complements SRS (notes for understanding, cards for retention)
  • Active Recall: The cognitive mechanism that spaced repetition exploits — retrieving information from memory strengthens it more than re-reading
  • The Forgetting Curve: Ebbinghaus's discovery that memory decays exponentially without review

FAQ

Is spaced repetition better than re-reading? Consistently, yes, for long-term retention. Re-reading produces "fluency illusion" — the material feels familiar, which feels like remembering. But recognition (the material feels familiar) and recall (producing the answer without seeing it) are different cognitive processes. Spaced repetition trains recall; re-reading mostly trains recognition.

How much time does Anki take? With a well-maintained deck of 1,000–2,000 cards, expect 15–30 minutes per day of reviews. New cards are the variable: 10 new cards/day adds roughly 5–10 minutes to daily review load. Many serious Anki users (especially medical students) review for 1–2 hours daily with decks of 10,000+ cards.

Can I use spaced repetition for language learning? Yes — language learning is perhaps the most common use case. Vocabulary acquisition (both production and recognition) is exactly the kind of factual knowledge that benefits most from SRS. Shared Anki decks exist for virtually every language pair. Apps like Duolingo also use spaced repetition principles, though with less algorithmic rigor than Anki.

Is Readwise's spaced repetition as effective as Anki's? Readwise's system is simpler — it resurfaces highlights rather than testing recall. It produces re-reading of selected highlights, not true active recall (filling in the answer without seeing it). For knowledge workers who want passive re-exposure to their reading highlights, Readwise works well. For students who need to demonstrably remember specific facts, Anki's testing mechanism produces better retention.


Conclusion

Spaced repetition is the evidence-backed learning technique of reviewing material at increasing intervals — the most effective known method for long-term retention of large volumes of information.

For students who need to retain factual knowledge over years (medical school, law, language learning), Anki with good cards is transformative. For knowledge workers who want to retain insights from their reading, Readwise's lower-friction highlight surfacing is a good entry point.

The key insight: when you review matters more than how often you review. Distribute practice over time, review just before forgetting, and let the algorithm do the scheduling.

Try WebSnips free to build the research reading habit that spaced repetition can help you retain.

Keep reading

More WebSnips articles that pair well with this topic.

Knowledge ConceptsJuly 14, 20268 min read

What Is Citation Management? A Plain-English Guide

What is citation management? A clear explanation for researchers and academics — how citation managers work, the best tools, and how to avoid the most common mistakes.

ncitation-management-meaningcitation-management-explainedcitation-management-definition
Read article
Knowledge ConceptsJuly 14, 20268 min read

What Is Tacit Knowledge? A Plain-English Guide

What is tacit knowledge? A clear explanation for team leads and ops people — what tacit knowledge is, why it's the hardest knowledge to transfer, and practical methods to make it explicit.

ntacit-knowledge-meaningtacit-knowledge-explainedtacit-knowledge-definition
Read article
Knowledge ConceptsJuly 13, 20267 min read

What Is a Commonplace Book? A Plain-English Guide

What is a commonplace book? A clear explanation of the centuries-old knowledge collection practice, famous examples, and how to build a modern digital version for writers and researchers.

na-commonplace-book-meaninga-commonplace-book-explaineda-commonplace-book-definition
Read article