How To Fix “Failed To Enumerate Objects In The Container” Error [Updated 2023]

Are you seeing this error message “Failed to enumerate objects in the container” when attempting to alter the ownership of a folder on your Windows computer. If yes, this article should be able to help you figure out what to do if an error occurs. Feel free to try any of the solutions listed on this page to solve the problem. 

How to fix “Failed to enumerate objects in the container” error

Enumerated below are the potential solutions that you can apply when dealing with “Failed to enumerate objects in the container” error.

Fix #1: Changing ownership of the folder affected with the error.

Changing the ownership of the folder is a solution that is recommended by the MIcrosoft support when errors like “Failed to enumerate objects in the container” occurs. Follow the steps provided for how to manually change the file or folder permissions.

  1. Locate that certain folder where the “Failed to enumerate objects in the container” error has been encountered and right click.
  2. From the list of options, select Properties.
  3. Go to the Security tab.
    Fix 1 step 3 2
  4. Select the Advanced option next.
    Fix 1 step 4
  5. In the Advanced Security Settings window, click Change.
    Fix 1 step 5
  6. Enter your Windows user account name and click Check Names to verify if the correct username was entered.
  7. In the new window that will pop out, ensure to check the boxes for both “Replace owner on sub containers and objects” and “Replace all child object permission entries with inheritable permission entries from this object”.
    Fix 1 step 7
  8. Select Apply.
  9. Reopen the Advanced Security Settings tab and click Add.
  10. Choose “Select a principal”.
    Fix 1 step 10
  11. Enter the word “Everyone” in the field and click Check Names.
  12. Select OK and close the Advanced window. You should now be able to change the folder permissions without any issues.

Fix #2: Use Safe Mode.

Booting up the computer in safe mode is another solution that some Windows users have found effective. When the computer is set in Safe Mode, the Windows system will only use a limited set of files and drivers and any downloaded third-party services will not function in this state. This action will help you identify if the error was caused by any of the installed programs on your computer. If you haven’t tried this suggestion yet, refer to the guide below for the easiest way to set your PC in Safe Mode.

  1. Press the Windows icon + R on your keyboard to open the Run command.
  2. Enter “msconfig” in the dialog box.
    Fix 2 step 2
  3. Go to the Boot tab next and check the box beside Safe boot.
    Fix 2 step 3
  4. Click Apply afterwards.
  5. Select Restart on the pop-up message on the screen.
  6. Check the folder if the error has been successfully eliminated. Repeat the same steps above if you want to undo the Safe Mode state on your device.

Fix #3: Turn off User Account Control.

If none of the suggestions has resolved the “Failed to enumerate objects in the container” error yet, disabling the User Account Control on your computer can be the solution to address the problem.

  1. Press the Windows icon + R keys.
  2. Enter “useraccountcontrolsettings” in the field and click the OK button or hit the Enter key.
    Fix 3 step 2
  3. In the User Account Control Settings, adjust the slider down to select Never notify.
    Fix 3 step 3
  4. Click OK at the bottom to save the changes and close the window.
  5. Restart the PC and then do the folder permission changes.

Fix #4: Use the Command Prompt.

Using the elevated Command Prompt can also be the solution to fix the “Failed to enumerate objects in the container” error message. This is worth trying if you have already applied the suggestions above but the problem still persists. Check the instructions on how to use the elevated Command Prompt. Take note that the steps given below require administrative permissions.

  1. Press the Windows icon + R keys.
  2. Enter “cmd” and click OK.
  3. Enter the following commands:
  • takeown /F X:\FULL_PATH_HERE
  • takeown /F X:\FULL_PATH_HERE /r /d y
  • icacls X:\FULL_PATH_HERE /grant Administrators:F
  • icacls X:\FULL_PATH_HERE /grant Administrators:F /t
  1. Close the Command Prompt window after you have executed each of the commands above.
  2. Try to change the folder permissions next to see if the error has been fixed.

Fix #5: Apply the CHKDSK scan.

Try using the CHKDSK built-in system tool in order to fix the “Failed to enumerate objects in the container” error on your Windows computer.

  1. Press the Windows icon key.
  2. Type the word “command prompt” and click Run as administrator.
  3. Enter the command “chkdsk” and hit Enter. The CHKDSK utility will now begin to scan and repair the errors identified.
  4. Restart PC once the process is complete.

FAQs

  1. What are the possible solutions to the Failed To Enumerate Objects In The Container error?

    There are various fixes that you can apply when you encounter the error message on your Windows computer. You can try changing the ownership of the problematic folder, booting your PC in Safe Mode, or using an elevated Command Prompt, all of which are covered in this article and the remainder of the remedies.

  2. What are the causes of the “Failed To Enumerate Objects In the Container” error?

    The error can occur when attempting to change the permissions of a certain file or folder that comes from an external source or when the configuration is incorrect.

OTHER INTERESTING ARTICLES YOU MAY LIKE:

Leave a Reply

Your email address will not be published. Required fields are marked *