Why Does My Gaming Mouse Keep Disconnecting? (2026 Troubleshooting Guide)

Why does my gaming mouse keep disconnecting

There is nothing more frustrating than lining up the perfect headshot, only to have your cursor freeze mid-flick. If your gaming mouse keeps disconnecting during critical moments, you are not alone. Thousands of gamers report this exact problem across forums like Reddit, Tom’s Hardware, and Microsoft Answers every single month.

The good news is that most disconnects come from a handful of identifiable causes. USB power management settings, outdated drivers, wireless interference, and high CPU usage during gameplay account for the vast majority of cases. I have spent years helping gamers troubleshoot this issue, and nearly every disconnect can be traced back to one of these culprits.

This guide walks through every fix in order of likelihood, starting with the solutions that resolve the problem for most players. Most of these take under five minutes to try, and you do not need any technical background to follow along.

Quick Fixes: Why Does My Gaming Mouse Keep Disconnecting?

If you want the short version, here are the five fixes that solve the problem for the largest number of gamers. Start at the top and work your way down until the disconnects stop.

  1. Disable USB Selective Suspend in Power Options. This is the single most effective fix and resolves the issue for the majority of users.

  2. Uncheck “Allow the computer to turn off this device to save power” for every USB Root Hub in Device Manager.

  3. Update or reinstall your mouse drivers through Device Manager or your mouse manufacturer’s software.

  4. Move the mouse to a different USB port, preferably a USB 2.0 port directly on the motherboard back panel.

  5. Remove duplicate HID-compliant device entries in Device Manager by showing hidden devices and deleting the extras.

If you have tried all five and the mouse still drops, the problem likely involves wireless interference, high CPU usage during gaming, or a deeper system issue. The detailed sections below cover each fix step by step.

Fix 1: Disable USB Power Management (Most Common Solution)

Windows has a built-in power-saving feature called USB Selective Suspend that automatically powers down USB ports when it thinks they are idle. The problem is that Windows does not always correctly identify when a gaming mouse is idle versus when it is simply not moving. During intense gameplay, there are brief moments where your mouse sits still for a fraction of a second, and Windows can misinterpret that as inactivity.

When this happens, Windows cuts power to the USB port. Your mouse disconnects, the LED turns off, you hear the Windows disconnect sound, and then a second or two later it reconnects. This cycle can repeat every few seconds or happen randomly once per hour.

Disabling this feature is the fix that works for the most gamers. Here is exactly how to do it.

Method A: Disable USB Selective Suspend via Power Options

This method handles the system-wide setting and is the first thing you should try.

  1. Press Windows Key + R to open the Run dialog.

  2. Type powercfg.cpl and press Enter. This opens the Power Options window.

  3. Click Change plan settings next to your currently selected power plan.

  4. Click Change advanced power settings.

  5. Scroll down to USB settings and expand it.

  6. Expand USB selective suspend setting.

  7. Change the setting to Disabled for both “On battery” and “Plugged in” (if you see both options).

  8. Click Apply and OK.

  9. Restart your computer.

Method B: Disable Power Management for USB Root Hubs

Even with Selective Suspend disabled system-wide, individual USB Root Hubs can still have their own power management settings that override it. You need to disable these separately.

  1. Right-click the Start button and select Device Manager.

  2. Expand the Universal Serial Bus controllers section.

  3. Right-click each USB Root Hub entry and select Properties.

  4. Go to the Power Management tab.

  5. Uncheck “Allow the computer to turn off this device to save power”.

  6. Click OK.

  7. Repeat this for every USB Root Hub listed (there are usually three to five of them).

  8. Also do the same for any entries labeled Generic USB Hub.

After completing both methods, test your mouse in a game. For the majority of gamers, this alone eliminates the disconnects entirely.

Fix 2: Update or Reinstall Mouse Drivers

