| ▲ | dotxlem 7 hours ago | |||||||
I had the same problem and had some luck cleaning things up by enabling "calculate all sizes" in Finder, which will show you the total directory size, and makes it a bit easier to look for where the big stuff is hiding. You'll also want to make sure to look through hidden directories like ~/Library; I found a bunch of Docker-related stuff in there which turned out to be where a lot of my disk space went. You can enable "calculate all sizes" in Finder with Cmd+J. I think it only works in list view however. | ||||||||
| ▲ | robin_reala 7 hours ago | parent | next [-] | |||||||
I’d recommend GrandPerspective:[1] it’s really good at displaying this sort of thing, has been around for over two decades, and the developer has managed to keep it to <5MB which is perfect when you’re running very low on space. | ||||||||
| ||||||||
| ▲ | dewey 6 hours ago | parent | prev | next [-] | |||||||
Something like https://dev.yorhel.nl/ncdu with ("brew install ncdu") is great if you are okay with the command line. It's very annoying to drill down in the Finder especially if it's hidden directories. | ||||||||
| ||||||||
| ▲ | prmph 6 hours ago | parent | prev | next [-] | |||||||
A ton of thanks. This "hack" allowed to finally see some stuff that was eating up a lot of my space and was showing up as "System Data". It turned out the Podman virtual machine on my MacBook had eaten up more 100GB! | ||||||||
| ▲ | vintagedave 6 hours ago | parent | prev | next [-] | |||||||
Also DaisyDisk! Beautiful app. Perfect for discovering this kind of thing. | ||||||||
| ▲ | 1e1a 7 hours ago | parent | prev [-] | |||||||
You can also just use du -hs, eg. to show the size of all subdirectories under ~/Library/Caches/ do: | ||||||||