Fix Access Denied Errors with Ease [CMD, Hard Drive, Folder]

Gain the right privileges in order to access the data you want

Reading time icon 16 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Any message stating that Access is denied can't be good. If you stumble across it while using your Windows 10 running device, it's actually worse.
  • Since this can interfere with your work by not allowing you to access certain directories or apps, here's a complete list of tested solutions to fix it.
  • Adding your account to the Administrators group might help, so don't hesitate to apply the below steps. 
Access is denied Windows 10

Access is denied message can appear while trying to access certain directories or applications thus interfering with your work.

Although this message can cause problems, you should be able to fix it on Windows 10 by using one of our solutions.

What does Access Denied mean?

If access to a network share, an Intranet, or the Internet is being refused to you and you are seeing the message above, then you do not have the authorization to access the resource in question and will need to use another account.

You might need to change the type or your account or log into another one altogether in order to pass this security check successfully. Another variation of the access denied error is an error occurred while attempting to create a directory when you attempt to install a program.

Why am I getting Access denied in Windows 10 when opening a folder?

This message usually means that you don’t have the proper privileges to access this directory. Sometimes, you might even get Access denied message on administrator account.

In other instances, you’ll get You need permission to perform this action error. In most cases, switching to a proper account or taking ownership of the folder in question will fix the problem.

How do you fix Access Denied?

Fix – Access is denied in Windows 10

1. Take ownership of the directory

1.1 Automatically assign permissions

The problem is present on all versions, so you can get Access denied message on Windows 11 as well. Luckily, we have solutions that will help you regardless of the version you’re using.

This error usually appears when you try to access a file or a directory while having insufficient privileges. This happens if you’re not an administrator or if you don’t have ownership over a folder.

To fix the problem you just have to assign ownership to your account, and you can do that by following these instructions:

1. Locate the problematic folder, right-click it and choose Properties from the menu.

click on properties

2. Navigate to the Security tab and then click the Advanced button.

click on advanced

3. Locate the Owner section at the top and click on Change. The Select User or Group window will now appear.

click on change

4. In the Enter the object name to select field enter Administrators or your user name, then click the Check Names button. If everything is in order your input will change.

enter object name

5. Click OK to save changes. The owner section will now change.

6. Check Replace owner on subcontainters and objects and click Apply and OK to save changes. Some users are suggesting to check Replace all child object permission entries option, so you might do that as well.

check the replace owner option
1.2 Manually assign permissioms

In some cases, you might have to manually assign permissions to your account. To do that, follow these simple steps:

  1. Navigate to Advanced Security Settings.
  2. A list of all users will appear. If your user account isn’t listed, click the Add button.
  3. Click on Select a principal.
  4. Now enter your user account name, click Check Names, and then OK. We already showed you how to do that in Step 5 above, so be sure to check it out.
  5. Set Type to Allow and Applies to This folder, subfolders, and files and check Full control. Now click the OK button.

If your user name is already available, simply double-click it and perform Step 5.

1.3 Use Command Prompt to take ownership

Another way to take ownership is to use Command Prompt. To do that, start Command Prompt as administrator and enter the following lines:

  • takeown /f “path_to_folder” /r /d y
  • icacls "path_to_folder" /grant administrator:F /T

Of course, be sure to replace path_to_folder with an actual path to the inaccessible folder. After running these two commands you should have full access to the problematic folder, and thus fix the Access is denied error with Command Prompt.

2. Add your account to the Administrators group

Sometimes Access is denied message appears if you try to access a folder while not having administrator privileges. This can be a problem, but you can fix it by adding your account to the Administrators group.

To do that on Windows 10, follow these steps:

  1. Press Windows Key + X to open Win + X menu. Select Computer Management from the list.
  2. When the Computer Management window opens, navigate to Local Users and Groups followed by Users. Now double-click your account in the left pane.
  3. Navigate to the Member Of tab and click the Add button.
  4. In Enter the object names to select field enter Administrators and click Check Names. If everything is in order, click OK.
  5. Select Administrators and click Apply and OK.
  6. After doing that, restart your PC and check if the problem is resolved.

