Most online reaction time tests measure one thing: a mouse click. This one also tests spacebar, audio, and decision based (choice) reaction time, the same variants used in cognitive research, and gives you a percentile, not just a number.
Before digital testing existed, researchers and coaches measured reaction time by dropping a ruler and reading off the catch distance. Enter how far the ruler fell before it was caught, and this converts it to milliseconds using the same free fall physics the classic test relies on.
Formula: t = √(2d ⁄ g), where d is drop distance and g is gravitational acceleration (980 cm/s²). This method has more variance than digital timing since it depends on your grip speed too, not just neural response; treat it as an estimate, not a precise measurement.
Reaction time has been studied since Franciscus Donders' original 1868 experiments. These are the commonly cited reference ranges for simple visual reaction speed.
| Range | Typical of | ms |
|---|---|---|
| Elite | Pro esports players, F1 drivers reacting to race lights | 150 to 180 |
| Fast | Trained, alert adults | 180 to 220 |
| Average | Most healthy adults, casual testing | 250 to 280 |
| Below average | Fatigued, distracted, or older testers | 300+ |
| Documented floor | Fastest laboratory verified simple visual RT on record | ~101 |
Reaction time isn't fixed: small, consistent habits move the number.
Reaction speed is one of the first things to slip after a short night; well rested testers consistently score faster.
The first attempt of a session is almost always the slowest. Run a handful of practice rounds before your "real" one.
Keep your cursor or finger hovering where the signal will appear instead of moving at the last second.
Reacting before the signal actually appears gets flagged as a false start, not a fast reaction; it doesn't count.
A higher refresh rate display and a wired mouse or keyboard remove a few extra milliseconds of input delay.
A single try is noisy. Your median across 5+ attempts is a far more honest number than your single best.
Transparency on how each mode is measured, and where the reference numbers on this page come from.
Every mode uses the browser's high resolution performance.now() timer, accurate to a fraction of a millisecond, rather than the standard JavaScript clock. The random delay before each signal (1.2 to 3.7s) is re randomized every round specifically to prevent anticipation.
Consistency is calculated from the spread between your fastest and slowest valid rounds. A tight spread indicates a stable, repeatable reaction rather than one lucky click.
The 250 to 280ms average and ~101ms documented floor reflect figures widely reported across published reaction time research and large public test datasets, going back to Donders' 1868 mental chronometry experiments. Individual online results vary with device latency, so treat any single session score as an estimate.
Reaction time measured through a browser always includes your device's input and display latency on top of your neural response, typically an extra 6 to 30ms depending on hardware. This affects every online test equally, including this one.
Page last reviewed for accuracy: July 2026.