oxygen_crisis
WizTree is famously almost 50x faster than WinDirStat (on normal Windows NTFS drives) by reading the Master File Table (MFT) instead of walking the tree to measure each file.

WizTree isn't open-source like WinDirStat but "free as in beer" with optional donations.

There's also a fork of WinDirStat patched to read the MFT but I don't know anyone who's tried it: https://github.com/ariccio/altWinDirStat

molticrystal
They are getting very close to releasing windirstat-next [0] and already have some betas out, you can learn more about it in the subreddit. [1]

>WinDirStat fans,

>As a new pet project, I recently started some substantial revisions to WinDirStat in my GitHub branch and will work with current maintainer (Oliver Schneider) to eventually publish a new release hopefully in the next few months. The current changes on deck speed up performance drastically (seconds compared to minutes in some cases). It uses less memory compared to recent alternatives (WizTree), is faster as scanning network paths, and obviously isn't pushy about donating (although I certainly would not discourage folks from donating to their favorite opensource projects).

>Oliver recently opened up the GitHub Issues trackers, and I would love to hear suggestions or known bugs for the existing version:

>For the nerds interested in the changes I have queued up, you can visit the GitHub page

[0] https://github.com/windirstat/windirstat-next

[1] https://www.reddit.com/r/WinDirStat/

LeoPanthera
I like "ncdu", a TUI equivalent for Unixy systems.

Although I learned the hard way that if you run it on a Mac home folder, and have iCloud's "optimize Mac storage" turned on, macOS will suddenly try to download literally everything in your iCloud storage to try to count the size of it, probably filling your disk. Oops.

smusamashah
I find Space Sniffer http://www.uderzo.it/main_products/space_sniffer/ to be a much better visualisation. It updates in near real-time. If you have lots of copy/move ops going in background, you will see those dirs blinking rectangles growing/shirking in Space Sniffer.

To me, this is a clone of (now dead) Space Monger https://www.portablefreeware.com/index.php?id=150

Tiberium
Not open source (freeware), but much faster than WinDirStat for NTFS - WizTree https://diskanalyzer.com/. In short - it scans the actual filesystem metadata directly instead of enumerating files through the OS APIs, which makes it extremely fast.
drpossum
I like how in the Year of our Lord 2024 this is not some basic functionality provided with the operating system.
bool3max
For Linux there's QDirStat: https://github.com/shundhammer/qdirstat
tylervigen
I have used WinDirStat for years. It's not perfect, but it solves my use case very well.

My use case is just: my disk is full, I don't know why. This happens on one of my computers like once a year, so the fact that it's slow is fine. It usually helps me spot some folder set that is taking up a lot of space that I don't need on that PC, or something large that is duplicated.

My personal favorite example is wedding photos and videos. Turns out: those are huge, I am not going to delete them, but they don't need to be backed up on every computer I own.

HPsquared
Treemaps are generally a really cool way to visualise hierarchical data. See also the Observatory of Economic Complexity, which has treemaps of international trade and economic statistics.

https://oec.world/profile/country/gbr#yearly-trade

tbrizitsky
There are quite many apps for visualizing disk folder structure for almost any OS. Any flavor you like: lists (diskwave, omnidisk), treemaps (GrandPerspective), pie charts (DiskSavvy), sunburst (baobab), icicle, etc.

The two winning visualization types are sunburst and treemaps. Both have their own cons and pros, but in our tests user sunburst performed slightly better for regular users. My personal bet is that no disk space analyzing tool's developer took it seriously or tried to actually advance the algorithms. Most of the apps I know use quite straightforward implementation and haven't been touched for years. Guess a little bit of filtering, grouping and changing coloring algorithms could significantly improve the treemap's perception, but someone has to do the job.

disclaimer: I'm the original designer of DaisyDisk.

svag
For anyone who wants to find more information regarding treemaps, which are used in this application, this link https://www.cs.umd.edu/hcil/treemap-history/ has some history about treemaps and here https://www.cs.umd.edu/hcil/treemap/demos/ you can find a Java implementation where you can play
Frenzyk
https://www.jam-software.com/treesize_free has been my companion for years, fast and clean
Levitating
Another oss alternative that a like is SpaceSniffer[1]. It doesn't have the color coding but it is much faster and updates live.