Corrupted or outdated drivers are the second most common cause of mouse disconnects. Gaming mice rely on HID-compliant device drivers and manufacturer-specific drivers that translate sensor data into cursor movement. When these drivers are outdated, conflicting, or corrupted, the connection becomes unstable.

One important thing to know: the problem is not always your mouse driver itself. USB controller drivers on your motherboard can also cause issues. You need to address both.

Update Mouse Drivers

  1. Open Device Manager (right-click Start, select Device Manager).

  2. Expand Mice and other pointing devices.

  3. Right-click your gaming mouse and select Update driver.

  4. Choose Search automatically for drivers.

  5. If Windows finds an update, install it and restart.

Windows rarely finds the latest driver this way. For the most current version, download the driver directly from your mouse manufacturer’s website. Logitech uses G HUB or Logitech Options, Razer uses Synapse, Corsair uses iCUE, and SteelSeries uses GG. Install the latest version of their software and let it update your mouse firmware.

Clean Reinstall of Mouse Drivers

If updating does not help, a clean reinstall often does the trick. This removes any corrupted driver files and forces Windows to install fresh ones.

  1. Open Device Manager and expand Mice and other pointing devices.

  2. Right-click your mouse and select Uninstall device.

  3. Check the box that says “Delete the driver software for this device” if it appears.

  4. Click Uninstall.

  5. Disconnect the mouse from the USB port.

  6. Restart your computer.

  7. After the reboot, plug the mouse into a different USB port.

  8. Windows will automatically reinstall the driver.

Reinstall USB Controller Drivers

If the mouse drivers are fine but disconnects persist, the USB controllers themselves may need a reset.

  1. In Device Manager, expand Universal Serial Bus controllers.

  2. Right-click each USB Root Hub and select Uninstall device.

  3. Uninstall all of them, then restart your computer.

  4. Windows will reinstall all USB controller drivers automatically on boot.

This process can feel scary because your mouse and keyboard stop working temporarily after uninstalling, but Windows reinstalls everything during the reboot. Just make sure you can navigate with your keyboard or have a PS/2 mouse as a backup.

Fix 3: Test and Switch USB Ports

The USB port your mouse plugs into matters more than most people realize. Different ports connect to different controllers on your motherboard, and some ports are more stable than others for high-speed input devices.

USB 2.0 vs USB 3.0 for Gaming Mice

Most gaming mice work best on USB 2.0 ports. This sounds counterintuitive since USB 3.0 is faster, but here is why it matters.

USB 2.0 ports use a separate controller from USB 3.0 ports on most motherboards. Gaming mice do not need the extra bandwidth of USB 3.0, but they do benefit from the dedicated, lower-latency controller that USB 2.0 provides. Additionally, USB 3.0 ports generate electromagnetic interference that can disrupt 2.4GHz wireless signals if you use a wireless mouse with a USB dongle.

If your mouse keeps disconnecting, try moving it to a USB 2.0 port. These are typically the black ports on the back of your motherboard, while USB 3.0 ports are blue.

Front Panel vs Motherboard Ports

Front panel USB ports on your PC case connect to the motherboard through internal cables. These cables can be loose, damaged, or pick up interference from other components inside the case. Motherboard ports on the back panel connect directly to the motherboard PCB and are far more stable.

Always test your gaming mouse on a rear motherboard port before concluding the problem is the mouse itself. I have seen cases where a $150 gaming mouse appeared defective simply because the front panel cable was slightly loose.

Avoid USB Hubs

USB hubs, especially unpowered ones, are a common cause of disconnects. A gaming mouse requires consistent power delivery, and sharing a USB port through a hub with other devices can cause power fluctuations. If you must use a hub, make sure it is a powered hub with its own AC adapter.

Fix 4: Clean Up Duplicate HID Entries in Device Manager

Every time you plug a USB device into a new port, Windows creates a new device entry for it. Over time, you can accumulate dozens of duplicate HID-compliant device entries, and these duplicates can conflict with each other. This is a surprisingly common cause of mouse disconnects that most guides overlook.

