I need a script that will remove any files older than 30 days from a folder while leaving any files and directories with files within that are younger than 30 days. Any ideas for deleting files older than 30 days with PowerShell or other tools?
Dany· Answered on Jun 30, 2025
To delete files older than 30 days ( we will take Windows 10 as an example), you can use PowerShell, Command Prompt, and File Explorer:
1. Right-click your search result for Windows PowerShell and choose "Run as administrator" after opening the Start menu on Windows 10. Type in Get-ChildItem –Path "C:\\path\\to\\folder" -Recurse | Where-Object {($_.LastWriteTime -lt (Get-Date).AddDays(-30))} | Remove-Item in the window. Replace C:pathtofolder with the folder location containing the files you wish to remove, and change "-30" to the command above that selects files with the latest updated date. Then the command will run after pressing the Enter key.
2. Run Command Prompt as an administrator on your Windows 10. Type in ForFiles //p "C:pathtofolder"//s //d -X //c "cmd //c del //q @file and hit Enter. Change C:pathtofolder to the path to the folder you want to remove files from, and change "//d -X" to the option you wish to use to only choose files with the last updated date. This command will help you delete files older than x days.
3. Delete files older than 30 days with Task Scheduler is the simplest way for novice users. To launch File Explorer, press Win + E on your keyboard and find the target folder. Click "Date Modified", choose the files, and delete them.
If you want to recover deleted files, you can download a third-party recovery tool. It is possible to recover deleted files from Recycle Bin, recent backups, or restore your system to a previous date. With three simple steps, you can try EaseUS Data Recovery Wizard to get back your lost films, Word documents, music, and personal pictures.
Use EaseUS Data Recovery Wizard to recover deleted or lost files easily and quickly.
Tutorials on how to recover lost, deleted, or formatted data from HDD, SSD, USB, SD card, or other storage media on Windows and Mac.
Do Delete Files from SD Card Go to Recycle Bin on Windows
Do delete files from SD card go to Recycle Bin? After deleting some files from your SD card, you can't find the deleted files in Recycle Bin. If you want to know where the deleted files from the SD card go, this article will tell you the answer.
Brithny
Jun 30, 2025
Fix Sorry We Couldn't Find Your File, Was It Moved, Renamed or Deleted
This post will help solve this; sorry we couldn't find your file. was it moved, renamed, or deleted in several effective ways. Read on!
Finley
Jun 30, 2025
Deleted My Partitions by Mistake While Installing Windows 7
Before installing Windows 7 on your computer, you should back up your data. If you don't have a backup, you can recover data from the HDD which lost partitions with EaseUS Data Recovery Wizard.
Dany
Jun 30, 2025
How to Delete the OS from a Hard Drive but Keep the Data
Let us now look at removing Windows OS from a hard drive with retaining the data. In other words, without formatting it. It's also the methods of how to remove and uninstall Windows 7, 8, or 10 from a dual boot PC.
Jaden
Jun 30, 2025
Recover Accidentally Deleted Excel Files with Software
Accidentally delete Excel files? Don't worry! This article will introduce a powerful Excel file recovery software that can easily recover accidentally deleted Excel files. Read on to get detailed information.
Brithny
Jun 30, 2025
How to Recover Deleted .lnk Files on Windows 10
Have you ever experienced files with .lnk extensions being deleted, and you can not find the document anywhere? This post offers two methods to recover deleted .lnk files on Windows. Read the post to find out solutions.
Daisy
Jun 30, 2025