A USB device that randomly disconnects and reconnects - announced by that familiar Windows chime playing on a loop - is one of the more maddening intermittent faults, because it's rarely obvious whether the problem is the device, the cable, the port, or Windows' own power management getting overzealous. This guide works through the causes in order of likelihood, from the quick software fixes to genuine hardware troubleshooting.
Confirming What's Actually Happening
Open Device Manager (right-click Start and select it) and expand Universal Serial Bus controllers. If a device is dropping out, you may see it flicker in and out of Other devices, or notice a yellow warning triangle appear briefly. Check Event Viewer for a clearer picture: search for it via the Start menu, navigate to Windows Logs > System, and look for repeated warnings around the times the disconnects happen, often referencing the specific USB controller or hub.
Pro tip: Note whether the problem affects one specific device, one specific port, or seemingly random devices across different ports. This single observation narrows the cause dramatically before you touch any settings.
The Most Common Cause: USB Selective Suspend
Windows aggressively manages power to USB ports to save energy, particularly on laptops running on battery, and this is by far the most common cause of intermittent, random-seeming disconnects.
- Open Device Manager, expand Universal Serial Bus controllers.
- Right-click each entry named USB Root Hub (there are usually several) and select Properties.
- Go to the Power Management tab.
- Untick Allow the computer to turn off this device to save power.
- Repeat for every USB Root Hub listed.
There's also a system-wide setting worth checking:
- Press Windows key + R, type
powercfg.cpl, and press Enter. - Click Change plan settings next to your active power plan, then Change advanced power settings.
- Expand USB settings > USB selective suspend setting, and set both On battery and Plugged in to Disabled.
Safety warning: Disabling USB selective suspend will very slightly increase power consumption and battery drain on a laptop, since USB ports draw a small amount of power continuously rather than powering down when idle. This trade-off is almost always worth it to eliminate disconnection issues, but it's worth knowing the reason if you notice a marginal battery life change.
Updating or Reinstalling the USB Controller Driver
A corrupted, outdated, or generic driver for the USB controller itself (as opposed to the connected device) can cause intermittent dropouts.
- In Device Manager under Universal Serial Bus controllers, right-click each USB Host Controller or Extensible Host Controller entry and select Update driver > Search automatically for drivers.
- If that finds nothing new, try Uninstall device (this doesn't remove the physical hardware, only the software driver), then restart your PC - Windows automatically reinstalls a fresh driver for the controller on boot.
- For desktop PCs, installing the latest chipset driver from your motherboard manufacturer often resolves USB controller issues at the root, since the chipset driver package includes the correct low-level USB controller drivers rather than Windows' generic fallback.
Checking the Physical Connection
Before assuming it's purely a software issue, rule out the physical layer:
- Try a different USB port - front-panel ports on desktops, connected via internal headers, are a common source of poor connections due to cheap internal cabling; rear ports connected directly to the motherboard are generally more reliable.
- Try a different cable, especially for devices using a separate USB cable (external drives, printers) - cheap or damaged cables are a very common, easily overlooked cause.
- Avoid USB hubs for power-hungry devices - external hard drives, some webcams, and other higher-draw devices can suffer from insufficient power when connected through an unpowered hub; connect them directly to the PC, or use a powered hub.
- Check for physical port damage - a loose or worn USB port can cause exactly this symptom; try gently wiggling the connector while watching if the device drops out, which suggests a physical fault rather than a driver issue.
Fixing Disconnects on a Specific Device Rather Than All USB Ports
If only one particular device (an external drive, webcam, or peripheral) disconnects while everything else is stable, focus on that device's own driver rather than the USB controllers.
- In Device Manager, find the specific device (it may be listed under its own category, like Disk drives or Cameras, rather than under USB controllers directly).
- Right-click it, go to Properties > Power Management tab, and untick Allow the computer to turn off this device to save power if the option is present - not all devices expose this tab.
- Check the manufacturer's website for a dedicated driver, since many peripherals work adequately on Windows' generic driver but perform more reliably with the manufacturer's specific one.
Power Supply Issues on Desktop PCs
If multiple USB devices disconnect simultaneously, particularly high-draw ones like external drives or multiple peripherals connected via a hub, it can indicate the PC's power supply unit (PSU) is under strain, especially on an older or lower-wattage unit that was adequate when purchased but is now supporting more connected devices than originally intended.
Safety warning: If you suspect a PSU issue, this is a job for careful diagnosis rather than guesswork - a failing or overloaded PSU can, in rare cases, damage connected components. If disconnects are widespread and severe, and especially if accompanied by other symptoms like random shutdowns, consider having the PSU tested or replaced rather than continuing to work around the symptom.
When to Suspect USB 3.x Interference
USB 3.x cables and devices operate at frequencies that can, in some setups, cause radio interference with nearby 2.4GHz wireless devices - wireless mice, keyboards, and Wi-Fi adapters - occasionally manifesting as those peripherals dropping out rather than the USB device itself. If a wireless mouse or keyboard is the thing disconnecting, try moving its USB receiver away from other USB 3.x ports and devices, or route the USB 3.x device through an extension cable to increase physical separation.
Working through these causes in order - power management settings first, then drivers, then physical connections - resolves the vast majority of USB disconnection problems without needing to replace any hardware at all.
Was this guide helpful? Explore more Driver Updates guides, or browse all Operating System & Software articles.