The Sparkle Cleaner removes unnecessary system files that accumulate over time and waste disk space. You select which operations to run, then click Clean Selected to execute them in sequence. After each operation completes, Sparkle reports how much space was freed.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/thedogecraft/sparkle/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Each cleaning operation runs a PowerShell script that measures the size of the target files before deleting them, then reports the freed space back to the UI. The timestamp of your last clean is saved and shown at the top of the page.All file deletions use
-ErrorAction SilentlyContinue, so locked or in-use files are skipped without stopping the operation.Cleaning operations
1. Clean temporary files
Removes both system temporary files (C:\Windows\Temp) and your user temporary files (%TEMP%).
Use this regularly — these folders grow quickly as applications create scratch files that are rarely cleaned up automatically.
2. Clean prefetch files
Deletes files fromC:\Windows\Prefetch. Windows uses prefetch data to speed up application launches, but the folder can grow large and the data is regenerated automatically.
Use this when troubleshooting slow app launches or to recover disk space. Windows will rebuild the prefetch cache on next use.
3. Empty recycle bin
Permanently removes all files currently in the Recycle Bin. The script measures the bin’s total size before emptying it. Use this when you’ve already reviewed the bin and are ready to permanently delete its contents.4. Clean Windows update cache
Removes downloaded Windows Update installation files fromC:\Windows\SoftwareDistribution\Download. These files are only needed during installation and can safely be deleted after updates have been applied.
Use this after running Windows Update to reclaim the space used by downloaded update packages.
5. Clear thumbnail cache
Removes the thumbnail database files (thumbcache_*.db) stored by File Explorer at %LOCALAPPDATA%\Microsoft\Windows\Explorer. File Explorer rebuilds these files automatically when you browse folders.
Use this if File Explorer is showing outdated or broken thumbnails, or to recover disk space.
6. Clear error reports
Removes crash dump files from%LOCALAPPDATA%\CrashDumps. These files are generated when applications crash and are used for debugging, but they are rarely needed after the crash has been investigated.
Use this to free up space that has accumulated from application crashes.
Running a clean
Select operations
Toggle on the cleaning operations you want to run. Each row shows the operation name, a short description, and the target path.
Click Clean Selected
Click the Clean Selected button at the top right. Sparkle runs each selected operation in sequence and shows a progress notification for each one.