[1]: http://www.uderzo.it/main_products/space_sniffer/

netbioserror
It still tickles me that many Linux distros come with a tool like this preinstalled (https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer). Ah, the good ol' Windows days of having to hunt down tools that were actually useful. Far in the rearview mirror for me.
convFixb
Note: There’s a gotcha when using it in multi-user environments (like a server).

Users with Administrator access do not have permission to enumerate directories / files inside other Admin users home directories. So any per-user files are not counted in this scenario.

Source: ‘The mysterious case of the Windows server with a full disk but WinDirStat shows it as only half-full’ :-)

kazinator
I use WinDirStat. At one point a number of years ago, I became curious about the parent program KDirStat. So I actually got that installed on some Ubuntu or something. It was interesting. Like a prototype for WinDirStat or something.
kid64
I recently observed, much to my delight, that WinDirStat runs flawlessly on Android under Winlator (https://www.winlator.org/).
parker-3461
Many good alternative listed already.

But I have quite liked FileLight which is cross platform https://apps.kde.org/filelight/

Likely not as fast as WizTree though.

Edit 1: source at https://invent.kde.org/utilities/filelight with GPL 2.0 licence

mckjns
For my MacOS friends, it might be a little outdated but I prefer GrandPerspective: https://grandperspectiv.sourceforge.net/
worewood
Haven't tried it in years. Have they ever fixed it not accurately accounting for directory junctions and links?

Edit: it seems they have! But I don't know about NTFS compression and alternate data streams.

kuro_neko
It's a longtime friend of mine who has kept my computer from wasting space. But it's pretty outdated, and I think there are better programs out there now.
fuzzy2
Can WinDirStat deal with hard links nowadays? Windows uses them extensively in the WinSxX folder and possibly elsewhere.
SuperHeavy256
I tried many other so called "successors" to WinDirStat. I didn't like a single one of them, each of them had some significant problem.

This is a case of "If it ain't broken, don't fix it". This executable is from 2005 and still works flawlessly.

If you haven't tried it yet, I encourage you to!

myfonj
I like Diskitude by Evan Wallace the most for this kind of quick and easy drive content sizes inspection. It does full scan, but is pretty fast and easy to use. And is super tiny.

https://madebyevan.com/diskitude/

WhyNotHugo
Other Linux implementations:

- https://github.com/bootandy/dust (command line, extremely fast) - mate-disk-usage-analyzer (gui/gtk, a bit more intuitive and allows operating on files too).

0969mime0969
I love WinDirStat and was pleasantly surprised to learn there is also a Linux variant that is really good. https://github.com/shundhammer/qdirstat
accrual
I'm a fan of WinDirStat. Yes it can be slow, but it runs on darn near every Win OS, hasn't changed in years, is a small executable, and the site always seems available. I used it many times to solve disk space issues on the job.
hilbert42
It's likely the product is now abandoned-ware or no longer developed. I'm sure this is the same version (or just a point different) that I had on my PC about a decade or so go. That said, that version worked OK.
cush
I feel like I’ve been using this tool for 20 years. So useful!
65
For macOS there is Disk Inventory X: https://www.derlien.com/
userbinator
From the download page:

It is known to run on Windows 95 (IE5), Windows 98 SE, Windows ME, Windows NT4 (SP5), Windows 2000, Windows XP, Windows Vista, Windows 7, 8 and 8.1.

...it is also known to run on Windows 10 and 11, and likely any newer versions too. IMHO this is a great example of how software should be. One tiny binary that is very widely compatible, doesn't have any user-hostile "features", and remains stable and bug-free. It's a contrast from an industry that largely can't produce such achievements, is becoming increasingly hostile, and quite telling when there are already comments here complaining about its age.

purplecats
Disk Inventory X is the closest to as pretty as that I've found. I wish it was maintained
Dwedit
WizTree directly reads the MFT, and is a LOT faster, but it is not a free program.
byteknight
TreeSize is far better IMHO
xnx
Any good (preferably open) WinDirStat alternatives for Android?
dunk010
I've used this in the past, it's really great.
SantiagoElf
TreeSizeView also works perfectly.
insane_dreamer
been using GrandPerspective on Mac for the past 15 years and still v. happy with it
moneywoes
anything like this for mobile phones?
duwiw282
[flagged]
nnbvvklduwiw282
[flagged]