Skip to content
No results
  • Documentation
  • Home
  • Privacy Policy
Ask Your PC
  • Documentation
  • Home
  • Privacy Policy
Ask Your PC

Windows

12
  • Troubleshooting Windows — Fix Crashes, Freezes, and Slow Performance
  • Windows Settings Explained — Understand Every Section Clearly
  • Organizing and Backing Up Files — Keep Your Data Safe and Synced
  • Managing Files and Folders — Learn File Explorer Like a Pro
  • Customizing Windows — Appearance, Shortcuts, and Personal Settings
  • Getting Started with Windows: Your First Steps
  • Windows Freezing or Crashing — Fix System Hangs, Blue Screens, and Driver Conflicts
  • Windows Fan Noise — Stop Overheating and High CPU Cooling Issues
  • Windows Disk Usage 100% — Fix Slow Performance and Drive Bottlenecks
  • Windows Memory Leaks — Fix RAM Usage that Grows Over Time
  • Windows CPU Spikes — Fix High Usage from Background Services and System Interrupts
  • Windows Running Slow — Speed Up Boot, Apps, and Background Processes

macOS

9
  • Troubleshooting macOS — Fix Crashes, Freezes, and Performance Issues
  • Mac Settings Explained — Customize, Update, and Secure Your macOS System
  • Managing Files and Backups on macOS — Finder, iCloud, and Time Machine
  • Getting Started with Mac: A Beginner’s Guide
  • Mac Fan Noise — Reduce Heat, Optimize Background Processes, and Restore Quiet Operation
  • Mac Disk Full — Free Up Space and Optimize Storage Without Losing Files
  • Mac Memory Pressure — Free Up RAM and Stop App Freezing
  • Mac CPU Spikes — Fix Kernel Tasks, Background Indexing, and Fan Noise
  • Mac Running Slow — Fix Spotlight, Memory, and Login Items

Android

10
  • Can’t Receive Calls or Texts — Fix Signal and SIM Problems
  • Bluetooth Not Working — Fix Pairing, Audio, and Connection Drops
  • Screen Unresponsive or Frozen — Restart and Diagnose Touch Issues
  • Battery Draining Fast — Find Power-Hungry Apps and Optimize
  • Phone Overheating — Stop Background Drain and Heat Build-Up
  • Storage Full — Free Up Space Without Losing Photos or Data
  • Wi-Fi Connected but No Internet — Fix Network and DNS on Android
  • Phone Stuck on Boot Screen — Fix Boot Loop and Recovery Mode
  • App Keeps Crashing — Fix Cache, Permissions, and Updates
  • Android Phone Won’t Charge — Fix Cable, Port, or Software Issues

iPhone / iPad

14
  • iPhone Video Recording Issues — Fix Freezing, Lag, and Audio Sync Problems
  • iPhone Camera Flash Not Working — Fix Lighting, Settings, and Hardware
  • iPhone Photos Blurry or Out of Focus — Fix Stabilization and Lens Issues
  • iPhone Camera Not Working — Fix Black Screen, Flash, and Focus Problems
  • Can’t Receive Calls or Messages — Fix Signal, Carrier, and SIM Problems
  • Bluetooth Not Working on iPhone — Fix Pairing and Audio Drops
  • iPhone Overheating — Stop Background Drain and Heat Build-Up
  • iPhone Won’t Update — Fix iOS Download and Verification Errors
  • No Sound on iPhone — Fix Speaker, Headphone, and iOS Audio Settings
  • iPhone Storage Full — Free Up Space Without Losing Photos
  • Wi-Fi Connected but No Internet on iPhone — Fix DNS, Router, and iOS Network Bugs
  • iPhone Battery Draining Fast — Find Apps Killing Your Battery
  • iPhone Screen Frozen or Unresponsive — Force Restart and Recovery Fixes
  • iPhone Won’t Charge — Fix Cable, Port, and Power Issues

Hardware Fixes

