Optimization11 min read

How To Reduce Input Lag On Windows 11

Windows 11 ships with power-saving defaults designed for battery life and general use — not for competitive gaming. Every setting below measurably shifts latency. Work through them in priority order: the top items have the highest impact-to-effort ratio.

Priority Order

Not all optimizations are equal. The steps below are ranked by latency impact. If you only do one thing, do the power plan. If you do three, add timer resolution and GPU pre-rendered frames.

5–15 ms savedPower plan (Balanced → High Performance)
4–10 ms savedGPU pre-rendered frames (3 → 1)
2–8 ms savedTimer resolution (15.6 ms → 0.5 ms)
0–7 ms savedMouse polling (125 Hz → 1000 Hz)
1–5 ms savedBackground processes

1 — Switch to High-Performance Power Plan

Windows 11's Balanced power plan aggressively parks CPU cores and throttles clock speeds during idle periods. When a frame starts rendering, the CPU must first spin up — adding variable, unmeasurable latency spikes.

Open Settings → System → Power & battery → Power mode, and select Best performance. For maximum effect, also disable CPU core parking via the registry or a tool like Process Lasso.

TIP

On desktop PCs, the 'Ultimate Performance' power plan is hidden but available. Enable it with: powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

2 — Set Timer Resolution to 0.5 ms

Windows uses a system timer to schedule threads and process input events. The default resolution is 15.6 ms — meaning the OS can only wake and process threads every ~15 ms. Reducing this to 0.5 ms (the hardware minimum) allows Windows to process input events immediately rather than batching them in 15.6 ms windows.

Many games set timer resolution to 1 ms automatically when running, but not all do. Using a dedicated timer resolution tool ensures consistent <1 ms scheduling across all scenarios.

BENCHMARK

At default 15.6 ms timer resolution, frame times become quantized to multiples of 15.6 ms regardless of hardware capability. A 240 Hz monitor (4.17 ms frame budget) cannot benefit if the scheduler granularity is 15 ms.

3 — Configure GPU Driver Settings

GPU drivers queue frames ahead of time to smooth out rendering variance — useful for steady frame delivery, but each queued frame adds its rendering time to your total latency.

NVIDIA Control Panel

Low Latency ModeSet to Ultra. Forces NVIDIA DLSS and render pipeline to minimize pre-rendered frame queuing.
Max Pre-Rendered FramesSet to 1. Reduces GPU render queue depth, directly reducing click-to-photon latency.
Power Management ModeSet to Prefer Maximum Performance. Prevents GPU clock speed throttling between frames.
Vertical SyncSet to Off in NVCP. Control V-Sync per-game from in-game settings instead.

AMD Adrenalin

Anti-Lag / Anti-Lag+Enable. AMD's frame pacing latency reduction — equivalent to NVIDIA's Reflex.
Radeon ChillDisable. Frame rate limiter that adds variable latency.
Enhanced SyncDisable for competitive play. Can add 1–2 frames of latency.
Wait for Vertical RefreshSet to Always Off.

4 — Display & Sync Settings

V-Sync eliminates screen tearing by locking frame delivery to the display's refresh cycle. The tradeoff is latency — each frame must wait for the next refresh window, adding 0 to one full frame period (up to 16.67 ms at 60 Hz).

G-Sync and FreeSync reduce tearing without fixed-interval waiting, keeping latency lower. NVIDIA Reflex (in supported games) synchronizes CPU work with GPU rendering to eliminate pre-render queue depth entirely. Enable it whenever available.

TIP

In competitive titles, disabling V-Sync entirely and running uncapped framerates often produces the lowest and most consistent input latency — at the cost of screen tearing. Use NVIDIA Reflex or AMD Anti-Lag as a middle ground.

5 — Mouse Polling Rate & Raw Input

Enable raw mouse input in your game's settings. This bypasses Windows' mouse acceleration and pointer speed curves, delivering cursor data directly from the HID driver to the game.

Set your mouse polling rate to 1000 Hz minimum. 4000 Hz and 8000 Hz modes (available on some mice like the Razer Viper V3 HyperSpeed and Logitech G Pro X Superlight 2 DEX) further reduce worst-case polling latency but require sufficient USB bandwidth.

6 — Background Process Management

Background applications compete with your game for CPU time, interrupting the render loop at unpredictable intervals. The highest-offending processes are cloud backup clients, browser update daemons, and antivirus real-time scanners.

Disable startup applications you don't need. Set your game's executable to High priority in Task Manager. Consider disabling hardware-accelerated GPU scheduling (HAGS) — it reduces CPU overhead but can increase frame time variance on some systems.

Frequently Asked Questions

Will these settings hurt my PC for everyday use?

High-Performance power plan increases idle power consumption by 10–30 W on desktops. The other settings have no negative effects outside of gaming. Timer resolution resets between reboots unless a tool maintains it persistently.

Does Windows 11 have more input lag than Windows 10?

Windows 11 introduced changes to the DirectX scheduling model (Auto HDR, DirectStorage) that can add marginal overhead. In controlled benchmarks, the difference is typically 1–3 ms — not significant compared to gains from power plan and GPU settings.

How do I know if my changes actually worked?

Use our Responsiveness Lab to baseline your scores before and after optimization. For click-to-photon measurements, LDAT or a high-speed camera setup provides objective data.

What about overclocking?

CPU and RAM overclocking can reduce render latency by shortening computation time per frame. However, the latency gains are typically smaller than OS-level tuning unless you're heavily CPU-bottlenecked.

Related Guides

Fundamentals8 min read

What Is Input Lag?

Input lag is the total delay between a physical input and its on-screen effect. Learn the full system latency chain, how it's measured, and what numbers actually matter for competitive gaming.

input laglatencyfundamentals
Read guide →
Optimization10 min read

Best Windows Settings For Low Latency Gaming

The complete checklist of Windows settings for minimizing input lag in 2025. Power plans, GPU scheduling, timer resolution, process priority, and display configuration — in one reference guide.

Windowssettingsoptimization
Read guide →
Peripherals7 min read

Mouse Polling Rate Explained

Polling rate controls how often your mouse reports its position to Windows. Learn the latency math behind 125 Hz, 500 Hz, 1000 Hz, and 8000 Hz — and which rate to actually use for competitive gaming.

mousepolling ratelatency
Read guide →