Good checklist — here’s a compact, safe, step‑by‑step version you can run through now (plus a few extra checks that commonly stop intermittent Bluetooth mouse drops). I’ll include exact places to click/commands and how to undo each change.
Immediate steps (do these first)
1) Power‑management on Bluetooth + USB hubs
- Open Device Manager.
- Expand Bluetooth → right‑click each adapter → Properties → Power Management → uncheck “Allow the computer to turn off this device to save power.”
- Expand Universal Serial Bus controllers → for each “USB Root Hub” / “Generic USB Hub” → Properties → Power Management → uncheck the same option.
Why: internal webcams, BT radios and dongles sit on USB buses and Windows can power them down; disabling this often fixes drops. You can re‑check the boxes later to undo.
2) HID devices (mouse entries)
- In Device Manager expand “Human Interface Devices” and “Mice and other pointing devices” → for each HID‑compliant mouse entry → Properties → Power Management → uncheck “Allow the computer to turn off this device to save power.”
- Reboot and test.
3) Re‑pair the mouse (clean pairing)
- Settings → Bluetooth & devices → remove the mouse (Forget).
- Put the mouse into pairing mode and re‑pair using the same Easy‑Switch channel. If you use a USB dongle (Logitech Unifying / Bolt), remove and re‑insert it into a USB 2.0 port (not a USB 3.0/3.1 port or hub) and pair with the vendor app.
Why: ghost pairings or dual connections (dongle + BT) cause conflicts.
If it still disconnects — next troubleshooting
4) Update drivers & firmware (OEM first)
- Download latest Bluetooth and chipset drivers from your PC/motherboard maker (Lenovo/Dell/HP/ASUS etc.. Install chipset first, reboot, then Bluetooth driver.
- For Logitech/other mice, install their firmware/Logi Options/Unifying tool and update the mouse firmware if offered.
Why: vendor drivers/firmware often fix stability issues.
5) Disable USB selective suspend & tweak power plan
- Control Panel → Power Options → Change plan settings → Change advanced power settings → USB settings → USB selective suspend setting → Disable (both On battery/Plugged in).
- Also set Wireless Adapter Settings → Power Saving Mode → Maximum Performance.
Why: prevents the USB controller from aggressively suspending the dongle/radio.
6) Restart Bluetooth services & clear ghost devices
- Open Services (services.msc): restart “Bluetooth Support Service” and “Device Association Service” (if present). Set them to Automatic (Delayed Start) if not already.
- In Device Manager View → Show hidden devices → uninstall any old/ghost Bluetooth devices or old COM ports that correspond to your mouse. Reboot.
Why: lingering legacy entries can interfere with pairing.
7) Test isolation & interference
- Test the mouse on another PC (or test another BT mouse on this PC) to rule out hardware.
- If using a USB dongle, try different USB ports and move the dongle closer to the mouse (use a short USB extension). Avoid placing the dongle behind metal or next to Wi‑Fi/USB 3.0 devices which can cause RF interference.
Advanced (only if still failing)
8) Clean boot
- msconfig → Services tab → hide Microsoft services → disable 3rd‑party services → restart. If stable, re‑enable services one by one to find the conflict.
9) powercfg checks (find what’s causing wake/keepalive problems)
- Open elevated CMD and run: powercfg -requests and powercfg -devicequery wake_armed — these show devices/processes that interact with power and can help diagnose if something else is resetting the radio.
10) Permanent override for stubborn apps
- If a specific process is continuously requesting the radio, you can override it (use sparingly):
powercfg /requestsoverride PROCESS appname.exe SYSTEM
(Only use after you identify the exact app from powercfg -requests.
How to undo
- Re‑enable Power Management checkboxes you changed, re‑enable USB selective suspend, or reinstall previous drivers if you want to revert. Keep note of driver installer files so you can roll back.
If you want, I can:
- Give the exact Device Manager path and screenshots for your Windows version, or
- Walk you step‑by‑step live (I’ll prompt the next click and command).
Also tell me: laptop/desktop make & model, mouse model (Logitech MX-anything?, and whether you use a dongle or native Bluetooth — I’ll tailor the driver/firmware links and exact steps.