How is reaction time measured?
Reaction time is measured as the interval between stimulus onset and response registration. The precision of this measurement depends heavily on the hardware and software used.
Online measurement (Human Benchmark method)
Lab-grade measurement uses dedicated hardware timers with microsecond precision and controlled display hardware (often a CRT at 1000Hz refresh rate). The difference between lab and online measurement can be 15โ30ms โ which is why online scores are useful for relative comparison and trend-tracking but not direct comparison to clinical studies.
Test it yourself
Free, no account needed โ results in 60 seconds.
Quick Answer
In labs: a stimulus triggers a hardware timer that stops when the subject responds. Online: performance.now() in JavaScript provides ~1ms precision. Both subtract any display or input latency.
Related Test
More Questions
Go deeper
The Science Page
Peer-reviewed research and full methodology behind every test.