3. Enable the hidden Administrator account

Windows 10 by default has a built-in Administrator account that you can use. By using this account you should have unrestricted access to your PC.

Due to security measures, this account isn’t easily accessible, but you can enable it by doing the following:

  1. Press Windows Key + X and select Command Prompt (Admin) from the menu.
  2. When Command Prompt starts, run the following command and press Enter. By doing so you’ll unlock the administrator account: net user administrator /active: yes
  3. Now log off of your account and switch to the newly enabled Administrator account. From there you should be able to access your files without any problems.
  4. After you’re done using the Administrator account, go back to your main account and start Command Prompt as administrator again. Now enter the following command to disable the Administrator account: net user administrator /active: no

Keep in mind that after switching back to your main account the issue might still persist. If needed, you can use the Administrator account to make the necessary changes to your system and fix the problem.

4. Check your permissions

Sometimes you’ll get Access is denied message if you lack certain permissions to access the desired directory. However, you should be able to fix the problem by following these steps:

  1. Locate the problematic directory, right-click it and choose Properties from the menu.
  2. Navigate to the Security tab and click the Edit button.
  3. Select your user name from the list and make sure that you check Full control for Allow column in Permissions section.

This is a simple solution, but if your user name isn’t on the list you’ll have to add it manually and then change its permissions.

Several users reported that you need to grant Full control to both Administrators and Users over the problematic folder, so be sure to try that as well.

In some cases, you might even want to give Full Control to Everyone in order to fix the problem.

5. Use Command Prompt to reset permissions

According to users, you might be able to fix this problem simply by using Reset Permissions tool. Simply download the tool, run it, select the problematic directory, and check all available options.

After doing that, you should be able to access the directory without any problems, otherwise, OneDrive may be causing this issue, so to fix it you need to do the following:

  1. Right-click OneDrive icon in the bottom right corner and choose Settings from the menu.
  2. Go to Auto Save tab and set both Documents and Pictures to This PC only. Click OK to save changes.

If that doesn’t solve the problem, you’ll need to perform the following steps as well:

  1. Start Command Prompt as administrator.
  2. When Command Prompt opens, enter the following commands:
    • cd /users/Your_Username
    • icacls Pictures /reset /t /q
    • cd /<path to OneDrive folder>
    • icacls Pictures /reset /t /q
  3. After doing that, restart your PC.

If the problem still persists, you might have to repeat this solution and disable OneDrive until Microsoft fixes the problem.

6. Set your account as administrator

If you’re getting Access is denied message, you might be able to fix it simply by setting your account as an administrator. This is rather simple and you can do it by following these steps:

  1. Press Windows Key + R and enter control userpasswords2. Press Enter or click OK.
  2. User Accounts window will now appear. Check Users must enter a user name and password to use this computer. Now select your account and click on Properties.
  3. Navigate to the Group Membership tab. Select Administrator and click Apply and OK.
  4. After doing that, restart your PC and check if the issue still persists.

8. Close Google Drive and reinstall it

Access is denied message sometimes appears while using Google Drive. To fix the issue, you need to completely close Google Drive and end all processes associated with it. To do that, follow these steps:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. When Task Manager opens, locate all Google Drive processes, right-click them and choose End Task from the menu.
  3. After ending all Google Drive processes, uninstall the application.
  4. Now press Windows Key + R and enter %localappdata%Google. Press Enter or click OK.
  5. Locate the Drive folder and rename it to Drive.old.
  6. Install Google Drive again and check if the problem is resolved.

9. Edit your registry

According to users, this error message can appear if you try to access a network-shared directory. This can be a big problem, but you can resolve it by making a few changes to your registry.

Modifying the registry can cause certain issues, so be extra cautious and export your registry just in case. To modify your registry, do the following:

  1. Press Windows Key + R and enter regedit. Press Enter or click OK.
  2. When Registry Editor opens, in the left pane navigate to this key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
  3. In the right pane, right-click the empty space and choose a New followed by DWORD.
  4. Enter AllowInsecureGuestAuth as the name of the new DWORD.
  5. Double-click the newly created AllowInsecureGuestAuth DWORD to open its properties. Set Value data to 1 and click OK to save changes.
  6. After doing that, restart your PC and check if the problem is resolved.

