Back to Blog

How to Safely Clean Up System Storage on Your Mac (The Free Way)

SD
ShortcutDock Team
June 11, 2026 6 min read
How to Safely Clean Up System Storage on Your Mac (The Free Way)

Every Mac user eventually faces the dreaded "Your disk is almost full" warning. When you open the Storage settings to investigate, you are often greeted by a giant grey bar labeled "System Data" or "Other" taking up dozens of gigabytes. What is worse, macOS doesn't make it easy to see what is inside this category or how to clear it safely.

In response, many users turn to heavily advertised commercial cleaning utilities. Unfortunately, many of these apps are bloated, run resource-heavy agents in the background, collect telemetry, and rely on recurring subscription models. You don't need to pay a subscription to keep your Mac clean. Here is how to safely reclaim your disk space using free, lightweight, and open-source tools.

Step 1: Use AppCleaner for App Removals

When you drag an application icon from your Applications folder to the Trash, you are only deleting the main executable. You are leaving behind megabytes (sometimes gigabytes) of cache files, application support documents, helper agents, and preference plists scattered across your hidden system directories.

To uninstall apps completely, use **AppCleaner**. It is a tiny, free utility that has been a staple of the Mac community for years. Drag an app into AppCleaner, and it scans your directories to find all associated files. Tick the boxes and click delete to wipe everything cleanly. It uses virtually zero resources and doesn't run background processes when closed, which fits the philosophy of lightweight Mac apps that respect resources.

Step 2: Safely Audit the ~/Library/Caches Directory

Your user Library folder is where macOS and third-party apps store temporary cache files. Over time, these files can balloon to massive proportions. Here is how to clear them safely:

  1. Open Finder, click **Go** in the menu bar, and select **Go to Folder** (or press Shift + ⌘ + G).
  2. Type ~/Library/Caches and press Enter.
  3. You will see folders corresponding to your installed apps. Inspect the sizes of these folders.
  4. Delete folders for apps you no longer use, or clear folders like browser caches that have grown too large.
Important safety tip: Never delete the entire Caches folder. Only delete the sub-folders inside it, and restart your Mac immediately afterward so applications can regenerate necessary temporary directories.

Step 3: Clear Developer Bloat (Xcode & Docker)

If you are a software developer or designer, your storage is likely occupied by hidden build artifacts and virtual machines:

  • Xcode Derived Data: Navigate to ~/Library/Developer/Xcode/DerivedData and delete the contents. This folder stores intermediate build files that Xcode will automatically rebuild next time you compile a project. It is common to find 20+ GB of stale data here.
  • Docker Images: Docker can eat up massive amounts of storage. Open Terminal and run docker system prune -a --volumes to clear unused containers, networks, and images.

Step 4: Clean Up and Restart Your Dock Layout

Sometimes, system files, cache build-ups, or multiple experimental layouts can cause the macOS Dock or Finder settings files to glitch. If you experience system lag, unresponsive folders, or duplicate icons, clearing the Dock preferences plist can restore performance. Check out our guide on how to reset the Mac Dock to default settings via a simple Terminal command to resolve these layout glitches.

A Cleaner Mac is a Faster Mac

Regular storage maintenance keeps your Mac running at peak performance. By using free utilities like AppCleaner alongside simple manual checks, you can reclaim gigabytes of storage without installing heavy background software that drains your battery. Keep your workspace lean, clean, and fast!

ShortcutDock

Written by ShortcutDock Team

Building ShortcutDock, the fastest menu bar app launcher for macOS. Free, native, and lightweight.

Try ShortcutDock for free

Launch every app from your menu bar with one click. No subscription, no tracking.

Download Free More Articles