What is 'Other' and 'Purgeable' in About This Mac?
Files That Make Up the 'Other' Storage Category, and How to Remove Them
Get Correct Storage Information
Do not use the information from the Storage section of the About This Mac dialog. Ignore the Storage information as it is typically wrong. To find out the correct information for any disk: Select a Desktop disk icon. Press Command-I to open the Get Info window and look at the topmost panel displayed. You will find the disk information displayed for Capacity, Available, and Used. If you have more than one disk/partition then repeat for each one on your Desktop.
The categories found in the Storage section of About This Mac is simply an arbitrary way of displaying files on your drive. There are no such categories actually on the drive.
There is no way we can tell you what hidden files are on your computer. Possibilities include Time Machine local snapshots and APFS snapshots, application data, etc. You need to make hidden files visible in order to see them:
Enable Finder to Show Invisible Files and Folders
Open the Terminal application in your Utilities folder. At the prompt enter or paste the following command line then press RETURN.
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
To turn off the display of invisible files and folders enter or paste the following command line and press RETURN.
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Alternatively, you can use one of the numerous third-party utilities such as InVisible or ShowHideInvisibleFiles - MacUpdate.
While you have Terminal active you might see what is displayed by entering: diskutil list. If you have an APFS formatted disk, then this will show information on the invisible partitions it creates.
You can also get a different picture by opening Disk Utility in the Applications folder. On the top left is a small dropdown menu labeled View. Select the option to Show all Devices. This will provide a full view of how the disk is configured.