🚀 NEW in v2.4.29: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Fix Error 0x80070783 — Volume Shadow Copy (VSS) Provider Error

How to Fix Fix Error 0x80070783 — Volume Shadow Copy (VSS) Provider Error on Windows

Getting error 0x80070783 during backup, system restore, or shadow copy operations? VSS provider failed or not found? Fix this Volume Shadow Copy Service error.

Symptoms

You might be experiencing this problem if you notice:

  • System Restore fails with error 0x80070783
  • Windows Backup fails referencing VSS provider error
  • Shadow copy creation fails with this error code
  • Third-party backup software reports VSS error 0x80070783
  • Disk cleanup cannot delete shadow copies
  • Previous versions tab shows no restore points despite being enabled

Common Causes

  • VSS provider registration corrupted
  • Volume Shadow Copy service not running
  • VSS writers in a failed state
  • Third-party backup software conflicting with Windows VSS
  • Insufficient disk space for shadow copies
  • Antivirus real-time scanning blocking VSS operations

Solutions

Solution 1: Reset VSS Service and Writers

  1. 1CMD as Admin:
  2. 2net stop vss
  3. 3net start vss
  4. 4Check VSS writer status: vssadmin list writers
  5. 5If any writers show "Failed" or "Error" state:
  6. 6Restart the service associated with the failed writer
  7. 7For "System Writer": restart Cryptographic Services
  8. 8For "Task Scheduler Writer": restart Task Scheduler service

Solution 2: Re-Register VSS Components

  1. 1CMD as Admin — run each line:
  2. 2cd /d %windir%\system32
  3. 3net stop vss
  4. 4net stop swprv
  5. 5regsvr32 ole32.dll
  6. 6regsvr32 vss_ps.dll
  7. 7regsvr32 /i swprv.dll
  8. 8regsvr32 /i eventcls.dll
  9. 9regsvr32 es.dll
  10. 10regsvr32 stdprov.dll
  11. 11regsvr32 msxml.dll
  12. 12net start vss
  13. 13net start swprv

Solution 3: Fix Shadow Copy Storage

  1. 1Check shadow copy storage: vssadmin list shadowstorage
  2. 2If storage is full or allocated space too small:
  3. 3vssadmin resize shadowstorage /for=C: /on=C: /maxsize=10GB
  4. 4Delete old shadow copies if needed: vssadmin delete shadows /for=C: /oldest
  5. 5Ensure at least 10% free space on the volume for VSS
  6. 6If third-party backup installed: check its VSS provider isn't conflicting
  7. 7vssadmin list providers — should show "Microsoft Software Shadow Copy provider 1.0"
FIXES THIS IN 5 MINUTES

Fix Fix Error 0x80070783 — Volume Shadow Copy (VSS) Provider Error Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More System & Core Features Guides

Share this:XRedditLinkedInEmail