iSumsoft » Windows Tips»Empty Recycle Bin to Free Up Storage Space

Empty Recycle Bin on Windows 10: 5 Effective Methods

Isabella Shinn
Isabella Shinn

Updated:

The Recycle Bin serves as temporary storage for deleted files, allowing users to restore or permanently remove them. To free up disk space, emptying the Recycle Bin is essential. This guide outlines five distinct methods to empty the Recycle Bin in Windows 10.

Related: Recover Deleted Files from Empty Recycle Bin


Method 1: Empty Recycle Bin from Desktop

If the Recycle Bin icon is visible on your desktop, follow these steps:

Step 1: Locate the Recycle Bin icon on your desktop.

Step 2: Right-click (or press and hold) and select Empty Recycle Bin.

Empty Recycle Bin on Desktop

Tip: Adding the Desktop toolbar to Taskbar allows easy access to empty the Recycle Bin.

Method 2: Empty Recycle Bin via Storage Settings

To remove Recycle Bin files via Settings:

Step 1: Open the Settings app, navigate to System > Storage.

Step 2: Click on This PC, scroll down, and select Temporary files.

View This PC storage

Step 3: Click on Temporary files.

Temporary files

Step 4: Under Remove temporary files, check the Empty recycle bin box and click Remove files.

Remove files from Recycle Bin

Method 3: Empty Recycle Bin using Disk Cleanup Tool

The Windows.old folder contains previous Windows installations, occupying significant storage. Using Disk Cleanup Tool's Remove previous Windows installations option can free up several GBs.

Step 1: Open Disk Cleanup via Run.

Press Win+R, type cleanmgr, and hit Enter.

Run Disk Cleanup tool

Wait for the system to calculate used space.

Step 2: Click Clean up system files.

Cleanup system files

Step 3: Scroll down, check Recycle Bin, and click OK.

Select Recycle Bin

Step 4: Click Delete Files to confirm.

Delete files

Method 4: Empty Recycle Bin in File Explorer Ribbon

Step 1: Open Recycle Bin.

Step 2: Click the Recycle Bin Tools Manage tab, then click Empty Recycle Bin in the ribbon.

Empty Recycle Bin from File Explorer

Method 5: Empty Recycle Bin using Windows PowerShell

Step 1: Open Windows PowerShell via Run.

Press Win+R, type powershell, and click OK.

Open Windows PowerShell

Step 2: Execute the desired command in PowerShell and press Enter.

To empty Recycle Bin for all drives: Clear-RecycleBin -force -ErrorAction:Ignore

To empty Recycle Bin for a specific drive: Clear-RecycleBin -DriveLetter <drive letter> -force -ErrorAction:Ignore

Empty Recycle Bin command