Keep in mind that this solution only applies to network-shared folders, so it won’t work with local folders.

10. Turn off User Account Control

User Account Control is a useful feature that will prevent applications and users from running commands that require administrative privileges.

This is a useful feature, but sometimes it can cause Access is denied message to appear, especially when installing new software. To fix the issue, you need to do the following:

  1. Press Windows Key + S and enter user accounts. Now select User Accounts from the list of results.
  2. When the User Accounts window opens, click on Change User Account Control settings.
  3. Move the slider all the way down and click the OK button to save changes.
  4. After doing that, try to install the application again.

11. Disable your antivirus software

Antivirus software is rather important, but sometimes third-party antivirus can cause this error to appear.

According to users, they got Access is denied message while trying to install certain applications, and the cause was their security software.

To fix this issue you just need to temporarily disable your security software and try to install the application again.

If the problem doesn’t appear, it means that the issue was caused by your antivirus software, so you should consider updating or replacing it.

There are multiple efficient antivirus programs that will not interfere with other applications on your PC. Then, discover them and choose from the best antiviruses compatible with Windows10.

12. Change ownership or permissions of Temp and Installer folders

When installing new software its temporary files are usually moved to Temp or Installer folders. However, if you don’t have the necessary permissions, you might not be able to install the desired application.

If this error message appears while trying to install applications, be sure to check if the following folders have the necessary permissions

  • C:\Windows\Installer
  • C:\Users\Your_username\AppData\LocalTemp

If needed, you might have to change ownership or permissions in order to fix this problem.

13. Check environment variables

In some cases, Access is denied message can appear while trying to create a zipped folder in Windows.

This is usually because the %TEMP% variable isn’t properly set. To fix this problem, you need to configure environment variables by doing the following:

  1. Press Windows Key + S and enter advanced system settings. Select View advanced system settings from the menu.
  2. Click on Environment Variables button.
  3. Locate TEMP on the list and check if its value is set correctly. If not, double-click the TEMP and set its value to: %USERPROFILE%AppDataLocalTemp
     
  4. Save changes and restart your PC.

After doing that, navigate to the %TEMP% folder by entering %TEMP% in the address bar in File Explorer. Once you open the Temp folder, try to create a new folder and delete it.

If you can’t create or delete a folder, you’ll need to take ownership of the Temp folder or change your permissions.


Fix – Access is denied Windows 10 cmd

1. Pin Command Prompt to Start Menu

If you’re getting Access is denied message while trying to start Command Prompt, you might want to try pinning it to Start Menu.

  1. According to users, this workaround solved the problem for them, so you might want to try it. To do that, simply press Windows Key + S and enter command prompt.
  2. Right-click Command Prompt from the list of results and choose Pin to Start from the menu.
  3. After doing that, try launching Command Prompt using the Start Menu shortcut.

2. Run Command Prompt as administrator

Sometimes Access is denied can appear in PowerShell or Command Prompt while trying to run a certain command.

This message indicates that you don’t have the necessary privileges to access a specific file or to perform a specific command. However, you can fix this issue in most cases simply by running Command Prompt as an administrator.

We already explained how to start Command Prompt with administrative privileges in one of our previous solutions, so be sure to check them out.


Fix – Access is denied Windows 10 hard drive

1. Change your permissions

If you can’t access a hard drive partition due to Access is denied message, you might want to try changing your permissions or the owner.

We already explained how to do that in our previous solutions, so be sure to grant Full Control to your user account in order to access your hard drive partition.

Several users reported that you can fix the problem by giving Full Control to Everyone group, so try that as well. Keep in mind that you might have to add the group manually if it’s not available on the list.

It’s crucial to remember that you shouldn’t change the permissions of your system drive. If you have problems accessing your C: drive, you might want to try a different solution.

