Does Windows 10 Disk Management recovery actually work? You might be wondering. Well, the Windows 10 Disk Management tool allows you to manage your internal storage drives. It also controls how you can use removable USB and HDD/ SSD storage.
By following these detailed steps, you can effectively manage your recovery partitions in Windows 10, ensuring optimal use of disk space and system reliability.
How to Manage Recovery Partitions in Windows 10?
1. Creating a Windows 10 Recovery Partition
- Open the Start Menu by clicking on Start on the Taskbar.
- Type "Create a recovery drive" in the search bar and press Enter.
- Check the box "Back up system files to the recovery drive" and click Next.
- Connect a USB drive with adequate space and select it, then click Next.
- Click Create to begin the process of creating the recovery drive.
2. Deleting Recovery Partition using MiniTool Partition Wizard
- Download and install MiniTool Partition Wizard Free Edition.
- Run the program and right-click on the recovery partition you want to delete.
- Select "Delete Partition" from the context menu.
- The recovery partition will be shown as unallocated space. Click "Apply" to confirm the deletion.
3. Deleting Recovery Partition using Diskpart
- Open the Start Menu and type "diskpart" in the search bar.
- Right-click on Diskpart and select "Run as administrator".
- In the Diskpart window, type the following commands, pressing Enter after each:
- list disk
- select disk n (replace 'n' with the disk number containing the recovery partition)
- list partition
- select partition n (replace 'n' with the partition number of the recovery partition)
- delete partition override
4. Restoring Deleted Recovery Partition using MiniTool Partition Wizard
- Run MiniTool Partition Wizard and go to the main interface.
- Right-click on the disk that used to contain the recovery partition and choose "Partition Recovery Wizard".
- Select the disk you want to recover partitions from and click Next.
- Choose Full Disk or Unallocated Space as your scanning range, then click Next.
- Select Quick Scan or Full Scan and click Next.
- In the scanning result page, tick all partitions you need to recover and click Finish.
- Click "Apply" to start the recovery process.
5. Backup Recovery Partition using MiniTool Partition Wizard
- Open MiniTool Partition Wizard and select the recovery partition.
- Choose "Copy" from the Partition group.
- In the pop-up window, select unallocated space on another disk to hold the copy.
- Click "Next" and then "Finish" to go back to the main interface.
- Finally, click "Apply" to start the backup process.
6. Factory Resetting Windows from Recovery Partition
- Navigate to the Start Menu and go to "Settings".
- Input "reset" in the search bar and select "Reset this PC".
- Under Update & Security > Recovery, click "Get Started".
- Choose whether to keep your files or remove everything, then follow the on-screen instructions.
Recover a System File
There are no commands or functionalities to force system file recovery using Windows Disk Management. However, feel free to run the following commands if you suspect a system file has been deleted accidentally. Still, remember that Windows 10 won’t allow you to delete any critical system files.Run SFC Scan
- Open the Windows 10 terminal by searching for Command Prompt in the Start Menu, then right-click on it and select the Run as administrator option.
- Type thesfc /scannowcommand in the terminal window and press Enter.
- The SFC scan command will start and can take some time to complete. It should take anything between 10 minutes to up to an hour depending on the size of the Windows 10 installation partition.
- Don’t interrupt the scanning session while it’s running.
- Windows Resource Protection found no integrity violations: System files are okay, and no action is needed further.
- Windows Resource Protection found corrupt files and successfully repaired them: You’ve recovered lost system files.
- Windows Resource Protection found corrupt files but was unable to fix some of them: Run DISM.
Run DISM Scan
- Open the Windows 10 CLI with elevated rights just like in the previous method.
- Enter the following command in the terminal and hit Enter:
- It might take a while to finish the initial scan.
- When CLI shows any issues with the system files after the scan, run the following command:
- Windows 10 will attempt to restore corrupted system files online.
- If everything works well, the restoration should be successful, as you can see below.
By following these detailed steps, you can effectively manage your recovery partitions in Windows 10, ensuring optimal use of disk space and system reliability.