Computer >> Computer tutorials >  >> Troubleshooting >> Windows Errors

Fix Destination Folder Access Denied Error

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).”

Fix Destination Folder Access Denied Error

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”

Fix Destination Folder Access Denied Error

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

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

Fix Destination Folder Access Denied Error

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.

Fix Destination Folder Access Denied Error

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.

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.

Fix Destination Folder Access Denied Error

3. Click on Network and Sharing Centre.

Fix Destination Folder Access Denied Error

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

Fix Destination Folder Access Denied Error

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.

Fix Destination Folder Access Denied Error

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.”

Fix Destination Folder Access Denied Error

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

Fix Destination Folder Access Denied Error

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.)

Fix Destination Folder Access Denied Error

5. The Select User or Group window will appear.

Fix Destination Folder Access Denied Error

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.”

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.

Fix Destination Folder Access Denied Error

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.

Fix Destination Folder Access Denied Error

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.

Fix Destination Folder Access Denied Error

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

Fix Destination Folder Access Denied Error

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

Fix Destination Folder Access Denied Error

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

Fix Destination Folder Access Denied Error

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

Fix Destination Folder Access Denied Error

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. 

Fix Destination Folder Access Denied Error

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 queries regarding this post please feel free to ask them in comments.