Here is how to find and clean up these duplicates.

  1. Open Device Manager.

  2. Click View in the top menu and select Show hidden devices.

  3. Expand Mice and other pointing devices. You may see multiple entries that appear faded or grayed out.

  4. Right-click each grayed-out entry and select Uninstall device.

  5. Next, expand Human Interface Devices.

  6. Look for duplicate HID-compliant device and HID-compliant consumer control device entries.

  7. Uninstall any that are grayed out (these are leftover entries from devices no longer connected).

  8. Restart your computer.

Many users on Reddit and Tom’s Hardware report that this alone fixed disconnects that had plagued them for months. The duplicate entries were causing the USB enumerator to constantly try re-initializing the mouse, resulting in the disconnect and reconnect cycle.

Fix 5: Resolve Wireless Interference for 2.4GHz Mice

If you use a wireless gaming mouse with a USB dongle, interference is a leading cause of disconnects. Most wireless gaming mice operate on the 2.4GHz frequency band, which is shared by Wi-Fi routers, Bluetooth devices, microwave ovens, and even USB 3.0 ports themselves.

USB 3.0 Port Interference

This is one of the most overlooked causes of wireless mouse disconnects. USB 3.0 ports and cables generate broadband noise in the 2.4GHz range. If your wireless mouse dongle is plugged into or near a USB 3.0 port, the interference can cause frequent dropouts.

Intel published a technical paper documenting this issue, and it affects a significant number of setups. The fix is simple: move your wireless dongle to a USB 2.0 port as far away from USB 3.0 ports as possible. Many wireless mouse manufacturers now include USB extension cables specifically for this reason.

Dongle Placement Tips

The closer your dongle is to the mouse, the stronger the signal. If your PC sits under a desk or behind a monitor, the signal has to travel through obstacles that weaken it.

  • Use the included USB extension cable to bring the dongle to desk level.

  • Position the dongle so it has a clear line of sight to the mouse.

  • Keep the dongle away from metal objects and large electronic devices.

  • Avoid placing the dongle directly behind your monitor or PC case.

Other 2.4GHz Devices

If you have multiple wireless devices competing for the same frequency, they can interfere with each other. Common culprits include:

  • Wi-Fi routers operating on the 2.4GHz band (try switching to 5GHz Wi-Fi if possible).

  • Bluetooth headphones or speakers placed near the dongle.

  • Other wireless mice or keyboards in the same workspace.

  • Cordless phones and baby monitors.

Try unplugging or turning off other wireless devices one at a time to see if the disconnects stop. This isolation test can pinpoint which device is causing the interference.

Gaming-Specific Disconnects: CPU Usage and Polling Rate

Many gamers report that their mouse works perfectly on the desktop but disconnects the moment they launch a game. This is one of the most frustrating variations of the problem, and the causes are specific to how games interact with the USB subsystem.

High CPU Usage Correlation

This is a content gap that almost no troubleshooting guides address properly. When your CPU hits near 100% utilization during gaming, it can struggle to service USB interrupt requests in time. The USB controller needs the CPU to process data from your mouse at regular intervals. When the CPU is maxed out rendering frames, physics calculations, and game logic, it can miss USB polling deadlines.

When a USB polling deadline is missed, the mouse appears to disconnect. The effect is identical to a power management disconnect: the cursor freezes, the LED may flicker, and Windows plays the disconnect and reconnect sounds.

I have seen this pattern repeatedly on Tom’s Hardware forum posts. Users with mid-range CPUs running demanding games at high settings are particularly vulnerable. The fix is not about the mouse at all. It is about reducing CPU load.

