Measure your auditory reflex speed with a calibrated sound stimulus. Track your average, best, and recent attempts. Based on established psychophysical methods. Used by sports scientists, researchers, and anyone curious about their neural processing speed.
Click the circle, wait for the sound, then click again as fast as possible.
This test measures simple auditory reaction time (RT): the interval between the onset of a sound and your voluntary motor response (click/tap). We generate a precise 1000 Hz beep using the Web Audio API, ensuring sub-millisecond timing accuracy. A random foreperiod (1.0–3.5 seconds) prevents anticipation. The system records the elapsed milliseconds from sound onset to click.
Reaction Time = Tclick – Tsound (ms)
Only valid trials are stored. False starts (click before sound) are discarded and flagged.
Auditory reaction time is a fundamental measure of sensorimotor processing. Unlike visual RT (which includes retinal delays), auditory signals reach the brainstem in ~8–10 ms, making it a purer index of central processing speed. It is widely used in:
| Factor | Typical effect |
|---|---|
| Age | Increases ~0.5–1 ms/year after 20s; more pronounced after 60. |
| Alertness / fatigue | Sleep deprivation can add 20–50 ms. |
| Caffeine | Moderate doses may reduce RT by 10–20 ms (Yerkes-Dodson). |
| Practice | Familiarity with the task reduces RT by 10–30 ms over sessions. |
| Loudness | Louder sounds (within safe limits) yield faster RT. |
The total reaction time recorded is the sum of several distinct stages:
Classic studies (Woodworth & Schlosberg, 1954) established that auditory RT is ~30–50 ms faster than visual RT. More recent work using EEG shows that the auditory cortex responds within 20–50 ms, and the motor cortex can be activated ~100 ms before movement. Our test replicates these laboratory conditions in a user-friendly interface.
Based on aggregated data from healthy adults (ages 18–45), the following percentiles provide context for your performance. Note that individual results can vary based on alertness, age, and device setup.
| Percentile | Auditory Reaction Time (ms) | Interpretation |
|---|---|---|
| 95th (Excellent) | < 160 ms | Exceptional reflex speed. Comparable to elite athletes and fighter pilots. |
| 75th (Above Average) | 160 - 190 ms | Fast reactions. Indicates high alertness and efficient neural processing. |
| 50th (Median) | 190 - 220 ms | Typical reaction time for a healthy, attentive adult. |
| 25th (Below Average) | 220 - 260 ms | Slower than average. Could be due to fatigue, distraction, or high device latency. |
| < 5th (Needs Attention) | > 260 ms | Significantly delayed. Ensure wired headphones are used and you are well-rested. Persistent slowness may warrant checking for system audio delays. |
Source: Adapted from Woods, D.L., et al. (2015). Factors influencing the latency of simple reaction time. *Frontiers in Human Neuroscience*, 9, 131.
This tool is modeled after the Simple Auditory Reaction Time (SART) paradigm used in cognitive psychology. Key design elements ensure high data fidelity:
performance.now() API, which provides timestamps with microsecond resolution, eliminating the jitter and inaccuracy of traditional Date objects. Sound playback is scheduled using the Web Audio API for sub-millisecond audio onset precision.
The normative data and interpretative guidance provided are based on a meta-analysis of reaction time studies across healthy adult populations (Woods et al., 2015, Frontiers in Human Neuroscience).