Have you ever experienced the frustration of losing important data on your Windows computer? It can be a nightmare, especially if you haven't backed up your files. But don't worry, there is still hope! In this troubleshooting guide, we will walk you through the process of recovering lost data by moving it to an external drive on Windows.
Step 1: Stop using your computer immediately
The first and most crucial step is to stop using your computer as soon as you realize that you have lost data. Continuing to use your computer can overwrite the lost files, making them unrecoverable. So, power off your computer and remove any external storage devices.
Step 2: Obtain an external drive
In order to recover your lost data, you will need an external drive to store the recovered files. This can be a USB flash drive, an external hard drive, or even a cloud storage service. Make sure the external drive has enough space to accommodate the data you want to recover.
Step 3: Create a bootable USB drive
If your computer is unable to boot into Windows, you will need to create a bootable USB drive to access your computer's recovery options. Here's how:
- Insert a blank USB drive into a working computer.
- Download and install the Windows Media Creation Tool from the official Microsoft website.
- Launch the tool and select "Create installation media for another PC."
- Choose the language, edition, and architecture that matches your current Windows installation.
- Select "USB flash drive" as the media to use.
- Follow the on-screen instructions to create the bootable USB drive.
Step 4: Boot from the USB drive
Now that you have a bootable USB drive, you can use it to access your computer's recovery options. Here's how:
- Insert the bootable USB drive into your computer.
- Power on your computer and press the appropriate key (usually F12 or ESC) to access the boot menu.
- Select the USB drive as the boot device and press Enter.
- Wait for the Windows Setup screen to appear.
Step 5: Access the recovery options
Once you have booted from the USB drive, you can access the recovery options to recover your lost data. Follow these steps:
- On the Windows Setup screen, select your language and click "Next."
- Click on "Repair your computer" at the bottom left corner of the screen.
- In the next screen, select "Troubleshoot" and then "Advanced options."
- Choose "Command Prompt" from the list of advanced options.
Step 6: Recover your lost data
Now that you have accessed the Command Prompt, you can use it to recover your lost data by moving it to the external drive. Follow these steps:
- Type
chkdsk C: /fand press Enter. Replace "C" with the drive letter of the partition where your lost data is located. - Wait for the scan to complete. This may take some time depending on the size of your partition.
- Type
copy D:\*.* E:\Backupand press Enter. Replace "D" with the drive letter of the partition where your lost data is located, and "E:\Backup" with the path to the external drive where you want to store the recovered files. - Wait for the copy process to complete.
Step 7: Restart your computer
Once the copy process is complete, you can restart your computer and remove the bootable USB drive. Your lost data should now be safely stored on the external drive.
Remember, it's always a good idea to regularly back up your important files to prevent data loss in the future. You can use external drives, cloud storage services, or even Windows' built-in backup tools to create backups of your data.
| Reference | Link |
|---|---|
| Windows Media Creation Tool | https://www.microsoft.com/en-us/software-download/windows10 |