Here are some ways to test and fix this:

  • Open Task Manager (Ctrl+Shift+Esc) and watch CPU usage while gaming. If it spikes to 95% or higher right before a disconnect, CPU starvation is likely the cause.

  • Lower in-game graphics settings, particularly CPU-bound settings like draw distance, shadow quality, and NPC count.

  • Cap your frame rate using RTSS or in-game settings. Uncapped frame rates can push the CPU to its absolute limit.

  • Close background applications like Chrome tabs, Discord hardware acceleration, or streaming software that compete for CPU time.

  • Check for malware or crypto miners running in the background that consume CPU cycles.

Polling Rate and USB Bandwidth

Gaming mice typically operate at polling rates of 500Hz, 1000Hz, or higher. A 1000Hz polling rate means the mouse sends data to the computer 1000 times per second. At very high polling rates, the USB subsystem has to process a massive amount of interrupt traffic.

If your system is already stressed, a high polling rate can push it over the edge. Try lowering your polling rate from 1000Hz to 500Hz using your mouse software. Many users report that this eliminates disconnects during gaming, with negligible impact on actual responsiveness.

High Precision Event Timer (HPET)

HPET is a hardware timer in modern motherboards that Windows uses for timing precision. Some motherboards have buggy HPET implementations that cause USB timing issues under load. Disabling HPET in BIOS has resolved mouse disconnects for a small but notable number of gamers.

This is an advanced fix. Check your motherboard manual for instructions on toggling HPET in BIOS. If disabling it does not help, re-enable it, as it can also cause other timing issues.

Advanced Fixes: BIOS Settings and Registry Cleanup

If you have tried everything above and the disconnects continue, the problem may require deeper system-level fixes. These solutions are less common but have resolved stubborn cases.

BIOS USB Configuration

Some motherboards have USB power delivery settings in BIOS that can affect stability. The specific settings vary by manufacturer, but here are the ones most commonly associated with mouse disconnects.

  • USB XHCI Handoff: Should be enabled. If disabled, the OS cannot properly manage USB 3.0 ports.

  • Legacy USB Support: Try toggling this setting. Some users report disconnects with it enabled, others with it disabled.

  • USB Standby Power (also called ErP Ready): If enabled, the motherboard may cut USB power aggressively. Try disabling ErP or setting it to S4+S5 instead of S5 only.

  • USB Port Disable: Some BIOS versions allow disabling individual USB ports. Make sure all ports are enabled.

Updating your motherboard BIOS to the latest version can also resolve USB controller bugs. Check your motherboard manufacturer’s website for updates. This fix has helped users with newer motherboards that had early BIOS versions with USB stability issues.

Registry Cleanup with USBDeview

NirSoft’s USBDeview is a free utility that shows all USB devices that have ever been connected to your computer, including ghost entries left behind by devices you no longer use. These ghost entries can clutter the registry and cause USB enumeration conflicts.

  1. Download USBDeview from the official NirSoft website.

  2. Run it as Administrator.

  3. Sort by the “Connected” column to see all disconnected devices.

  4. Select all entries marked as disconnected (they appear with a gray icon).

  5. Right-click and select Uninstall Selected Devices.

  6. Restart your computer.

Super User forum members frequently recommend this approach for persistent USB issues. It is safe because it only removes entries for devices that are not currently connected. Windows will recreate entries for any device you plug back in.

Clean Boot Isolation

If disconnects persist, a clean boot can help you determine whether a background application or service is causing the problem. A clean boot starts Windows with only essential services.

  1. Press Windows Key + R, type msconfig, and press Enter.

  2. Go to the Services tab.

  3. Check “Hide all Microsoft services” at the bottom.

  4. Click Disable all.

  5. Go to the Startup tab and click Open Task Manager.

  6. Disable all startup items.

  7. Restart your computer and test the mouse.

If the disconnects stop in clean boot, re-enable services in batches until you find the culprit. Common offenders include third-party antivirus software, RGB control utilities like iCUE or Synapse running simultaneously, and overclocking tools.

When to Consider Hardware Replacement

If you have tried every fix in this guide and the mouse still disconnects, the mouse itself may have a hardware defect. Before replacing it, test it on another computer. If it disconnects on a completely different system, the mouse needs replacement or repair.

