Mac do not have much space, with apps taking up more space you make end up consuming almost of your hard-disk space, if you are wondering how to find what files are taking up space on your Mac device, you can make use of mdfind Terminal command,
Example: The below command displays all the files on under root that has a size > 2 GB% mdfind "kMDItemFSSize >$[1024*1024*1024*2]"
/System/Library/dyld/dyld_shared_cache_x86_64h
/System/Library/dyld/dyld_shared_cache_arm64e
/System/Library/dyld/dyld_shared_cache_x86_64
/System/Library/dyld/aot_shared_cache
/Applications/Android Emulator.app
You can also make use of UI to get the Apps that are taking more space by clicking on Apple Logo on the Menu Bar and click on "About the Mac" -> Storage -> Manage...
Click on Applications and sort them by size:

Top apps taking up space on Mac
Reference:
https://developer.apple.com/documentation/coreservices/kmditemfssize?language=objc
More Posts related to MacOS,
- Opening mac Terminal
- How to change default macOS Terminal Window size
- How to clear Mac Terminal screen
- Find Hostname of Mac running on macOS Ventura 13
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to switch from bash to zsh shell in macOS Terminal
- Limit scrollback rows in macOS Terminal
- How to Set Background Wallpaper on macOS 13 Ventura
- This operation couldnt be completed. Unable to locate a Java Runtime. [macOS]
- Encode or Decode Base64 String using Mac Terminal Command
- List of All Apple Silicon ARM Based M1/M2 Mac [updated Oct 2022)
- How to remove Siri from Menu Bar [macOS Big Sur]
- Must Know Homebrew Commands for Mac/Linux Users
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- 13.0 MacOS Ventura release date
- How to change the default location of Mac Screenshot
- How to set Out Of Office (OOO) on Outlook for Mac
- 30+ Zoom video communications application shortcuts for macOS
- How to install wget on macOS
- Mac turn dark mode on or off using terminal command
- Create Symbolic Link using Terminal Command
- Mac - How to Install VirtualBox
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to install homebrew (brew) on M1 Mac
- How to uninstall Microsoft Outlook on Mac
More Posts:
- Fix SharePoint 2019 installation error This product requires Visual C++ Redistributable Package for Visual Studio 2017 - SharePoint
- Install Notepad++ silently using Windows Powershell - NotepadPlusPlus
- Quick steps to install Nginx on Ubuntu Linux - Ubuntu
- How to migrate SharePoint Designer 2010 workflow to Power Automate FLOW (Microsoft Office 365) - SharePoint
- How to know Notepad++ is 32-bit or 64-bit Version - NotepadPlusPlus
- Get cURL command from Chrome Inspect Network HTTP URL - cURL
- Java Split String by Spaces - Java
- Java location in Mac OS X - Mac-OS-X