Time Machine Backup Failed? Check the Disk Format First
“Time Machine keeps failing to complete a backup”
Verify the drive format and free space, then remove the broken in-progress backup. Time Machine has strict requirements — NTFS and exFAT simply do not work.
中文版:用中文阅读这篇 →
Check the drive format in Disk Utility. If it is exFAT or NTFS, Time Machine cannot use it at all — it must be APFS.
What you are seeing
- Backup failed or could not be completed messages
- Progress stalls at the same point every time
- Warnings that the backup disk is full
- No successful backup for a long stretch
Common causes
- The backup disk is not formatted APFS or Mac OS Extended
- The disk is full and not pruning old backups
- A previously interrupted backup left corrupt files
- Unstable network backup over Time Capsule or NAS
- Physical problems with the drive itself
Full walkthrough
- 01
Confirm the drive format
Open Disk Utility and check the format of the backup drive. Time Machine requires APFS (preferred) or Mac OS Extended (Journaled). exFAT and NTFS are not supported, and this is a very common cause of failure.
- 02
Confirm there is enough space
Time Machine needs headroom. If the disk is nearly full, delete the oldest backups manually or let the system prune them automatically.
- 03
Remove the broken in-progress backup
An interrupted backup leaves an incomplete file ending in .inProgress, which then causes every subsequent backup to fail. Removing it forces a fresh start.
sudo tmutil listbackups⚠️ Heads upDo not delete files while a backup is running — stop the backup first. - 04
Run First Aid on the backup drive
In Disk Utility, run First Aid on the backup volume to check and repair filesystem errors. Repeated failures suggest physical problems with the drive.
- 05
Rebuild the backup
If all else fails, remove the disk from Time Machine preferences and add it again. Be aware this may trigger a full backup, which takes considerably longer.
⚠️ Heads upBefore re-adding the drive, confirm it does not hold any other data you need.
How to prevent it
- Dedicate the backup drive to backups rather than mixing in other data
- Verify backups actually succeed instead of assuming they are running
- Keep at least two copies of important data, with one off-site or in the cloud
- Never unplug a drive while a backup is in progress
Follow-up questions
Can I use an exFAT drive for Time Machine?
No. Time Machine only supports APFS and Mac OS Extended (Journaled). Converting an exFAT drive erases its contents, so copy the data off first.
Does Time Machine work with a NAS?
Yes, if the NAS supports SMB and is configured correctly. Network backups are less reliable than a directly connected drive, so keep a local backup as well.