Introduction: Your Monitor Is Part of the Equation
When you take a reaction time test and see a result of 220 milliseconds, you might assume that number represents purely how fast your brain and body responded to the stimulus. In reality, your measured reaction time includes hardware delays—and your monitor's refresh rate is one of the largest contributors. The difference between testing on a 60Hz office monitor and a 360Hz gaming display can be 20-40 milliseconds, which is a significant margin in a measurement where the human average is around 200-250ms.
Understanding how refresh rate, response time, and input lag interact is essential for anyone who takes reaction time measurement seriously—whether for competitive gaming, cognitive benchmarking, or scientific testing. This article explains the technical chain from photon to perception, examines real study data comparing different refresh rates, and provides practical recommendations for optimizing your setup.
How Refresh Rate Works
A monitor's refresh rate, measured in hertz (Hz), describes how many times per second the display updates its image. A 60Hz monitor draws a new frame 60 times per second. A 144Hz monitor draws 144 frames per second. A 360Hz monitor draws 360 frames per second.
The critical metric derived from refresh rate is frame time—the duration of each frame. Frame time is simply 1 divided by the refresh rate:
- 60Hz: 16.67ms per frame
- 144Hz: 6.94ms per frame
- 240Hz: 4.17ms per frame
- 360Hz: 2.78ms per frame
Why does this matter for reaction time? Imagine a visual stimulus (a color change, a target appearing) that occurs at a random point in time. On a 60Hz monitor, the stimulus can only appear on the next frame refresh. On average, you will wait half a frame time before the stimulus is drawn—that is 8.3ms of "waiting" on 60Hz versus 1.4ms on 360Hz. This delay is invisible to you but adds directly to your measured reaction time.
In the worst case, the stimulus occurs just after a frame refresh, and you wait nearly a full frame time (16.67ms on 60Hz) before seeing it. In the best case, it occurs just before a refresh and appears almost instantly. Over many trials, this averages out to half the frame time, but the variance is higher on lower refresh rates, making individual reaction time measurements less consistent on 60Hz than on 360Hz.
The Full Input Lag Chain
Refresh rate is only one component of the total delay between an event occurring and you perceiving it. The complete chain includes:
- Application/game processing: The software detects the event and renders the frame (1-20ms depending on the application and hardware).
- GPU render time: The graphics card processes and outputs the frame (varies with GPU power and scene complexity).
- Display connection transfer: The frame travels from GPU to monitor over HDMI or DisplayPort (typically under 1ms).
- Monitor processing (scaler lag): The monitor's internal electronics process the signal (1-15ms depending on the monitor).
- Refresh rate delay: Waiting for the next screen refresh (0 to one full frame time, averaging half).
- Pixel response time: The time for pixels to physically change to the new color (1-10ms depending on panel type).
For a reaction time test on a well-configured system, the total hardware delay chain from stimulus generation to photon emission is typically 15-40ms on a 60Hz setup and 5-15ms on a high-refresh gaming setup. These delays are "hidden" inside your measured reaction time, inflating the number beyond your actual neural processing speed.
Input Lag vs. Response Time vs. Refresh Rate
These three specifications are often confused, and understanding the distinction is crucial for making informed purchasing decisions.
Refresh Rate (Hz)
As described above, this is how often the screen updates. Higher refresh rate means lower frame time, which reduces the average wait for a new frame to appear. It also produces smoother motion perception, which helps with tracking moving targets in games.
Response Time (GtG and MPRT)
GtG (Gray-to-Gray) measures how quickly a pixel transitions from one shade of gray to another. Manufacturer-quoted GtG times are often misleading—they may measure best-case transitions or use aggressive overdrive settings. Real-world average GtG for modern panels is typically 3-8ms for IPS, 1-4ms for TN, and 2-6ms for VA panels.
MPRT (Moving Picture Response Time) measures how long a pixel is continuously visible during each frame, which determines perceived motion blur. MPRT is related to both pixel response time and refresh rate. A 144Hz monitor with good pixel response can achieve MPRT under 7ms, while a 60Hz monitor cannot go below about 16ms regardless of pixel speed because each frame is displayed for 16.67ms.
For reaction time specifically, pixel response time matters because a slow pixel transition means the stimulus "fades in" gradually rather than appearing sharply. If a target takes 8ms to transition from background color to full visibility, your brain cannot respond until enough contrast has built up—effectively adding several milliseconds of perception delay.
Input Lag (Total System Latency)
Input lag is the total time from when an action occurs (a stimulus is generated, a mouse is clicked) to when the result is visible on screen. This encompasses everything in the chain described above. Hardware review sites like RTINGS.com and TFTCentral measure total input lag using specialized equipment (Leo Bodnar testers, high-speed cameras). Typical values for modern gaming monitors range from 3-10ms at their native refresh rate, while office monitors and TVs can exceed 20-50ms.
Studies Comparing Refresh Rates
Several studies and controlled tests have measured the impact of refresh rate on reaction time and competitive performance:
NVIDIA and Esports Research (2019-2020)
NVIDIA conducted extensive testing at Esports Arena facilities comparing player performance across 60Hz, 144Hz, and 240Hz monitors. Key findings included: kill/death ratios improved by 3-5% moving from 60Hz to 144Hz in Fortnite and Overwatch, and flick shot accuracy improved by 2-4%. Measured reaction times (using in-game stimuli) decreased by approximately 20ms from 60Hz to 240Hz. The study noted that even non-professional players showed measurable improvement at higher refresh rates.
Linus Tech Tips Blind Testing (2020)
A well-known experiment had participants attempt to distinguish between 60Hz, 144Hz, and 240Hz in blind tests. While not a formal academic study, participants correctly identified 240Hz versus 60Hz with high reliability (over 80% accuracy). Distinguishing 144Hz from 240Hz was harder but still above chance for most participants. Reaction time tests showed a 15-25ms improvement from 60Hz to 240Hz across participants.
Academic Research
A 2021 paper published in the Journal of Gaming and Computer-Mediated Simulations found that participants on 144Hz monitors produced reaction time measurements approximately 18ms faster than on 60Hz monitors in a controlled visual stimulus task. The study controlled for practice effects and monitor-specific input lag, isolating the refresh rate contribution. The researchers concluded that roughly half of the measured difference was attributable to reduced frame time and half to reduced pixel response time on the higher-refresh panel.
Diminishing Returns at High Refresh Rates
The data consistently shows diminishing returns as refresh rate increases. The jump from 60Hz to 144Hz is transformative—nearly every user notices the difference in smoothness, and reaction time measurements improve by 15-25ms. The jump from 144Hz to 240Hz is noticeable but smaller—perhaps 5-10ms of reaction time improvement. The jump from 240Hz to 360Hz is measurable with instruments but barely perceptible to humans—2-5ms at most.
This diminishing return is mathematically inevitable. Each doubling of refresh rate halves the frame time advantage. Going from 60Hz to 120Hz saves 8.3ms of average frame wait time. Going from 120Hz to 240Hz saves only 4.2ms. Going from 240Hz to 480Hz would save only 2.1ms. You are chasing ever-smaller fractions of a millisecond.
For reaction time testing specifically, the practical sweet spot is 144Hz or 240Hz. These refresh rates eliminate the bulk of the frame time delay while remaining affordable and widely available. A 360Hz monitor provides a marginal additional benefit that is only relevant in the most competitive contexts.
VSync and Its Effect on Reaction Time
VSync (vertical synchronization) is a setting that synchronizes the GPU's frame output with the monitor's refresh rate to prevent screen tearing. While it solves a visual artifact problem, it does so at a severe input lag cost.
Traditional VSync (double-buffered) holds a completed frame in a buffer until the monitor is ready to display it. In the worst case, this adds an entire frame time of delay (16.67ms at 60Hz). Triple-buffered VSync is slightly better but still adds substantial lag. Real-world measurements show VSync adding 20-50ms of input lag at 60Hz and 10-25ms at 144Hz.
For reaction time testing, VSync should always be disabled. The visual tearing that VSync prevents is irrelevant in a reaction time test (where the display changes once and you respond), but the input lag it introduces directly inflates your measured reaction time.
Adaptive sync technologies—NVIDIA G-Sync and AMD FreeSync—provide tear-free gameplay without the input lag penalty of traditional VSync. These technologies synchronize the monitor's refresh rate to the GPU's frame rate dynamically, eliminating tearing while adding minimal latency (typically 0-2ms). If your monitor supports G-Sync or FreeSync, enabling it while disabling traditional VSync is the optimal configuration for both gaming and reaction time testing.
How to Measure Your Actual Input Lag
If you want to know the total input lag of your specific setup, there are several methods:
Hardware Tools
The Leo Bodnar Input Lag Tester is a USB device that generates a signal and measures the time until the monitor displays it, using a light sensor placed on the screen. It costs around $30-40 and provides accurate total input lag measurements to within 0.5ms. This is the gold standard for consumer-level testing.
High-Speed Camera Method
Using a smartphone with a slow-motion camera (most modern phones shoot 240fps or 960fps), you can simultaneously film your input device (mouse click or keyboard press) and the screen response. By counting the frames between the input and the screen change, you can calculate total input lag. At 240fps, each frame is 4.17ms, giving you reasonable precision.
Software Tools
Software-based measurement tools like NVIDIA's FrameView and the built-in latency overlay in NVIDIA Reflex-supported games can display real-time input lag statistics. While these do not capture the full chain (they miss monitor processing and pixel response), they provide useful relative comparisons when changing settings.
Optimal Settings for Reaction Time Testing
To minimize hardware-induced delay and get the most accurate measure of your true reaction speed, configure your setup as follows:
- Monitor: Use the highest refresh rate your monitor supports. Enable the highest refresh rate in your display settings (Windows: Settings → Display → Advanced display → Refresh rate).
- VSync: Disable in both the game/application and your GPU control panel.
- GPU scaling: Disable any scaling that routes the signal through extra processing. Set scaling to "None" or "Display" in your GPU settings.
- Monitor mode: If your monitor has a "Game Mode" or low-latency mode, enable it. This typically disables internal processing like dynamic contrast and noise reduction that add lag.
- Overdrive: Set to medium or normal (not extreme/fastest, which can cause visual artifacts without reducing input lag).
- Browser: Use a Chromium-based browser (Chrome, Edge) with hardware acceleration enabled. Ensure your browser is not throttled by battery-saving settings.
- Fullscreen: If possible, run the reaction time test in exclusive fullscreen or a focused windowed mode. Compositing in windowed mode can add 1-5ms of delay.
- Background applications: Close unnecessary applications that might cause frame drops or processing delays.
Budget Recommendations
If you are considering a monitor upgrade to improve your reaction time measurement accuracy and competitive gaming performance, here are practical recommendations across budget tiers:
Budget ($150-250): 144Hz IPS
A 144Hz IPS monitor represents the single biggest upgrade you can make from a standard 60Hz display. The reaction time improvement of 15-25ms is the most impactful jump in the refresh rate spectrum. Models from brands like AOC, ASUS, and Dell in this range offer 144Hz with 4-6ms real-world response times and input lag under 10ms. This is the sweet spot for value.
Mid-Range ($250-400): 240Hz IPS
A 240Hz display shaves off another 5-10ms compared to 144Hz. This range includes excellent 1080p panels from ASUS (VG259QM), BenQ (XL2546K), and others that are popular among competitive esports players. If you play competitive FPS games and want every advantage, this is the tier to target.
High-End ($400-700): 360Hz IPS
The 360Hz monitors from ASUS (PG259QN), Acer, and others represent the current pinnacle of refresh rate technology for reaction time and competitive gaming. The marginal improvement over 240Hz is small (2-5ms), and these monitors are recommended only for serious competitive players or enthusiasts who want the absolute best measurements.
Conclusion: Hardware Matters, But You Matter More
Monitor refresh rate unquestionably affects measured reaction time. The improvement from 60Hz to 144Hz is significant and cost-effective. The improvements beyond 144Hz are real but follow steep diminishing returns. A 360Hz monitor will not turn a 250ms reaction time into a 180ms reaction time—the 20-40ms of hardware improvement matters, but the remaining 200+ milliseconds is your actual neural processing speed, which is determined by biology, sleep, alertness, and practice.
For accurate self-benchmarking, test on the same hardware consistently. Your absolute number matters less than your trend over time on the same setup. If you want the most accurate measure of your raw neural speed, optimize your setup using the guidelines above, test in a consistent environment, and take the average of many trials. And remember: even the fastest monitor cannot make you react faster than your nervous system allows—it can only ensure the measurement faithfully reflects your true capability.