Advertisement

Empty Recycle Bin automatically in Windows 10

Windows has a special location called Recycle Bin where deleted files and folders are stored temporarily, so the user has a choice to restore accidentally deleted stuff or remove it permanently. In this article, we will see how to automate the Recycle Bin cleanup process in Windows 10.

Advertisеment

Windows 10 recycle bin logo bannerIn Windows 10, there is a special PowerShell cmdlet that serves to empty the Recycle Bin properly. If you create a shortcut which executes this PowerShell cmdlet, you will be able to clean the Recycle Bin every time you start your PC or on a schedule.

Here is how it can be done.

  1. Press Win + R shortcut keys together on the keyboard to open the Run dialog. Type or copy-paste the following in the Run box:
    shell:Startup

    Shell startup in the run boxThe text above is a special shell command which makes File Explorer open the Startup folder directly.Windows 10 startup folder opened

  2. Right click here to create a new shorcut. Type the following in the Target text box:
    cmd.exe /c "echo Y|PowerShell.exe -NoProfile -Command Clear-RecycleBin"

    See the following screenshot:clear recycle bin on startup command

  3. Name your shortcut as "Empty Recycle Bin" and specify an icon if you want.clear recycle bin on startup shortcut name

After doing the steps above, you can reboot your PC and open your Recycle Bin folder. It will be empty.

Behind this trick is a new cmdlet Clear-RecycleBin which clears the Recycle Bin content. Combined with the "echo Y" console command, it is getting auto confirmation.

Instead of emptying the Recycle Bin automatically every time your start Windows 10, you might want to schedule the appropriate task in Task Scheduler.

  1. Open Control Panel.
  2. Go to Control Panel \ System and Security \ Administrative Tools.
  3. In the newly opened window, double-click the shortcut "Task Scheduler":Windows 10 administrative tools
  4. In the left pane, click the item "Task Scheduler Library":Windows 10 Task Scheduler Library
  5. In the right pane, click on the link "Create task":Windows 10 Create Task link
  6. A new window titled "Create Task" will be opened. On the "General" tab, specify the name of the task. Pick an easily recognizable name like "Empty Recycle Bin". You can also fill in the description if you want.create empty recycle bin task
  7. Under "Configure for", select "Windows 10":configure for windows 10
  8. Switch to the "Triggers" tab. There, click the "New..." button.
    Define here the desired time to empty the Recycle Bin.new schedule
  9. Now, switch to the Actions tab. Add a new action by clicking the "New... button".
    In Program/script, type the following:
    cmd.exe

    In the box "Add arguments (optional)", type or copy-paste the following text:

    /c "echo Y|PowerShell.exe -NoProfile -Command Clear-RecycleBin"

empty recycle bin task in Windows 10empty recycle bin task in Windows 10 - 2You are done.

Update: Starting with build 15014, a new option appeared in Settings. Open Settings and go to System -> Storage. There, you will find the option named "Storage Sense". Enable it and you are done. Clear Temporary Files Automatically In Windows 10

Files stored in Recycle Bin for more than 30 days will be deleted for example as part of this cleanup.

The user can customize this behavior. To do this, click the link "Change how we free up space" under the switch.

Change How We Free Up Space

The related page will be opened: Change How We Free Up Space PageThat's it.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

7 thoughts on “Empty Recycle Bin automatically in Windows 10”

    1. Press Win + E on the keyboard. This will open Explorer.
      Press Alt + Up – it will lead you to the Desktop folder. There you will find the Recycle bin icon even it is not displayed on Desktop.

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.