You move the mouse and the cursor seems to arrive half a step late. On the desktop it is annoying; in a game it is the difference between hitting and missing. The catch is that mouse delay is almost never the mouse's fault — most of the time it is the path between it and the screen.
First: separate delay from low FPS
They are different things and the test is simple. Close the game and move the cursor on the desktop. If the lag is still there, the problem is the system or the mouse. If it only happens in-game, it is the game or the graphics card.
The real causes, in order
1. Mouse acceleration enabled
Windows ships with "enhance pointer precision" enabled by default. That makes the cursor travel different distances depending on how fast you move. It is not true lag, but the brain reads it as imprecision — and for aiming it is terrible. Every competitive player turns this off.
2. Low polling rate
Polling rate is how many times per second the mouse reports its position to the PC. At 125 Hz, each report arrives every 8 milliseconds. At 1000 Hz, every 1 millisecond. Basic mice usually ship locked at 125 Hz — and the difference to 1000 Hz is felt immediately.
3. USB power saving
Windows is allowed, by default, to "turn off" USB ports to save power. On a mouse this causes micro-delays and even cursor hitches. It is one of the most common and least known causes.
4. V-Sync and the render queue
Inside the game, V-Sync adds one or two whole frames of delay — at 60 Hz that is up to 33 milliseconds. Adding the render queue, a click can take over 50 ms to become a shot on screen, even with high FPS.
Exclusive tips
Want more guides like this?
Leave your email and we'll let you know when a new optimization guide drops. No spam, unsubscribe anytime.
Only optimization guides worth your time. Unsubscribe anytime.
Two paths to a faster PC
Forget endless tutorials. Find out in 1 minute what your setup needs — or let our technicians do everything for you, live.
Find my ideal plan
Answer a few questions and UPGUIDE estimates your FPS gain in your main game.
Run free analysisDone by techniciansLet UPBOOST handle it
Full remote optimization in ~20 min, live on Discord. 15-day guarantee.
View plans & pricing+12,000 PCs optimized
5. Wireless interference
A receiver behind the case, stuck next to a USB 3.0 hub or a router, causes packet loss in the signal. A good wireless mouse is as fast as a wired one nowadays — as long as the receiver is well positioned, ideally on an extender on the desk.
6. Imprecise Windows timer
This is the invisible cause. The system has an internal clock used to schedule tasks, and by default it is coarse — around 15 milliseconds of granularity. Each mouse event can wait for that window before being processed. It shows up in no common test, but it adds to the total delay.
How to actually test your mouse
You can measure your mouse's real report rate without installing anything complicated: there are tests that count the events sent per second while you move the mouse in circles. What to expect:
- ~125 Hz: factory default configuration — there is room to improve
- ~500 Hz: good, already enough to play well
- ~1000 Hz: competitive standard
An honest note: above 1000 Hz the gain is debatable, and in some games very high rates (2000 Hz or more) can cause stuttering, because the game engine was not designed to receive that many events. More is not always better.
What actually fixes it
- Turn off pointer acceleration in Windows
- Raise the mouse polling rate to 1000 Hz in the manufacturer software
- Stop Windows from turning off USB ports to save power
- Disable V-Sync in-game and use an FPS cap instead
- Enable GPU latency reduction (Reflex on NVIDIA, Anti-Lag on AMD)
- Set the system timer to high resolution
- Keep the mouse on a USB port directly on the motherboard, not on a hub
Each of these is worth a few milliseconds. Together, they are the difference between a mouse that feels heavy and one that responds instantly.
Frequently asked questions
Not necessarily today. Competitive wireless mice have latency equivalent to cable. What makes the difference is receiver placement: stuck to the case behind the desk or squeezed next to USB 3.0 ports creates interference. With the receiver on the desk, close to the mouse, performance is practically identical.