How to Copy Data Off an Unbootable Hard Drive in Windows 10 and 11

·
8 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Your PC won’t start, but if the problem is a virus or corrupted system files, not a physically failed drive, your data is almost certainly still intact on the disk. You just need another way to reach it.

Before you start

Take a minute to figure out what you’re dealing with before choosing a method:

  • Logical failure (Windows won’t boot, but the drive is detected in UEFI/BIOS and makes no unusual sounds): the methods below should work.
  • Physical failure (the drive clicks, grinds, beeps, or isn’t detected at all): skip straight to When DIY recovery won’t cut it below, every additional power cycle risks making the damage permanent.
  • BitLocker encryption: if your Windows 10/11 Pro PC had BitLocker enabled, you’ll need your BitLocker recovery key to access the data even from outside Windows. Retrieve it from another device at account.microsoft.com/devices/recoverykey before you start.

Method #1: Use Windows Recovery Media to copy files

This is the least invasive option. No screwdrivers required. You’ll boot the unbootable PC from a Windows installation USB drive and use the built-in recovery environment to copy files to an external drive.

What you need:

  • A working PC (even a borrowed one)
  • A USB drive (8 GB or larger) to create the Windows media
  • An external USB drive large enough to hold your files
  1. On a working PC, download the Media Creation Tool from microsoft.com/software-download/windows11.
  1. Run the tool, accept the license agreement, and select Create installation media for another PC.
  1. Choose your language and Windows edition, select USB flash drive, and let the tool build the bootable drive.
Windows 11 Media Creation Tool wizard showing "Create installation media (USB flash drive, DVD, or ISO file) for another PC" option selected
  1. Plug both the Windows USB drive and your external backup drive into the unbootable PC.
  1. Power on the PC and immediately press the boot menu key, usually F12, F2, Esc, or Delete. It flashes briefly on the startup screen; check your manufacturer’s support page if you miss it.
  1. Select the USB drive from the boot menu and press Enter.
  1. On the Windows Setup screen, choose your language and click Next.
  1. Click Repair your computer in the lower-left corner, do not click Install Now.
Windows 11 Setup screen with the "Repair your computer" link highlighted in the lower-left corner, clearly distinct from the "Install Now" button above it
  1. Select Troubleshoot > Advanced options > Command Prompt.
  1. In the Command Prompt, type notepad.exe and press Enter.
  1. In Notepad, go to File > Open. This opens a mini file browser you can use to navigate your drives without needing a full File Explorer.
Notepad's File > Open dialog acting as a file browser inside the Windows Recovery Environment, showing drive letters in the left panel including the Windows drive (labeled D: in WinRE)
  1. In the file browser, locate your Windows drive. In the recovery environment it’s usually D: rather than C:. Browse to UsersYourUsername to confirm you’re on the right drive.
  1. Select the folders you need, Documents, Desktop, Pictures, and any others, right-click them, and copy to your external USB backup drive.

The PC may appear frozen while copying large amounts of data. This is expected, don’t force a shutdown.

Alternative: use robocopy from Command Prompt

If you prefer the command line, skip the Notepad trick and copy entire folder trees directly from the Command Prompt opened in step 9:

robocopy D:UsersYourUsernameDocuments E:BackupDocuments /E

Replace D: with your Windows drive letter and E: with your backup drive letter. The /E switch copies all subfolders, including empty ones.

Method #2: Remove the drive and connect it to another PC

If you’re comfortable opening your PC, this is often the most reliable method. You remove the storage drive, plug it into a working PC via a USB adapter or dock, and copy files through File Explorer like any external drive.

What you need:

  • A small Phillips screwdriver
  • A USB adapter, dock, or enclosure matched to your drive type (see Step 1 below)

Step 1: Identify your drive type

Drive typeCommon inAdapter you need
2.5″ SATA SSD or HDDMost laptops, older desktopsSATA-to-USB adapter or dual-bay USB dock
M.2 NVMe SSDMost laptops and desktops made after 2018M.2 NVMe USB enclosure
3.5″ SATA HDDDesktop PCsSATA-to-USB dock (3.5″ compatible, needs external power brick)

Not sure which drive is in your PC? Search your model name + “storage specs”, the manufacturer’s support page almost always lists it.

Step 2: Remove the drive

  1. Power off the PC completely and unplug it from the wall. For laptops, remove the battery if it’s accessible.
  1. Remove the bottom panel screws on a laptop (or the side panel on a desktop tower) and set the panel aside.
  1. Locate the drive: – A 2.5″ SATA drive is a flat rectangular slab, usually screwed into a bracket. – An M.2 NVMe drive looks like a stick of gum inserted into a slot on the motherboard, held by a single small screw at the far end.
  1. Disconnect the drive from the motherboard connector and carefully lift it free.
