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

How to Fix: Error Applying Security: Failed to enumerate object container

Windows permission issue with drive ownership

Quick Answer: Try running the Command Prompt as administrator and use the "takeown" command to change ownership of the drive.

The 'Error Applying Security: Failed to enumerate object container' error occurs when you attempt to delete or move a folder on a Windows 8 drive, resulting in permission issues. This issue primarily affects users who have recently installed Windows 8 and are trying to clean up their drives.

This error can be frustrating as it prevents you from accessing your files and folders, making it difficult to manage your storage space. However, by following the steps outlined below, you should be able to resolve this issue and regain access to your files.

💡 Why You Are Getting This Error

  • The primary reason for this error is that the Windows Security Center service is unable to enumerate the object container of the drive or folder being accessed. This can occur due to a variety of reasons such as incorrect permissions, corrupted system files, or a malfunctioning security software.
  • An alternative cause could be the presence of malware or viruses on your computer that are interfering with the Windows Security Center service.

🛠️ Step-by-Step Verified Fixes

Taking Ownership and Inheriting Permissions

  1. Step 1: Open File Explorer and navigate to the drive or folder you want to access. Right-click on the drive or folder and select 'Properties'.
  2. Step 2: In the Properties window, click on the 'Security' tab. Click on the 'Edit' button next to the 'Group or user names' field.
  3. Step 3: Select the built-in administrator account and check the box that says 'Check inherit permissions from parent item' at the bottom of the window.
  4. Step 4: Click 'Apply' and then 'OK' to close the Properties window.

Using Command Prompt to Resolve Permissions

  1. Step 1: Open the Command Prompt as an administrator. You can do this by searching for 'cmd' in the Start screen, right-clicking on the result, and selecting 'Run as administrator'.
  2. Step 2: Type the command `icacls :` (replace `` with the letter of your drive) and press Enter.
  3. Step 3: This will display the current permissions settings for the drive. Look for any errors or warnings that may indicate the cause of the issue.
  4. Step 4: If you find an error, type the command `icacls : ` (replace `` with the desired permissions) and press Enter to apply the changes.

✨ Wrapping Up

By following these steps, you should be able to resolve the 'Error Applying Security: Failed to enumerate object container' error and regain access to your files. Remember to always back up important data before attempting any system changes.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions