Vssadmin Commands: How to Manage Shadow Copies in Windows
Vssadmin commands let you control Windows Volume Shadow Copies directly from the Command Prompt. You can list, create, resize, or delete shadow copies to manage backups and disk space efficiently. This guide will show you exactly how to do it step by step.
Table of contents
How to use Vssadmin Commands?
1. Open Command Prompt as Administrator
To start using Vssadmin commands, you must open Command Prompt with administrative privileges.
- Press Windows + S and type cmd.
- Right click Command Prompt.
- Select Run as administrator to allow system level changes.
If you want to learn more about powerful system utilities, check out our guide on WMIC system info.
To confirm which account you are using and verify administrative rights before running system commands, see our detailed guide on the whoami command in Windows. It shows how to identify your current user and permissions quickly using Command Prompt.
Before running advanced system commands, it helps to understand how CMD works. See this complete Command Prompt commands list to learn other essential functions you can use alongside Vssadmin.
2. List All Shadow Copies
This command helps you see all existing shadow copies created on your system.
- Type the following command:
vssadmin list shadows - Review the list of shadow copies created for each volume.
- Note the shadow ID and creation date for reference.
3. Check Shadow Storage Usage
You can check how much space your shadow copies use with a simple command.
- Enter this command:
vssadmin list shadowstorage - Identify how much space is allocated to shadow copies.
- Compare the used and maximum space values.
This command is helpful when the Volume Shadow Copy Service uses too much storage. Read more about vssvc.exe and how it works in Windows.
4. Create a New Shadow Copy
Use this command to manually create a new shadow copy for a specific drive.
- Run the command:
vssadmin create shadow /for=C: - Replace C: with the desired drive letter.
- Wait for confirmation that the shadow copy is created.
5. Resize Shadow Storage Space
If your disk space is running low, you can resize the area reserved for shadow copies.
- Type this command:
vssadmin resize shadowstorage /for=C: /on=C: /maxsize=10GB - Replace C: and adjust maxsize as needed.
- Press Enter to apply the new limit.
6. Delete All Shadow Copies
This command removes all existing shadow copies from your chosen drive.
- Run the following:
vssadmin delete shadows /for=C: /all - Confirm the deletion when prompted.
- Wait for the cleanup process to complete.
7. Delete Only the Oldest Shadow Copy
If you want to keep some restore points, delete only the oldest shadow copy instead.
- Use this command:
vssadmin delete shadows /for=C: /oldest - Confirm the removal of the oldest restore point.
- Check remaining copies using
vssadmin list shadows
8. View Registered VSS Providers
You can also list the software providers registered with Volume Shadow Copy Service.
- Enter the command:
vssadmin list providers - Check which VSS providers are installed.
- Identify any third party backup tools listed.
9. Fix “VSS Service Not Running” Error
If you get an error that the VSS service is not running, start it manually.
- Press Windows + R, type services.msc, and press Enter.
- Find Volume Shadow Copy in the list.
- Right click it, select Start, and set Startup type to Manual.
For more useful command line tools, explore our list of Shell commands in Windows 10.
FAQs
Vssadmin is a command line tool for managing Volume Shadow Copies, which store snapshots of system files and restore points.
Yes, all supported Windows versions from Vista onward, including Windows 10 and 11, support Vssadmin commands.
Yes, deleting all shadow copies removes all existing restore points associated with them.
They are saved in the hidden System Volume Information folder on each drive, managed automatically by Windows.
Conclusion
Vssadmin commands provide a straightforward way to create backups, control storage, and troubleshoot Volume Shadow Copy issues. Mastering these commands helps you keep restore points healthy and your system space under control.
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more





User forum
0 messages