We have to mention that this solution can be potentially dangerous, so keep in mind that you’re using it at your own risk.

2. Change the sharing settings

According to users, if this error appears while accessing external hard drive you can fix it simply by changing a few settings. To fix the issue, due to the following:

  1. Open This PC, locate your external hard drive, right-click it and choose Properties from the menu.
  2. Navigate to the Sharing tab and click on Advanced Sharing.
  3. When the Advanced Sharing window opens, check the Share this folder option and then click on Permissions.
  4. Select Everyone from the list and check Full Control in Allow column. Click Apply and OK to save changes.
  5. After saving the changes, check if the problem is resolved.

3. Check if USB drives are blocked

Sometimes you might not be able to access an external hard drive due to Access is denied message. This can occur because USB drives are blocked by your registry.

Before we start fixing the problem, we have to mention that this solution can be potentially dangerous, so be extra cautious. To search your registry, do the following:

  1. Open Registry Editor.
  2. Select Computer in the left pane and press Ctrl + F. Enter RemovableStorageDevices, and click Find Next.
  3. If you find RemovableStorageDevices values, set Deny to 0 and save changes.

Keep in mind that these values might not be available on your PC, so if you can’t find them you should probably skip this solution.

4. Uninstall HP Device Manager

If you’re having this error while accessing a hard drive partition on an HP device, you might want to try removing HP Device Manager software.

Several users reported that this application prevents them from accessing their hard drive, so be sure to remove it and check if that solves the problem.


Fix – Access is denied Windows 10 Notepad

1. Run Notepad as administrator

This error message can appear sometimes while starting Notepad. If you have the same problem, you should try running Notepad as an administrator.

To do that, simply locate the Notepad shortcut, right-click it, and choose Run as administrator. If that solves the problem, you should set Notepad to always run with administrative privileges.

To do that, follow these steps:

  1. Locate the Notepad shortcut, right-click it, and choose Properties from the menu.
  2. Go to the Shortcut tab and click the Advanced button.
  3. Now check Run as administrator option and click the OK button.
  4. Click Apply and OK to save changes and try to start Notepad using the shortcut. If you did everything right, Notepad will always start with administrative privileges.

2. Change how files open

Access is denied message can appear if Notepad starts automatically with Windows. This is usually caused by .ini files, but you can easily solve this issue. To do that, follow these instructions:

  1. Go to your C: drive.
  2. Click on View and check Hidden files and File name extensions.
  3. Now locate any .ini file in C: directory, right-click it to choose Open with followed by Choose another app.
  4. Select the Provisioning package runtime processing tool and click OK.
  5. Restart your PC.

After your PC restarts, check if the problem is resolved.

3. Delete desktop.ini files

If Notepad and Access is denied message appears every time you start your PC, you might want to try deleting the desktop.ini file.

This file is located in these directories:

  • C:\Users\Your_Username\AppData\Roaming\Microsoft\Windows\Start Menu\Startup
  • C:\Program Data\Microsoft\Windows\Start Menu\Programs\Startup

Visit both directories and remove desktop.ini files from them. Keep in mind that this file can be hidden, so be sure to reveal hidden files and folders. We already showed you how to do that in our previous solution, so be sure to check it out.

After deleting desktop.ini files, the problem should be completely resolved and Notepad won’t start anymore along with Windows.

Why is Access denied when I am the administrator?

User Account Control is a helpful security feature that is included with Windows 10. The purpose of this feature is to alert you anytime you or an application tries to carry out an action that needs administrator capabilities.

Even if you are logged in with an administrative account, you can get a notice saying that access is forbidden when you try to use this function. You may get around that however by turning off the User Account Control option on your computer.

To find out more solutions, check out our guide on how to fix Access denied on Windows 10/11 administrator account.

You might also want to read our article on what to do if the default save location couldn’t be set for more information.

Access is denied message can affect both files and folders, and it can even prevent you from installing new applications. This can be a big problem, but we hope that you manage to solve it by using one of our solutions.

More about the topics: Windows Update