Tech

How To Fix a Folder That Keeps Reverting to Read Only

The “Read-only” option is a valuable feature when you want to protect your folders from accidental or intentional tampering. However, it can be frustrating when a folder keeps reverting to “Read-only” despite disabling this feature. This can significantly slow down your work or stop you from accomplishing your tasks altogether.

How To Fix a Folder That Keeps Reverting to Read Only

If you’re unsure what to do about this issue, you’ve come to the right place. Keep reading to learn why your folder keeps reverting to “Read-only” and what to do about it.

How to Fix Folders Reverting to Read Only

When a folder keeps reverting to “Read-only,” several potential culprits exist. The issue might lie in one of the following:

  • The user’s account
  • The folder itself
  • A third-party app
  • The Windows system

Unfortunately, there isn’t a way to diagnose the issue and cut straight to the solution. So, we suggest trying out these methods one by one until you find the one that works for you.

Access the Folder Using the Administrator Account

Permissions are an important Windows feature that can allow or block certain operations. Users with Admin permissions typically have unlimited access, while others are restricted in what they can do.

Check your permissions if there’s more than one account on your PC. A folder created by the administrator account can’t be modified by a guest account. So, make sure to log in using the Administrator account. Here’s how:

  1. Navigate to the Command Prompt by typing “cmd” in the search box.
    Folder Keeps Reverting to Read Only 1
  2. Right-click the Command Prompt and choose the “Run as administrator” option.
    Folder Keeps Reverting to Read Only 2
  3. Type the following command:
    Folder Keeps Reverting to Read Only 3
    net user administrator /active:yes

Once you’re active as an administrator, try re-accessing the folder.

Change User Permissions

The permission settings can sometimes get altered without your knowledge, causing issues accessing and modifying specific folders. Luckily, you can quickly grant yourself the necessary permissions, regardless of the number of users.

If you’re the only user on your PC, follow these steps to change permissions:

  1. Double-click the “This PC” icon on your desktop.
    Folder Keeps Reverting to Read Only 4
  2. Right-click the “Local Disk (C:)” folder and select “Properties” at the bottom of the menu.
    Folder Keeps Reverting to Read Only 5
  3. Go to the “Security” tab.
    Folder Keeps Reverting to Read Only 6
  4. Click on the “Advanced” button in the bottom-right corner.
    Folder Keeps Reverting to Read Only 7
  5. Tap the “Change permissions” button.
    Folder Keeps Reverting to Read Only 8
  6. Select the user whose permissions you want to change.
    Folder Keeps Reverting to Read Only 9 1
  7. Press the “Edit” button in the bottom-left corner.
    Folder Keeps Reverting to Read Only 10 1
  8. Check the “Full control” box under “Basic permissions.”
    Folder Keeps Reverting to Read Only 11
  9. Click “OK” at the bottom right.
    Folder Keeps Reverting to Read Only 12

When there are more users on a PC, these steps should do the trick:

  1. Double-click the “This PC” icon on your desktop.
    Folder Keeps Reverting to Read Only 4
  2. Open the “Local Disk (C:)” folder.
    Folder Keeps Reverting to Read Only 13
  3. Navigate to the “Users” folder.
    Folder Keeps Reverting to Read Only 14
  4. Locate your user folder and right-click on it.
    Folder Keeps Reverting to Read Only 15
  5. Select “Properties” from the drop-down menu.
    Folder Keeps Reverting to Read Only 16
  6. Tap the “Security” tab.
    Folder Keeps Reverting to Read Only 17
  7. Press the “Advanced” button at the bottom right.
    Folder Keeps Reverting to Read Only 18
  8. Click the “Enable inheritance” button in the bottom-left corner.
    Folder Keeps Reverting to Read Only 19
  9. Save the changes by clicking the “Apply” button at the bottom right.
    Folder Keeps Reverting to Read Only 20

Change Folder Attributes

If you’re having trouble modifying a folder, the folder itself might be to blame. The folder you’re trying to access might contain a “Read-only” command in its attribute. As a result, no user can make changes to it or save new files.

Follow these steps to remove the command from the folder’s attributes:

  1. Type “cmd” in the Windows search bar.
    Folder Keeps Reverting to Read Only 1
  2. When the Command Prompt appears in the results, right-click on the icon and select the “Run as administrator” option.
    Folder Keeps Reverting to Read Only 2
  3. Remove the folder’s “Read-only” attribute by typing the following command:
    Folder Keeps Reverting to Read Only 21 1
    attrib -r +s drive:

