Menu

Reaction Time Test

Measure your reaction time in milliseconds - wait for green, click, and see how you rank.

By Nethanel Bar, Co-founder & CEO

Last updated

Ready to actually learn to code?

Coddy teaches you by writing real code in your browser - interactive lessons, instant feedback, and AI help when you get stuck.

What is a reaction time test?

A reaction time test measures the delay between a stimulus appearing and your response to it - here, between the pad turning green and your click. The result is reported in milliseconds (ms), and it bundles together everything in the chain: your eye registering the color change, your brain deciding, the signal traveling to your hand, the muscle firing, and your device registering the press.

The median human reaction time to a visual stimulus is around 250–280 milliseconds. Competitive gamers and athletes typically sit in the 150–220 ms range, and even the fastest measured humans rarely dip below 120 ms - anything faster than about 100 ms is almost certainly anticipation, not reaction, which is why sprint starts under 100 ms count as false starts in athletics.

The delay before the green flash is randomized between 1.5 and 4.5 seconds, so you can't ride a rhythm - and clicking early counts as a false start. Take at least five attempts: single readings swing by ±50 ms, so the rolling average is the number that actually describes you. Everything runs locally in your browser.

What you'll learn while testing your reflexes

  • Reaction time is a pipeline, not a single event: retina → visual cortex → decision → motor cortex → arm muscles → switch. Each stage adds tens of milliseconds, which is why nobody scores near zero.
  • Visual reactions (~250 ms median) are slower than auditory ones (~170 ms) - sound reaches the brain's processing centers by a shorter path than sight.
  • Your monitor and mouse add real latency: a 60 Hz display can add up to 16 ms before you even see the green, and wireless peripherals add a few more. Hardware explains part of the gap between two people's scores.

How to take the reaction time test

  1. Click the pad to arm a round

    The pad turns red. Keep your finger poised and your eyes on the pad - the flash is coming, but you don't know when.

  2. Wait for green

    The delay is random (1.5–4.5 seconds), so you can't anticipate the flip. Clicking while it's still red counts as a false start and restarts the round.

  3. Click the instant it turns green

    Your reaction time appears in milliseconds. That number includes your eye, brain, hand - and a bit of your monitor and mouse latency.

  4. Repeat at least five times

    Single attempts are noisy. The stats bar tracks your last five attempts as a rolling average, plus your session best - the average is your real score.

Reaction time benchmarks

Typical visual reaction times for a click test like this one.

Time (ms)LevelWhat it means
< 150EliteProfessional esports and sprint-athlete territory
150–200Very fastTop few percent - serious gamer reflexes
200–250FastBetter than most - solid gaming reactions
250–300AverageThe human median sits right here (~273 ms)
300–400RelaxedCommon when tired or unfocused
400+Slow that dayUsually fatigue, distraction, or a high-latency device rather than you

Ways to sharpen your score

Fix your setup before your reflexes

A 60 Hz monitor adds up to 16 ms of display lag versus a 144 Hz panel, and a laggy wireless mouse adds more. Test on your fastest screen with a wired or low-latency mouse before concluding anything about your brain.

Two people with identical reflexes can differ by 20–30 ms on hardware alone. Your score is you plus your equipment.

Hover, don't rest

Keep your finger hovering a millimeter above the button with the muscle slightly pre-tensed, rather than resting its full weight on the switch.

Pre-tensing shortens the muscle-activation phase of the pipeline - it's the same reason sprinters load their legs in the blocks before the gun.

Test at different times of day

Run five attempts in the morning, after lunch, and late at night. Most people find a 20–40 ms swing across the day - reaction time is a decent proxy for alertness.

Sleep pressure and circadian dips slow the decision stage of the pipeline. Athletes and pilots are sometimes tested this exact way to gauge fatigue.

Common reaction test mistakes

  • Judging yourself on one attempt. Single readings swing by ±50 ms; only the average of five or more attempts is a meaningful score.
  • Trying to predict the flash. The delay is randomized precisely so rhythm-guessing fails - a false start restarts the round and an early guess that lands lucky isn't a real reaction.
  • Comparing scores across devices. A phone's touch sampling, a 60 Hz office monitor, and a 240 Hz gaming setup produce structurally different numbers.

Reaction Time Test FAQ

What is a good reaction time?
For a visual click test: around 273 ms is the human median, 200–250 ms is fast, under 200 ms is very fast, and under 150 ms is elite. Competitive esports players typically average 150–220 ms.
Why can't anyone score 0 ms?
Because reaction time is a physical pipeline: the retina needs ~20–40 ms to register the change, the brain needs ~100+ ms to process and decide, the nerve signal and muscle contraction add more, and your screen and mouse contribute latency too. Under ~100 ms is considered anticipation, not reaction - athletics counts sprint starts faster than 100 ms as false starts.
Why is the delay before green random?
If the delay were fixed, you'd learn the rhythm and click on schedule rather than in response to the stimulus - measuring your internal clock, not your reflexes. The 1.5–4.5 s randomization forces a genuine reaction.
Does my monitor or mouse affect the result?
Yes, meaningfully. A 60 Hz display adds up to 16 ms before the green is even visible, and input devices add several more. Comparing scores is only fair on similar hardware.
Can I improve my reaction time?
Somewhat. Sleep, alertness, and caffeine move the number more than anything else; regular practice at reaction-based games yields modest gains (10–30 ms); age gradually slows it. The biggest quick wins are being rested and using low-latency hardware.
Is anything saved or uploaded?
No. Your attempts, average, and best score live only in this browser tab and reset on refresh - nothing is sent to a server.

Learn more

Other developer tools

Coddy programming languages illustration

Learn to code with Coddy

GET STARTED