How to enable read permissions Windows 10

As the name suggests, you’ll encounter this error when your current logged-in user doesn’t have permission to access or view the properties of a file/folder. You can find the message on the Security tab of the folder properties.

It usually happens on a new local user due to restrictions from the admin. But it can also happen if you or a malware script changed the permission settings for the folder/file.

So, the only solution is to give the current user the permissions to fully control the folder or file.

Table of Contents

  • Fixes for You Must Have Read Permissions to View the Properties of This Object
    • Change Account to Administrator
    • Take Ownership and Change Permission Settings
    • Take Ownership and Change Permissions Using CLI
    • Share Folder to Everyone
    • Scan for Malware
    • Delete Inactive Users in Safe Mode

Fixes for You Must Have Read Permissions to View the Properties of This Object

First, restart your PC in case any process is using the file/folder and preventing you from accessing it. If the issue still occurs after the reboot, try the possible solutions we have provided below:

Change Account to Administrator

You can only access some protected folders from an administrator account. If you are using a local account, you need to switch to an admin one.

Alternately, you can also change your account to an admin account. Depending on your UAC settings, you may need to know the main admin account’s password to make such a change.

Here are the necessary steps for this method:

  1. Open Run and enter netplwiz.
  2. Select an account and click Properties.
  3. Go to the Group Membership tab.
  4. Check Administrator and click OK.
    How to enable read permissions Windows 10
    How to enable read permissions Windows 10
  5. Hit Ok again.

You can also change an account to the administrator using other ways. Visit our dedicated article on changing account to administrator on windows to learn the methods.

Take Ownership and Change Permission Settings

If you encounter this issue on an admin account, there’s definitely something wrong with the folder or file’s permissions. To resolve such issues, you need to take ownership of the folder or root folder and change permissions using the following steps:

  1. Right-click on the folder with the problematic file and select Properties.
  2. Go to the Security tab and click Advanced.

    How to enable read permissions Windows 10
    How to enable read permissions Windows 10

  3. Click Change and then Advanced.
  4. Hit Find Now and find your User account on the list.
  5. Select it along with Administrators and click Ok.
  6. Select Ok again.
  7. Check Replace owner on subcontainers and objects and click Apply.
  8. Click on Enable inheritance, if the option exists.
  9. Then, select Add > Select a principal.
  10. Perform the same actions as steps 5-7.
  11. Make sure to set Type to Allow and Applies to to This folder, subfolders and files.
  12. Check Full control.

    How to enable read permissions Windows 10
    How to enable read permissions Windows 10

  13. Click OK thrice to get out of the Folder Properties while saving the changes.

If you encounter this error on multiple files/folders, change such setting for their root folder or drive.

Take Ownership and Change Permissions Using CLI

If you find it troublesome to execute the above method, you can use the Windows CLIs like Command Prompt to perform a similar process. It only requires two commands so it’s more convenient. The necessary steps are as follows:

  1. Press Win + R to open Run.
  2. Type cmd and press Ctrl + Shift + Enter to open the Elevated Command Prompt.
  3. Enter the following commands while replacing “Folder With Error” with the problematic file’s full location path:
    • takeown /f “Folder With Error” /a /r /d y
    • icacls “Folder With Error” /t /c /grant Administrators:F System:F Everyone:F

Share Folder to Everyone

Another solution is to share the folder with all users while enabling read/write permissions. It overwrites the original permission settings and makes the folder accessible to all users.

Here’s how you can execute this method:

  1. Right-click on the folder whose file shows this error and select Properties.
  2. Go to Sharing and select Advanced Sharing.
  3. Check Share this folder and click Permissions.
  4. Select Everyone and tick Full Control.

    How to enable read permissions Windows 10
    How to enable read permissions Windows 10

  5. Keep Clicking OK to get out of the folder properties while saving the changes.

Scan for Malware

If you encounter this permission issue on the file or folder you could access previously, it’s likely due to malware infection. As such, changing permissions again may resolve the issue, but it does nothing to prevent future attacks. Moreover, some computer virus can also prevent you from changing the permission settings altogether.

So, you need to perform a full scan of your system to detect and remove such malware. To do so using the Windows Defender (Virus and threat protection):

  1. Open Run and enter ms-settings:windowsdefender
  2. Click on Virus and threat protection.
  3. Select Scan options.
  4. Check Full scan and click Scan now.

    How to enable read permissions Windows 10
    How to enable read permissions Windows 10

  5. Choose to remove or delete the detected malware scripts after the scan completes.

Delete Inactive Users in Safe Mode

If you experienced this error on a new user account, it’s likely that an old, inactive account is preventing your system from changing the permissions to facilitate the new user.

You need to delete all inactive users while changing the permissions to accommodate the new user account in such a scenario.

How do I restore read permissions in Windows 10?

Open an elevated command prompt. Run the following command to reset permissions for a file: icacls "full path to your file" /reset . To reset permissions for a folder: icacls "full path to the folder" /reset .

How do I enable read and write in Windows?

Installing Read & Write on a Personal Computer.
Go to the Read & Write website, scroll down to the "Try Read & Write" button, and click on it. ... .
Choose "Windows US EN." The installation file will begin downloading..
Run the downloaded read&write.exe file. ... .
If prompted, reboot the computer..

How do I set 755 permissions to a folder in Windows 10?

To change the permissions of all of the files within that directory, type “chmod -R 755 directoryname” . (Replace “directoryname” with the actual name of the directory.) If you wish to only change permissions for one file, type “chmod 755 filename“.

Why is read

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.