Windows Backup Failed Error 0x81000019 — Shadow Copy Creation Error
Errorsystem
Overview
Fix Windows Backup error 0x81000019 when backup fails because a shadow copy (VSS snapshot) cannot be created for the selected volumes.
Key Details
- Error 0x81000019 indicates Windows Backup cannot create a Volume Shadow Copy (VSS) for the backup
- VSS creates a point-in-time snapshot allowing backup of files that are currently open or in use
- The shadow copy process requires sufficient free disk space (typically 10-15% of the volume)
- Multiple VSS providers (Windows built-in, third-party backup software) can conflict
- System Protection (restore points) and Windows Backup both use the VSS service
Common Causes
- Insufficient disk space for VSS to create the shadow copy snapshot
- Third-party backup or disk management software conflicting with Windows VSS provider
- VSS service (Volume Shadow Copy) is stopped, disabled, or in an error state
- Corrupted VSS writers preventing the snapshot from being created
Steps
- 1Free up disk space: ensure at least 15% free space on all volumes being backed up
- 2Restart VSS service: services.msc > Volume Shadow Copy > right-click > Restart
- 3Reset VSS writers: open admin Command Prompt, run 'vssadmin list writers' and check for failed writers
- 4Delete old shadow copies: run 'vssadmin delete shadows /all' then retry the backup
- 5Disable third-party backup software temporarily to check for VSS provider conflicts
Tags
backupvssshadow-copy0x81000019windows-backup
More in System
windows-C000021A-status-system-process-terminatedWindows Error 0xC000021A — STATUS SYSTEM PROCESS TERMINATED
Criticalwindows-C0000225-boot-configuration-errorWindows Error 0xC0000225 — Boot Configuration Error
Criticalwindows-C000000F-boot-selection-failedWindows Error 0xC000000F — Boot Selection Failed
Criticalwindows-80004005-unspecified-errorWindows Error 0x80004005 — Unspecified Error
Warningwindows-80070570-file-or-directory-corruptedWindows Error 0x80070570 — File or Directory Corrupted
Errorwindows-system-0xc0000185Windows Error 0xC0000185 — Boot Device Inaccessible
CriticalFrequently Asked Questions
VSS (Volume Shadow Copy Service) creates point-in-time snapshots of disk volumes. This allows backup software to copy files that are currently open or being modified by capturing a consistent snapshot of the entire volume.