1. Press Windows Key + R and type devmgmt.msc in the Run dialog box to open Device Manager.
USB Devices Problem USB Devices not working in Windows 8.1
2. When the Device Manager window opens, you have to seek the USB device with whom you’re facing trouble. It may be listed under Human Interface Devices as USB Input Device.
If you don’t find it there, you can expand Universal Serial Bus controllers. Here, you’ll find a list of USB devices you’ve connected with your system so far. To find the one from the list for which you have an issue, you have to follow the trial and error method. That is, plug and remove the device and note the changes among the list of devices for Universal Serial Bus controllers. The entry which is appeared and then removed subsequently is the entry for issued device. Keep the device plugged in and right click over this entry, pick Properties.
USB Devices Problem 1 USB Devices not working in Windows 8.1
3. In the device properties window shown below, switch to Details tab. Now click the drop-down menu for Property and select Device Instance Path. Note down the corresponding Value because we will need this value in further steps. By the way, this value iscombination of three IDs; namely Vendor ID (VID), Product ID (PID), Instance ID.
USB Devices Problem 2 USB Devices not working in Windows 8.1
4. Press Windows Key + R combination, type put regedit in Run dialog box and hit Enter to open the Registry Editor.
Regedit USB Devices not working in Windows 8.1
5. Navigate here:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\<Device Instance Path>\Device Parameters
USB Devices Problem 3 USB Devices not working in Windows 8.1
Substitute the Device Instance Path part (after USB\) obtained from the step 3.
6. In the right pane of Device Parameters key look for the DWORD named EnhancedPowerManagementEnabled which must be showing its Value data as 1. Double click on the same to get this:
USB Devices Problem 4 USB Devices not working in Windows 8.1
7. In the above shown box, change the Value data to 0. Click OK. You may now close the Registry Editor as well as Device Manager.