20
  • Bluetooth Not Working — Restore Connections for Mice, Keyboards, and Headphones
  • Network Port (Ethernet) Not Working — Fix LAN Jack & Driver Issues
  • Laptop Won’t Sleep or Keeps Waking Up — Fix Power, Wake & Background Tasks
  • USB Ports Not Working — Diagnose Power, Driver, and Hardware Failures
  • Overheating After Windows or macOS Update — Diagnosing Background CPU Load
  • Laptop Touchpad Not Working — Fix Cursor, Tap, and Scroll Issues
  • Laptop Camera Not Detected — How to Restore Your Webcam on Windows or macOS
  • Laptop Not Detecting Wi-Fi — How to Restore Wireless Connectivity
  • Laptop Audio Not Working — Fix Speakers, Headphones, and Sound Drivers
  • Keyboard / Mouse Intermittently Disconnecting — Fix Wireless and Wired Failures
  • External Hard Drive Detected but Not Showing in Windows or macOS
  • Laptop Shuts Down Randomly — How to Find and Fix the Root Cause
  • Laptop Fan Running Constantly or Making Noise — How to Diagnose and Quiet It
  • Keyboard Not Working or Keys Typing Incorrectly — How to Fix Input Issues
  • Laptop Screen Flickering or Flashing — How to Identify and Fix the Cause
  • Laptop Battery Not Charging — How to Diagnose Power and Charging Issues
  • External Hard Drive Detected but Not Showing in Windows or macOS
  • Computer Overheats When USB Devices Are Connected — What’s Causing It?
  • Laptop Won’t Turn On — 8 Diagnostic Steps to Get Power Back
  • USB Device Not Recognized — How to Fix Port and Driver Issues

Device-Specific

1
  • Laptop Touchpad Not Working — Fix Cursor, Tap, and Scroll Issues

Diagnostics & Testing

1
  • Laptop Touchpad Not Working — Fix Cursor, Tap, and Scroll Issues

Network & Internet

1
  • Can’t Connect to the Internet — Fix DNS and Network Configuration Errors

Printers & Peripherals

1
  • Printer Not Responding — Fix Spooler or Driver Service Failures

Software Fixes

10
  • Too Many Background Processes — Clean Startup and Optimize Boot
  • Printer Not Responding — Fix Spooler or Driver Service Failures
  • System Restore or Time Machine Not Working — Recover or Rebuild Snapshots
  • Programs Won’t Install — Fix Corrupt Installer or Security Restrictions
  • Blue Screen (BSOD) / Kernel Panic — Interpret and Fix System Crashes
  • File Explorer / Finder Not Opening — Restart or Repair System Shell
  • Can’t Connect to the Internet — Fix DNS and Network Configuration Errors
  • Application Not Responding — Diagnose Freezes and Crashes
  • Computer Running Slow — Fix Background Apps and High CPU Usage
  • Windows Update Stuck — Fix Download or Install Loops
View Categories
  • Home
  • Docs
  • macOS
  • Mac Disk Full — Free Up Space and Optimize Storage Without Losing Files

Mac Disk Full — Free Up Space and Optimize Storage Without Losing Files

4 min read

Overview #

If your Mac suddenly slows down, apps won’t update, or you see the warning “Your disk is almost full,” it’s time to reclaim some space.
macOS needs at least 15–20% free storage to function properly — without it, Spotlight indexing, caching, and virtual memory all struggle, slowing your system dramatically.

Let’s fix it together by safely cleaning up hidden storage hogs and optimizing your drive without deleting anything important.


Terms & Definitions #

TermDefinition
Purgeable StorageSpace macOS can automatically free (like iCloud files and caches).
System DataCatch-all storage for logs, caches, and local backups; can grow excessively over time.
Other Volumes in ContainerSeparate partitions (like Recovery or APFS snapshots) that may occupy space invisibly.
APFS SnapshotA read-only backup macOS creates during updates; safe to delete if old.
Optimize StorageBuilt-in macOS feature that automatically removes watched movies, old emails, and redundant iCloud copies.

Steps #

1. Check What’s Taking Up Space #

Let’s first identify what’s actually using your disk.

Steps:

  1. Click the Apple Menu → System Settings → General → Storage.
  2. Wait for it to load and view the color-coded breakdown: Apps, System Data, Documents, etc.
  3. Click “i” beside each category for detailed file listings.

Terminal Command (Sorted List of Largest Files):

sudo find / -type f -size +500M -print 2>/dev/null

This lists files larger than 500 MB. You can adjust the size threshold (e.g., +100M).


2. Empty Trash and Downloads #

It’s simple but surprisingly effective.

Steps:

  1. Right-click the Trash → Empty Trash.
  2. Open Downloads folder — delete unneeded installers, ZIPs, and DMGs.

Terminal Command:

