How to Empty the Windows Recycle Bin

Photo of author

By Victor Ashiedu

Published

Emptying Recycle Bin in Windows is a pretty straightforward task. In this quick guide, I have explained two options to perform this task.

Option 1: Empty Recycle Bin via the Desktop

  1. Right-click the Recycle Bin icon on your Windows desktop and select “Empty Recycle Bin.” Windows will prompt for a confirmation.
If the Recycle Bin icon is not on your desktop, read my article, How to Hide or Show Desktop Items in Windows 11 (the link opens in a new browser tab).
Option 1: Empty Recycle Bin via the Desktop
Note that clicking Yes in the next step will delete ALL items in your Recycle Bin permanently. Proceed only if you’re sure.
  1. On the “Delete multiple items” confirmation pop-up, click Yes.
On the Delete multiple items confirmation pop-up, click Yes

Option 2: Empty Recycle Bin with PowerShell

You can also use the Clear-RecycleBin PowerShell command to empty the Recycle Bin on a Windows computer.

  1. Open PowerShell as administrator.
  2. Then, to clear the Recycle Bin, run the command without any parameters.
Clear-RecycleBin

When you execute the command by pressing the Enter key on your keyboard, PowerShell will prompt you to confirm. Type Y and press Enter again.

If you want to avoid this prompt and force the command to proceed without prompting for confirmation, run the Clear-RecycleBin command with the Force parameter.

Clear-RecycleBin -Force
You can also replace the Force parameter with -Confirm:$false. Both will achieve the same result.
Clear-RecycleBin -Confirm:$false

Finally, you can also empty the Recycle Bin for a specific drive. In this example command, I want to empty Drive C’s.

Clear-RecycleBin -DriveLetter C

Conclusion

Emptying the Recycle Bin on a Windows Computer is as simple as a few clicks. You can even do it by running a one-line PowerShell command!

Let me know if I made your day with this quick guide by responding to the “Was this page helpful?” question below.

You may also browse our Technology How-to Guides for more straightforward articles.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment

Send this to a friend