How to Empty the Recycle Bin in Windows 11

|

|

The article provides steps on how to empty the Recycle Bin in Windows 11 to optimize device performance and privacy protection. Multiple avenues for doing so are explored, including right-clicking the Recycle Bin icon, accessing it through File Explorer, using Disk Cleanup, and implementing PowerShell commands for all drives in a system.

This article lists some steps that one can use to empty the “Recycle Bin” in Windows 11.

The Recycle Bin in Windows is a storage area for deleted files and folders. When you delete a file or folder, it is sent to the Recycle Bin, where it can be restored if needed or permanently deleted.

If your Windows device has multiple hard drives, partitions, or external hard drives, each drive will have its own hidden $Recycle.Bin system folder at the root of each volume. By default, removable drives, such as USB flash drives and memory cards, do not have a Recycle Bin.

However, you can enable the Recycle Bin for removable drives so that deleted items go to the Recycle Bin.

Learning how to empty the Recycle Bin in Windows is important because it can help you free up space on your device and improve its performance. When you delete a file or folder, it is not permanently removed from your device.

Instead, it is moved to the Recycle Bin, where it continues to take up storage space. Over time, this can add up and slow down your device. By regularly emptying the Recycle Bin, you can free up space and improve your device’s performance.

Additionally, emptying the Recycle Bin can help protect your privacy by permanently deleting sensitive or confidential files you no longer need.

Empty the Recycle Bin in Windows

As mentioned above, learning how to empty the Recycle Bin in Windows can help free up space on your device, improve its performance, and protect your privacy by permanently deleting sensitive or confidential files you no longer need.

Here are the steps to empty the Recycle Bin

On most Windows Desktops, the Recycle Bin icon is accessible. From the Desktop, right-click on the Recycle Bin, then select the “Empty Recycle Bin” command on the context menu.

If you cannot right-click on the icon, double-click it to open the Recycle Bin in Windows File Explorer.

Then, click “Empty Recycle Bin” from the File Explorer command bar.

Alternatively, you can use the “Disk Cleanup” tool to empty the Recycle Bin in Windows routinely.

On Windows, click the Start menu and select Settings. Then, select System -> Storage -> Cleanup recommendations.

Next, select the Recycle Bin tile and click the “Clean up” button to empty the Recycle Bin.

Using PowerShell, you can empty the Recycle Bin for all drives on the system. To do that, first, open Windows PowerShell.

Then, run the command below.

Clear-RecycleBin -force -ErrorAction:Ignore

For specific drives, run the command below, replacing the drive letter (ex. C).

Clear-RecycleBin -DriveLetter C -force -ErrorAction:Ignore

That should do it!

Conclusion:

This post showed you how to empty the ‘Recycle Bin’ in Windows 11. If you find errors or have something to add, please use the comments form below.


Discover more from Geek Rewind

Subscribe to get the latest posts to your email.

Like this:



One response to “How to Empty the Recycle Bin in Windows 11”

  1. Learn how to delete folders in Windows 11 - Geek Rewind

    […] can configure Windows to enable Recycle Bin for removable drives. The Recycle Bin can be emptied to free up disk […]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Blog at WordPress.com.

Discover more from Geek Rewind

Subscribe now to keep reading and get access to the full archive.

Continue reading