1. Home
  2. Microsoft
  3. Windows
  4. Windows 11
  5. How to Fix Windows 11 Recycle Bin Not Working Issue

How to Fix Windows 11 Recycle Bin Not Working Issue


If you’re using Windows 11 and have found that your Recycle Bin is not working properly, you’re not alone. Whether it’s not opening, not deleting files, or simply acting strange, this is a common issue that can cause frustration. The good news? Most problems with the Recycle Bin on Windows 11 can be fixed quickly with a few straightforward steps.

In this guide, we’ll walk you through how to troubleshoot and resolve the Windows 11 Recycle Bin not working issue, so you can get back to managing your files with ease.


Common Symptoms of Recycle Bin Issues in Windows 11

  • Recycle Bin icon not responding when clicked
  • Files deleted but not appearing in the Recycle Bin
  • Unable to empty the Recycle Bin
  • Recycle Bin showing incorrect or zero size despite containing deleted files
  • Error messages when trying to restore or delete files from the Recycle Bin


How to Fix Windows 11 Recycle Bin Not Working

1. Restart Your PC

Before diving into more complex solutions, try restarting your computer. Sometimes, a simple reboot resolves temporary glitches affecting the Recycle Bin.


2. Reset the Recycle Bin

Resetting the Recycle Bin removes corrupted data that might cause it to malfunction. Here’s how:

  1. Open Command Prompt as Administrator:

    • Press Windows + S, type cmd
    • Right-click Command Prompt and select Run as administrator

  2. Enter the following command:

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

    Note: If you have multiple drives, repeat this for each by replacing C: with the correct drive letter.

  3. Restart your PC.

This command deletes the hidden recycle bin folder, which Windows will recreate fresh upon reboot.


3. Run the System File Checker (SFC) and DISM Tools

Corrupted system files can cause Recycle Bin malfunctions. Scan and repair them by:

  1. Open Command Prompt as Administrator.

  2. Type and run:

    sfc /scannow

  3. Once complete, run:

    DISM /Online /Cleanup-Image /RestoreHealth

  4. Restart your PC.


4. Check Recycle Bin Properties

Sometimes, the Recycle Bin settings can cause unexpected behavior:

  1. Right-click the Recycle Bin icon on your desktop and select Properties.

  2. Ensure “Don’t move files to the Recycle Bin. Remove files immediately when deleted” is unchecked, unless you want to bypass the Recycle Bin entirely.

  3. Confirm that the maximum size for the Recycle Bin is sufficient to hold deleted files.

  4. Click Apply, then OK.


5. Run the Windows Troubleshooter

Windows 11 includes tools designed to automatically find and fix issues:

  1. Go to Settings (Windows + I).

  2. Navigate to System > Troubleshoot > Other troubleshooters.

  3. Locate and run the File and Folder Troubleshooter or Windows Store Apps Troubleshooter if relevant.


6. Create a New User Account

If the issue is isolated to your user profile, creating a new account can help:

  1. Go to Settings > Accounts > Family & other users.

  2. Click Add account and create a new local user.

  3. Log into the new account and check if the Recycle Bin works.

If it does, migrate your files to the new profile.


7. Perform a System Restore

If your Recycle Bin issue started recently, rolling back to an earlier restore point may fix the problem:

  1. Search for Create a restore point in the Start menu and open it.

  2. Click System Restore and follow prompts to choose a restore point before the issue occurred.


Bonus Tips to Keep Your Recycle Bin Working Smoothly

  • Avoid deleting files when the disk is nearly full.
  • Regularly empty the Recycle Bin to prevent it from getting bloated.
  • Keep your Windows 11 updated to ensure all bug fixes are applied.


Final Thoughts

The Recycle Bin is an essential part of your Windows 11 file management system. When it stops working, it can disrupt your workflow—but these fixes will help you get it back on track quickly.

Try the steps in this guide patiently and in order. If one method doesn’t fix the problem, move on to the next. And remember, backing up your important files regularly will always save you headaches in troubleshooting.

If you still experience issues after trying all of the above, consider reaching out to Microsoft Support or a professional technician for further assistance.


Did this guide help you fix your Windows 11 Recycle Bin? Let us know in the comments or share your own tips!


Keywords: Windows 11 Recycle Bin not working, fix Recycle Bin Windows 11, Recycle Bin corrupted Windows 11, Windows 11 file deletion issue, Recycle Bin troubleshooting

Updated on July 4, 2025
Was this article helpful?

Related Articles

Leave a Comment