Running out of space on your Mac or external drive can be frustrating, especially when old Time Machine backups are hogging valuable storage. You might wonder if it’s safe—or even possible—to clear out those outdated backups without risking your essential data.

Managing your backups is crucial for keeping your system running smoothly and ensuring you always have room for new files. In this article, you’ll find straightforward steps and practical tips for safely deleting unnecessary Time Machine backups.

Related Video

How to Delete Old Backups from Time Machine

Time Machine is an essential tool for every Mac user who wants peace of mind by keeping regular, automated backups. Over time, though, these backups can take up a lot of space on your backup drive. If you find your external drive running low on space, or simply wish to tidy up older, unnecessary backups, you’ll want to know how to delete old Time Machine backups the right way.

Let’s walk through comprehensive, practical steps to carefully delete old backups, manage your backup storage, and maintain a healthy, efficient Time Machine environment.


Why Delete Old Time Machine Backups?

Over months (or years) of regular use, you may accumulate dozens—sometimes hundreds—of backup snapshots. While Time Machine is smart enough to manage space by itself most of the time, you might find situations where manual cleanup is helpful, such as:


3 Best Ways to Delete Old Time Machine Backups on Your Mac - delete old backups from time machine

  • Running out of space on your backup drive.
  • No longer needing backups for a device you’re not using.
  • Wanting to ensure privacy by removing outdated versions of sensitive files.
  • Keeping your backup drive organized and efficient.

Clearing out old backups is generally safe, especially if you’re sure you don’t need the old data. Time Machine will continue to back up your latest files as usual.


The Right Way: How Time Machine Handles Backup Deletion

Before you start deleting, it’s important to know that you should never manually delete Time Machine backup folders in Finder. This can corrupt your backup database. Always use the Time Machine app or Terminal commands for a safe, complete removal.

Time Machine only allows you to delete backups when they are not actively in use. Also, remember that Time Machine maintains an integrity structure (like links across backups), so manual deletion outside of its processes may cause issues.


Methods to Delete Old Time Machine Backups

There are several ways you can safely remove old Time Machine backups. Choose the method that matches your comfort level and needs.

1. Deleting Backups Using the Time Machine App

This is the most straightforward and recommended way.

Steps:


How to Delete Old Time Machine Backups? - SysTools - delete old backups from time machine

  1. Connect your backup drive to your Mac if it isn’t already.
  2. Open Time Machine:
    • Click the Time Machine icon in the menu bar and select “Enter Time Machine.”
    • If you don’t see the icon, open System Settings > Time Machine, and click “Show Time Machine in menu bar.”
  3. Browse for Backups:
    • Use the timeline on the right edge of the screen to browse to the date of the backup you want to delete.
  4. Right-click on the backup (or the Finder window background) and select Delete Backup.
  5. Authenticate with your admin password if prompted.
  6. The backup will be deleted. Time Machine will take care of removing it and cleaning up related data.

Tip: You can delete entire backup snapshots, not individual files within older backups.

2. Removing Time Machine Local Snapshots

Newer versions of macOS (especially on laptops) create “local snapshots” on your internal drive when your backup drive isn’t connected. Over time, these can take up space as well.

To delete local snapshots using Terminal:

  1. Open Terminal (Applications > Utilities).
  2. Type the following and press Enter:

tmutil listlocalsnapshots /

You’ll see a list of local snapshots.
3. To delete a snapshot, use:

sudo tmutil deletelocalsnapshots

Replace “ with the date part from the snapshot list (e.g., 2023-06-20-142536).

Repeat for each you want to remove. macOS also automatically cleans these up when space is low, but manual removal lets you be more proactive.

3. Deleting Backups Using Terminal

If you’re comfortable with Terminal, you can delete specific backup snapshots from your external drive more directly.

Steps:

  1. Connect your Time Machine drive to your Mac.
  2. Launch Terminal.
  3. List all backups using this command:

