Safe to Delete

$RECYCLE.BIN

Quick Answer: A hidden system folder on every Windows hard drive that stores the files you have deleted but haven't permanently emptied yet.

Bottom Line: It is completely safe to delete the $RECYCLE.BIN folder. Windows will just create a fresh, empty one automatically.

What is the $RECYCLE.BIN folder?

If you enable hidden files in Windows, you will see a folder named $RECYCLE.BIN at the root of your C:\ drive, and on every other hard drive or USB stick you plug into your computer.

This is the literal, physical folder that powers the “Recycle Bin” icon on your desktop. When you delete a file on your D:\ drive, Windows doesn’t move it to the C:\ drive; instead, it just hides the file inside the $RECYCLE.BIN folder on that specific D:\ drive. The desktop icon just shows you a combined view of all the recycle bins across all your drives.

Can you delete it?

✅ Yes, it is perfectly safe to delete.

You normally just right-click the Recycle Bin on your desktop and select “Empty Recycle Bin”. However, sometimes the Recycle Bin gets corrupted. It might say you have files in it, but when you open it, it looks empty. In these cases, deleting the physical $RECYCLE.BIN folder is the only way to fix it.

How to forcefully delete it

If your Recycle Bin is corrupted or won’t empty properly, you can nuke the folder using the command prompt:

  1. Open the Start Menu, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type the following command and press Enter: rd /s /q C:\$Recycle.bin
  3. (If the broken recycle bin is on your D: drive, type rd /s /q D:\$Recycle.bin instead).
  4. Restart your computer.

What happens after you delete it?

Every single file that was sitting in your Recycle Bin waiting to be restored is permanently destroyed, freeing up all that disk space.

When your computer reboots, Windows will quietly generate a brand new, uncorrupted $RECYCLE.BIN folder on the drive. Your desktop Recycle Bin icon will work perfectly again.

Discussion

Loading authentication...

Related in general

How to Permanently Delete Files Too Large for the Recycle Bin / Trash

How to bypass the Recycle Bin or Trash when deleting multi-gigabyte video files, ISOs, or virtual disk images.

Safe to Delete

Is It Safe to Delete Crashpad?

The Crashpad folder stores telemetry and crash logs generated by apps like Google Chrome and Discord. It is completely safe to delete.

Safe to Delete
Back to all files