Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Network | Monitoring » Fix what is taking up my Mac Storage? Delete Snapshots

Fix what is taking up my Mac Storage? Delete Snapshots

Posted on 13/08/202513/08/2025 Christian By Christian No Comments on Fix what is taking up my Mac Storage? Delete Snapshots
tmutil localsnapshot

On a Mac, a snapshot captures your data at a specific moment, letting you restore it to that exact state later. Time Machine and other tools like Carbon Copy Cloner create these snapshots to make backup and recovery easier. macOS stores them using the APFS file system. Therefore, in this guide, we shall discuss “Fix what is taking up my Mac Storage? Delete Snapshots”. Please, see Backup Mac with Veeam Agent for Mac to Synology DS923+ NAS, and Fixing AIX Veeam agent job startup delay issue.

It will interest you to know that APFS local snapshots often mysteriously consume space when using Time Machine. They are read-only, point-in-time copies of your filesystem stored locally on your drive.

This makes it easy to restore files or the whole system even without the backup drive connected. Here is see how to Backup MacOS to Synology NAS via Time Machine.

low on storage

Mac automatically keeps Time Machine local snapshots internally. Thereby, storing point-in-time copies of your data on the internal drive. As space begins to run low, macOS steps in and removes the oldest snapshots first, freeing room for new files without interrupting your work.

Apple designs this system so the storage they occupy is considered purgeable. This means, it won’t block essential actions like downloading large files, copying data, or installing software updates.

While you normally don’t need to touch these snapshots, you can delete them yourself if you want to reclaim space immediately. If you no longer want to keep these snapshots, you can turn off the Time Machine backups. This will delete all local snapshots currently stored on your Mac.

Also, see how to install Veeam Backup Console on a Jump Server, and Best Storage for Veeam: Comparing OOTBI by ObjectFirst to VHR.

See what is utilising your Mac Storage?

To determine what is utilizing your storage space on Mac, one of the easiest way to go about this is to use the Storage Management Tool.

To access this, navigate to Apple Menu, and then on “About This Mac”, then “Storage”. Lastly, click on “Manage”. In the Recommendations section in the Storage Management tool offers quick actions to help free up space and these include the below;

  • Store in iCloud: Move files, photos, and messages to iCloud, keeping only recent or optimized versions locally.
  • Optimize Storage: This automatically remove watched movies or TV shows from Apple TV and delete older email attachments. From the image below, this has been completed as well.
  • Empty Bin Automatically: Set your Mac to permanently delete items that have been in the Trash for more than 30 days. As you can see, this has been completed.
  • Reduce Clutter: Here you will have to review large files, downloads, and unsupported apps so you can decide what to delete.

They act as guided clean-up options, especially for users who don’t want to dig manually through folders or run Terminal commands.

recommendation

Beyond the standard recommendations, you can also identify large files, old downloads, unsupported apps, containers, and files from various browsers. The tool also highlights key storage categories, including Documents, System, Applications, and more as shown below.

recommendations

