Windows Disk Analyzer

See what's eating
your disk space.

Interactive sunburst and treemap charts powered by D3. A native HDD scanner that eliminates per-file syscalls. Live scan progress. Open source, free forever.

DISK USAGE
Electron 28 desktop app
Sunburst & Treemap charts
1.92× faster scanner
−73% heap usage
Free & open source

Features

Everything to understand
your storage at a glance

Sunburst & Treemap Charts

Two interactive D3-powered views. Click any segment to drill into a directory, press Esc to navigate back up. Every file and folder visualized in proportion to its size.

Live Scan Progress

Files and sizes accumulate in real time as the scanner works. A progress overlay keeps you informed — no waiting blindly for a result to appear.

HDD-Aware Native Scanner

Auto-detects drive type via WMI. On HDDs, a native C++ addon uses FindFirstFileExW to read file sizes from directory entries directly — eliminating all per-file stat() syscalls.

C:\ — 512 GB — Treemap view

Performance

Engineered for
real-world disks

1.18×
faster on large trees
(3M+ files)
1.92×
faster on smaller dirs
−73%
heap usage reduction

IMF-style scanner architecture

Inspired by the XN-Graph SIGIR '25 paper on disk-based nearest-neighbor search, the scanner applies an In-Memory First (IMF) strategy: instead of waiting on each I/O batch, it keeps 64 requests in flight simultaneously, eliminating the idle gap between completions.

On HDDs, a native C++ N-API addon (FindFirstFileExW) fetches file sizes directly from directory entries — no additional stat() per file. On SSDs, the IMF scanner runs with unlimited parallelism.

WorkloadBeforeAfterGain
3M files (large tree) 81.1s 68.8s 1.18×
Smaller directories baseline 1.92×
Heap allocation ~100% ~27% −73%

Technology

Built on a solid
modern stack

Electron 28
Native desktop shell
React 18
UI framework
D3 v7
Sunburst & treemap charts
C++ N-API Addon
Native HDD scanner
TypeScript
Fully typed codebase
Tailwind CSS
Styling

Know your disk.
Reclaim your space.

Free, open source, built for Windows.