A Windows GUI tool for scanning common application locations (Program Files, AppData, and user profile folders), estimating folder sizes, and deleting leftover folders with confirmation prompts. It can also check Start Menu shortcuts to help identify installed apps.
- Scans:
C:\Program FilesC:\Program Files (x86)%LOCALAPPDATA%(AppData\Local)%APPDATA%(AppData\Roaming)- User profile root (
C:\Users\<you>) top-level folders
- Displays folder sizes and Start Menu shortcut matches
- Search filters:
- Minimum size threshold (MB)
- Search by Path or App Name
- Optional case-sensitive search
- Sortable columns (click headers)
- Safe delete with confirmation prompt
- Live totals for filtered results
┌────────────────────────────────────────────────────────────────────────────┐
│ Windows Leftover Cleaner │
├────────────────────────────────────────────────────────────────────────────┤
│ Size | Start Menu Note | Folder Path │
│-----------------------------------------------------------------------------│
│ 1.42 GB | Shortcuts: Steam, Steam Client | C:\Program Files\Steam │
│ 680.12 MB | | C:\Users\You\AppData\Local│
│ 212.08 MB | Shortcuts: Discord | C:\Users\You\AppData\Roam │
│ ... ...│
├────────────────────────────────────────────────────────────────────────────┤
│ Min size (MB): [ 100 ] Search: [ steam ] [Path ▼] [✓ Case-sensitive] │
│ [Scan Folders] [Refresh List] [Delete Selected Folder] │
├────────────────────────────────────────────────────────────────────────────┤
│ Status: Scan complete. │
│ Showing 12 folders • Total size: 4.73 GB │
└────────────────────────────────────────────────────────────────────────────┘
- Windows 10/11
- Python 3.9+ (for running from source)
python leftover_cleaner.pyInstall PyInstaller:
pip install pyinstallerBuild:
pyinstaller --onefile --noconsole leftover_cleaner.pyYour EXE will be in:
dist/leftover_cleaner.exe
- Scanning can take time depending on disk size and the number of folders.
- Deletion is permanent (does not send to Recycle Bin).