Other build-in Mac tools includes “Finder + Smart Folders”, Disk Utility, and Terminal Commands such as du -sh ~/*, tmutil listlocalsnapshots / and the diskutil apfs listSnapshots /. In this guide, we will focus only on tmutil command.

You may want to take a look at some of these theird party tools. Some are free and and some are pid. they are DaisyDisk, GrandPerspective, OmniDiskSweeper, and CleanMyMac X.

Please, see The VM appears to be in use: Taking ownership failed, VM is not accessible: Fix Taking ownership of a VM failed, and how to Check what files are taking up space on Windows 11.

Time Machine command-line utility (tmutil) Command

The command below help lists Time Machine snapshots that may be taking up hidden space.

tmutil listlocalsnapshots / 
list local snapshot

Prune local APFS Snapshots

To delete the local APFS snapshots, we will use the command below. This will instruct the Time Machine to prune the local APFS snapshots until a certain amount of disk space is freed. When you run the command, you will be required to authenticate. Enter your password to proceed.

sudo tmutil thinlocalsnapshots / 1000000000
thinned local snapshot

The thinlocalsnapshots instructs the Time Machine to reduce the number of local snapshots on the specified volume. Here, the “1000000000” represents the bytes to free which is equivalent to 1GB.

Note: That you can increase this as you wish. For example 5000000000 which is equivalent to 5GB.

As you can see below, the snapshots it deletes will be listed under “Thinned local snapshots” in the output.

tmtil local snapshot

Now, use the command to list the Time Machine snapshots remaining.

tmutil listlocalsnapshots / 

Delete Snapshots

As you can see also in the image, you can also use the “deletelocalsnapshots” command to instruct the Time Machine to remove a specific local APFS snapshot from the specified volume. You have to specify the timestamp of the snapshot you want to delete in the format below.

sudo tmutil deletelocalsnapshots <snapshot-date>
sudo tmutil deletelocalsnapshots 2025-04-05-002215
local snapshot deletion

As you can see below, we have successfully deleted so many of the localsnapshots available on this volume. These commands affects only the local snapshots stored on your internal drive and not backups on an external Time Machine disk.

snapshot deletion

Therefore, we have been able to regain 118,43 GB of space again.

available storage on MAc
Storage available

I hope you found this article very useful on “how to Fix what is taking up my Mac Storage? Delete Snapshots”. Please, feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Network | Monitoring

Post navigation

Previous Post: Convert Windows Server Datacenter to Standard: Install Windows Server via iDRAC Virtual Media
Next Post: Migrating SAP HANA Plugin to Veeam

Related Posts

  • Force bitlocker encryption
    Force BitLocker Recovery mode: How to unlock BitLocker Protected Drive Network | Monitoring
  • screenshot 2020 02 08 at 17.23.28
    How to disable Password Change for all Exchange Server Users Network | Monitoring
  • RemoteDesktopLinceseServer
    Fix Remote session was disconnected because there are no Remote Desktop License Servers available to provide a license Network | Monitoring
  • ACMP Defender Management
    How to Manage Microsoft Defender Antivirus with Argon ACMP Network | Monitoring
  • APIFEATURE
    Benefits of Azure API Management and how to create an API instance AWS/Azure/OpenShift
  • Docker Installation on Ubuntu
    Docker Engine Installation on Ubuntu Network | Monitoring

More Related Articles

Force bitlocker encryption Force BitLocker Recovery mode: How to unlock BitLocker Protected Drive Network | Monitoring
screenshot 2020 02 08 at 17.23.28 How to disable Password Change for all Exchange Server Users Network | Monitoring
RemoteDesktopLinceseServer Fix Remote session was disconnected because there are no Remote Desktop License Servers available to provide a license Network | Monitoring
ACMP Defender Management How to Manage Microsoft Defender Antivirus with Argon ACMP Network | Monitoring
APIFEATURE Benefits of Azure API Management and how to create an API instance AWS/Azure/OpenShift
Docker Installation on Ubuntu Docker Engine Installation on Ubuntu Network | Monitoring

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • AWS flow log
    AWS Flow Logs IAM Role Setup AWS/Azure/OpenShift
  • media8
    How to create a Windows 11 Bootable USB drive Windows
  • How to Remove Language Pack
    How to forcefully remove Language Pack on Windows 10 and 11 Windows
  • screenshot 2020 04 04 at 01.38.38
    Fix Failed to create scheduled task due to Windows Server Management service issue Windows Server
  • AADSTS900144
    Fix AADSTS900144: The request body must contain the parameter Network | Monitoring
  • maxresdefault 2 6
    How to create an AMI from the Command line AWS/Azure/OpenShift
  • How to Completely Uninstall Norton Security
    How to remove Norton from Mac using the RemoveNortonMacFiles tool Anti-Virus Solution
  • Hyper V Virtual Switch
    How to Create Hyper-V Virtual Switch Network | Monitoring

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,824 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.