It's frustrating when your USB devices disconnect and reconnect randomly on Windows. When this happens, you'll likely bump into the "USB devices keep disconnecting and reconnecting" error.

This could be problematic and might disrupt you while accessing or transferring files. But, fortunately, this article covers all the solutions that'll help you resolve this issue.

1. Quick Fixes for the "USB Keeps Disconnecting and Reconnecting" Error

Person using a Windows PC

This error might be caused by hardware or system-specific issues. So, to make things easier, let's start by exploring a few quick fixes:

  1. Reboot your PC immediately when you encounter this issue.
  2. Plug your USB device into a different USB port. This will help determine whether the initial port is broken or not.
  3. Plug your USB device into a different computer. This will determine whether the issue lies with your PC or the USB device.
  4. Disable the Windows fast startup setting and reboot your PC.

2. Reinstall the USB Drivers

The "USB device keeps disconnecting and reconnecting Windows 10" error could be caused by faulty USB drivers. To resolve it, uninstall and reinstall your USB drivers as follows:

  1. Press Win + X and select Device Manager.
  2. Expand the Universal Serial Bus controllers section.
  3. Right-click on the USB driver and select Uninstall device.
Reinstalling the USB Drivers
No attribution required --- my own JPG screenshot

Reboot your system when you finish. This will automatically reinstall the USB drivers.

3. Configure Your PC's Power Management Settings

This error might also be caused by the way you've configured your PC's power settings. So, tweaking a few power settings could help.

Now, to resolve the issue at hand, here's what you need to do:

  1. Press Win + X and select Device Manager.
  2. Expand the Universal Serial Bus controllers section, right-click on your USB driver, and select Properties.
  3. Navigate to the Power Management tab.
  4. Uncheck the Allow the computer to turn off this device to save power box and press OK.
Configuring PC Power Saving Settings

Restart your PC to save these changes.

4. Disable the USB Selective Suspend Setting

The Windows "USB disconnecting and reconnecting" issue might stem from your PC's USB Selective Suspend Settings.

To resolve it, disable the USB Selective Suspend Setting through these steps:

  1. Type Control Panel in the Start menu search bar and select the Best match.
  2. Press the View by drop-down menu and select Large icons.
  3. Select Power Options in the main window and select Change plan settings.
  4. In the next window, select the Change advanced power settings option.
  5. In the Power Options screen, locate and expand the USB settings.
  6. Expand the USB selective suspend setting and disable both the On battery and Plugged in options.
Disabling the USB Selective Suspend Setting on Windows

Press Apply, press OK, and then restart your PC to save these changes.

5. Run the Hardware and Devices Troubleshooter

If this is a hardware-related issue, the Hardware and Devices troubleshooter could help. To get started, simply follow these steps:

  1. Type Troubleshoot in the Start menu search bar and select the Best Match.
  2. Select Hardware and Devices and press the Run the troubleshooter button.
Running the Hardware and Devices Troubleshooter

When the process is complete, close the troubleshooter and restart your PC.

The "USB keeps disconnecting and reconnecting" issue might be caused by corrupted system files. In this case, you can resolve it using the DISM and SFC tools.

To get started, run the DISM tool by following these steps:

  1. Press Win + R and type CMD.
  2. Next, press Ctrl + Shift + Enter to open an elevated Command Prompt.
  3. Type the following command and press Enter:
          DISM /Online /Cleanup-Image /ScanHealth        

When the scan is complete, type the following command and press Enter:

          DISM /Online /Cleanup-Image /RestoreHealth        

Restart your PC when the scan is complete.

Next, open the Command Prompt as per the previous steps. From there, run an SFC scan by typing the following command and pressing Enter:

          sfc /scannow        

Wait for the scan to complete. Finally, close the Command Prompt and restart your PC to save these changes.

Easily Connect All Your USB Devices to Windows

Dealing with a USB device that keeps disconnecting and reconnecting can be quite challenging. However, you can easily tackle this issue by applying any of the solutions we've covered.