rm -rf ~/.Trash/*

Emptying Trash and Downloads alone can free several gigabytes.


3. Clear System and User Caches #

Caches speed things up — but old ones pile up quickly.

Steps:

  1. In Finder, press Shift + Command + G.
  2. Navigate to: ~/Library/Caches /Library/Caches
  3. Delete old or large folders (leave critical app caches intact).

Terminal Command:

sudo rm -rf ~/Library/Caches/* /Library/Caches/*

Safe to remove — macOS will rebuild them as needed.


4. Manage Large Files and Old Backups #

Find and delete old iOS backups, Xcode data, or large downloads.

Steps:

  1. Open Finder → Go → Go to Folder…
  2. Enter paths:
    • ~/Library/Application Support/MobileSync/Backup (iPhone/iPad backups)
    • ~/Library/Developer/Xcode/Archives (if you use Xcode)
  3. Delete old folders manually.

Terminal Command (Find Large Folders):

du -h -d 2 ~ | sort -hr | head -20

Shows your top 20 largest folders in human-readable format.


5. Remove Old Time Machine Snapshots #

Local Time Machine snapshots can secretly consume tens of gigabytes.

Steps:

  1. Open Terminal.
  2. Run: tmutil listlocalsnapshots /
  3. Delete each snapshot manually: sudo tmutil deletelocalsnapshots <snapshot name>
  4. Recheck space: df -h /

These snapshots are safe to delete once backups are completed.


6. Delete APFS Snapshots and Logs #

If your drive still shows “Other Volumes” taking space, APFS snapshots may be lingering.

Terminal Commands:

sudo diskutil apfs listSnapshots /
sudo diskutil apfs deleteSnapshot -uuid <UUID>
sudo rm -rf /private/var/log/*

Each snapshot may free several GB. Always double-check the UUID before deletion.


7. Clean iCloud Sync Caches #

Sometimes iCloud Drive files get duplicated locally even when marked as cloud-only.

Steps:

  1. Open Finder → iCloud Drive.
  2. Right-click → Download Now or Remove Download as needed.
  3. Ensure “Optimize Mac Storage” is enabled:
    System Settings → Apple ID → iCloud Drive → Optimize Mac Storage.

Terminal Command (View iCloud Cache Size):

du -sh ~/Library/Mobile\ Documents

8. Optimize Storage Automatically #

macOS can help you manage this proactively.

Steps:

  1. Open Apple Menu → System Settings → General → Storage.
  2. Click “Optimize Storage…”
  3. Enable:
    • Store in iCloud
    • Optimize Storage
    • Empty Trash Automatically
    • Reduce Clutter

macOS will now automatically manage old files, watched videos, and mail attachments.


9. Remove Old Language Files and Fonts (Optional) #

Many apps install unused localizations and fonts.

Terminal Command:

sudo rm -rf /Library/Fonts/*
sudo find /Applications -name "*.lproj" ! -name "en.lproj" -delete

This step is optional but can free 1–3 GB for heavy multi-language apps.


10. Verify Disk and Reclaim Space #

Finally, run a quick disk check and trim command to reclaim free space.

Commands:

diskutil verifyVolume /
sudo trimforce enable

TRIM keeps SSDs efficient by cleaning unused blocks automatically.


Conclusion #

You’ve cleared old caches, trimmed backups, and optimized iCloud storage — your Mac should now breathe freely again.
With at least 15–20% free space, macOS runs faster, Spotlight indexes efficiently, and app launches are noticeably smoother.

If space keeps filling up quickly:

Or consider using DaisyDisk or OmniDiskSweeper for a visual overview

Check for runaway log files in /private/var/log/

Limit Photos and iCloud sync

Updated on October 10, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Mac Fan Noise — Reduce Heat, Optimize Background Processes, and Restore Quiet OperationMac Memory Pressure — Free Up RAM and Stop App Freezing

Powered by BetterDocs

Leave a ReplyCancel Reply

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

Table of Contents
  • Overview
  • Terms & Definitions
  • Steps
    • 1. Check What’s Taking Up Space
    • 2. Empty Trash and Downloads
    • 3. Clear System and User Caches
    • 4. Manage Large Files and Old Backups
    • 5. Remove Old Time Machine Snapshots
    • 6. Delete APFS Snapshots and Logs
    • 7. Clean iCloud Sync Caches
    • 8. Optimize Storage Automatically
    • 9. Remove Old Language Files and Fonts (Optional)
    • 10. Verify Disk and Reclaim Space
  • Conclusion
Copyright © 2025 - WordPress Theme by CreativeThemes