Skip to Content

Why Are You Getting “Denied Permission to Access This Folder” on Windows 11? Discover Simple Solutions That Work!

Fix “Permission Denied” in Windows 11: What Causes This Frustrating Error and How Can You Solve It Fast?

“You have been denied permission to access this folder” on Windows 11 is a common and irritating problem. It happens when your user account can’t open a folder or file. This may start right after:

  • Plugging in an external USB or hard drive
  • Restoring files from another laptop or computer
  • Changing a Windows user account

Most of the time, Windows blocks you because of mismatched account permissions, system security, or old ownership info. Below are easy steps to fix this issue and get your folders back.

Solution 1. Take Ownership of the Folder or Drive

When you see this message, it’s likely because the folder still belongs to another user account—sometimes from another computer or Windows install. You need to tell Windows you are now the main user.

  1. Right-click the locked folder and pick Properties
  2. Click the Security tab, then hit Advanced
  3. Find the line that says Owner at the top, then click Change
  4. Type your account name, or type “Administrators” to give all admins access
  5. Choose Check Names so Windows verifies it. Click OK
  6. Back in the advanced window, check Replace owner on subcontainers and objects if you want ownership on everything inside
  7. Click Apply, then OK. If the folder is big, let it finish updating
  8. Go back to the Security tab, click Edit, select your account, then check Full control under Allow
  9. Click Apply and OK

You now control the folder. Most “Access Denied” errors vanish at this point.

Solution 2. Use Command Prompt to Fix Permissions

If the menu route doesn’t help or you work with system folders, Command Prompt is more direct.

  1. Open Command Prompt as admin: Hit Win + S, type “cmd”, right-click Command Prompt, pick Run as administrator
  2. Enter:
    takeown /f "C:\Your\Folder\Path" /r /d y

    This makes you the owner.

  3. Next, let admins have full access:
    icacls "C:\Your\Folder\Path" /grant administrators:F /t
  4. Restart your PC for changes to unlock

Note: This works well, but be careful with system folders, since changing too much can cause other problems. Always save backups first.

Solution 3. Make Sure Your Account Has Administrator Rights

You can only change permissions if you’re an admin. Some accounts are standard (not admin) and can’t do these actions.

  1. Open the Run box (Win + R), type control userpasswords2, press Enter
  2. Select your account, click Properties
  3. Go to Group Membership and pick Administrator
  4. Apply changes, press OK, then restart your PC

Now your account should have the power to access and change protected folders.

Solution 4. Enable the Hidden Windows Administrator Account (Advanced)

If the above solutions do not work, Windows 11 has a hidden admin account with all permissions.

  1. Open Command Prompt as admin
  2. Type:
    net user administrator /active:yes
  3. Log out, sign into the Administrator account, try the folder again
  4. When done, disable the account:
    net user administrator /active:no

This gives you full control, but don’t keep it enabled for long—extra admin access can be risky for security.

Solution 5. Reset Permissions with ICACLS Tool

Permissions can break or get corrupted, especially after moving disks between devices.

  1. In Command Prompt (as admin), go to the folder’s parent drive
  2. Type:
    icacls * /reset /t /c /q

This resets all permissions in the folder. Use with care!

Solution 6. Check for File System Limits

External drives or SD cards often use FAT32 or exFAT formatting, which don’t use normal Windows permissions. If you don’t see the Security tab, this is why.

For advanced features, move or reformat the drive to NTFS (after backing up!)

Also, check for write-protect switches on SD cards and some USB devices. Switch them “off” before trying these fixes.

Solution 7. Pause Your Antivirus Program (Temporarily)

Sometimes security programs block folders, especially from drives they think are suspicious.

  • Turn off your antivirus software for a moment and try again
  • If this fixes the problem, add the folder to the antivirus allowed list

Reactivate antivirus protection right after testing.

Solution 8. Create a New User Account If Nothing Else Works

Rarely, your Windows user profile may be so broken that getting access is impossible.

  1. Open Settings (Win + I) and go to Accounts > Other Users > Add account
  2. Make a new local or Microsoft account
  3. Log into the new account and check if the folder opens

If it works, transfer your files to the new account and make it your main one.

These steps help most users recover access to their files in Windows 11, keeping frustration and lost time to a minimum.