Recycle Bin contains all your deleted files so that if you do decide to get them back, all you need to do is restore that item from there. But if you are sure that you don’t need those items back, check out the methods mentioned in this post to empty the Recycle Bin in Windows 11/10.
Different ways to empty Recycle Bin in Windows 11/10
If you want to empty the Recycle Bin, follow any one of the methods mentioned below.
- Empty Recycle Bin from the desktop context menu
- Empty Recycle Bin from File Explorer
- Empty Recycle Bin using Disk Cleanup
- Using Store Sense to automatically empty the Recycle Bin
- Empty Recycle Bin using Windows PowerShell
- Empty Recycle Bin using Command Prompt.
Let’s delve into the steps in detail.
1] Empty Recycle Bin from the desktop context menu
By default, Windows includes a Recycle Bin on the desktop, and you can find an option to empty it from there. It is probably the most used and common method to remove everything from the Recycle Bin. You need to right-click on the Recycle Bin on your desktop and select the Empty Recycle Bin option.
TIP: This post will help you if the Deleted files not showing in the Recycle Bin.
2] Empty Recycle Bin from File Explorer
This method works when the Recycle Bin is visible in the side panel in File Explorer. You will need to add the Recycle Bin to the File Explorer navigation pane in Windows 11/10. After that, you can click on the Recycle Bin so that you can see the Recycle Bin Tools in the ribbon. After clicking Recycle Bin Tools, you should find an option called Empty Recycle Bin.
Click on it to get your job done.
Related: How to empty Recycle Bin automatically while signing out.
3] Empty Recycle Bin using Disk Cleanup
Just like you can delete temporary files using Disk Cleanup, it is possible to empty the Recycle Bin using the same tool. As the name says, this utility helps users remove various junk data to create some free space on the computer.
To get started with Disk Cleanup, you need to open it first. For that, right-click on the C drive or system drive in This PC and select Properties. In the General tab, you can see a button called Disk Cleanup. You need to click on this button.
In the next window, remove the tick from every checkbox except Recycle Bin.
After that, click the OK button and confirm the deletion by clicking the Delete Files button.
Read: Deleted files keep coming back to Recycle Bin.
4] Use Store Sense to automatically empty the Recycle Bin
Storage Sense lets you obtain some free storage on your computer so that you can keep important files only. How does it make space? By deleting temporary files, emptying the Recycle Bin, etc. Therefore, you can follow this guide to automatically delete files in the Recycle Bin.
5] Empty Recycle Bin using Windows PowerShell
Like Command Prompt, Windows PowerShell can help you force empty the Recycle Bin by executing one command.
Clear-RecycleBin
This prompts the user for confirmation to clear all recycle bins on the local computer.
Clear-RecycleBin -DriveLetter C
It uses the DriveLetter parameter to specify the recycle bin on the C volume. The user is prompted for confirmation to run the command.
Clear-RecycleBin -Force
It uses the Force parameter and doesn’t prompt the user for confirmation to clear all recycle bins on the local computer.
Open Windows PowerShell on your computer, and execute this command-
Clear-RecycleBin -Force -ErrorAction:Ignore
You will see a brief indication that the Recycle Bin is being cleared on all drives, without confirmation.
6] Empty Recycle Bin using Command Prompt
Command Prompt has always been a faithful companion to Windows users, and you can take the help of this utility to empty the Recycle Bin in Windows 11/10. As usual, you need to execute a command. For that, open Command Prompt on Windows 11/10, type the following command, and hit the Enter button.
PowerShell Clear-RecycleBin -force -ErrorAction:Ignore
So here basically, you are invoking the PowerShell cmdlet to execute the command.
These are some of the methods to empty the Recycle Bin in Windows 11/10.
Reads that may interest you:
How do I empty the Recycle Bin in Windows 11?
One of the easiest ways to clear out your Recycle Bin is by right-clicking on its icon from the Desktop and selecting Empty Recycle Bin. However, there are other methods mentioned in this post to do the same, and we recommend you check them out.
Read: Recycle Bin is grayed out in Desktop Icon Settings
How to empty a Recycle Bin using a keyboard?
If you want to empty the Recycle Bin by just using a keyboard, we have a method for you. You need to open Run by Win + R, then type “cmd” and hit Enter. Once the Command Prompt appears, type PowerShell Clear-RecycleBin -force -ErrorAction:Ignore and hit Enter.
Also Read: Recycle Bin is corrupted.