Software⏱️ 4 min read📅 2026-06-11

How to Fix: Volume Shadow Copy Service - Security Permission Error

Windows error log issue with Volume Shadow Copy Service security permission error.

Quick Answer: Check Component Services and ensure that the 'Security' tab is enabled, allowing Local Activation permission for the user SID.

The Volume Shadow Copy Service error is a security permission issue that affects Windows users. This error occurs when the application-specific permission settings do not grant Local Activation permission for the COM Server application, causing the service to fail. The error message indicates that the security permission can be modified using the Component Services administrative tool.

This frustrating issue can be caused by recent Windows updates or changes in system permissions. To resolve this problem, we will provide two primary fix methods: disabling and uninstalling the Volume Shadow Copy Service, as well as modifying the application-specific permission settings.

🛑 Root Causes of the Error

  • The first main reason why this error happens is due to a recent Windows update that introduced a security patch. The KB3147458 and KB3154132 updates may have caused this issue by changing the system permissions or configuration. It's essential to investigate these updates and determine if they are related to the error.
  • Another alternative reason for this error could be a misconfiguration of the Component Services administrative tool or an incorrect setting in the DCOM Config. However, based on the provided information, it appears that the properties are already disabled on every tab.

🚀 How to Resolve This Issue

Disable and uninstall the Volume Shadow Copy Service

  1. Step 1: Step 1: Open the Component Services console by typing 'services.msc' in the Run dialog box (Windows key + R) or searching for it in the Start menu.
  2. Step 2: Step 2: In the Component Services console, navigate to Computers > My Computer > DCOM Config and find the Volume Shadow Copy Service. Right-click on it and select Properties.
  3. Step 3: Step 3: In the Properties dialog box, click on the Security tab and then click on the Edit button next to Local Activation permission. This will open the Local Security Settings window.
  4. Step 4: Step 4: In the Local Security Settings window, click on the Permissions tab and then click on Add. Select 'User' and enter your username (domain ilename). Click OK and then Apply, and finally, OK again to close all windows.

Modify application-specific permission settings

  1. Step 1: Step 1: Open the Component Services console by typing 'services.msc' in the Run dialog box (Windows key + R) or searching for it in the Start menu.
  2. Step 2: Step 2: In the Component Services console, navigate to Computers > My Computer > DCOM Config and find the Volume Shadow Copy Service. Right-click on it and select Properties.
  3. Step 3: Step 3: In the Properties dialog box, click on the Security tab and then click on the Edit button next to Local Activation permission. This will open the Local Security Settings window.
  4. Step 4: Step 4: In the Local Security Settings window, click on the Permissions tab and then click on Add. Select 'User' and enter your username (domain ilename). Click OK and then Apply, and finally, OK again to close all windows.

💡 Conclusion

To resolve the Volume Shadow Copy Service error, you can try disabling and uninstalling the service or modifying the application-specific permission settings. If you are not comfortable with these steps, consider seeking assistance from a Windows expert or contacting Microsoft support for further guidance.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions