Skip to content
Follow
Windows

How to Empty the Recycle Bin in Windows 11

Richard
Written by
Richard
Feb 4, 2026 Updated Sep 15, 2026 3 min read
How to Empty the Recycle Bin in Windows 11
How to Empty the Recycle Bin in Windows 11

Emptying the Recycle Bin in Windows 11 permanently deletes stored files and frees up disk space across your computer. When you send items to the trash, Windows keeps them in this holding folder as a safety net in case you delete something by accident. Every hard drive connected to your PC has its own hidden bin folder, which means you might need to check extra drives if your main storage runs low.

Advertisement
⚡ Quick Answer

Right-click the Recycle Bin icon on your desktop and select “Empty Recycle Bin.” Alternatively, open the Recycle Bin, click “Empty Recycle Bin” in the top menu, and confirm your choice.

Advertisement

Why Should You Empty the Recycle Bin?

  • Free up space: Files in the Recycle Bin still take up storage on your computer.
  • Speed up your PC: More free space can help your computer work better.
  • Protect your privacy: Permanently deleting files stops others from recovering sensitive information.

How to Empty the Recycle Bin in 🪟 Windows 11

Choose any of the following methods to clear the holding area:

1From Your Desktop

You can empty the Recycle Bin straight from your desktop in Windows 11 with a quick right-click. Find the Recycle Bin icon on your screen, right-click it, and select Empty Recycle Bin from the menu. Confirm the prompt that appears to permanently delete all the files inside and free up space on your computer.

  1. Find the Recycle Bin icon on your desktop.
  2. Right-click on the icon.
  3. Click Empty Recycle Bin from the menu that appears.
  4. A message will pop up asking if you want to delete the files permanently. Click Yes.
Empty the recycle bin from desktop
Empty the recycle bin from desktop

2From File Explorer

You can empty the Recycle Bin using File Explorer in Windows 11 if the desktop icon is missing. Open File Explorer , type Recycle Bin into the address bar at the top, and press Enter. Click the Empty Recycle Bin button on the command bar, then click Yes on the confirmation pop-up to clear everything.

  1. Double-click the Recycle Bin on your desktop to open it. If it’s not there, open File Explorer and type Recycle Bin in the address bar.
  2. Once open, look at the top menu and click Empty Recycle Bin .
  3. Confirm by clicking Yes when asked.
Empty recycle bin from File Explorer
Empty recycle bin from File Explorer

Advertisement

3Using Storage Settings

Integrated storage menus provide another route for clearing deleted items:

  1. Click the Start Menu (Windows icon) and select Settings.
  2. Go to System Storage.
  3. Click on Cleanup recommendations.
  4. Find the Recycle Bin section and click the Clean up button.
Empty the recycle bin in Windows 11 storage settings
Empty the recycle bin in Windows 11 storage settings

4Using PowerShell (Advanced)

You can empty the Recycle Bin using Windows PowerShell (a command-line tool for managing system settings) if you prefer working with commands. Open PowerShell as an administrator, type Clear-RecycleBin -force -ErrorAction:Ignore, and press Enter. This command quickly deletes all stored items without asking for confirmation, so make sure you do not need any of the files.

  1. FLAG: Admin privileges required. Open Open Windows PowerShell (type "PowerShell" in the Start menu search, then right-click and select Run as administrator).
  2. Copy and paste this command, then press Enter:

    Clear-RecycleBin -force -ErrorAction:Ignore

Executing this specific command bypasses confirmation prompts while clearing deleted files across all attached storage volumes.

Targeting individual volumes requires a modified syntax. This targeted approach purges data exclusively from the specified drive.

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

Summary

Emptying the Recycle Bin in Windows 11 regularly helps free up valuable storage space on your hard drive and protects your personal privacy by permanently erasing deleted files. You can easily clear out these unwanted items using the desktop icon, File Explorer, or PowerShell depending on which method you prefer.
  • Emptying the Recycle Bin helps free up space on your Windows 11 PC.
  • It makes your computer run better and protects your privacy.
  • You can empty it from the Desktop, File Explorer, Storage settings, or using PowerShell commands.
  • By making it a habit to empty your Recycle Bin, you'll keep your computer tidy and running smoothly!

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard is a writer at Geek Rewind who turns complex IT tasks into clear, step-by-step guides. He draws on years of hands-on experience in system administration and enterprise IT operations, focusing on Windows, Linux and WordPress: the problems people actually run into, and the fixes that work. His server and WordPress guides come from systems he runs himself. Richard builds and maintains the platform behind Geek Rewind, from its Ubuntu servers and Nginx configuration to its custom WordPress plugins. Many new tutorials start with readers' questions, and he's always glad to answer them in the comments.

Advertisement

📚 Related Tutorials

How to Enable Recycle Bin for USB Drives and Other Removable Drives in Windows 11
Windows How to Enable Recycle Bin for USB Drives and Other Removable Drives in Windows 11
How to Delete Files and Folders in Windows 11
Windows How to Delete Files and Folders in Windows 11
How to Restore and Add Recycle Bin to Windows 11
Windows How to Restore and Add Recycle Bin to Windows 11
How to Remove Home Folder from Windows 11 File Explorer
Windows How to Remove Home Folder from Windows 11 File Explorer

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *