The pointer skips. It freezes for a beat then teleports. You whip it across the screen and it gets there a half-second after your hand stops. Mouse cursor lag is one of the most disorienting PC problems because it makes the entire computer feel broken — even when only the input pipeline is at fault.
The fixes below are ordered by how often they work, fastest first. Do them in order and you'll catch 95% of cases without paying for anything.
Step 0: Confirm the Lag
Open the KeyTest mouse tester and watch the polling rate graph as you move. A healthy mouse holds steady at its rated polling rate (500 or 1000 Hz). Sudden drops to 50–100 Hz or large gaps are real lag. If the graph is steady, the problem is the display or app, not the mouse.
Fix 1: Try a Different USB Port (30 seconds)
USB 3.0 ports — usually the blue or teal ones — can radiate 2.4 GHz interference that disrupts wireless mouse receivers and even wired connections in some cases. Move the cable or dongle to a USB 2.0 port, ideally one on the front of the case or via an extension cable. The Wikipedia article on USB 3.0 frequency interference documents the issue Intel originally identified back in 2012.
Fix 2: Disable USB Selective Suspend
Windows aggressively powers down USB devices to save energy on laptops, and "wake-up" lag often shows as a quarter-second cursor freeze.
- Open Control Panel → Power Options → Change plan settings → Change advanced power settings.
- Expand USB settings → USB selective suspend setting.
- Set both On battery and Plugged in to Disabled. Click OK.
Fix 3: Update or Reinstall Mouse Drivers
Open Device Manager → Mice and other pointing devices. Right-click your mouse → Uninstall device. Restart Windows — the driver reinstalls automatically with a clean state. Microsoft's HID driver documentation explains how Windows discovers HID-class mice.
If you're on a Logitech, Razer, or SteelSeries device, also check the manufacturer's support site for the latest firmware, which sometimes ships fixed polling drivers.
Fix 4: Disable "Enhance Pointer Precision"
Microsoft's mouse acceleration adds a non-linear curve to cursor movement that feels like inconsistent lag at fast speeds. Settings → Bluetooth & devices → Mouse → Additional mouse settings → Pointer Options → uncheck "Enhance pointer precision". This isn't lag in the technical sense, but the variable speed feels identical.
Fix 5: Lower Polling Rate (Counter-Intuitive Fix)
Newer mice support up to 8000 Hz polling. On older CPUs (Intel 8th-gen and earlier, Ryzen 3000 and earlier), 8 KHz can saturate one CPU core and cause stutter system-wide. In Razer Synapse or G Hub, drop polling to 1000 Hz and re-test. See our polling rate explainer for what each Hz value actually buys you.
Fix 6: Check for Wireless Interference
2.4 GHz wireless mice share the band with Wi-Fi, Bluetooth, microwaves, and USB 3.0 noise. To diagnose:
- Move the receiver within 15 cm of the mouse using a USB extension.
- Turn off nearby Bluetooth devices (phone, headphones).
- If lag disappears, interference is the cause — leave the receiver close.
Bluetooth-only mice are more vulnerable; see our wireless disconnects guide for deeper fixes.
Fix 7: Replace the Battery
Wireless mice get laggy long before they fully die. A wireless Logitech with under 15% charge frequently drops to 100 Hz polling to save power, which feels like sudden slow-motion. Charge fully or swap AA batteries.
Fix 8: Update the Display Driver
NVIDIA, AMD, and Intel display drivers all have a "DPC latency" path that, when broken, causes cursor stutter even though the mouse data is fine. Open GeForce Experience / AMD Adrenalin / Intel Arc Control and install the latest WHQL driver. Also check Windows Update for an OEM display driver if you're on a laptop.
Fix 9: Replace the Mouse
If none of the above worked, swap in a different mouse for a day. If lag disappears, the original mouse has a failing sensor or USB controller. RTINGS keeps current latency rankings if you're shopping for a replacement. Before binning the old one, check iFixit's mouse repair guides — sometimes a sensor lens reseat or board re-flow brings them back.
When the Lag Is Actually a Disconnect
A 200 ms cursor freeze can be a momentary wireless disconnect, not lag. The KeyTest tester logs disconnect events separately. If you see them, jump to our wireless disconnect troubleshooting guide — the underlying fix is different.
Frequently Asked Questions
Why does my cursor lag only when watching video?
Hardware-accelerated video playback can starve the mouse driver of CPU cycles on weaker systems. Disable hardware acceleration in your browser, or switch from Chrome's GPU process to integrated graphics, to confirm.
Can a Bluetooth mouse ever match a wired one for smoothness?
Not quite. Bluetooth caps polling at 125 Hz on most systems and is sensitive to interference. A 2.4 GHz wireless dongle (Logitech Lightspeed, Razer HyperSpeed) is essentially identical to wired and is the gold standard for wireless gaming.
My cursor moves smoothly on the desktop but stutters in apps. Why?
The app is the culprit. Heavy apps (Photoshop, video editors, Electron-based chat clients) can hold up the UI thread and delay cursor redraws. Update the app, lower its priority in Task Manager, or close other resource-heavy apps.
Does USB 3.0 really interfere with wireless mice?
Yes. USB 3.0 ports leak 2.4 GHz noise that overlaps with wireless mouse radios. Move the receiver to a USB 2.0 port or use a 1-foot USB extension cable away from the back of the PC.
How do I tell if it's the mouse or the PC?
Plug the mouse into a different computer for 5 minutes. If lag follows the mouse, it's hardware. If lag stays on the original PC, it's drivers, USB, or system load.