← Back to blog
ChoostApril 21, 2026by Choost Games

How to Reduce Input Lag: Every Millisecond Between You and the Screen

How to reduce input lag in gaming — monitor settings, system tweaks, and the latency chain from button press to pixel change.

Input lag is the time between pressing a button and seeing the result on screen. In competitive gaming, 20ms of extra input lag is the difference between landing a parry and eating a hit. Even in casual games, high input lag makes everything feel sluggish and unresponsive. As developers who obsess over game feel, here's how to minimize every millisecond.

The latency chain

Input lag isn't one thing — it's a chain of delays:

  1. Input device (mouse/keyboard/controller) → 1-8ms
  2. USB processing → 1ms
  3. CPU processing (game logic) → varies by game
  4. GPU rendering (drawing the frame) → varies by settings
  5. Display processing (monitor input lag) → 1-15ms
  6. Pixel response time (LCD panel changing color) → 1-5ms

Total typical lag: 20-60ms depending on your setup. Each step is optimizable.

Monitor settings (biggest impact)

Enable Game Mode. Every gaming monitor and TV has a Game Mode that disables post-processing (smoothing, noise reduction, color enhancement). This processing adds 20-50ms of lag. Game Mode bypasses it. This single setting is often the biggest improvement.

Higher refresh rate = lower lag. A 60Hz monitor has a minimum frame display time of 16.7ms. A 144Hz monitor: 6.9ms. A 240Hz monitor: 4.2ms. Higher refresh rate reduces the time each frame waits to be displayed.

Disable VSync in-game (use the monitor's instead). V-Sync adds up to one full frame of input lag. If you have a G-Sync or FreeSync monitor, use that instead — it eliminates screen tearing without the lag penalty. If you don't have adaptive sync, cap your frame rate slightly below your monitor's refresh rate.

System settings

Windows: disable fullscreen optimization. Right-click your game's .exe → Properties → Compatibility → Disable fullscreen optimizations. Windows' compositor adds lag to windowed and borderless modes.

Play in Exclusive Fullscreen when possible. This gives the game direct GPU access, bypassing Windows' desktop compositor. Lower lag than borderless windowed.

GPU driver settings: In NVIDIA Control Panel, set "Low Latency Mode" to Ultra (adds NVIDIA Reflex-style frame queuing reduction). In AMD Radeon Software, enable "Anti-Lag."

NVIDIA Reflex: If the game supports it, enable NVIDIA Reflex in the game's settings. This reduces the render queue, cutting 10-30ms of latency in supported titles.

Hardware

Wired peripherals have marginally less lag than wireless. Modern 2.4GHz wireless is within 1ms of wired, so this matters only at the extreme competitive level. Bluetooth adds 7-15ms — avoid Bluetooth for competitive gaming.

Higher polling rate helps minimally. 1000Hz polling (standard for gaming mice) reports position every 1ms. 4000-8000Hz polling exists but the improvement is imperceptible for most players.

SSD over HDD reduces loading times but doesn't directly affect input lag during gameplay.

In-game settings

Higher FPS = lower input lag. Each frame renders the most recent input state. More frames per second means the most recent input is represented more frequently. 144fps has half the input lag of 72fps, all else equal.

Reduce graphics settings to increase FPS. If your system can't hold 144fps on Ultra, dropping to High or Medium increases FPS, which reduces input lag. Prioritize frame rate over visual fidelity for competitive play.

Frame limiters: If capping FPS, use RTSS (RivaTuner Statistics Server) rather than in-game limiters — RTSS introduces less latency.

What we make at Choost

We develop Granny's Rampage with input responsiveness as a priority — in bullet heaven, the connection between stick input and character movement must feel instant. For more PC optimization content, the how to fix game stuttering, best gaming mouse, and best gaming keyboard posts have more.

The shortest version

Biggest wins: Enable Game Mode on your display, play in Exclusive Fullscreen, disable VSync (use G-Sync/FreeSync instead), maximize FPS. Medium wins: Enable NVIDIA Reflex/AMD Anti-Lag, use wired peripherals, disable fullscreen optimizations in Windows. Small wins: Higher polling rate, RTSS frame limiter, higher refresh rate monitor. Most input lag comes from the display and rendering pipeline — optimize those first.