Contents
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 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.
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
There are three methods through which you can take ownership of item lets see them:
Method 1: Take Ownership of Item in the Command Prompt
1.Right click on Windows button and click on “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”
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
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
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.
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.
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: 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.”
3.Click on the Security tab and on the Advanced button.
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.)
5.The Select User or Group window will appear.
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 select advanced button then Click on “Find now.”
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
8.Optionally, to change the owner of all sub folders and files inside the folder, select the check box “Replace owner on subcontainers and objects” in the “Advanced Security Settings” window. Click OK to change the ownership.
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.
10.Click the Add button. The “Permission Entry” window will appear on the screen.
11.Click “Select a principal” and select your account.
12.Set permissions to “Full control” and Click OK.
13.Optionally, click “Replace all existing inheritable permissions on all descendants with inheritable permissions from this object” in the“Advanced Security Settings” window.
14.That’s it. You just changed the ownership and got full access to the file in Windows 10 using the File Explorer app.
You may also like:
- Fix Application Error 0xc0000142
- How to Fix VLC does not support UNDF Format
- Fix Folder in use The action can’t be completed Error
- How to fix 0xc000007b Application Error
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 query regarding this post please feel free to ask them in comments.
Didn’t work
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?
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!