Windows 11 System Backup Not Working: Double-Click Gives Error
Windows 11, the latest operating system from Microsoft, comes with several new features and improvements. One of these features is the built-in system image backup tool. However, some users have reported that they are unable to create or restore system images due to various errors. In this article, we will focus on the issue where double-clicking on a system image file gives an error.
Background
After installing the latest Windows 11 update (KB5004661, build 22000.194), some users have encountered problems with the system image backup and restore tool. The most common error message reported is "Error: 0x8007045D - The system cannot find the file specified." This error occurs when users try to double-click on a system image file to restore their system.
Cause
The exact cause of this issue is still unclear. However, some users have reported that the problem started after installing the latest Windows update. Others have suggested that the issue might be related to the file system or the backup tool itself.
Symptoms
The symptoms of this issue are as follows:
- Unable to create a new system image backup
- Unable to restore the system from a previous image
- Double-clicking on a system image file gives an error
Possible Solutions
Solution 1: Run the Backup Troubleshooter
The first solution to try is to run the built-in Backup Troubleshooter. This tool can help diagnose and fix common issues with the backup and restore tool. Here's how to run it:
- Press the Windows key + I to open the Settings app
- Click on "Windows Security"
- Click on "Troubleshoot" in the left pane
- Scroll down and click on "Additional troubleshooters"
- Click on "Back up (Windows 7)" and then "Run the troubleshooter"
If the troubleshooter identifies any issues, follow its recommendations to fix them.
Solution 2: Create a System Image Using the Command Prompt
If the Backup Troubleshooter doesn't help, you can try creating a system image using the Command Prompt. Here's how:
C:\> wmic diskget serialnumber | findstr /i "virtual" > disks.txt
C:\> type disks.txt
<-- Identify the disk number of the system drive (e.g., D:) -->
C:\> bcdedit /export C:\windows\system32\bcd.bak
C:\> cd C:\windows\system32\imagecreate
C:\windows\system32\imagecreate /backup C:\ /s C:\windows\system32\wimboot.wim /t 1 /c C:\windows\system32\bcd.bak /d "Backup date" /f C:\backup\MyBackup.wim
Replace "Backup date" with the current date.
Solution 3: Repair the File System
If the issue is related to the file system, you can try repairing it using the Windows Recovery Environment (WinRE). Here's how:
- Restart your computer and press the F8 key during boot to open the Advanced Boot Options menu
- Select "Repair your computer"
- Select your Windows installation and click on "Troubleshoot"
- Click on "Advanced options"
- Select "Command Prompt"
- Type the following commands:
chkdsk C: /f /r sfc /scannow
Press Enter after each command and wait for it to complete.
Solution 4: Use a Third-Party Backup Tool
If none of the above solutions work, you can try using a third-party backup tool to create and restore system images. Some popular options include Macrium Reflect, EaseUS Todo Backup, and Acronis True Image.