Data Backup Guide: How to Back Up Personal Files When Unable to Access Windows 11

Please discuss some frequently asked questions here!
Post Reply
User avatar
barry777
Posts: 1131
Joined: Thu Mar 02, 2023 1:08 am
Has thanked: 35 times
Been thanked: 87 times

Data Backup Guide: How to Back Up Personal Files When Unable to Access Windows 11

Post by barry777 »

If your Windows 11 system is unbootable, you can back up your data using the methods below to ensure your files remain secure.
Method 1: Using the Windows Recovery Environment (WinRE)

1. Enter Recovery Environment: Force a shutdown three times, and Windows should automatically enter recovery mode.
2. Select “Troubleshoot” > “Advanced Options” > “Command Prompt”.
3. Back Up Data: In Command Prompt, use the `xcopy` command to copy files to an external drive. For example, assuming your external drive is `E:`, use the command below to back up files from the user

Code: Select all

xcopy C:\Users\YourUsername E:\Backup\ /E /H /C /I
> Note: Replace `YourUsername` with your computer’s username.

Method 2: Using a Linux Boot Drive

1. Create a Linux Boot Drive: On another computer, download a Linux OS (e.g., Ubuntu) ISO file and use a tool like Rufus to create a bootable USB.
2. Boot from the USB: Insert the bootable USB into your unbootable PC. During startup, press F12 or Esc to enter the boot menu and select to boot from USB.
3. Back Up Data: Once Linux loads, open the file manager, locate your Windows partitions, and copy your essential files to an external drive.

Method 3: Using a WinPE Boot Drive

1. Create a WinPE Boot Drive: On another computer, use Microsoft’s Windows Preinstallation Environment (WinPE) tool to create a WinPE boot drive.
2. Boot from the USB: Insert the WinPE drive into your PC and select USB boot.
3. Back Up Data: After WinPE loads, open the file manager to access system files, then copy essential files to an external drive.

Method 4: Connecting the Hard Drive to Another Computer

1. Remove the Hard Drive: If you’re comfortable handling hardware, remove the hard drive from your PC.
2. Connect to Another Computer: Use a hard drive enclosure or adapter to connect it as an external drive to another computer.
3. Back Up Data: On the second computer, access the drive and copy your essential files for backup.


PE system installation tutorial



PE system download link
https://mega.nz/file/gn0mkSTT#FXZUx9m6c ... PQS1S9q5Yk
Post Reply

Return to “FAQ”