Share via

How can I resolve this error

C Townsend 0 Reputation points
2026-02-27T21:15:07.7166667+00:00

Scoping unsuccessful for shadowcopy \?\GLOBALROOT\Device\HarddiskVolumeShadowCopy15 with error 0x80070057.

Windows for home | Other | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. Sin-D 10,025 Reputation points Microsoft External Staff Moderator
    2026-03-02T00:56:34.43+00:00

    Hi C Townsend,

    Thanks for reaching out to Microsoft Q&A Forum. I understand you are encountering the error “Scoping unsuccessful for shadowcopy … with error 0x80070057” related to Volume Shadow Copy on Windows Home.

    Before proceeding, I’d like to narrow this down a bit:

    1. Which Windows version and build are you currently running?
    2. Does this error occur during a specific operation, such as a scheduled backup, app update, or system maintenance task?

    In the meantime, you can try these steps:

    1, Check the status of VSS writers

    • Open Command Prompt as administrator
    • Run vssadmin list writers
    • Confirm all writers show as Stable with no errors

    2, Reset the Volume Shadow Copy components

    • Open an elevated Command Prompt
    • Stop the Volume Shadow Copy and Microsoft Software Shadow Copy Provider services
    • Restart both services and then reboot the device

    3, Verify shadow storage allocation

    • In an elevated Command Prompt, run vssadmin list shadowstorage
    • If the allocated space is very low or zero, increase it using vssadmin resize shadowstorage

    4, Temporarily disable third‑party security or backup software

    • Some antivirus or backup tools can interfere with VSS operations
    • Disable them briefly and test whether the error still occurs

    5, Check disk format and integrity

    • Confirm the affected volume is formatted as NTFS
    • VSS does not function correctly on unsupported file systems

    6, Perform a clean restart and retest

    • Restart Windows normally without launching additional applications
    • Retry the operation that triggers the error

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. Arlene D 36,055 Reputation points Independent Advisor
    2026-02-27T22:05:27.01+00:00

    Hi. Are you running a backup or System Restore when it happens?

    Make sure Volume Shadow Copy service is running.

    Check the drive has enough free space.

    Run sfc /scannow in an elevated Command Prompt.

    Run chkdsk /f /r on the affected drive.

    Check Event Viewer under “Application” for VSS errors.

    Let me know how it goes, have a great day!

    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.