Disable the Controlled Folder Access Feature

Sometimes the directory you’re trying to change has the Controlled Folder Access feature enabled by default. This feature sets restrictions on actions you can take within a folder.

To disable the Controlled Folder Access, do the following:

  1. Type “Windows Security” in the search bar and click on its icon.
    Folder Keeps Reverting to Read Only 22
  2. Select the “Virus & Threat Protection” from the left pane.
    Folder Keeps Reverting to Read Only 23
  3. Click on “Manage Settings.”
    Folder Keeps Reverting to Read Only 24
  4. Navigate to the “Controlled folder access” section.
    Folder Keeps Reverting to Read Only 25
  5. Tap the “Manage Controlled folder access” option.
    Folder Keeps Reverting to Read Only 28
  6. Switch the “Controlled folder access” option to “Off.”
    Folder Keeps Reverting to Read Only 26
  7. Restart your PC.
    Folder Keeps Reverting to Read Only 27

Uninstall Third-Party Security Applications

It’s not uncommon for third-party anti-virus software or security apps to change a folder’s settings if they perceive it as a threat. As a result, the folder can keep reverting to the “Read-only” status every time you boot up your PC.

To prevent this, you should uninstall any unreliable third-party security apps.

  1. Press the “Windows + R” shortcut to launch the Run dialogue box.
    win r
  2. Type “appwiz.cpl” and hit “Enter” to open the “Uninstall a Program” list.
    Folder Keeps Reverting to Read Only 29
  3. Locate the app you want to uninstall.
    Folder Keeps Reverting to Read Only 30
  4. Right-click on the app and select the “Uninstall” option from the drop-down menu.
    Folder Keeps Reverting to Read Only 31
  5. Follow the on-screen instructions to complete the process.
  6. Restart your system.

Repair Corrupted Files

Corrupted files can lead to a folder constantly reverting to “Read-only.” To repair corrupted files and restore your system’s health, you can run an SFC or DISM scan on your system.

An SFC (System File Checker) scan checks and repairs Windows system files. If the scan detects a modified or corrupted file, it automatically replaces it with the correct version.

A DISM (Deployment Image Servicing and Management) scan detects and fixes corrupt files in the Windows system image. This is the most powerful Windows diagnostic tool.

You should do these scans from time to time, even if you aren’t experiencing any problems with corruption.

To run an SFC scan, do the following:

  1. Open the search bar and type “cmd.”
    Folder Keeps Reverting to Read Only 1
  2. Right-click on the Command Prompt icon and click the “Run as administrator” option.
    Folder Keeps Reverting to Read Only 2
  3. Type the following command:
    Folder Keeps Reverting to Read Only 32
    sfc /scannow
    Folder Keeps Reverting to Read Only 34 1

Don’t close the Command Prompt until the scan is complete. Upon its completion, you’ll get one of the following messages:

  • Windows Resource Protection did not find any integrity violations.
  • Windows Resource Protection found corrupt files and successfully repaired them.
  • Windows Resource Protection found corrupt files but was unable to fix some of them.

The first message signifies your folder issues aren’t related to the system file. The second message means that your problem has potentially been solved. Go to the desired folder again to quickly check if that’s the case.

If you see the third message, it’s time to do a DISM scan:

  1. Repeat steps 1-3.
  2. Type the following command:
    Folder Keeps Reverting to Read Only 33
    Dism /Online /Cleanup-Image /CheckHealth
  3. If the first scan doesn’t identify any corruption, run a more advanced scan by typing the following command:
    Folder Keeps Reverting to Read Only 35
    Dism /Online /Cleanup-Image /ScanHealth

Suppose any of the scans identify a problem with the system image. In that case, you can repair these issues by typing the Dism /Online /Cleanup-Image /RestoreHealth command.

After the scans and the repairs are complete, restart your system and re-run an SFC scan. Hopefully, you’ll receive the second message and solve your folder problems.

Reading Less and Doing More

Making a folder ”Read-only“ is perfect for protecting its integrity. Beyond that, this option can only make your life difficult if you try to work using the files within that folder. Luckily, you can try the simple fixes outlined above, and you’ll be able to get back to business in no time.

Have you ever had problems with the Read-only attribute? How did you fix it? Let us know in the comments section below.

Muhabarishaji

🧪 |Medical Laboratory Scientist 🥇 | Mindset over Everything. 
 🤝 | Let's Grow Together.

Related Articles

Leave a Reply

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

Back to top button