Reader-supported: we earn a commission on some links, at no extra cost to you. How this works
Storage & FilesGuide

Why Is My Recycle Bin Corrupted?

A corrupted Recycle Bin comes from bad shutdowns or disk errors. Learn how to safely rebuild the Recycle Bin with a simple command and fix the underlying cause.

A corrupted Recycle Bin means the hidden $Recycle.Bin folder on a drive has damaged files or a damaged index, usually from an improper shutdown, disk errors, or an interrupted delete. Windows can rebuild it safely: you delete the hidden $Recycle.Bin folder from an elevated command prompt, and Windows automatically recreates a fresh, working Recycle Bin.

Why this happens

  • An improper shutdown or power loss while files were in the bin.
  • Disk errors or bad sectors on the drive.
  • Malware damaging system folders.
  • A delete operation that was interrupted partway.
  • General file system corruption on that drive.

Is this normal?

No, but it is a common and easily fixable glitch rather than a sign your PC is broken. It affects the per-drive $Recycle.Bin folder, not your other files.

Does it cause any problems?

Usually the only symptom is an error message when you open or empty the bin, and deleted files may bypass the bin and disappear. It does not normally harm your documents.

How to fix or check it

  1. Open Command Prompt as administrator.
  2. Run rd /s /q C:\$Recycle.Bin to remove the corrupted bin on the C drive.
  3. Repeat for other drive letters that show the error, for example rd /s /q D:\$Recycle.Bin.
  4. Restart the PC; Windows automatically rebuilds a clean Recycle Bin on each drive.
  5. Run chkdsk C: /f in an admin prompt to fix underlying disk errors.
  6. Run SFC /scannow, and if needed DISM /Online /Cleanup-Image /RestoreHealth, to repair system files.
  7. Scan for malware.
  8. Note that this permanently removes anything currently sitting in the bin. On a Mac the Trash rarely corrupts; if it misbehaves, restart or clear ~/.Trash in Terminal.

Frequently asked questions

Will I lose files by fixing a corrupted Recycle Bin?

Only the items currently inside the bin. Your regular documents and folders are not affected by rebuilding it.

Is it safe to delete the $Recycle.Bin folder?

Yes. It is a hidden system folder that Windows recreates automatically after a restart.

Why does my Recycle Bin keep getting corrupted?

Recurring corruption usually points to disk errors. Run chkdsk and check the drive's health, since a failing drive can cause it repeatedly.

More in this topic

More in Storage & Files

See the full guide →