Share via

backup failed

Alan Green 0 Reputation points
2026-06-02T06:44:54.2966667+00:00

windows backup failed to create the shared protection point on the source volume

Windows for home | Windows 11 | Recovery and backup
0 comments No comments

2 answers

Sort by: Most helpful
  1. Sumit D - IA 170.7K Reputation points Independent Advisor
    2026-06-02T08:26:23.3466667+00:00

    Hi,

    Backup tools in Windows 10 and 11 are deprecated and are not being actively maintained. I recommend switching to a 3rd party solution like AOEMI backup free, which is more flexible and is reliable.

    https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-deprecated-features

    System Image Backup (SIB) Solution We recommend that users use full-disk backup solutions from other vendors.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-02T06:45:06.3933333+00:00

    The error indicates that Volume Shadow Copy Service (VSS) could not create the shadow copy (shared protection point) on the source volume. This is commonly caused by issues with the Microsoft Software Shadow Copy Provider (Swprv) configuration.

    To fix this, verify and correct the Swprv ServiceDll registry value:

    1. Open Registry Editor:
      1. Press Win+R, type regedit, and press Enter.
    2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\swprv\Parameters
    3. If the Parameters key does not exist:
      1. Right-click swprvNewKey.
      2. Name it Parameters.
    4. With Parameters selected, check for a value named ServiceDll:
      1. If ServiceDll is missing, right-click in the right pane → NewExpandable String Value.
      2. Name it ServiceDll.
      3. Double-click ServiceDll and set Value data to: %Systemroot%\System32\swprv.dll
    5. Close Registry Editor.
    6. Run the backup again and confirm it completes successfully.

    Editing the registry incorrectly can affect system stability, so ensure only the specified key and value are changed.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.