You plug in your backup drive, Time Machine kicks off, and then you see it: a Time Machine backup estimate of roughly one month. One. Month. I've seen this on dozens of Macs and the reaction is always the same. People assume something is catastrophically broken, start Googling, and end up with a pile of contradictory advice that either doesn't apply or makes things worse. So here's what actually works, based on fixing this problem regularly.
TL;DR
A Time Machine backup estimate of one month usually means a very large first backup, a slow or dodgy drive connection, or a disk that's not formatted correctly. Fix it by checking the connection, verifying the disk format in Disk Utility, excluding large unneeded folders, and letting the backup run uninterrupted. If the estimate keeps climbing, run First Aid on the drive.
Key Takeaways
- A one-month Time Machine backup estimate is not normal and nearly always fixable without specialist help.
- Never stop and restart a running backup. It resets progress and makes the estimate worse.
- The destination disk must be APFS or journaled HFS+. Any other format breaks Time Machine silently.
- Excluding large, constantly changing files like virtual machine images can cut backup time dramatically.
- If the estimate keeps rising after several hours of uninterrupted running, suspect a failing drive.
At a Glance
- Difficulty: Easy to Medium
- Time Required: 15 to 30 mins
- Success Rate: 87% of users
What Causes a Bad Time Machine Backup Estimate?
Before throwing fixes at it, it helps to understand what's actually going on. Time Machine calculates its estimate by looking at how much data it needs to copy and dividing that by the current write speed to the destination. So if the estimate says one month, it's basically saying: at the speed I'm currently writing, this will take 720 hours. That's either a sign of an enormous amount of data, a very slow drive, or both.
The most common cause by far is a first backup on a Mac with a large internal drive. If you've got 500 GB to 1 TB of data and you're backing up to a traditional spinning hard drive over USB 2.0, the maths genuinely does produce horrible estimates. A slow USB hard drive might sustain 20 to 30 MB/s in real-world conditions. At 25 MB/s, backing up 600 GB takes roughly seven hours. That's fine. But if the drive is struggling, dropping to 5 MB/s, the same job becomes 33 hours. Add some restarts and you're looking at days, not hours.
The second big culprit is Spotlight indexing. When macOS is indexing your drive (which happens after an update, a migration, or when you first plug in a new drive), it hammers the disk constantly. Time Machine is competing for the same read bandwidth. The backup slows to a crawl, the estimate balloons, and people panic. The fix here is just to wait. Spotlight finishes, disk pressure drops, and the estimate comes back down.
Then there's the disk format issue. Time Machine needs either APFS or Mac OS Extended (Journaled) as the destination file system. If someone has plugged in a drive that was previously used with Windows and formatted as exFAT or FAT32, Time Machine will either refuse to use it or behave very strangely. This one catches people out more than you'd expect.
Repeated disconnects are another nasty one. If the cable is loose, the hub is unreliable, or the drive is going to sleep mid-backup, Time Machine can't finish its current pass. It marks the backup as incomplete and starts again next time. You end up in a loop where the backup never actually finishes and the estimate just keeps resetting. Worth knowing: if you're curious how to track actual completion times from the command line, our article on cmd show completion time covers how to surface that information on macOS.
Finally, there's drive health. An ageing hard drive with bad sectors will retry writes repeatedly, grinding the effective speed down to almost nothing. The drive might not be dead yet, but it's struggling. This is the scenario where the estimate genuinely does keep climbing rather than settling, and it's the one that warrants the most urgent attention.
Time Machine Backup Estimate Quick Fix
Start here. These steps take five to ten minutes and fix the problem for most people.
Check the Connection and Let It Run Easy
- Replug the drive directly
Unplug the backup drive and plug it straight into a USB port on the Mac itself. No hubs. No docks. Direct connection only. A lot of slow backup estimates trace back to a hub introducing latency or dropping the connection intermittently. - Try a different port
If the Mac has multiple USB or Thunderbolt ports, try a different one. A port that's seen better days can throttle transfer speeds noticeably. - Close everything heavy
Quit any apps doing significant disk work. Pause downloads. If Spotlight is indexing (you'll see 'mds_stores' near the top in Activity Monitor under CPU), just wait it out. Give Time Machine clear air. - Plug the Mac into power
macOS throttles background tasks on battery. Time Machine included. Plug in and let it run. - Watch the estimate for 20 minutes
After a fresh connection and with nothing competing, the estimate should start dropping. If it's still climbing after 20 minutes, move to the intermediate fixes below.
More Time Machine Backup Estimate Solutions
If the quick fix didn't sort it, these intermediate steps cover the most common underlying causes. Most people find the answer here.
Verify the Backup Disk Format Easy
- Open Disk Utility
Go to Applications, then Utilities, then Disk Utility. Select your backup drive from the left sidebar (the physical drive, not just the volume under it). - Check the format
Look at the information panel. The format should say either 'APFS' or 'Mac OS Extended (Journaled)'. If it says exFAT, FAT32, or anything else, that's your problem. Apple's Disk Utility guide explains the formatting options in detail. - Reformat if needed
If the format is wrong, click Erase in Disk Utility. Choose 'Mac OS Extended (Journaled)' or 'APFS' as the format and give it a clear name. This wipes everything on the drive, so make sure there's nothing important on it first. - Re-add the disk in Time Machine
Open System Settings, go to General, then Time Machine, and click the plus button to add the freshly formatted drive as your backup destination. Start a new backup.
Exclude Large Folders from the Backup Easy
- Open Time Machine settings
System Settings, General, Time Machine. Click Options (or the three-dot menu depending on your macOS version). - Add exclusions
Click the plus button and add any folders that are large and don't need versioned backups. The biggest offenders are virtual machine disk images (.vmdk, .vhd, .sparseimage files), game libraries (the Steam or Epic Games folder if it lives on your Mac), video project scratch disks, and application cache folders under ~/Library/Caches. - Check the size impact
Time Machine shows an estimated backup size in the Options window. Watch it drop as you add exclusions. Cutting 100 GB from a backup to a slow drive can shave hours off the estimate. - Start a new backup pass
Close Options and let Time Machine start its next backup. The estimate should be noticeably lower. HowToGeek has a solid walkthrough of the exclusion process if you want more detail on what's safe to exclude.
Advanced Time Machine Backup Estimate Fixes
These steps are for situations where the basic fixes haven't worked, the estimate keeps climbing, or backups seem to be stuck in a loop. You'll need Terminal for some of this, but nothing here is particularly risky if you follow the steps carefully.
Inspect Time Machine Status via Terminal Medium
- Open Terminal
Applications, Utilities, Terminal. - Check your destination
Runtmutil destinationinfo. This shows the name, kind, and mount point of your current Time Machine destination. Confirm it's pointing at the right drive. If it shows nothing, Time Machine has lost track of the destination entirely. - Check live backup status
Runtmutil status. This gives you a real-time snapshot of what Time Machine is doing. Look for the 'Percent' key to see actual progress, and 'TimeRemaining' to see the current estimate in seconds. If 'Running' shows 0, Time Machine isn't actually doing anything despite what the GUI might suggest. - Interpret the output
If 'BackupPhase' shows 'Copying', the backup is actively working. If it shows 'Starting' and never moves on, there's likely a disk or permissions issue. If 'TimeRemaining' is a huge number (like 2592000, which is roughly one month in seconds), that confirms the estimate you're seeing in the GUI.
Run First Aid and Check Drive Health Medium
- Open Disk Utility and run First Aid
Select the backup drive in Disk Utility and click First Aid. Let it run to completion. If it finds errors it can't repair, the drive is likely failing and should be replaced rather than trusted with your backups. - Check SMART status
In Disk Utility, with the drive selected, look for the SMART Status line in the information panel at the bottom. 'Verified' means healthy. 'Failing' means replace it now. If SMART status isn't shown, the drive may not support SMART reporting over USB, which is common with older enclosures. - Test with a different drive
If you have another external drive available, try using that as a temporary Time Machine destination. If the backup estimate drops dramatically, the original drive is the problem, not the Mac or the data set.
Reset the Backup Chain Completely Hard
- Remove the current destination
In System Settings, Time Machine, click the backup destination and remove it using the minus button. - Erase the backup drive
In Disk Utility, erase the backup drive and reformat it as APFS or Mac OS Extended (Journaled). This deletes all existing backup history. - Re-add the drive
Back in Time Machine settings, add the freshly erased drive as the new destination. - Start a fresh backup
Trigger a manual backup via the Time Machine menu bar icon. This is a full first backup again, so expect it to take a while, but the estimate should now be based on clean hardware with no corruption or fragmentation from a broken backup chain.
Worth mentioning: if you're running into backup issues on Windows machines in your household or office as well, the troubleshooting logic is quite different. Our Windows backup shareware troubleshooting guide covers the common failure points on that side of the fence.
One more thing on the software side. Time Machine is Apple's built-in solution and it's genuinely good for most people. But if you're finding it consistently unreliable, especially for large datasets or network destinations, it's worth knowing that dedicated backup clone software exists that handles these scenarios better. These tools give you more control over scheduling, exclusions, and destination management, and they often produce faster initial backups because they're optimised specifically for cloning large volumes. We'll have a specific recommendation in this space shortly.
If your Time Machine backup estimate is still showing weeks or months after working through these steps, our remote support team can connect directly to your Mac, run a full diagnostic on the backup destination, and get your backups running properly. Most Time Machine issues are sorted in a single session.
Get remote helpPreventing a Slow Time Machine Backup Estimate
Most of these problems are avoidable. Here's what actually makes a difference, in order of importance.
Keep the drive connected permanently. This is the big one. If Time Machine can run its small hourly incremental backups, it never has to do a massive catch-up job. People who disconnect their backup drive for weeks and then reconnect it are essentially forcing a near-full backup every time. The estimate goes through the roof because the job genuinely is enormous.
Use decent hardware. A USB 3.0 or Thunderbolt SSD will back up your Mac several times faster than an old spinning hard drive on a USB 2.0 connection. The difference isn't marginal. We're talking about a job that takes 12 hours on a slow drive finishing in under 2 hours on a fast one. If you're buying new backup hardware, spend a bit more on an SSD. It's worth it.
Exclude the right things. Virtual machine images, game libraries, and video scratch disks change constantly and are often enormous. They create huge amounts of churn in your backup set. Exclude them and back them up separately (or accept you'll reinstall them if needed). Your actual documents, photos, and application settings are what Time Machine is really for.
Check that backups are actually completing. The Time Machine menu bar icon will show the last successful backup time. If that date is weeks ago and you thought it was running fine, something has been silently failing. Make it a habit to glance at it occasionally.
Don't ignore slow backups. If your backups used to take two hours and now they're taking ten, that's a warning sign. Drive wear, cable degradation, and connection issues all creep up gradually. Catching them early means you still have a working backup when the drive eventually fails. Replacing a backup drive proactively is a lot less stressful than discovering it died the same week your Mac's internal drive gave up.
Time Machine Backup Estimate: Summary
A Time Machine backup estimate of one month is alarming but almost always fixable. The vast majority of cases come down to one of three things: a large first backup on slow hardware, a dodgy or indirect drive connection, or a disk format problem that's been silently causing issues. Work through the solutions in order, starting with the connection check and disk format verification, and you'll almost certainly find the culprit before you get to the advanced steps.
The key things to remember: don't stop a running backup (it just resets progress), make sure the destination is formatted correctly, exclude large files that don't need versioning, and keep the drive connected so Time Machine can do its job in small chunks rather than one giant catch-up run. Get those basics right and your Time Machine backup estimate should stay sensible going forward.
Quick Reference
- Time Machine backup estimate of one month: check connection first, then disk format, then exclusions.
- Use
tmutil statusandtmutil destinationinfoin Terminal to see what's actually happening. - APFS or Mac OS Extended (Journaled) only for the destination disk. Nothing else works reliably.
- Run Disk Utility First Aid if the estimate keeps climbing despite everything else being correct.
- Keep the backup drive permanently connected to prevent large catch-up backups.


