Mac deletes files without moving them to Trash

Problem

When you delete files or drag them to the Trash can, you are asked to input your password. After doing so, the file has been deleted but the Trash appears to be empty.

Solution

  1. Go to the Applications folder.
  2. Open the Utilities folder.
  3. Open Terminal.
  4. In the Terminal window type the following and press Enter:
    sudo rm -rfv ~/.Trash
  5. You will need to enter your password and press Enter.
    • It won’t show any characters when you type.
    • If you do not have a password then set one first.
  6. Now type in the following and press Enter:
    mkdir -v ~/.Trash
  7. Close the Terminal window.
  8. Click the Apple icon in the top left of the screen.
  9. Click Force Quit.
  10. In the Force Quit Applications window, click on Finder.
  11. Click the Relaunch button.
  12. Close the Force Quit Applications window.
You should now be able to move files to the Trash.
Published
Categorized as Mac Tagged ,

8 comments

  1. It worked for me too. I only have two question: WHY DID IT HAPPEN and why did it happen again when I seemed to have fixed it buy repairing permissions on the whole user folder? Thanks!

Leave a comment

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