Something is in my home dir that is 100+ GB but I can't see it

I opened my computer and the disk was full. I haven’t did anything. I ran the Disk Analyzer but it doesn’t show where this file(s) is/are.

find -type f -exec du -Sh {} + | sort -rh | head -n 9

will show you the top 9 largest files in your home dir.
You can prefix with sudo to avoid Permission denied messages.
HTH

1 Like

in Caja ( Ctrl + H ) will show all ( hidden ) files if that helps and/or
Edit> Preferences> check show hidden and backup files under Views

1 Like