When managing files and folders in the Finder, you will undoubtedly need to trash a few here and there; however, when you drag files to the trash you may run into an error where OS X refuses to move them and claims “The item can’t be moved to the Trash because it can’t be deleted,” which is a pretty vague description of the problem at hand, and essentially offers no useful solution.
In general when you do not have permission to remove an item, OS X will indicate this with a permissions-related warning. Alternatively, if the trash structure is damaged, you may run into an issue where OS X will delete items immediately without first placing them in the trash, in which case you may need to rebuild your trash folder structure. However, this current problem is neither of these, but the fix is easy.
- Reboot your Mac — the most hands-off approach
- Log out of your account and log back in — another relatively hands-off approach
- Force-quit the Finder — the quickest approach
This last option can be done by pressing Option-Command-Escape (or choosing Force Quit from the Apple menu) and then choosing the Finder from the Force-Quit window and clicking the Relaunch button. Alternatively, you can hold the Option key and right-click the OS X Dock to reveal a “Relaunch” option. Finally, if you are savvy with the OS X Terminal, you can run the following command to re-launch the Finder:
killall Finder
When done, your Finder windows and desktop icons will disappear, and then re-appear after a few moments when the Finder is automatically re-launched.
or, in Terminal, cd to ~/.Trash and rm -f filename, or rm – rf directoryname.
-f forces the deletion, -rf recursively forces deletion on everything in the directory.
But, use this carefully, it is not reversible!
Useful article. There are also utilities to do it via GUI like Cocktail.
http://www.macupdate.com/app/mac/10909/cocktail
Another option is to use “Secure Empty Trash” This will delete files in use.
You can see what’s using the file with lsof in the terminal.
Another very easy method to force quit the finder is while holding down the shift key go to the apple menu and select force-quit finder.
Perfect! Nothing worked until i tried that, thanks Paul
Paul, This worked perfectly! Thank you so much.
i suggest that you use “Long Path Tool” its an amazing tool google it AND will solve your problem
Didn’t think it would be as easy a fix as force quitting finder, but it worked! Thanks so much, legends!