Windows 10 & 11 · Rust core

Which folder
is big?
Wrong question.

Every disk tool on Windows hands you a folder tree and wishes you luck. DiskScope attributes every byte to the application that owns it — program files, user data, cache, logs, and the leftovers of software you uninstalled two years ago.

The drive on the right is real data from a real machine. Run the scan and watch 1.82 TB stop being folders and start being answers.

How attribution works

Nothing here phones home. The demo is client-side; so is the app.

DiskScope — Storage Explorer · folder view
idle
Scanned1.82 TB
Reclaimable
Freed0 B
// the confidence engine

An app is not a folder. It's evidence, in nine places at once.

Chrome isn't C:\Program Files\Google\Chrome. It's that, plus 34 GB of profile in AppData, plus a GPU cache, plus Crashpad dumps, plus a registry hive, plus a scheduled task. DiskScope correlates registry entries, package managers, digital signatures, services and known-path signatures into one profile — and scores how sure it is.

Registry uninstall keyHKLM\...\Google Chrome
Executable presentchrome.exe · 1.12 GB
Digital signatureGoogle LLC
Known data pathsAppData\Local\Google
Package managerwinget · Google.Chrome
ServiceGoogleChromeElevation
Scheduled taskGoogleUpdateTaskMachine
Cache signatureGPUCache, Crashpad
Portable heuristicn/a — installed
98%
Confidence · Very High
8 of 9 detection signals agree
Inverted

Leftovers are the same trick, backwards

Vendor folders, caches and configs still on disk — but no executable, no registry key, no package entry. Adobe uninstalled in 2023 and left 12.4 GB behind. Nine signals say gone; the bytes say otherwise. That's an orphan, at 99% confidence.

Not a guess

Confidence is shown, never hidden

Every item carries its score and the signals behind it. Low confidence never gets a green "safe to delete" badge — it gets Review, and you get the reasoning.

// one pass, nine answers

Everything below comes out of a single scan.

No separate "duplicate finder", no second tool for big files. One index of the filesystem, kept in SQLite, queried nine different ways — so the second scan takes seconds, not minutes.

Module
What it answers
Found
Verdict
Applications
243 installed apps, each with program / data / cache / logs split out
812.46 GB
Mapped
Leftovers & orphans
Files from software that no longer exists on this machine
118.74 GB
Review
Developer caches
npm, pnpm, Cargo, Gradle, Maven, NuGet, pip, Docker, WSL, Unreal DDC
356.91 GB
Safe
AI & model storage
Ollama, LM Studio, ComfyUI, Hugging Face, GGUF / ONNX / LoRA
196.23 GB
Review
Game storage
Steam, Epic, Xbox, Battle.net, GOG — plus shader caches and workshop
284.65 GB
Mapped
Duplicates
SHA-256 matched installers, ISOs, videos, model weights
31.20 GB
Safe
Large files
Everything over 100 MB / 1 GB / 10 GB, sortable, instantly
1,204 files
Mapped
Snapshots
What grew since last week, and which app did the growing
Δ +14.8 GB
Tracked
Cleanup center
Only what the advisor rates safe today — grouped, itemised, reversible
22.05 GB
Safe
// the part that matters

A cleanup tool earns trust by not deleting things.

DiskScope never issues a delete. Items go to the Recycle Bin, the plan is written down first, and undo restores every path it touched. Catastrophic paths are refused in the Rust backend — not hidden in the UI, refused at the source.

🛡
Confirm cleanup plan3 groups · 1,842 files · moves to Recycle Bin
Shader & GPU cachesRegenerated automatically on next launch7.81 GB
Adobe leftoversUninstalled 2023 · 99% confidence · no executable12.40 GB
Crash dumps & logsOlder than 30 days1.84 GB
2 items refused by the backend. C:\Windows\System32 and an active WSL disk image are on the guarded-path list. No override exists, by design.
Undo available for 30 days
Local

No account, no telemetry

The index lives in a SQLite file on your machine. Nothing is uploaded. There is no server to upload it to.

Native

Rust core, ~10 MB binary

Tauri 2 + a multi-threaded Rust filesystem walker. Full scan of a 2 TB SSD in minutes; incremental rescans in seconds.

Reversible

Undo is a first-class feature

Every cleanup writes a manifest of what moved where. One click puts all of it back, exactly where it was.

// v0.1.0 · in development

Find out what's actually eating your drive.

DiskScope is being built in the open for Windows 10 and 11. Star the repo to get the first release — or scroll back up and keep poking at the treemap, it doesn't mind.

Windows 10 / 11 · x64 Tauri 2 + Rust SQLite index Recycle Bin only No telemetry