- Keep a working input method
- 1. Identify the connection type
- 2. Check hardware and power
- 3. Reconnect only the affected Bluetooth device
- 4. Check Windows device status without disabling everything
- 5. Check sleep and power behavior
- 6. Isolate wireless interference
- 7. Test a clean environment
- Verifica el resultado
- Fuentes
Intermittent input can come from the device, cable, receiver, port, battery, radio interference, software, or the computer itself. Test one variable at a time. Do not disable every Human Interface Device, delete Bluetooth preference files, or turn off system sleep as a first response.
Keep a working input method #
Before changing drivers or Bluetooth settings, make sure you have another working keyboard, mouse, touchpad, or wired connection. Avoid any command that disables an entire device class; it can remove the controls needed to reverse the change.
1. Identify the connection type #
Determine whether the device is:
- wired USB
- Bluetooth
- a proprietary wireless receiver
- built into a laptop
Note whether both keyboard and mouse fail together, whether failure follows one port, and whether it happens only after sleep. Test the device on another computer when practical.
2. Check hardware and power #
For a wired device, inspect the cable and connector, connect directly rather than through a hub, and try a known-good port.
For a wireless device, charge it or replace its batteries. Move the receiver closer using a short extension cable if the manufacturer supports that arrangement. Keep receivers away from crowded hubs, metal obstructions, and high-traffic USB 3 devices during testing.
If a connector becomes hot, smells burnt, is physically damaged, or disconnects when gently touched, stop using it.
3. Reconnect only the affected Bluetooth device #
Windows #
Open Settings → Bluetooth & devices. Remove only the affected device, restart it, put it in pairing mode, and add it again. Check Windows Update and the PC manufacturer for Bluetooth and chipset updates.
macOS #
Open System Settings → Bluetooth. Disconnect or forget only the affected accessory, restart the accessory, and pair it again. Install current macOS updates.
Do not delete system Bluetooth files. On managed or multi-device Macs, that can remove pairings and complicate diagnosis.
4. Check Windows device status without disabling everything #
Open Device Manager and inspect the affected keyboard, mouse, Bluetooth adapter, receiver, or USB controller for a warning icon. Use Properties → Events to look for repeated connection failures.
You can list HID devices without changing them:
Get-PnpDevice -Class HIDClass | Select-Object Status, FriendlyName, InstanceId
Do not pipe this list into Disable-PnpDevice. Microsoft documents that cmdlet as disabling the selected PnP devices, and a class-wide pipeline can disable all keyboard and mouse interfaces.
If a vendor specifically recommends reinstalling one device, note its exact name and instance, create a restore point when appropriate, uninstall only that device in Device Manager, and restart. Do not select driver-package deletion unless you already have a trusted replacement.
5. Check sleep and power behavior #
If disconnects happen only after wake:
- install system, firmware, chipset, and Bluetooth updates
- test without an unpowered hub or dock
- check the accessory vendor for sleep/wake firmware guidance
- on Windows, review the affected device’s Power Management tab if it exists
The command powercfg -devicequery wake_from_any lists devices with wake capabilities; it does not prove that USB selective suspend caused a disconnect.
On macOS, do not use pmset to disable sleep globally. Preventing sleep is not a Bluetooth repair and can increase battery use and heat.
6. Isolate wireless interference #
Temporarily move the computer and accessory away from other receivers, docks, routers, external drives, and dense cable bundles. Test at close range. Do not permanently disable Wi-Fi as a workaround; the short test is only to identify radio coexistence or placement issues.
The macOS SMC sampler in powermetrics reports supported fan and temperature information, not Bluetooth signal strength. Use the accessory’s vendor tools or Apple diagnostics when available.
7. Test a clean environment #
On Windows, a Microsoft-documented clean boot can isolate third-party utilities. Restore normal startup after testing.
On macOS, Safe Mode can show whether software loaded during startup contributes to the problem. Restart normally after the test.
Verifica el resultado #
Repeat the activity that previously caused the disconnect for at least as long as it normally took to fail. Confirm that input remains stable after sleep and wake. If the same device fails on multiple computers, replace or service it. If multiple known-good devices fail on one computer, investigate that computer’s port, radio, dock, or system software.
