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:
- Which Windows version and build are you currently running?
- 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
vssadminlist 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.