Forum Discussion
How to permanently clear or empty recycle bin on windows 11?
You can use the "Command Line" method if you are going to empty Recycle Bin in Windows 11. This method uses a command called rd (which stands for "remove directory") to delete the Recycle Bin folder itself. Windows will automatically create a fresh, empty one afterward.
Important: This method will permanently empty Recycle Bin in Windows 11. Please read the "Safety Check" at the bottom before you start.
1. Open Command Prompt as Administrator:
Press the Windows key on your keyboard (or click the Start button).
Type cmd.
You will see "Command Prompt" appear in the search results. Do not just press Enter.
Look on the right side of the search menu and click Run as administrator.
If a pop-up asks "Do you want to allow this app to make changes?" click Yes.
2. Copy and Paste the Command:
A black box (the Command Prompt) will open.
Carefully copy the following line of text:
cmd
rd /s /q C:\$Recycle.bin
Paste it into the black box. (You can usually paste by right-clicking inside the black window).
Press Enter.
3. Wait for it to finish:
The cursor will just blink on the next line for a few seconds. When it's done, it will show the drive letter again (e.g., C:\Windows\system32>). This means it worked.
You can now close the black box.
4. Check Your Space:
Windows has automatically built a new, empty Recycle Bin in Windows 11. The old one with your files is gone.
You should now have your 10GB of space back.