01
Development caches
npm, cargo, gradle and friends. On a machine used for both coding and gaming this is routinely tens of gigabytes that no traditional cleaner knows about.
disk scanned
Cleaning
The Cleaner measures everything, including categories only Pro deletes, and shows real bytes from your disk. You see the number before deciding to pay.
What the disk holds
Per-game shader cache and game stores are the two largest slices on a gamer's machine, and the two no ordinary cleaner touches.
Illustrative segments. On your PC the scan measures the real bytes.
Cleaning
Deleting temp files is a commodity. The value is in what takes curation.
01
npm, cargo, gradle and friends. On a machine used for both coding and gaming this is routinely tens of gigabytes that no traditional cleaner knows about.
02
Download cache, already-applied installers and update leftovers from game platforms, the kind of thing that fills an SSD without you noticing.
03
Compiled GPU shader cache, separated per game. It regenerates when needed, and a corrupted cache is a common cause of stutter nobody can explain.
04
Application databases bloat over time. Maximize compacts them instead of deleting — you get the space back without losing the content.
The same rule applies to the rest of the product: whatever failed the test was removed, and the reason is published.
Beyond the Cleaner
The Cleaner deletes what is junk by rule. These are for when you want to look at the disk with your own hands.
Disk analyzer, the whole tree by size, read-only, deleting nothing. Large files — what takes the most space, in order. Both are free.
Duplicates — groups by size and only hashes the candidates, ignoring symlinks. Empty folders and a shredder for what needs to be gone for good.
Repair runs Windows's own checks in scan-only mode, changing nothing on its own. Maintenance triggers TRIM per volume and keeps the history.
Shredding and deleting are final operations: the Cleaner does not go through the recycle bin. That is why they create a restore point first, warn first, and never run unless you tell them to.
The full scan is free and measures the paid categories too. The number you see is from your disk, not ours.