You have WAY more than 100 GB on that hard drive. In fact, you only have around 50 GB of free storage.
There's a neat tool that I like to use called
ncdu which is installed via
brew. If you run
cd / && ncdu, you can see everything that's on your drive and the storage it's taking up. You can also delete any file, provided you have permission to delete it.
Do you have Homebrew (
brew) installed? If not, I'd
install it and then run
brew install ncdu.
Of course, there are other tools that will work just as well, but I've found that going in manually with
ncdu and really digging through the hard drive, there are often times a bunch of caches, etc., that you really don't need.
I also noticed that a good amount of your storage is consumed by "iOS files," which are iPhone/iPad backups. If you delete those, then you'll free up a good amount of storage. Also, delete all those downloaded movies and TV shows (TV), and clean out your desktop, documents, and downloads folders (Documents).
By the way (and I think this goes without saying),
I REALLY hope you're backing up your Mac with Time Machine (or similar)!!