In order to know the available free disk space on your Mac device (Macbook, iMac, or Mac Mini) running macOS you can make use of the Terminal command df -h command,
Example:% df -h
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk3s3s1 228Gi 14Gi 115Gi 11% 501138 1208959160 0% /
devfs 200Ki 200Ki 0Bi 100% 692 0 100% /dev
/dev/disk3s6 228Gi 20Ki 115Gi 1% 0 1208959160 0% /System/Volumes/VM
/dev/disk3s4 228Gi 475Mi 115Gi 1% 1941 1208959160 0% /System/Volumes/Preboot
/dev/disk3s2 228Gi 64Mi 115Gi 1% 49 1208959160 0% /System/Volumes/Update
/dev/disk1s2 500Mi 6.0Mi 482Mi 2% 7 4930560 0% /System/Volumes/xarts
/dev/disk1s1 500Mi 7.3Mi 482Mi 2% 33 4930560 0% /System/Volumes/iSCPreboot
/dev/disk1s3 500Mi 412Ki 482Mi 1% 38 4930560 0% /System/Volumes/Hardware
/dev/disk3s1 228Gi 97Gi 115Gi 46% 1142503 1208959160 0% /System/Volumes/Data
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home
-h gives you results in human-readable format Gi/Mi
As you can see my disk on the Mac disk3s1 is taking up 46% space i.e. 97 GB utilized of 228 GB, so I have 131 GB of free space.

More Posts related to MacOS,
- Clear Screen shortcut macOS Terminal
- What is macOS Ventura?
- [fix] How to Show file extensions on all files on Mac
- How to Find Where Mac Terminal App is Located?
- AutoSave button not working on Office on Mac (Word, Excel or Powerpoint)
- macOS say command text to speech using various voices and languages
- How to change Ping TTL value on macOS
- Open .bash_profile File in TextEdit using Terminal
- How to know the Safari Version on Mac
- How to Copy full Absolute Path of a File on Mac
- 13.0 MacOS Ventura release date
- Enable spell check in Sublime Text (macOS)
- How to Display Analog Clock on Mac Menu Bar
- How to turn off Location Services macOS Ventura 13
- How to Open VS Code on Mac
- Add Bookmark macOS Safari
- How to Fix cd: too many arguments Error in Terminal: A Step-by-Step Guide
- How to install wget on macOS
- Select Line Number TextEdit on Mac
- Strikethrough Text in Excel for Mac
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to hide or display Wifi icon in macOS Bug Sur Menu Bar
- How to install Yarn on Mac (macOS)
- How to fix command not found brew (bash, zsh) on macOS Terminal
- How to Schedule Mails in macOS Ventura
More Posts:
- Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED - Android
- Show CPU and Memory Usage on macOS Menu Bar - MacOS
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed - AWS
- Bash Command to Get Absolute Path for a File - Bash
- How to list all tables using Java JDBC - Java
- PHP Code for sending Emails - PHP
- How to add animated Gif to SharePoint Online Page - SharePoint
- 3 Ways to Change Default 8080 Port in Spring Boot - Java