Introduction

Running out of storage on your Mac can slow down performance, interrupt software updates, and prevent apps from working properly. Whether you use a MacBook Air, MacBook Pro, iMac, or Mac mini, checking your disk space regularly helps keep your system fast and organized.

MacBook storage settings showing disk space usage and available storage on macOS

Many users only notice storage issues when they receive the dreaded “Your disk is almost full” warning. However, macOS provides several easy ways to monitor available storage, identify large files, and clean unnecessary data.

In this guide, you’ll learn how to check disk space on Mac using Finder, System Settings, Disk Utility, and Terminal. You’ll also discover common problems, troubleshooting methods, and expert storage management tips used by IT professionals.

If you frequently work with Apple devices, you may also want to read this guide about common Mac issues:
5 Problems You Might Encounter on a MacBook

Quick Answer (Featured Snippet)

To check disk space on a Mac:

  1. Click the Apple menu.
  2. Select System Settings.
  3. Go to GeneralStorage.
  4. View available, used, and categorized storage space.

You can also check storage using Finder, Disk Utility, or Terminal commands like:

df -h

This displays your Mac’s available and used disk space in a readable format.


Table of Contents

  1. What Is Disk Space on Mac?
  2. Why Checking Mac Storage Is Important
  3. How to Check Disk Space Using System Settings
  4. How to Check Storage from Finder
  5. How to Use Disk Utility
  6. How to Check Disk Space Using Terminal
  7. How to Find Large Files on Mac
  8. Common Storage Problems and Fixes
  9. Best Practices for Managing Mac Storage
  10. Conclusion
  11. FAQs
  12. FAQ Schema

What Is Disk Space on Mac?

Disk space refers to the amount of storage available on your Mac’s internal drive or external storage devices. This space stores:

  • macOS system files
  • Applications
  • Documents
  • Photos and videos
  • Downloads
  • Cache files
  • Temporary system data

Modern Macs usually use SSD storage, which is faster than traditional hard drives. However, SSDs have limited capacity, so monitoring storage usage is important.


Why Checking Mac Storage Is Important

Checking storage space regularly helps you:

  • Improve Mac performance
  • Prevent app crashes
  • Install macOS updates successfully
  • Avoid slow boot times
  • Manage large files efficiently
  • Reduce system clutter

IT professionals often monitor storage usage to maintain stable workstation performance and avoid unexpected downtime.


How to Check Disk Space Using System Settings

This is the easiest method for most users.

Step-by-Step Instructions

Step 1: Open the Apple Menu

Click the Apple logo in the top-left corner of your screen.

Step 2: Open System Settings

Select System Settings from the dropdown menu.

Step 3: Navigate to Storage

Go to:

General → Storage

Step 4: Review Storage Information

You’ll now see:

  • Used storage
  • Available storage
  • Color-coded categories
  • Recommendations for optimization

macOS automatically groups files into categories like:

  • Applications
  • Documents
  • Photos
  • System Data
  • Mail
  • Trash

This makes it easier to identify what is consuming space.


How to Check Storage from Finder

Finder provides another quick method.

Steps

  1. Open Finder
  2. Click your Mac’s drive under Locations
  3. Press:
Command + I

Or right-click the drive and select:

Get Info

You’ll see:

  • Capacity
  • Available space
  • Used space
  • File system details

This method works for both internal and external drives.


How to Use Disk Utility

Disk Utility provides advanced storage information.

Steps

Step 1: Open Spotlight Search

Press:

Command + Space

Step 2: Search for Disk Utility

Type:

Disk Utility

Step 3: Select Your Drive

Choose your internal SSD or external drive from the sidebar.

You’ll see:

  • Total capacity
  • Used storage
  • Free storage
  • Partition details
  • Health information

Disk Utility is especially useful for troubleshooting storage errors.


How to Check Disk Space Using Terminal

Advanced users and IT professionals often prefer Terminal commands.

Method 1: Use df Command

Open Terminal and run:

df -h

The -h flag displays results in human-readable format.

