Fix Destination Folder Access Denied Error

Destination Folder Access Denied. Need Permissions to Perform this Action: Error generally occurs when you are trying to copy or move any folder or file to some other location. Usually, this problem occurs due to the unavailability of ‘Ownership‘. The root cause of this error is that the ownership of the folder or file is present with some other user account. Although the folder and files are available in your account but is not available for any modifications. In such cases changing the ownership to your current user account solves the problem.

Fix Destination Folder Access Denied Error

You will quickly notice that you cannot delete or modify system files, even as administrator and this is because Windows system files are owned by the TrustedInstaller service by default, and Windows File Protection will keep them from being overwritten. Therefore you will encounter an “Access Denied” error.

You have to take ownership of a file or folder which is giving you access denied error to allow you to give full control of it so that you will be able to delete or modify this item. When you do this, you replace the security permissions to have access. Let’s see how to fix ‘Destination Folder Access Denied. Need Permissions to Perform this Action.’

Fix Destination Folder Access Denied Error

Method 1: Take Ownership of Item in the Command Prompt

1. Right-click on the Windows button and click on “Command Prompt(Admin).”

Right-click on Windows Button and select Command Prompt (Admin)

2. Now suppose you want to take ownership of a folder Software inside D drive whose full address is: D:\Software

3. In the cmd type takeown /f “full path of file or folder” which in our case is:

takeown /f “D:\Software”

take ownership by command prompt

4. In some cases the above might not work so instead of that try this (double quote included):

icacls “full path of file” /grant (username):F

Example: icacls “D:\Software” /grant aditya:F

How To Fix Destination Folder Access Denied Error

5. A message will be displayed that this completed successfully. Restart.

Finally, Destination Folder Access Denied Error is fixed and you can modify your file/folders if not then go to the 2nd method.

Method 2: Installing the Take Ownership Registry File

1. Alternatively, you can save a lot of your time using a registry file: Click here

take ownership by registry file

2. It allows you to change file ownership and access rights with one click. Install the ‘InstallTakeOwnership‘ and select the file or a folder and right-click the “Take Ownership” button.

right click take ownership

3. After you get full access to the desired file or folder, you can even restore the default permissions which it had.Click the “Restore ownership” button to restore it.

Remove take ownership from registry | Fix Destination Folder Access Denied Error

That’s it you have successfully taken ownership of the file/folder. This will Fix Destination Folder Access Denied Error but if you don’t want to use this script then you could also manually take ownership of an item, just follow the next step.

Method 3: Turn On Network Discovery and File Sharing

By default, in Windows 10, all networks are treated as private networks unless you specify otherwise while setting up.

1. Press Windows Key + I to open Settings.

2. Under Settings click on Network & Internet.

Press Windows Key + I to open Settings then click on Network & Internet

3. Click on Network and Sharing Centre.

Click on the Network and Sharing Centre link

4. Now, click on Change advanced sharing settings option in the left pane.

Now, click on Change advanced sharing settings option in the left pane

5. Make sure that the options, Turn on network discovery and Turn on file and printer sharing is selected, and click on the Save changes button at the bottom.

Turn on network discovery

6. Again try to access the file or folder which was earlier showing the error “Destination Folder Access Denied“.

Method 4: Manually Take Ownership of an Item

1. Go to the file or folder you want to delete or modify.

For example D:/Software

2. Right-click on the file or folder and click “Properties.”

select properties by right clicking

3. Click on the Security tab and on the Advanced button.

Software properties security then advanced

4. Click the “change” option next to the owner label (You should make note of who the current owner is so you can change it back to it later if you like.)

change owner in advanced folder settings

5. The Select User or Group window will appear.

select user or a group advanced

6. Select the user account via the Advanced button or just type your user account in the area which says ‘Enter the object name to select’ and click OK. If you click on the advanced button then click on “Find now.”

Search result for owners in advanced | Fix Destination Folder Access Denied Error

7. In the ‘Enter the object name to select’ type the username of the account which you want to give access to. Type the name of your current user account for example, Aditya.

Selecting user for ownership

8. Optionally, to change the owner of all subfolders and files inside the folder, select the checkboxReplace owner on subcontainers and objects” in the “Advanced Security Settings” window. Click OK to change the ownership.

Replace owner on subcontainers and objects

9. Now you need to provide full access to the file or folder for your account. Right-click the file or folder again, click Properties, click the Security tab and then click Advanced.

Software properties security then advanced

10. Click the Add button. The “Permission Entry” window will appear on the screen.

Add to change user control

11. Click “Select a principal” and select your account.

select a principle

12. Set permissions to “Full control” and click OK.

Allow full control in permission for the selected principal

13. Optionally, click “Replace all existing inheritable permissions on all descendants with inheritable permissions from this object” in the“Advanced Security Settings” window.

replace all child object permission entries Full ownership windows 10

14. That’s it. You just changed the ownership and got full access to the folder or file in Windows 10.

Method 5: Disable User Account Control

If nothing works then you can disable the User Account Control (UAC) which is a pop-up that shows whenever you install any programs or launch any program or try to make changes on your device. In short, if you disable the User Account Control (UAC) then you won’t get the Destination Folder Access Denied Error“. Although, this method work, but it is not recommended to disable the UAC. 

Disable the User Account Control (UAC) in Windows 10 | Fix Destination Folder Access Denied Error

You may also like:

Finally, you have taken Ownership and successfully Fix Destination Folder Access Denied Error. I hope this tutorial was helpful to you and if you still have any queries regarding this post please feel free to ask them in comments.

4 thoughts on “Fix Destination Folder Access Denied Error”

  1. After changing the owner, when I click “apply” or “ok”, it behaves well and change the permission to the new owner. But suddenly a pop up occur that says “Failed To Enumerate Objects In The Container. Access Is Denied”. How to solve that?

  2. I spent hours trying to solve this problem following various tips without success. Then I clean booted the computer and I was able to copy and move my files as before!

  3. Was trying to copy into C:\Program Files (x86)\Common Files as a local admin and was getting the error above. Followed steps #1 and #2, and the issue was solved by fix #2 — thanks for the write-up!

Leave a Comment

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