Software⏱️ 3 min read📅 2026-06-19

How to Fix: Error on "vssadmin list shadows"

Windows error fix for vssadmin list shadows issue.

Quick Answer: Try running PowerShell as admin and executing Get-ComputerRestorePoint to verify system restore is working, then try again with vssadmin.

Error on 'vssadmin list shadows' occurs when attempting to retrieve information about shadow copy sets using the Windows command-line tool. This issue affects Windows 7 x64 systems, and it can be frustrating to encounter an error message instead of the expected output.

This problem is particularly vexing because it prevents users from understanding their system's restore point history, which is crucial for troubleshooting and disaster recovery purposes.

💡 Why You Are Getting This Error

  • The primary reason for this error is a corrupted or incomplete shadow copy set. This can occur due to various factors such as system crashes, disk errors, or improper shutdowns. When the shadow copy provider encounters an unexpected error while processing the 'vssadmin list shadows' command, it returns an error message instead of the expected output.
  • Another possible cause is a misconfigured Windows restore point. If the restore point is not properly initialized or is corrupted, it can prevent the 'vssadmin list shadows' command from functioning correctly.

🔧 Proven Troubleshooting Steps

Disable and Re-enable Shadow Copy Services

  1. Step 1: Open the Command Prompt as an administrator and type 'net stop vss' to disable the shadow copy services. Press Enter to execute the command.
  2. Step 2: Next, type 'net start vss' to re-enable the shadow copy services. Again, press Enter to execute the command.

Verify Restore Point Configuration

  1. Step 1: Open the System Properties window by typing 'sysdm.cpl' in the Run dialog box (Windows key + R). Click on the 'System protection' tab and verify that system restore is enabled. If it's not, enable it and click 'OK'.

💡 Conclusion

To resolve the 'Error on vssadmin list shadows' issue, try disabling and re-enabling shadow copy services or verifying your Windows restore point configuration. If the problem persists, consider seeking further assistance from Microsoft support or a professional IT technician.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions