Latency Guide — Updated for 0.5.0

PoE2 Input Lag & Latency: 7 Proven Fixes for 0.5.0

June 2, 2026 · Path of Exile 2 0.5.0 Return of the Ancients · Input Latency Reduction

Input lag in Path of Exile 2 is the difference between surviving a juiced T16 breach and dying before you can hit your flask. The 0.5.0 "Return of the Ancients" update introduces more visual density than ever with the Runes of Aldur league mechanic, making responsive controls critical. This guide covers every Windows and in-game tweak that reduces system latency — from Nvidia Reflex configuration to hidden mouse polling rate settings.

TL;DR: Enable Nvidia Reflex (On + Boost), set mouse polling rate to 1000Hz, enable Raw Input in-game, disable VSync, and switch to High Performance power plan. These five changes eliminate most input lag.

1. Nvidia Reflex: On + Boost (But Test On vs Off)

Nvidia Reflex is the single most impactful setting for reducing system latency in PoE2. It synchronizes the CPU and GPU to minimize the render queue, reducing the time between your mouse click and the frame appearing on screen. In PoE2's Settings → Graphics, set Nvidia Reflex to "On + Boost". Boost mode forces the GPU to maintain its maximum clock speed during CPU-bound scenes, which is especially valuable in dense maps where the GPU might otherwise clock down between frame spikes.

However, some 0.5.0 players report that Reflex On + Boost introduces micro-stutter on certain driver versions (particularly 572.x and later). If you notice frame-time spikes, test Reflex Off. The difference is measurable but for some hardware configurations, stable frame-pacing without Reflex beats lower latency with stutter.

2. Mouse Polling Rate: 1000Hz Is the Sweet Spot

Higher mouse polling rates (4000Hz, 8000Hz) sound better in theory, but in practice PoE2's engine processes input on the game's render loop. A 4000Hz mouse sends packets every 0.25ms, but the game only polls input once per frame — roughly every 8-16ms at 60-120 FPS. The extra USB interrupts from high polling rates can actually increase CPU overhead and cause frame-time variance.

Set your mouse polling rate to 1000Hz in your mouse manufacturer's software (Logitech G Hub, Razer Synapse, etc.). This provides 1ms input resolution with minimal CPU overhead. Some wireless mice at 4000Hz also drain battery faster, which can cause polling rate instability when battery drops below 20%.

3. Enable Raw Input

In PoE2's Settings → Input, enable Raw Input. This bypasses Windows' mouse acceleration and smoothing layers, sending the raw mouse movement data directly to the game. Without Raw Input, Windows applies pointer precision (mouse acceleration) which introduces variable sensitivity based on how fast you move the mouse. This is especially detrimental in PoE2 where precise cursor placement for skills matters.

4. Disable VSync

VSync adds a full frame of latency because it forces the GPU to wait for the monitor's refresh cycle before presenting a frame. In PoE2, go to Settings → Graphics → VSync → Off. If you experience screen tearing, use G-Sync or FreeSync instead (variable refresh rate technology that does not add latency). With G-Sync, cap your FPS to 3 below your monitor's refresh rate (e.g., 141 FPS for a 144Hz monitor) using fps_limit in production_Config.ini.

5. Disable Windows Game Mode and Xbox Game Bar

Windows Game Mode and Xbox Game Bar introduce background processes that compete for GPU and CPU resources. Game Mode's "optimizations" often backfire with PoE2, causing increased input latency. Disable both:

  • Settings → Gaming → Game Mode → Off
  • Settings → Gaming → Xbox Game Bar → Off
  • Also disable "Captures" → "Record in the background while I'm playing a game"

6. High Performance Power Plan

The Balanced power plan allows Windows to park CPU cores and reduce clock speeds to save power. When a sudden input spike hits (like a flask macro in a breach), the CPU must wake from a low-power state, introducing latency. Switch to High Performance:

  • Control Panel → Hardware and Sound → Power Options → High Performance
  • Alternatively, use the Ultimate Performance plan (available on Windows 10/11 Pro via powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 in an admin terminal)
  • In Power Options → Change plan settings → Change advanced power settings → Processor power management → Minimum processor state → 100%

7. Close Background Applications with Hardware Acceleration

Several common applications hook into the GPU's rendering pipeline and add latency. Discord's hardware acceleration, Chrome/Edge with hardware-accelerated video, and OBS Studio all consume GPU resources and introduce input processing delays. Close these before launching PoE2. For Discord, disable "Advanced → Hardware Acceleration" in its settings. For browsers, disable "Use hardware acceleration when available" in Chrome's System settings.


Bonus: production_Config.ini Input Tweaks

You can fine-tune input behavior further in Documents/My Games/Path of Exile 2/production_Config.ini. Add or edit these lines:

  • mouse_polling_rate=1000 — Forces the engine to use 1000Hz polling
  • raw_input=true — Ensures Raw Input is enabled
  • fps_limit=141 — Caps FPS for G-Sync (adjust for your monitor)
  • vsync=false — Disables VSync
  • render_scaling=75 — Competitive scaling reduces GPU load, lowering input latency

Use our PoE2 Config Generator to apply all these settings correctly without editing the config file manually.


Input lag compounds with every layer of the rendering pipeline, so applying all seven fixes together produces the best result. For more optimization guides, check our Ultimate 0.5.0 Performance Guide or the Config Generator for a one-click setup.