What is the average reaction time?
For a simple visual reaction task — wait for a color change, then click — the average adult lands at about 273ms. Auditory reactions are slightly faster (around 250ms) because sound reaches the brain a little quicker than a processed image, and touch is faster still (~150ms). The number you see online most often, 250ms, comes from the raw stimulus-to-press time; the 273ms figure also folds in display and input lag from a typical browser test.
Why reaction time varies
Your score swings with sleep, caffeine, age, time of day and even screen refresh rate. A 60Hz monitor can silently add up to ~16ms versus a 144Hz panel. Mental fatigue and alcohol push the number up; warming up with a few practice rounds pulls it down. That's why a single click is noise — average at least five attempts before you trust a result.
Simple vs. choice reaction time
A simple reaction task has one signal and one response (the test here). A choice reaction task forces you to pick the right response among several, and that decision step adds 100–200ms. Don't compare a choice-reaction figure from a driving study with a simple-reaction click test — they measure different things.
How reaction time is measured
A high-resolution timer starts the instant the stimulus changes and stops on your input event. Browser tests use performance.now(), which is accurate to well under a millisecond, so the dominant error is your hardware, not the clock. The relative comparison between players stays fair even if absolute values drift a few ms by device.
Frequently asked questions
What is the average human reaction time?
About 273ms for a simple visual click test; roughly 250ms when you exclude display and input lag.
Is reaction time the same as reflexes?
Not quite. A true reflex (like a knee-jerk) bypasses the brain via the spinal cord and is far faster. A reaction time test measures conscious processing plus movement.
How many tries should I average?
At least five. Single attempts are dominated by random variation and the occasional missed click.
Does a faster monitor really help?
A little. A 144Hz display can shave up to ~10ms off a 60Hz panel because the green frame appears sooner.