External drive not found in Windows 10

I had a USB hub fail yesterday. The 3 external drives connected through the hub all disappeared from my system. I almost went into panic mode when I moved the external drives’ cables to a new USB hub and they were still were not working. However, I knew some keys to the process.

tl;dr: Restart has benefits that shut down/power up do not. Make one change at a time.

In Windows, the process of moving a drive from one USB port to another can be fraught. I have seen this problem in the past. I don’t know the exact reason Windows has this behavior.

When the hardware configuration changes, the naïve way of just unplugging the drive from one port and installing the cable in another doesn’t always work. When there is a problem, Device Manager might show the drive, but it could have a error flag. [See below for an easy way to launch Device Manager.]

Before pulling out the heavy guns on the problem, it might be that some simple steps are enough. Some actions unlikely to succeed:

  • Device manager’s driver uninstall.
  • External hardware manager software.
  • Registry changes
  • Disk management changes
  • For emphasis, making changes in Device Manager, even if you see errors there
  • Modifying BIOS settings

Some of these are suggested as the first line of defense, but I’ve found them unhelpful when USB drives are not recognized.

Device Manager can show your progress but you do not need to make any manual changes there. Especially true: Online help that says you should download and install special tools shouldn’t be trusted.

The two keys are

  • “Shut down/power up” is not always equivalent to “Restart” when it comes to USB devices.
  • Only make one change at a time.

Shut down/power up is safe but sometimes a restart is still needed.

The steps I took to successfully transfer the drive is as follows. It’s wiser to disconnect/reconnect while the power is off, but Restart is still needed after the power is turned on.

  1. Power down and unplug the drive from their old ports.
  2. Power up and Restart the system
  3. power down and put the drive’s cable into its new USB port
  4. power up and restart the system again.

At this point the device manager showed the external drives under the “Disk drive” category.

I was disappointed that, at first, Windows didn’t show the drives in Explorer and Device Manager didn’t show any errors. To fix this didn’t require any extra magic steps. I did an extra restart and shut down the system and turned off the power strip. I did not change anything in administrative tools nor device manager.

My point in this description is to explain that the error when I moved a drive from one USB port to another required some extra steps but no wizards hat.

A similar problem can happen when you move a USB hub from one USB port to another. That also requires multiple reboots. You just make each change one at time.

Fortunately, changing usually works without any trouble. Unfortunately, when you do have trouble, many online help sites give identical suggestions that don’t work. The pedestrian steps of change, restart, change, restart can be enough.


To launch Device manager in windows 10, just go to search in the taskbar and type Device Manager. You can also search in the configuration tool (the gear in the start menu). You don’t need to remember the name of the tool’s file any more.

Replace Windows 8 disk, phase 3


I was able to archive quite a few files.
* The files from a Linux server that I hadn’t saved
* The files from a 1TB drive from an old computer
I restored the files from the archived system onto that 1TB drive.

When I booted that restored system, the hard drive was making extremely loud seeking noises. I looked quickly at the drive performance statistics and they were the same as the original drive. I shut the system down and checked and the drive wasn’t damaged.

I was able to reset with the recovery partition and now I’ve got plenty to do and the system appears stable so far….

Repair windows 8 main disk


I needed to upgrade the main disk on my Windows 8 computer. I was fortunate that the old disk allowed me to make a system image. (Monty Python: “I’m not dead.”)

I followed the instructions on a very helpful blog post “Simple steps for replacing your Windows 8.1 system disk with a bigger drive

Everything went as directed until I got to the error message “The system image restore failed. Windows cannot restore a system image to a computer that has different firmware. The system image was created on a computer using EFI and the computer is using BIOS.”

I did an investigation of the error message using my current research workflow. (Just started using that workflow, so I have to mention it. One of its greatest attributes is that it prevents me from jumping down rabbit holes when I’m trying to learn something specific.)

The short answer:

Recent PCs can boot in two ways. One uses the old technique from a BIOS and another uses a different method called UEFI. (Unified Extensible Firmware Interface) The solution was to boot the prepared USB drive the same way that the original hard drive boot used.

I found the keypress I needed to go into the boot menu, (For my computer it was F12. Other computers might use other keys.) I picked the option to boot my USB drive with EFI instead of BIOS and now the data is being restored successfully.

….It’s easy to find a long answer to solve the problem.