Example output:

Filesystem   Size   Used  Avail Capacity
/dev/disk3s1 500Gi 320Gi 180Gi 65%

Method 2: Check Folder Sizes

Use:

du -sh ~/Downloads

This command shows the size of your Downloads folder.


Method 3: View Largest Directories

Run:

sudo du -h / | sort -hr | head -20

This identifies the largest directories consuming storage.

Be cautious when using sudo commands.


How to Find Large Files on Mac

Large files often consume most storage space.

Use macOS Storage Recommendations

Go to:

System Settings → General → Storage

Then review:

  • Large files
  • Downloads
  • Unsupported apps

Use Finder Search

  1. Open Finder
  2. Press:
Command + F
  1. Select:
    • File Size
    • Greater than
    • Example: 500 MB

This helps identify unnecessary large files.


Use Third-Party Tools

Popular tools include:

  • DaisyDisk
  • CleanMyMac
  • GrandPerspective

These applications provide visual storage maps for easier cleanup.


Common Storage Problems and Fixes

1. System Data Taking Too Much Space

Problem

“System Data” sometimes grows excessively.

Fixes

  • Restart your Mac
  • Clear cache files
  • Remove old iPhone backups
  • Delete Time Machine snapshots

Use Terminal:

tmutil listlocalsnapshots /

Delete snapshots if necessary.


2. Mac Says Disk Is Full But Space Exists

Causes

  • Corrupted indexing
  • Temporary files
  • APFS snapshot issues

Fixes

  • Restart Finder
  • Empty Trash
  • Run Disk Utility First Aid

3. Cannot Install macOS Updates

macOS updates require free storage space.

Recommended Free Space

  • At least 20–35 GB available

Solution

Delete:

  • Old downloads
  • Unused apps
  • Duplicate videos

4. Slow Mac Due to Low Storage

When storage becomes nearly full, virtual memory performance decreases.

Fixes

  • Keep at least 15–20% free space
  • Move files to cloud storage
  • Use external SSDs

Best Practices for Managing Mac Storage

Regularly Empty Trash

Trash files still consume disk space until permanently deleted.


Remove Unused Applications

Delete apps you no longer use.

You can uninstall apps from:

Applications Folder

Or use Launchpad.


Store Files in iCloud

Enable:

Optimize Mac Storage

This keeps older files in iCloud while freeing local storage.


Use External Drives

External SSDs are ideal for:

  • Video projects
  • Backups
  • Large photo libraries

Clear Browser Cache

Browsers can store several gigabytes of cache data.

Clear cache regularly in:

  • Safari
  • Chrome
  • Firefox

Keep macOS Updated

New macOS updates often improve storage management and system optimization.

Windows administrators working in mixed-device environments may also benefit from these enterprise deployment guides:


Conclusion

Knowing how to check disk space on Mac is essential for maintaining performance, stability, and reliability. Fortunately, macOS includes several built-in tools that make storage management simple for both beginners and IT professionals.

Whether you use System Settings, Finder, Disk Utility, or Terminal commands, regularly monitoring storage can help prevent slowdowns and system errors. Keeping enough free space available also ensures smoother macOS updates and better overall performance.

By following the methods and best practices in this guide, you can keep your Mac organized, optimized, and running efficiently for years to come.


FAQs

1. How do I quickly check storage on Mac?

Go to:

Apple Menu → System Settings → General → Storage

This displays used and available disk space instantly.


2. What is taking up the most space on my Mac?

Usually:

  • Videos
  • Photos
  • Applications
  • System Data
  • Downloads

Use the Storage section in System Settings to identify large categories.


3. How much free disk space should a Mac have?

Experts recommend keeping at least 15–20% of total storage free for optimal performance.


4. Can low storage slow down a Mac?

Yes. Low storage affects virtual memory, app performance, and system responsiveness.


5. What command checks disk space in macOS Terminal?

Use:

df -h

This shows disk usage in human-readable format.

Leave a Reply

Your email address will not be published. Required fields are marked *