Why this matters
Working memory capacity is one of the most reliably measured cognitive constructs in psychology, and the digit-span test is its gold standard. Unlike IQ tests that require hours of supervised administration, a digit-span test takes under two minutes and produces a repeatable score that correlates strongly with fluid intelligence, reading comprehension, and problem-solving ability. Knowing your digit span gives you a baseline for understanding how much information you can hold in conscious awareness at once.
This implementation follows the classic forward digit-span protocol: a number appears on screen for a scaled duration, disappears, and you type it back from memory. Each correct answer adds one digit to the next number. The display time scales with difficulty — one second per digit plus a 1.5-second base — so longer sequences get proportionally more viewing time. Your best level is stored in localStorage so you can track improvement across sessions without creating an account.
Scoring and timing reference
| Level | Digits shown | Display time | Typical difficulty |
|---|---|---|---|
| 3 | 3 | 4.5 seconds | Easy |
| 5 | 5 | 6.5 seconds | Average |
| 7 | 7 | 8.5 seconds | Typical adult limit |
| 9 | 9 | 10.5 seconds | Above average |
| 12 | 12 | 13.5 seconds | Exceptional |
| 15+ | 15+ | 16.5+ seconds | Expert / trained |
| Metric | Detail | ||
| --- | --- | ||
| Display formula | 1 second per digit + 1.5s base | ||
| Best score | Stored in localStorage | ||
| Error handling | Game ends on first mistake |
|
How to use it
Click the Start button to begin the test.
A number appears on screen — study it carefully during the display window.
When the number disappears, type exactly what you saw into the input field and submit.
If correct, you advance to the next level with one additional digit. If incorrect, the game ends and your score is displayed.
Your best level is saved automatically, so you can return later and try to beat your personal record.
Testing your result
Most adults score between 7 plus or minus 2 digits, which is the classic finding from Miller's research on working memory capacity. If you consistently score below 5, try the chunking technique: group the digits into pairs or triplets (like a phone number) and rehearse them in groups. To verify the tool is scoring fairly, have a friend read a 7-digit number to you and compare your recall accuracy with the digital version. If your score jumps dramatically between sessions, consider whether external factors like sleep, caffeine, or stress are affecting your concentration.
Common mistakes
Trying to remember individual digits instead of chunking them into meaningful groups, which ignores the most effective memory strategy available.
Rushing to type before fully rehearsing the number mentally, which leads to transposition errors where you swap adjacent digits.
Not practicing consistently — working memory can be improved with regular training, but one-off sessions show minimal lasting benefit.
Comparing your score to memory athletes who use advanced techniques like the Major System or Method of Loci, which are not the same as raw digit-span recall.
Ignoring the display time and panicking when longer numbers appear — the scaled timing means you do get more time for harder levels.
Edge cases and options
The test uses pure digits rather than words or images because digits are abstract and have no semantic hooks, which makes them a cleaner measure of raw working memory capacity. Words can be chunked or associated with meanings, which inflates scores for some people and makes cross-person comparison less reliable. The forward-only protocol (recall in the same order presented) is simpler than backward digit-span (recall in reverse order), which is a harder variant used in clinical neuropsychology. Your best score is device-specific because it uses localStorage, so switching browsers or devices starts a fresh record.
Real-world use cases
Students and professionals benchmarking their working memory to understand their cognitive limits during study or complex tasks.
Cognitive researchers using a quick, repeatable digit-span measure in informal experiments or classroom demonstrations.
People tracking their memory performance over time as part of a broader brain-training or mental fitness routine.
Educators using the test as an engaging classroom activity to introduce concepts from cognitive psychology.
Frequently asked questions
Q: What is considered a good score?
A: Most adults can recall 7 plus or minus 2 digits in working memory, so reaching level 7 to 8 is typical. Scoring 12 or above is exceptional for untrained individuals. Memory champions use techniques like the Major System to reach 20+ digits, but that involves encoding rather than raw recall.
Q: How long is each number displayed?
A: Display time scales with digit count using the formula: 1 second per digit plus 1.5 seconds base. So a 3-digit number shows for 4.5 seconds and a 9-digit number shows for 10.5 seconds.
Q: Why digits instead of words or images?
A: Digits are abstract and lack semantic meaning, which makes them a purer measure of working memory capacity. Words can be chunked or associated with meanings, and images introduce visual processing differences that make scores harder to compare across individuals.
Q: Is my best score saved between sessions?
A: Yes. Your best level is stored in localStorage on the device and browser you are using. Switching to a different browser or device will start a fresh record.
Q: Are there techniques to improve my score?
A: Chunking — grouping digits into pairs or triplets like a phone number — is the most effective general strategy. Sub-vocalizing (repeating the digits aloud or silently) engages the phonological loop and strengthens encoding. With consistent practice, most people can add 1 to 2 digits to their baseline.
Q: Does this test measure IQ?
A: Digit span correlates with measures of fluid intelligence but is not an IQ test. It measures one specific component of working memory. Full IQ assessment requires multiple subtests covering verbal, spatial, and logical reasoning.
Start using it now
Try the Number Memory Test tool. See also Memory Test (Simon), Typing Speed Test, and Reaction Time Test.