User Rating 0.0
Total Usage 0 times
Category Tests
30%
🔊
Press Start to begin
Click or press Space to react when you hear the tone
Is this tool helpful?

Your feedback helps us improve.

About

Human auditory reaction time averages between 140 - 160 ms for simple stimulus-response tasks, roughly 20 - 40 ms faster than visual reaction due to shorter neural pathway latency from cochlea to motor cortex. This tool measures RT as the interval between a randomized auditory stimulus (a 1000 Hz pure sine tone at 0.3 amplitude) and the user's motor response. Random inter-trial delays of 2 - 6 s eliminate anticipatory responses. Reactions below 100 ms are physiologically impossible and are rejected as false starts.

Auditory reaction benchmarks matter in aviation medicine, motorsport licensing, clinical neurology screening, and occupational health assessments. Fatigue, alcohol, sleep deprivation, and aging degrade RT measurably. This tool approximates laboratory conditions but cannot replicate calibrated hardware latency. Browser audio scheduling introduces 5 - 15 ms of jitter depending on system load. Results should be interpreted as relative trends, not absolute clinical measurements. Run at least 5 trials for a statistically meaningful average.

reaction time auditory test response time reflex test hearing reaction cognitive test reaction speed

Formulas

Reaction time RT is computed as the elapsed duration between stimulus onset and motor response:

RT = tresponse tstimulus

where tstimulus is the timestamp recorded via performance.now() at the moment the oscillator starts, and tresponse is the timestamp captured on user input.

The arithmetic mean across n valid trials:

RT = 1n ni=1 RTi

Standard deviation quantifies consistency of responses:

σ = ni=1 (RTi RT)2n

where σ ms indicates response variability. A low σ signals consistent motor performance. Percentile is estimated against a normal distribution with μ = 215 ms and σ = 45 ms derived from published auditory RT norms (Luce, 1986; Welford, 1980).

The random inter-trial delay D is drawn from a uniform distribution:

D U(2000, 6000) ms

where D is the waiting period before the tone plays, preventing rhythmic anticipation.

Reference Data

RatingReaction Time RangePercentileTypical Population
Exceptional< 130 ms> 99thCompetitive esports athletes, fighter pilots
Excellent130 - 150 ms95 - 99thTrained musicians, young athletes
Very Good150 - 170 ms85 - 95thActive adults aged 18-30
Good170 - 200 ms65 - 85thAverage healthy adults
Average200 - 250 ms35 - 65thGeneral population baseline
Below Average250 - 300 ms15 - 35thFatigued individuals, ages 50-65
Slow300 - 400 ms5 - 15thSleep-deprived, elderly (65+)
Very Slow400 - 500 ms1 - 5thImpaired cognitive function
Too Early< 100 msN/AFalse start (anticipation, not reaction)
Missed> 2000 msN/AInattention or missed stimulus
Age 18-24 norm150 - 190 ms50th170Peak auditory processing speed
Age 25-34 norm160 - 210 ms50th185Slight decline from peak
Age 35-44 norm170 - 230 ms50th200Gradual neural conduction slowdown
Age 45-54 norm190 - 260 ms50th220Presbycusis onset in some
Age 55-64 norm210 - 300 ms50th250Measurable cognitive slowing
Age 65+ norm250 - 400 ms50th300Significant age-related decline
Auditory vs Visual140 vs 180 ms - Auditory ~40 ms faster on average
Caffeine effect−10 to −20 ms - 200 mg caffeine typical improvement
Alcohol effect (0.05 BAC)+30 to +60 ms - Measurable impairment at legal limit
Sleep deprivation (24h)+50 to +100 ms - Equivalent to 0.10 BAC impairment

Frequently Asked Questions

The minimum physiological auditory reaction time involves cochlear transduction (~1 ms), brainstem relay (~5 ms), cortical processing (~15-30 ms), motor cortex activation (~15-20 ms), and peripheral motor execution (~30-40 ms). This sums to roughly 80-100 ms minimum. Any response below 100 ms is statistically a pre-emptive anticipatory click, not a genuine stimulus-response event. The test flags these as "Too Early" and excludes them from statistical calculations.
The Web Audio API schedules audio via a separate high-priority thread, but the actual latency between calling oscillator.start() and the sound reaching the user's ears depends on: audio buffer size (typically 128-1024 samples at 44100 Hz = 3-23 ms), DAC hardware latency (1-10 ms), and speaker/headphone driver latency (1-5 ms). Total system latency is typically 5-15 ms. This offset is consistent within a session, so relative comparisons between trials remain valid. For absolute clinical measurement, calibrated hardware is required.
Human hearing sensitivity peaks between 1000-4000 Hz (the speech frequency range), where the ear canal resonance amplifies sound by approximately 10-15 dB. A 1000 Hz pure sine tone sits in this optimal sensitivity band, ensuring consistent perception across users with normal hearing. It also avoids frequencies where age-related hearing loss (presbycusis) first manifests (typically above 4000 Hz), reducing age-related confounds in reaction time measurement.
Statistical reliability depends on within-subject variability. For auditory simple RT with typical standard deviation of 20-40 ms, a minimum of 5 trials produces a mean with a standard error of roughly 9-18 ms. Ten trials reduce this to 6-13 ms. Published studies commonly use 10-30 trials per condition. This tool recommends at least 5 trials for recreational use, and 10+ for meaningful self-comparison over time.
Yes, measurably. 200 mg of caffeine (one strong coffee) typically improves auditory RT by 10-20 ms through increased norepinephrine release. Circadian rhythm causes RT to peak in late morning (10:00-12:00) and trough in early afternoon (14:00-16:00), with a swing of approximately 15-30 ms. Sleep deprivation of 24 hours degrades RT by 50-100 ms, comparable to a blood alcohol concentration of 0.10%. Testing at consistent times controls for these variables.
This tool measures simple reaction time (SRT): one stimulus, one response. Choice reaction time (CRT) requires discriminating between stimuli (e.g., press left for low tone, right for high tone) and adds 100-200 ms due to stimulus identification and response selection stages described by Hick's Law. SRT isolates the sensory-motor pathway speed, while CRT also tests cognitive processing speed. Typical auditory SRT is 140-160 ms; auditory CRT is 300-400 ms.