Windows 11 folder keeps reverting back to read only

Anonymous
2023-06-04T05:25:55+00:00

I have tried CMD checks and fixes. Done a clean boot. Have installed take ownership plug-in. Changed controlled folder access which was set to off. I have replaced the folder with a newly created one and copied the files back into the new one and it has the same issue as the old folder. The folder that is affected is C:\Users\USER\Appdata\Roaming\Vortex\downloads.

I need this folder to not be read only as Vortex cannot function with the folder permissions as they are.

Windows for home | Windows 11 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

120 answers

Sort by: Most helpful
  1. Anonymous
    2025-03-25T04:06:40+00:00

    To confirm, the removable disk is a 5TB USB drive formatted with NTFS. I did try resetting the folder's owner and permissions via the Security tab in its properties, but the deletion problem persisted.

    If the folder was down many levels it could be a long path issue. If you encounter this issue again, try using the 7-Zip file manager to delete the folder. It will handle long paths and odd names that Explorer cannot deal with.

    Also try using SetACL to reset the owner and permissions. The easiest way to do that would be to use the "Take ownership and get access" option in my free Right-Click Tools app. It calls the SetACL program to reset the permissions.

    And if none of that helps, take a screenshot of the error and post here or other help forums such as elevenforum.com.

    Given that the folder was located at the second level within the directory structure (F:\2024_1024_backup\1_photo), is it reasonable to exclude a long path as a potential cause of the issue?

    Was this answer helpful?

    0 comments No comments
  2. Les Ferch 10,361 Reputation points Volunteer Moderator
    2025-03-25T03:51:15+00:00

    To confirm, the removable disk is a 5TB USB drive formatted with NTFS. I did try resetting the folder's owner and permissions via the Security tab in its properties, but the deletion problem persisted.

    If the folder was down many levels it could be a long path issue. If you encounter this issue again, try using the 7-Zip file manager to delete the folder. It will handle long paths and odd names that Explorer cannot deal with.

    Also try using SetACL to reset the owner and permissions. The easiest way to do that would be to use the "Take ownership and get access" option in my free Right-Click Tools app. It calls the SetACL program to reset the permissions.

    And if none of that helps, take a screenshot of the error and post here or other help forums such as elevenforum.com.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-03-25T02:29:17+00:00

    In my case, the folder resided on a removable USB disk.

    Step 1: I connected the disk to PC1 (Windows 10) and attempted to delete the folder immediately, without performing any other operations. The deletion failed, suggesting an open handle was unlikely.

    Step 2: I repeated the deletion attempt on PC2 (Windows 11), again without performing any prior operations. This also failed, demonstrating that even a different Windows OS could not resolve the issue.

    Step 3: Following ChatGPT's advice, I connected the disk to PC3 (Linux Ubuntu). The folder was deleted successfully.

    Based on this sequence, I suspect a software bug in Windows 10 and 11 may be responsible for the deletion failure, rather than an open handle issue.

    It sounds like the USB stick was formatted NTFS and there was an issue with the ACLs. Did you try resetting the owner and permissions via the folder properties Security tab?

    To confirm, the removable disk is a 5TB USB drive formatted with NTFS. I did try resetting the folder's owner and permissions via the Security tab in its properties, but the deletion problem persisted.

    Was this answer helpful?

    0 comments No comments
  4. Les Ferch 10,361 Reputation points Volunteer Moderator
    2025-03-25T02:17:55+00:00

    In my case, the folder resided on a removable USB disk.

    Step 1: I connected the disk to PC1 (Windows 10) and attempted to delete the folder immediately, without performing any other operations. The deletion failed, suggesting an open handle was unlikely.

    Step 2: I repeated the deletion attempt on PC2 (Windows 11), again without performing any prior operations. This also failed, demonstrating that even a different Windows OS could not resolve the issue.

    Step 3: Following ChatGPT's advice, I connected the disk to PC3 (Linux Ubuntu). The folder was deleted successfully.

    Based on this sequence, I suspect a software bug in Windows 10 and 11 may be responsible for the deletion failure, rather than an open handle issue.

    It sounds like the USB stick was formatted NTFS and there was an issue with the ACLs. Did you try resetting the owner and permissions via the folder properties Security tab?

    Another possibility is that the folder had a very long path or a name with a special character (even a trailing space can be an issue). Such folders can fail to delete using Explorer but can be deleted with other tools such as the 7-Zip File Manager.

    What error message was displayed when you tried to delete it?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2025-03-25T02:02:12+00:00

    I experienced the same problem where a folder would consistently revert to read-only, preventing deletion. The solution provided by ChatGPT that worked for me was to boot into a Linux Live USB, such as Ubuntu, and delete the folder from within that environment.

    The likely cause was that some Windows process had an open handle to your folder. By starting from a completely different OS, the folder is then not in use and can be deleted.

    It's unlikely that the NTFS permissions were set to make it a read-only folder because such permissions aren't subject to random changing. However, your Linux Live USB, with NTFS support, would normally allow deleting such a folder. Did you look at the Security tab of the folder in Windows and determine that it was configured read-only for all users?

    Or did you see the item labelled "Read-only (Only applies to files in folder)" and assumed that meant your folder is read-only? If so, that's a misdiagnoses. That has nothing to do with whether a folder is read-only or can be deleted. As it states in the label, it's only for setting or unsetting files in the folder read-only, and, as stated here many times, it does not even tell you if any files within the folder have actually been marked read-only (which would not prevent deletion of the folder anyhow).

    The next time you encounter a folder that cannot be deleted, I recommend using PowerToys File Locksmith. It will usually tell you what process is preventing deletion of the folder.

    There are other special situations where you cannot delete a folder, such as folders within WindowsApps or a folder protected by Controlled Folder Access, so there isn't just one answer, but it's nothing to to with the item labelled "Read-only (Only applies to files in folder)".

    The suggested explanation, 'The likely cause was that some Windows process had an open handle to your folder. By starting from a completely different OS, the folder is then not in use and can be deleted,' doesn't fully account for my experience. In my case, the folder resided on a removable USB disk.

    Step 1: I connected the disk to PC1 (Windows 10) and attempted to delete the folder immediately, without performing any other operations. The deletion failed, suggesting an open handle was unlikely.

    Step 2: I repeated the deletion attempt on PC2 (Windows 11), again without performing any prior operations. This also failed, demonstrating that even a different Windows OS could not resolve the issue.

    Step 3: Following ChatGPT's advice, I connected the disk to PC3 (Linux Ubuntu). The folder was deleted successfully.

    Based on this sequence, I suspect a software bug in Windows 10 and 11 may be responsible for the deletion failure, rather than an open handle issue.

    Was this answer helpful?

    0 comments No comments