How to Unstick the Windows Volume Shadow Copy Service?
The Volume Shadow Copy Service (VSS) is an important component in Windows that allows the creation of snapshots or copies of files at a specific point in time. These snapshots are used for backup and restore operations, ensuring data integrity. However, sometimes the VSS can get stuck, causing issues with backups and other related tasks. In this article, we will guide you through the process of unsticking the Windows Volume Shadow Copy Service.
Restarting the Volume Shadow Copy Service
The first step in resolving issues with the VSS is to restart the service. Follow these steps:
- Press the Windows key + R on your keyboard to open the Run dialog box.
- Type
services.mscand press Enter to open the Services window. - Scroll down and locate the Volume Shadow Copy service.
- Right-click on the service and select Restart from the context menu.
- Wait for the service to restart and then check if the issue is resolved.
Checking the VSS Writers
If restarting the service did not resolve the issue, the problem may lie with one of the VSS writers. VSS writers are responsible for ensuring that data is properly saved during the snapshot creation process. To check the status of VSS writers, follow these steps:
- Open the Command Prompt as an administrator. To do this, right-click on the Start button and select Command Prompt (Admin).
- Type
vssadmin list writersand press Enter. - A list of VSS writers and their status will be displayed. Look for any writers that are in a Failed or Error state.
- If you find any problematic writers, note down their names.
- Next, type
vssadmin delete shadows /alland press Enter. This command will delete all existing shadow copies. - Once the shadow copies are deleted, restart your computer.
- After the restart, open the Command Prompt as an administrator again and type
vssadmin list writersto verify if the problematic writers are now in a Stable state.
Checking VSS Service Dependencies
If the VSS service is still stuck, it could be due to a dependency issue. Follow these steps to check the dependencies:
- Open the Services window by pressing the Windows key + R and typing
services.msc. - Locate the Volume Shadow Copy service.
- Right-click on the service and select Properties.
- In the Properties window, go to the Dependencies tab.
- Check if all the services listed under This service depends on the following system components are running. If any service is not running, start it by right-clicking on it and selecting Start.
- Click OK to save the changes.
- Restart your computer and check if the VSS service is now functioning properly.
Performing a System File Check
If the above steps did not resolve the issue, it may be due to corrupted system files. To check and repair system files, follow these steps:
- Open the Command Prompt as an administrator.
- Type
sfc /scannowand press Enter. - Wait for the system file check to complete. This process may take some time.
- If any corrupted files are found, the system will attempt to repair them automatically.
- After the process is complete, restart your computer and check if the VSS service is now working correctly.
Reinstalling VSS
If none of the above solutions worked, you may need to reinstall the Volume Shadow Copy Service. Here's how:
- Press the Windows key + R to open the Run dialog box.
- Type
appwiz.cpland press Enter to open the Programs and Features window. - In the list of installed programs, locate Microsoft Software Shadow Copy Provider.
- Right-click on it and select Uninstall.
- Follow the on-screen instructions to complete the uninstallation process.
- Restart your computer.
- After the restart, open the Command Prompt as an administrator and type
vssadmin list providersto check if the Microsoft Software Shadow Copy Provider is no longer listed. - If it's not listed, download the latest version of VSS from the official Microsoft website and install it.
- Restart your computer once again and check if the VSS service is now unstuck.
By following the steps outlined in this article, you should be able to unstick the Windows Volume Shadow Copy Service and resolve any related issues. If the problem persists, it may be necessary to seek further assistance from a qualified technician or Microsoft support.
References
| Number | Source |
|---|---|
| 1 | Microsoft Docs - Volume Shadow Copy Service Overview |
| 2 | Microsoft Support - Start your PC in safe mode in Windows 10 |
| 3 | Microsoft Support - Use a fix-it tool with Windows 10 |