Time Machine making full backups instead of incremental after macOS Tahoe 26.1 upgrade

l seems there is a problem with Time Machine since I upgraded to Tahoe 26.1.

I have a MacBook Air with a 500GB Disk, 277GB Available.

I use Time Machine to make hourly back-ups on an external bakcup drive in my Wifi Network.

Since the upgrade it takes about 4 hours to make the backup. (with the power connected to the Macbook).


When I just checked the progress of Time Machine, it says that it completed 33% of the back up and that it copied 110 GB and that it needed another 4 hours. Since yesterday, it has eaten about 700GB of my external drive.


I checked the backups and I saw that it has made backups overnight at 1, 4 and 8 AM (approximately).


It seems that Time Machine is now not making incremental backups but full backups.


What can be done about it.



[Re-Titled by Moderator]

Original Title: Time Machine making full

MacBook Air 15″, macOS 26.1

Posted on Dec 11, 2025 1:10 AM

Reply
3 replies

Dec 27, 2025 12:33 PM in response to Jan Talmon

I was having this same issue, and I found a solution that fixed it for me.


Step 1: run this command in the terminal "sudo tmutil disable". This command turns off Time Machine.


Step 2: run this command in the terminal:

sudo xattr -d com.apple.backupd.BackupMachineAddress "/System/Volumes/Data" 2>/dev/null || true

sudo xattr -d com.apple.backupd.ComputerName "/System/Volumes/Data" 2>/dev/null || true

sudo xattr -d com.apple.backupd.HostUUID "/System/Volumes/Data" 2>/dev/null || true

sudo xattr -d com.apple.backupd.ModelID "/System/Volumes/Data" 2>/dev/null || true

sudo xattr -d com.apple.timemachine.private.structure.metadata "/System/Volumes/Data" 2>/dev/null || true


This command deletes the attributes that TimeMachine uses to track Time Machine backups and determine whether a new full backup is needed. I believe that one of these is being messed up in Tahoe, which causes Time Machine to only do full backups. FWIW, I think running Disk Utility is what messed mine up.


Step 3: Reboot computer


Step 4: run this command in the terminal "sudo tmutil enable". This command reenable Time Machine.


Step 5: Rerun time machine, this first backup will be a full backup because we have reset the identifiers. The second backup should be incremental.


Good luck!

Time Machine making full backups instead of incremental after macOS Tahoe 26.1 upgrade

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.