For wired mice, the USB cable is the most common point of failure. Internal wires can fray from repeated bending near the mouse body or the connector. Some users have fixed persistent disconnects simply by replacing the cable or resoldering the connection inside the mouse.

Wired vs Wireless: Different Disconnect Causes

Understanding whether you have a wired or wireless disconnect issue can save you time by narrowing down the solutions.

Wired mouse disconnects are almost always caused by USB power management, driver conflicts, physical cable damage, or USB port issues. If your wired mouse disconnects, focus on Fixes 1 through 4 and the advanced section. Wireless interference is not a factor.

Wireless mouse disconnects can have all the same causes as wired mice, plus additional factors like signal interference, battery issues, and dongle placement. If your wireless mouse disconnects, work through all five fixes plus the wireless interference section. Also check that your mouse battery is adequately charged, as low battery can cause the mouse to drop its wireless connection to conserve power.

A quick diagnostic: if your wireless mouse disconnects but a wired mouse works fine on the same system, the issue is wireless-specific. If both wired and wireless mice disconnect on the same computer, the issue is system-level and you should focus on power management, drivers, and USB controller fixes.

Frequently Asked Questions

How to fix mouse constantly disconnecting?

The most effective fix is to disable USB Selective Suspend in Power Options (type powercfg.cpl in the Run dialog). Then open Device Manager, expand Universal Serial Bus controllers, right-click each USB Root Hub, go to Properties, and uncheck ‘Allow the computer to turn off this device to save power’ on the Power Management tab. This resolves the problem for the majority of users.

Why does my 2.4 GHz mouse keep disconnecting?

2.4GHz wireless mice disconnect most often due to interference from USB 3.0 ports, Wi-Fi routers, or other wireless devices on the same frequency. Move the dongle to a USB 2.0 port away from USB 3.0 ports, use a USB extension cable to bring the dongle to desk level, and temporarily turn off other wireless devices to isolate the source of interference.

Why does my mouse randomly stop working while gaming?

Gaming-specific disconnects are frequently caused by high CPU usage. When your CPU hits near 100% during demanding games, it can miss USB polling deadlines, causing the mouse to momentarily disconnect. Lowering CPU-bound game settings, capping frame rates, and closing background applications can resolve this. Reducing your mouse polling rate from 1000Hz to 500Hz may also help.

How to fix mouse disconnecting and reconnecting in Windows 11?

In Windows 11, open Settings, go to System, then Power and battery, and disable USB power saving. Then open Device Manager, right-click each USB Root Hub under Universal Serial Bus controllers, go to Properties, and uncheck the power management option. Also update your mouse drivers through Device Manager or your manufacturer’s software, and clean up duplicate HID entries by showing hidden devices in Device Manager.

Why does my gaming mouse disconnect but work fine on another computer?

If the mouse works fine on another computer, the problem is with your system, not the mouse. Focus on USB power management settings, USB controller driver issues, USB port problems, and high CPU usage during gaming. The other computer likely has different power settings, newer drivers, or less CPU load, which is why the mouse behaves normally there.

Stop Your Gaming Mouse From Disconnecting

If your gaming mouse keeps disconnecting, the fix almost always lies in one of these areas: USB power management settings, driver conflicts, USB port choice, duplicate HID entries, or wireless interference. For gaming-specific disconnects, high CPU usage is a frequently overlooked cause that deserves attention.

Start with the quick fixes at the top of this guide. Disable USB Selective Suspend, uncheck the power management option on every USB Root Hub, and clean up duplicate device entries. These three steps alone resolve the issue for most gamers.

If nothing in this guide solves the problem, test the mouse on another computer. A mouse that disconnects on multiple systems has a hardware defect and should be replaced or repaired. But in the vast majority of cases, the solutions above will get you back to lag-free, disconnect-free gaming.

Leave a Reply

Your email address will not be published. Required fields are marked *