How can I visualize the file system usage on Windows?

How can I visualize which folders and files are taking up all of the space on my hard drive?

I'm getting some conflicting reports on the size of hard drive contents. Namely what is and isn't there and what folders are actually using the space.

I need to know which of the files or folders the culprits behind all this hidden bloat. Also there should be a print option to get it on paper.

5

21 Answers

WinDirStat is a port of KDirStat for Linux. It's free, lightweight, small (650kb installer), fast, portable (as a standalone .exe file), and works on multiple versions of Windows. Besides showing folders and percentages (for the entire disk or any subset of folders), it also displays an (optional) graphical usage map. Works well with NTFS Junction folders, avoiding counting folders multiple times.

WinDirStat screenshot

12

SpaceSniffer is another possibility. It can scan Alternate Data Streams (ADS) and correctly ignores junctions. However, it is not hard-link aware. If a file has multiple links, they will show up in the scan more than once. I've personally tested all this information to be accurate on Windows XP as of version 1.1.2.0.

SpaceSniffer Screenshot

3

TreeSize is pretty sweet.

Its advantage over the others is that on NTFS drives, it works on the MFT (Master File Table) and reaches extremely high scan speeds.

They have three versions of the product: Free, Personal and Professional.

The free version doesn't have fancy visualizations and reports but should be sufficient in most cases.

TreeSize screenshot

0

JDiskReport (also available for Mac OS X and Linux).

enter image description here

2

I've always used, and liked, SpaceMonger. There is a paid-for newer version, but the old version works fine for my needs.

SpaceMonger screenshot

2

I tend to stick with Scanner. I occasionally try programs with more features, but I find Scanner does everything I actually need.

Screenshot

I like FolderSize, since it's integrated into Explorer and caches the results. You always know how much space a folder is taking, and can easily identify space hogs. It's always there, so you don't have to start a separate program.

FolderSize screenshot

1

It's old, but I really like the tree map view in SequoiaView.

SequoiaView is free and happily works all the way up to Windows 7 and Server 2008.

SequoiaView screenshot

I'd recommend Disk Space Fan. It has a similar UI to Scanner or Overdisk, but looks more fashionable. Current price for a single license in 15$.

Disk Space Fan screenshot

2

With Sysinternal suite, you have du.
I like it, because it is command-line, very lean and fast. And it is free :-)

C:\>du somedir
Du v1.33 - report directory disk usage
Copyright (C) 2005-2007 Mark Russinovich
Sysinternals -
Files: 28618
Directories: 2625
Size: 671,672,063 bytes
Size on disk: 671,672,063 bytes
C:\>
3

There are many possibilities, but in my opinion the best programs to show file system usage are: WinDirstat, Scanner, Xinorbis and SpaceSniffer.

limited

not free

not found

References:

Overdisk alternatives

How can I visualize the file system usage on Windows?

Herramientas para analizar el espacio en disco

The older edition of SpaceMonger is minimalist and functional.

alt text

While WinDirStat shows a similar view, I prefer the higher contrast, visiblity of SpaceMonger when I want to quickly view the state of my drive.

alt text

1

DiskView is very handy. It has both the pie chart visualization as well as usage bars on the folder tree. It's integrated directly into Windows Explorer.

enter image description here

1

I've always used OverDisk (web search). Simple and effective.

OverDisk screenshot

Notes:

2

WizTree is free and can read directly MFT, so in contrast to most other programs it scan in seconds.

screenshot 1

SizeReporter is a tool I wrote that comes with no GUI. The main trigger for creating this tool was to have a way to run a disk space reporting application under a service and get raw data only. Further processing and own reporting/diagramming can then be done in a custom way by using other Software. I was amazed that for Windows I could not find anything free that actually fit my needs.

The tool is not actually really spectacular but can deal with many quirks and issues on filesystems (bad timestamps, very long paths, junctions, ...). "du" (sysinternals) was the tool I used in the past but delivers only a summary.

I hope this can also be useful to others.

SizeReporter download page

Folder Size's documentation says that cannot be done because API has been removed since Windows Vista.

There are few standalone apps exists for folder size checking, like TreeSize Free.

1

I've recently found another (rather unimaginative title) FolderSize software from MindGems:

enter image description here

There are freeware and portable versions here.

FolderSize.Win32 is ultimate one. You can use the scroll button to peek in and out of folders and easily find out any deep nested folder which is consuming lot of space.

Shows everything visually. Very very nice.

FolderSize.Win32

I see WinDirStat has been given a few mentions already - so I'll just throw ShowMan into the mix.

I like the display of ShowMan better than WinDirStat, as it's cleaner to look at. However - ShowMan is not free for commercial use (and for that reason, I have been using WinDirStat more recently).

It seems every disk space analyser under the sun has been listed and the one with the most votes hasn't had a new release since the question was asked seven years ago!

I recommend Folder Size Explorer, one of the newest and simplest disk space analyzers that can quickly display which folders are using the most disk space and also export the list for printing. It has the same familiar functionality as the built-in Windows Explorer so it's very intuitive.

enter image description here

1

You Might Also Like