Side-by-side comparison of an M.2 NVMe SSD (small stick-shaped module) next to a 2.5" SATA SSD (larger rectangular slab)

Step 3: Connect the drive to a working PC

  1. Insert the drive into your USB adapter, dock, or enclosure.
  1. Connect the adapter to a working Windows PC via USB.
  1. The drive should appear in File Explorer under This PC with its own drive letter, just like a USB flash drive.
Windows 11 File Explorer showing "This PC" with an additional drive letter representing the newly attached old hard drive, appearing alongside the host PC's existing local drives
  1. Browse to UsersYourUsername on the attached drive and copy your Documents, Desktop, Pictures, and any other folders you need to the working PC or another external drive.

If you see “Access Denied”:

Windows protects user profile folders, even when the drive is connected externally. To take ownership of a locked folder:

  1. Right-click the folder and select Properties.
  1. Go to the Security tab and click Advanced.
  1. Click Change next to the current owner, type your Windows username on the working PC, and click OK.
  1. Check Replace owner on subcontainers and objects and click Apply.
Windows 11 Advanced Security Settings dialog with the "Change" link next to the Owner field highlighted and the "Replace owner on subcontainers and objects" checkbox visible below it

If the drive doesn’t appear in File Explorer:

Press Windows + X and open Disk Management. If the drive appears there without a drive letter, right-click it and choose Change Drive Letter and Paths to assign one.

If files appear missing or partially corrupted:

Data recovery tools like Recuva (free) or Disk Drill can scan the attached drive for deleted or damaged files. Always save recovered files to a different drive, never back to the one you’re scanning.

Method #3: Boot from a Linux live environment (SystemRescue)

When Windows recovery media won’t boot or malware is suspected to interfere, a Linux live USB can read your Windows drive without relying on the broken OS at all. SystemRescue is a free, purpose-built rescue distribution that’s regularly updated to support modern UEFI hardware.

What you need:

  • A USB drive (4 GB or larger)
  • A working PC to download and write the bootable image
  1. Download the latest SystemRescue ISO from system-rescue.org/Download.
  1. Download Rufus (free) on the working PC.
  1. Open Rufus, select your USB drive, click SELECT to choose the SystemRescue ISO, and click Start.
Rufus application with a SystemRescue ISO selected in the Boot selection field and a USB drive chosen as the destination device, ready to click Start
  1. Plug the USB into the unbootable PC and boot from it using the same boot menu steps as Method #1 (steps 5–6 above).

Secure Boot note: If SystemRescue won’t start, enter your UEFI firmware settings (same key as the boot menu) and temporarily disable Secure Boot under the Security or Boot menu. Re-enable it after you’ve finished recovering your files.

  1. Once SystemRescue loads into the desktop, open the file manager from the taskbar.
  1. Your Windows partition should auto-mount and appear in the left panel of the file manager.
  1. Plug in your external USB backup drive, it will appear in the file manager automatically.
  1. Browse to /run/media/[drive-name]/Users/YourUsername/ and copy your files to the external drive.
SystemRescue Linux desktop showing the PCManFM file manager with a mounted Windows NTFS partition listed in the left sidebar alongside a connected external USB drive, both accessible for copying files

When DIY recovery won’t cut it

If your drive clicks, grinds, or beeps, or if it’s not detected at all in UEFI/BIOS or via a USB adapter, stop. These are signs of physical failure, and each additional power cycle risks making the damage permanent. Professional data recovery services like DriveSavers or Ontrack work in clean-room environments and can often recover data from mechanically damaged drives, but it typically runs $300–$1,500+ depending on the severity of the damage. It’s expensive, but it’s the only realistic option when the hardware itself has failed. You can also try searching the web for a USB dock or enclosure that matches your drive, or check Microsoft’s support page for Windows File Recovery.

Conclusion

Method #2 (removing the drive and connecting it via a USB dock or enclosure) is a solid choice for most people. A good USB dock runs $20–$30, and once the drive is connected it shows up in File Explorer just like any external drive. If you’d rather not open the PC, Method #1 (WinRE) is worth trying first since it requires no extra hardware. Whichever method you use, scan any executable files you recover from a virus-infected drive with your antivirus before running them, data files like photos and documents are safe to copy directly, but don’t launch any programs or installers that came off the infected machine. For more information on saving Microsoft 365 files to your computer by default or setting up Windows 11 privacy and security settings, visit Help Desk Geek.