Windows – Plugging the usb device makes PC go crazy

freezeusbusb-flash-drivewindowswindows 8

When I plug in the usb flash drive, Windows 8.1 won't recognize it. Then when I plug out the mouse (so that I can plug in the flash drive instead), this happens:

  1. the usb drive is still not recognized
  2. when I plug in the mouse, it doesn't work

Usb causes also a problem with Skype (no idea why). I try to quit the Skype, it disappears from the Windows bar, but remains in the process manager, and can't be quitted even with brute force (tried with Process Hacker with no luck).

This is what I tried:

  1. scanning plug & play in device manager -> hangs
  2. repairing Hardware and software device using wizard -> still "Scanning for hardware changes" with no result
  3. restart -> works, but it's not actually solving the problem

What could I do with it?

EDIT:
I have found some error:

Event ID = 10111 Source: DriverFrameworks-UserMode
The device USB DISK (location (unknown)) is offline due to a user-mode driver crash. Windows will attempt to restart the device 5 more times. Please contact the device manufacturer for more information about this problem.

Event ID = 10110 Source: DriverFrameworks-UserMode
A problem has occurred with one or more user-mode drivers and the hosting process has been terminated. This may temporarily interrupt your ability to access the devices.

Event ID = 7011 Source: Service Control Manager
A timeout (30000 milliseconds) was reached while waiting for a transaction response from the avgwd service.

Event ID = 7011 Source: Service Control Manager
A timeout (30000 milliseconds) was reached while waiting for a transaction response from the WSearch service.

Best Answer

The issue is either with the USB ports controller or with drivers to it that crash. From what you described, it looks like if the USB devices connected consume too much power (about 500 mA or more - limitation for USB 2.0) they hang USB port hub/controller. Mouse is low consuming while USB storage devices are not (including mobile phone). The first troubleshooting step is to check whether the USB flash drive is visible in BIOS and available to boot from. If you can boot from USB - than the issue is about Windows USB hub drivers.

Additionally, I advise you to start Windows PE from USB or CD/DVD drive that doesn't require installation - you'll get pure environment where you can test your USB. I advise to use Ieshua's Live DVD/USB (http://www.black-torrents.com/torrent/448394/ieshuas-live-dvd/usb-2.14-2015-pc) or something like http://windowsmatters.com/2015/01/10/gandalfs-windows-7-pe-x86/

Related Question