sudo tmutil listbackups

This will display all your backup snapshots with their paths.
4. To delete a specific backup, use:

sudo tmutil delete /Volumes//Backups.backupdb//

Replace ,, and “ with the respective names in your backup structure.

Note: This method gives you fine-grained control but should be used carefully.

4. Freeing Space Automatically

If you simply want to let Time Machine handle things, you can:

  • Let it run out of space! Time Machine will start deleting the oldest backups first when it needs space for new ones.
  • However, this process is not as immediate or controlled if you wish to target particular old backups or batches of backups.

What to Avoid

  • Never drag Time Machine backup folders to the Trash.
    • This can break your backup structure and make future restores unreliable.
  • Do not use third-party file management tools to remove Time Machine backup files unless they specifically support Time Machine cleanup.
  • Be cautious with Terminal commands. Only delete what you understand and have checked carefully.

Practical Tips and Best Practices

  • Check space regularly: Periodically review your backup drive’s capacity and cleanup needs.
  • Always eject the backup drive properly: After deleting backups, eject the Time Machine disk cleanly to avoid corruption.
  • Keep recent backups: Only delete backups that are truly old or unnecessary. Keeping recent versions ensures you can restore from unexpected crises.
  • Backup your backup: Before performing major deletions, especially if your backup drive contains the only copy of important history, consider making another backup.
  • Monitor local snapshots: If your startup disk often runs low on space, manage local snapshots alongside your external backups.
  • Update macOS and Time Machine: Newer versions often improve backup management and space efficiency.

Benefits of Deleting Old Backups

Deleting outdated backups frees up space for:

  • Storing new backups and thus keeping your latest data more secure.
  • Using the external drive for other storage needs.
  • Improving Time Machine’s performance by reducing the size and complexity of its database.

Possible Challenges to Consider

  • Slow deletion: Removing large old backups—especially over USB2 or from network drives—can take significant time.
  • Unavailable backups: Make sure you don’t need the files from the old backup before deleting, as recovery is impossible once the backup is gone.
  • Permissions issues: Sometimes you’ll encounter errors. Rebooting or authenticating as an administrator often fixes these.

Frequently Asked Questions (FAQs)

How do I know which Time Machine backups to delete?

Start by looking at the dates of your backups. If you have backups dating back several months or years, and you’re confident you won’t need to recover files from those periods, it’s usually safe to delete them. Generally, keep recent backups and remove only the oldest ones you’re sure are obsolete.


Can I delete individual files from a Time Machine backup?

No, Time Machine does not let you delete individual files from within past backups. You can only delete entire backup snapshots (for a specific date and time). Attempting to remove individual files directly in Finder may corrupt the backup set.


What happens if I manually delete backup folders in Finder?

Deleting Time Machine backups or folders directly in Finder is unsafe. This can corrupt the entire backup structure and prevent you from restoring from your backup drive in the future. Always use Time Machine or approved command-line utilities for deletions.


Does Time Machine automatically delete old backups when the drive is full?

Yes, Time Machine is designed to automatically delete the oldest backups first to make room for new backups when your drive is full. However, this process only happens when new backups require space, so old backups might remain if you’re not running frequent new backups.


What are Time Machine local snapshots, and do I need to delete them?

Local snapshots are backups stored on your Mac’s internal drive when your backup disk isn’t available. macOS manages these automatically and will delete them as needed to free up space. However, if you need to regain space immediately, you can delete them through Terminal using tmutil commands.


In Summary

Time Machine backups are invaluable but can accumulate to occupy a lot of drive space. Fortunately, managing and deleting old backups is straightforward when done through the correct methods. Stick to Time Machine or Terminal’s tmutil for deletions, keep regular tabs on your backup space, and never delete backup folders manually in Finder.

By periodically clearing out unnecessary snapshots and old backups, you keep your backup disk lean, efficient, and ready to protect your latest data.

Send Your Inquiry Today