System image backups in Windows 11 create a complete copy of your system drive, allowing you to restore your computer to a previous working state. When attempting this process, the error message The backup failed. The specified backup storage location has the shadow copy storage on another volume (0x80780038) can halt your progress and prevent you from safeguarding your data. This issue often arises due to misconfigured shadow copy settings, permission issues, or insufficient disk space on the target backup drive. Addressing these root causes restores your ability to create reliable system backups and reduces the risk of data loss.

Method 1: Run a System File Checker (SFC) Scan

Corrupted or missing system files can interfere with backup operations, including the creation of shadow copies required for system image backups. Running an SFC scan identifies and repairs these files, which can resolve the 0x80780038 error.

Step 1: Open the Start menu and type cmd in the search bar. Right-click on Command Prompt and select Run as administrator to launch an elevated command prompt window.

Step 2: At the prompt, type sfc /scannow and press Enter. The System File Checker will scan and repair any detected issues. Wait for the process to complete, then restart your computer.

Step 3: After rebooting, attempt to create the system image backup again. If the error persists, proceed to the next method.

Method 2: Configure System Protection and Restore Settings

Improper system protection settings or conflicting restore points can prevent Windows 11 from writing shadow copies to the intended backup drive. Adjusting these settings helps ensure the backup process can complete successfully.

Step 1: Press Win + R to open the Run dialog. Type sysdm.cpl and press Enter to open System Properties.

Step 2: Navigate to the System Protection tab. In the list of available drives, select the drive where you intend to save the system image backup (not the system drive, but the target backup location).

Step 3: Click Configure. In the configuration window, select Turn on system protection under Restore Settings. This enables the creation of restore points and shadow copies on the backup drive.

Step 4: Adjust the Max Usage slider to allocate sufficient disk space for restore points. Setting it to a lower value than the current allocation can help resolve storage conflicts.

Step 5: Click Delete to remove all existing restore points for this drive, then confirm the deletion. This step clears out any potentially corrupted or conflicting shadow copies.

Step 6: Click Apply and then OK to save your changes. Close the System Properties window.

Step 7: Try creating the system image backup again to see if the error is resolved.

Method 3: Free Up Disk Space on the Backup Drive

Insufficient free space on the backup target can trigger shadow copy errors. Windows requires enough storage to create both the backup image and the necessary shadow copies during the process.

Step 1: Open File Explorer and right-click on the backup drive. Select Properties and review the available free space.

Step 2: If space is low, use the Disk Cleanup tool. Search for Disk Cleanup in the Start menu, select the backup drive, and remove unnecessary files such as temporary files, system logs, and previous backups.

Step 3: Ensure that at least several gigabytes of free space remain on the backup drive. For volumes smaller than 500 MB, at least 50 MB of free space is required; for larger volumes, at least 320 MB is needed, but more is recommended for system images.

Step 4: Once space has been freed, attempt the system image backup again.

Method 4: Increase Shadow Storage Space via Command Line

Shadow storage is the reserved space for storing shadow copies (restore points and backup snapshots). If this space is too limited, the backup process can fail with error 0x80780038. Increasing the allocated shadow storage may resolve the issue.

Step 1: Open an elevated Command Prompt by searching for cmd, right-clicking, and selecting Run as administrator.

Step 2: Check current shadow storage allocations by running:

vssadmin list shadowstorage

Step 3: To increase the shadow storage for the backup drive (replace D: with your backup drive letter), enter:

vssadmin resize shadowstorage /for=D: /on=D: /maxsize=10%

This command sets the maximum shadow copy storage to 10% of the drive's capacity. Adjust the percentage as needed based on available space.

Step 4: Retry the system image backup operation.


Method 5: Use Third-Party Backup Software

Windows' built-in system image backup feature is deprecated and may be removed in future updates. If the above methods do not resolve error 0x80780038, consider using dedicated third-party backup software. Options such as Macrium Reflect, AOMEI Backupper, or MiniTool ShadowMaker provide reliable system image backups, often with additional features like incremental backups, flexible scheduling, and better error handling.

  • Download and install your chosen backup software from the official website.
  • Launch the program and select the system image backup option.
  • Choose your source (system drive) and destination (external drive or another partition).
  • Follow the on-screen instructions to complete the backup process.

These tools typically bypass Windows' shadow copy limitations and offer a smoother backup experience, especially on newer versions like Windows 11.


Regularly checking your backup settings and using reliable tools ensures your Windows 11 system stays protected and recoverable, even when built-in utilities throw errors like 0x80780038.