Memory Retention Calculator
Estimate memory retention using the Ebbinghaus curve R = e^(-t/S).
Returns retention at 1 day, 1 week, and 1 month with optimal spaced repetition schedule.
The Ebbinghaus Forgetting Curve describes how information is lost over time when there is no effort to retain it. Hermann Ebbinghaus, a German psychologist, first described this phenomenon in 1885 through experiments on himself using nonsense syllables.
The formula used:
R = e^(-t / S)
Where:
- R = retention (as a decimal, where 1.0 = 100% retention)
- t = time since learning (in hours)
- S = memory stability (how resistant the memory is to forgetting)
- e = Euler’s number (approximately 2.71828)
Memory stability starts at a base value determined by how well the material was initially learned (the “initial memory strength” input, rated 1-10). Each review session increases stability, making the memory more resistant to decay.
In this calculator, stability is modeled as:
S = base_stability × (1 + 0.5 × number_of_reviews)
Where base stability ranges from 5 hours (strength 1) to 168 hours (strength 10). Each review adds 50% to the stability factor, reflecting the well-established principle that spaced repetition strengthens long-term memory.
What the forgetting curve shows: Without any review, people typically forget:
- About 50% within the first hour
- About 70% within 24 hours
- About 90% within a week
This rapid initial forgetting slows over time. The memories that survive the first few days tend to persist much longer.
The power of spaced repetition: Each time you review material, you reset the forgetting curve and increase the stability of that memory. Optimal review intervals follow a pattern:
- First review: 1 day after learning
- Second review: 3 days after the first review
- Third review: 7 days after the second review
- Fourth review: 21 days after the third review
- Fifth review: 60+ days after the fourth review
This is the principle behind flashcard systems like Anki, SuperMemo, and similar spaced repetition software.
Initial memory strength explained: The 1-10 scale represents how deeply you processed the information initially:
- 1-3: Passive exposure, reading something once, hearing it in a lecture without taking notes.
- 4-6: Active engagement, taking notes, discussing the material, creating associations.
- 7-9: Deep processing, teaching the material to someone else, creating mental models, applying it in practice.
- 10: Perfect encoding, the material has strong emotional significance, vivid associations, or was learned through extensive multi-modal engagement.
Practical tips for better retention:
- Test yourself instead of re-reading. Active recall strengthens memory far more than passive review.
- Space your study sessions out over days rather than cramming everything into one night.
- Connect new information to things you already know. The more connections a memory has, the more stable it becomes.
- Sleep plays a critical role in memory consolidation. Study before sleep, not right after waking.