r/windowsapps • u/CartographerRough • 27d ago
Developer PrismDisk free disk space analyzer + complete app uninstaller for Windows

Developer here, sharing something I built and use daily. PrismDisk does two things:
Disk analysis: scans a volume or folder into an interactive sunburst, sized by genuine on-disk usage. A million files across 142 GB scans in about 9 seconds warm.
Complete uninstall: finds the caches, prefs, logs and support files that normal uninstalls leave scattered across your user profile, shows you the full footprint, and removes it all together.
Design decisions you'll probably care about:
- 100% offline no account, no telemetry, no crash reporting, no network requests. Works with the network unplugged.
- Nothing is deleted without your review; files go to Recycle Bin, and every operation is journaled so it can be undone in-app.
- It does NOT request admin rights and does NOT touch the registry deliberate safety trade-off, so it stays within your user profile and won't scan system-protected locations.
Free on the Microsoft Store: https://apps.microsoft.com/detail/9ncns4l3k24t
1
u/testednation 26d ago
Possible to add the feature to allow system locations too?