If you’ve ever tried to open or empty the Recycle Bin and got a message like “The Recycle Bin on C:\ is corrupted. Do you want to empty the Recycle Bin for this drive?”, you’re not alone. This common Windows 11 error usually appears when the Recycle Bin’s hidden system folder gets damaged or when file permissions break after an update, power outage, or disk issue.
The good news? It’s an easy fix — you can repair or reset the Recycle Bin in just a few minutes. In this guide, we’ll show you all the effective methods to fix a corrupted Recycle Bin in Windows 11, step by step.
What Causes the Recycle Bin to Become Corrupted
Several underlying issues can trigger this error:
- Corrupted system files or bad sectors on your hard drive.
- Improper shutdowns or sudden power loss.
- File permission conflicts after major Windows updates.
- Third-party cleaning tools deleting or modifying system folders.
- Malware infection interfering with file operations.
Regardless of the cause, the following solutions will help you get your Recycle Bin working again.
Step 1: Try Emptying the Recycle Bin
Before getting technical, start with the simplest step — empty the Recycle Bin completely.
- Right-click the Recycle Bin icon on your desktop.
- Click Empty Recycle Bin.
- Confirm when prompted.
If the corruption message reappears, move to the next method.
Step 2: Reset the Recycle Bin Using Command Prompt
The most effective way to fix a corrupted Recycle Bin is to reset its hidden system folder for each drive. This deletes the current Recycle Bin folder ($Recycle.Bin) and automatically recreates a new one.
Note: Deleting this folder will permanently remove all items currently in your Recycle Bin.
- Press Windows + S, type cmd, and select Run as administrator.
- In the Command Prompt window, type the following command and press Enter:
rd /s /q C:\$Recycle.Bin - If you have multiple drives (like D: or E:), run the same command for each:
rd /s /q D:\$Recycle.Bin - Close the Command Prompt window and restart your computer.
After rebooting, Windows will automatically rebuild the Recycle Bin folder — and the error should be gone.
Step 3: Run System File Checker (SFC)
If system corruption caused the issue, Windows’ built-in System File Checker (SFC) can fix missing or damaged files.
- Open Command Prompt (Admin) again.
- Type the following command and press Enter:
sfc /scannow - Wait for the scan to finish — this can take 5–10 minutes.
- Once complete, restart your PC.
If SFC finds and repairs corrupted files, it often resolves the Recycle Bin error as well.
Step 4: Use DISM to Repair Windows Image
If SFC couldn’t fix everything, the Deployment Image Servicing and Management (DISM) tool can help repair deeper Windows component issues.
- Open Command Prompt (Admin).
- Run these commands one by one, pressing Enter after each:
DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth - Once done, restart your PC and check if the Recycle Bin works normally again.
Step 5: Repair Drive Errors Using CHKDSK
If the drive that holds the Recycle Bin has bad sectors or file system issues, CHKDSK (Check Disk) can detect and fix them.
- Open Command Prompt (Admin).
- Type the command below and press Enter:
chkdsk C: /f /r /x(Replace C: with the affected drive letter if needed.) - When prompted, type Y and press Enter.
- Restart your PC — CHKDSK will automatically scan and repair your drive during boot.
After the process completes, check whether the corruption error is resolved.
Step 6: Reset the Recycle Bin Permissions
If the problem persists, incorrect folder permissions might be the reason. You can reset them manually.
- Press Windows + E to open File Explorer.
- Click View → Show → Hidden items to make hidden folders visible.
- Navigate to your system drive (usually **C:**).
- Right-click the $Recycle.Bin folder → Properties → Security tab.
- Click Advanced → Restore defaults.
- Click Apply, then OK.
Restart your system to apply the new permissions.
Step 7: Use Windows Security to Scan for Malware
Sometimes malware tampers with system folders, including the Recycle Bin. Run a full system scan to rule that out.
- Open Settings → Privacy & security → Windows Security → Virus & threat protection.
- Click Scan options.
- Select Full scan, then click Scan now.
If threats are detected, quarantine or remove them, then restart your PC.
Step 8: Perform a System Restore (Optional)
If the Recycle Bin error started after a recent update or software installation, performing a System Restore can roll your system back to a working state.
- Press Windows + R, type rstrui, and press Enter.
- Choose Next, then select a restore point from before the problem started.
- Follow the on-screen instructions to complete the process.
After the restoration, check if your Recycle Bin is working normally again.
Step 9: Create a New User Profile
If none of the above methods work, your user profile may be corrupted. Creating a new profile can resolve this.
- Open Settings → Accounts → Other users.
- Click Add account and create a new user.
- Log in with the new account and check if the Recycle Bin error persists.
If the error doesn’t appear in the new profile, transfer your files and settings, then remove the old account.
Wrapping Up
The “Recycle Bin is corrupted” error in Windows 11 is usually caused by damaged system files or disk errors — and most of the time, simply resetting the Recycle Bin folder or running system repair tools like SFC and CHKDSK fixes it.
Start with the easiest steps — emptying or resetting the Recycle Bin — and work your way through the advanced methods if needed. In rare cases, creating a new user profile or restoring Windows can be the final solution.
Once fixed, consider running regular disk scans and keeping your system up to date to prevent the issue from returning. Your Recycle Bin should now work smoothly again, ready to catch all those files you swear you’ll need later — but never actually do.