A drive that was half-empty last month and is now nearly full is a common and frustrating problem. The culprit is rarely what you expect — it is usually one of a handful of predictable sources: installer files left behind by software updates, video files in unexpected folders, a virtual machine disk image that has grown silently, or a backup folder that duplicated itself. A disk space visualizer finds the answer in minutes rather than hours of folder-by-folder guessing.
Windows: WinDirStat or TreeSize Free
WinDirStat (Free, Open-Source)
WinDirStat (windirstat.net) scans a drive and produces two views: a list of folders sorted by size, and a color-coded treemap where each rectangle represents a file, with its area proportional to its size on disk. Large files stand out visually as large colored rectangles. Hovering over any rectangle shows the filename and path.
To use it:
- Download and install WinDirStat from windirstat.net.
- Launch it and select the drive you want to scan (usually C:).
- Wait for the scan to complete — a few minutes on a full drive.
- The folder list on the left shows each folder's size. Click a folder to expand it and see subfolders.
- The treemap on the bottom shows colored rectangles for each file type. Click any rectangle to jump to that file in the folder list.
- Right-click any item in the folder list to open it in Explorer, delete it, or see properties.
TreeSize Free
TreeSize Free (jam-software.com/treesize_free) is a simpler alternative that shows disk usage as an expandable folder tree with size bars. Less visually dramatic than WinDirStat but faster to scan and easier to navigate for users who prefer a tree view over a treemap. Available from the Microsoft Store as well as the developer's website.
Windows Built-In: Storage Sense
Windows 10 and 11 include a built-in disk usage view that does not require additional software. Go to Settings → System → Storage. Windows shows a breakdown of space used by category: Apps & games, Temporary files, Documents, Videos, Music, and Other. Click any category to drill into it.
The "Other" category is the catch-all for files Windows did not categorize — often the largest section and the most useful to investigate. Click it to see the largest files in that group.
Storage Sense also has a cleanup mode: Settings → System → Storage → Temporary files shows files that are safe to delete — Recycle Bin contents, Windows Update cache, previous Windows installation files (often 10–25 GB), and Delivery Optimization cache.
Mac: Built-In Storage Management
On Mac, go to Apple menu → About This Mac → Storage → Manage. This opens Storage Management, which shows disk usage by category and provides built-in cleanup recommendations:
- Store in iCloud: Moves files to iCloud and keeps local copies only of recently accessed ones.
- Optimize Storage: Removes watched movies and TV shows downloaded from Apple services.
- Empty Trash Automatically: Deletes items in the Trash after 30 days.
- Reduce Clutter: Shows large files and downloads for review and deletion.
The "Documents" category in the sidebar breaks usage into Downloads, Unsupported Apps, Large Files, and File Browser. The Large Files view is the most useful for quickly identifying space hogs.
Common Space Hogs to Look For
After running a disk analyzer, these categories account for most unexpected disk usage:
- Video files: Screen recordings, downloaded movies, video exports from editing software. A single 4K recording session can consume 50–100 GB.
- Virtual machine disk images (.vmdk, .vhd, .vbox): These grow over time as you use the VM and are often forgotten when the VM is no longer needed.
- Software installers in Downloads: Accumulated .exe, .dmg, .iso, and .pkg files from years of software installs.
- Old iOS/Android backups (Windows): iTunes keeps phone backups in
C:\Users\[name]\AppData\Roaming\Apple Computer\MobileSync\Backup. These can be multiple gigabytes per backup with several kept. - Windows Update cache:
C:\Windows\SoftwareDistribution\Downloadcan accumulate update files that are no longer needed. - Hibernation file (Windows):
hiberfil.sysin the root of C: is typically 75% of your RAM size. If you do not use hibernate, it can be disabled withpowercfg -h offin an elevated command prompt. - Duplicate files: Duplicate photo collections are common when photos have been imported multiple times. A duplicate finder (dupeGuru, free) scans for identical files by content.
Preventing the Problem Long-Term
The most effective habit is treating the Downloads folder as a staging area, not storage. Review and empty it monthly. Set a reminder. Combined with enabling Storage Sense (Windows) or Optimized Storage (Mac), most drives stay manageable without manual cleanups.