this post was submitted on 23 Jan 2026
8 points (100.0% liked)

Apple

20293 readers
97 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 2 years ago
MODERATORS
 

@apple_enthusiast Do you have any idea how to reclaim all my system data in macOs? I've tried deleting caches, removing containers, everything! As soon as I clear more space it just eats it up again

top 7 comments
sorted by: hot top controversial new old
[–] franzbroetchen@feddit.org 5 points 1 month ago* (last edited 1 month ago) (1 children)

I recently had a similar problem where system files were filling my entire drive and even grew larger when I deleted files.

The only thing fixing the problem was deleting a faulty local APFS snapshot using disk utility. You can do so by showing APFS snapshots via the menu bar and then checking your system drive. I also had to reboot a couple of times before I could actually delete it.

I Hope this helps!

[–] mattias@social.nacka.io 5 points 1 month ago (1 children)

@franzbroetchen You're my new hero, I've search everywhere and never found that tip. I had 230Gb worth of broken APFS snapshots, that are now gone!

[–] franzbroetchen@feddit.org 3 points 1 month ago* (last edited 1 month ago)

You're welcome! Maybe this is be a bug in the recent versions of macOS? I almost didn't find this tip when I looked for solutions and the Apple support forums don't mention this fix at all

[–] Teal@lemmy.zip 4 points 1 month ago

There’s a response from someone at Apple Community support that explains what might be happening.

FWIW, "System Data" is not just space used with macOS system applications but it is also contains user data that does not neatly fit into one of the other categories. Often a lot of this but not all can be found in the hidden user's Library folder (accessed by holding down the Option key and selecting the "Go" menu in Finder.

If you open this folder look at the size of the "Application Support" folder. Depending on your apps, they could be storing a lot of data in these folders. Before messing with anything in these folders, you need to go to the application developer site and see what can be done with them. Some apps can allow certain portions of that data to be located on an external drive.

As for the amount you are seeing, 50-60 GB is not unusual for "System Data".

Here’s the link. There’s not much more there but I like to share where I got the quote from.

System Data storage

Good luck!

[–] Samskara@sh.itjust.works 1 points 1 month ago (1 children)

Deleting local timemachine backup helps. In the terminal tmutil -thinlocalsnaphots or something similar is the command.

Also use the Finder

  • turn on calculate all sizes for folders
  • turn on show invisible files (might need tinkerttool for that)
  • open Macintosh HD in list view, sort by size

Then investigate and delete.

[–] mattias@social.nacka.io 1 points 1 month ago (1 children)

@Samskara I tried deleting it from the CLI, first but it failed. I don't remember the exact message anymore.

Then I tried deleting the same image using @franzbroetchen 's method and it worked, even if was the same snapshot.

[–] Samskara@sh.itjust.works 1 points 1 month ago

Great that you found the solution. :)