How to Reset or Repair a Corrupted Recycle Bin on Windows 10 & 11

Screenshot of the Recycle Bin error message on Windows with the title "How to Fix Corrupted Recycle Bin."

To fix a corrupted Recycle Bin on Windows 10 or 11, open Command Prompt as administrator and run rd /s /q C:\$Recycle.Bin, replacing C with the drive letter of the affected Recycle Bin. Windows will automatically recreate a fresh Recycle Bin the next time you delete a file, and the “Recycle Bin is corrupted” error will be gone.

Applies to: Windows 10 (22H2) and Windows 11 (23H2, 24H2, 25H2) | Last updated: April 9, 2026

How to Fix the Recycle Bin for This Drive is Corrupted on Windows 10 & 11 (Tutorial)

Key Takeaways

  • The fix is one command: rd /s /q C:\$Recycle.Bin run in an elevated Command Prompt — replace C with the drive letter showing the error
  • Windows recreates the Recycle Bin automatically after the corrupted one is deleted — no restart required
  • This works on any drive or partition — internal drives, external USB drives, and secondary partitions can all develop corrupted Recycle Bins
  • You will not lose personal files — the command only removes the hidden $Recycle.Bin system folder, not your data. Items already in the Recycle Bin will be permanently deleted.

Quick Steps

  1. Search for CMD in the Start menu and select Run as administrator
  2. Type rd /s /q C:\$Recycle.Bin — replace C with your affected drive letter
  3. Press Enter to execute the command
  4. Delete a file and empty the Recycle Bin to confirm the error is gone

What Does “The Recycle Bin on This Drive Is Corrupted” Mean?

When Windows displays the error “The Recycle Bin on [drive letter] is corrupted. Do you want to empty the Recycle Bin for this drive?”, it means the hidden $Recycle.Bin system folder on that drive has become damaged. This folder is where Windows stores deleted files before you permanently remove them.

Clicking Yes or No on the error prompt does not actually fix the problem — the error will keep appearing every time you open File Explorer or try to delete something. The only reliable fix is to delete the corrupted Recycle Bin folder and let Windows rebuild it from scratch.

How to Reset the Corrupted Recycle Bin

This fix requires running a single command in an elevated Command Prompt. The entire process takes less than a minute.

Open Command Prompt as Administrator

Click the search icon on your taskbar and type CMD. When Command Prompt appears in the results, click Run as administrator. You need administrator privileges because the $Recycle.Bin folder is a protected system folder that cannot be modified by a standard user.

Command Prompt search result with 'Run as administrator' selected in Windows.

Run the Recycle Bin Reset Command

In the Command Prompt window, type the following command:

rd /s /q C:\$Recycle.Bin

Important: Replace C with the drive letter of the Recycle Bin that is showing the error. For example, if the corrupted Recycle Bin is on drive D, use rd /s /q D:\$Recycle.Bin.

Here is what each part of the command does:

  • rd — remove directory
  • /s — delete all files and subfolders inside the directory
  • /q — quiet mode, skip confirmation prompts
  • C:\$Recycle.Bin — the hidden system folder that stores Recycle Bin data for that drive

Press Enter and the command will execute immediately. You will not see any confirmation message — it simply removes the folder and returns to the command line.

Command to reset Recycle Bin with a highlighted drive letter to replace.

Verify the Fix

To confirm the Recycle Bin is working again, delete any file on that drive and then right-click the Recycle Bin icon on your desktop and select Empty Recycle Bin. If the file is deleted without the corruption error appearing, the fix was successful. Windows automatically created a new, clean $Recycle.Bin folder in the background.

What If the Error Appears on Multiple Drives?

Each drive or partition on your computer has its own independent $Recycle.Bin folder. If you see the corruption error on more than one drive, you need to run the command separately for each affected drive letter. For example:

rd /s /q D:\$Recycle.Bin
rd /s /q E:\$Recycle.Bin

Run each command one at a time in the same elevated Command Prompt window. Windows will rebuild each Recycle Bin automatically.

What Causes the Recycle Bin to Become Corrupted?

The most common causes of Recycle Bin corruption include sudden power loss, improper drive disconnection (especially USB drives), malware, and file system errors on the drive. If you are seeing this error frequently on the same drive, it is worth checking the drive’s health to rule out a failing disk.

If you are running into other persistent Windows issues alongside this error, a factory reset of Windows can help rule out deeper system-level corruption. For blue screen errors or other critical problems, I have a separate guide on fixing the blue screen of death on Windows 10 and 11.

If you want to keep your Windows installation clean and optimized to prevent issues like this, I built Winhance specifically for that — it handles debloating, privacy settings, and system tweaks all in one place.

Frequently Asked Questions

Will I lose my personal files if I run this command?

No. The rd /s /q command only removes the hidden $Recycle.Bin system folder, not any of your personal files or folders. However, any files that were already sitting in the Recycle Bin (waiting to be restored or permanently deleted) will be lost. If you need to recover something from the Recycle Bin, restore it first before running the command.

Does this work on external USB drives?

Yes. External USB drives and external hard drives have their own $Recycle.Bin folder and can develop the same corruption error. Just use the drive letter assigned to the external drive in the command. You can check the assigned letter in File Explorer or Disk Management.

Do I need to restart my computer after running the command?

No. Windows recreates the $Recycle.Bin folder automatically the next time you delete a file on that drive. There is no restart or additional step required — the fix takes effect immediately.

What if the command says “Access is denied”?

This means you did not open Command Prompt as administrator. Close the current Command Prompt window, search for CMD again, and make sure you right-click and select Run as administrator. The $Recycle.Bin folder is a protected system folder that requires elevated privileges to delete.

The error keeps coming back — what should I do?

If the Recycle Bin corruption keeps returning on the same drive, the drive itself may have file system errors or be failing. Open Command Prompt as administrator and run chkdsk C: /f (replacing C with your drive letter) to scan for and repair file system errors. If the drive continues to have problems, back up your data and consider replacing it.

Similar Posts

4 Comments

  1. I am trying to follow your instructions but I keep getting a “Access Denied” response. Please advise! Thank You!!!

Comments are closed.