Sweepfor Mac

Mac maintenance

How to Set Up a New Mac From a Time Machine Backup

Restore a new Mac from a Time Machine backup the right way. Walk through Setup Assistant, Migration Assistant, and the post-restore cleanup nobody mentions.

8 min read

You bought a new Mac, and you’ve got a recent Time Machine backup of the old one. The plan is straightforward: plug in the backup drive, run Migration Assistant, end up on the new Mac with everything intact. The execution has a few gotchas that aren’t on the box.

Here’s how to do it without spending the whole weekend troubleshooting.

Before you unbox the new Mac

A Time Machine backup is only as good as its last successful run. Verify yours before you commit to a migration:

  1. On the old Mac, plug in the backup drive
  2. Open the Time Machine menu bar item and click “Back Up Now”
  3. Wait for the backup to complete cleanly
  4. Run tmutil status in Terminal — confirm Result = 0 from the most recent backup
  5. Check tmutil listbackups and confirm the latest backup is from today

A failed backup from a week ago means you’d restore to a week-old state. Not the end of the world, but not what you want. Spend the 20 minutes to make sure today’s backup completed before starting.

If the old Mac is dead and you only have the backup, you can still restore from it — but verify the backup drive is healthy first. Open Applications → Utilities → Disk Utility on a working Mac, run First Aid on the backup drive, and confirm it passes.

Choose your moment in Setup Assistant

When you first boot the new Mac, Setup Assistant runs through Apple ID, Wi-Fi, language, and a few other prompts. At the “Transfer Information to This Mac” screen, you have three options:

  1. From a Mac, Time Machine backup, or Startup disk — what you want
  2. From a Windows PC
  3. Don’t transfer any information now

If you pick option 1 here, Migration Assistant runs as part of Setup Assistant and you end up at the desktop with everything migrated. Clean experience.

If you pick “Don’t transfer…” and decide later, you can run Migration Assistant from Applications → Utilities → Migration Assistant after setup. It’ll ask you to sign out of your current user, then run the migration into a different user, then merge them. Doable, but messier than just doing it during initial setup.

The safe answer: do it during Setup Assistant.

Run Migration Assistant from a Time Machine backup

When prompted:

  1. Connect your Time Machine backup drive to the new Mac
  2. Pick From a Mac, Time Machine backup, or Startup disk
  3. Wait for the new Mac to find the drive
  4. Select your backup
  5. Pick the most recent backup snapshot from the timeline shown
  6. Choose what to transfer:
    • Applications — everything in /Applications
    • User accounts — your home folder
    • Other files and folders — non-user items like /Users/Shared
    • System & Network Settings — preferences

Bring all four if you want a faithful clone. Skip Applications if you’d prefer to install apps fresh on the new Mac (recommended on a major Mac upgrade — Apple Silicon transitions especially benefit from clean installs).

The transfer estimate Migration Assistant shows is wildly inaccurate. A real-world Time Machine backup migration:

  • 200 GB on USB-C SSD backup → 1-2 hours
  • 200 GB on USB 3 HDD backup → 3-4 hours
  • 500 GB on USB-C SSD backup → 3-4 hours
  • 500 GB on USB 3 HDD backup → 6-8 hours
  • Anything on a network Time Machine backup → much slower; expect 8+ hours

Plug the new Mac into power. Don’t close the lid on a MacBook. Let it run.

Clean before you migrateDon’t carry junk to your new Mac. Sweep clears it first. Try Sweep free →

What happens after the migration finishes

Migration Assistant ends, the Mac restarts, and you sign in. Several things happen in the next 1-3 hours:

  1. Spotlight reindexes everything. This makes the Mac feel slow. mds_stores will use significant CPU.
  2. iCloud sync runs. All your iCloud-synced apps re-sync, which can use bandwidth.
  3. Photos library may rebuild. If you have a Photos library, it analyzes thumbnails and faces.
  4. Apps may re-authenticate. Some apps notice the new Mac and prompt for license re-activation.

This is normal. Don’t panic if your Mac feels sluggish for the first few hours. By the next day, everything’s settled.

To check Spotlight progress:

mdutil -s /

If “Indexing in progress,” wait. When it shows “Indexing enabled” without “in progress,” it’s done.

Re-authenticate everything

After migration, expect to sign in again to:

  • iMessage, FaceTime — Messages → Settings → iMessage
  • Many third-party apps (Adobe, Microsoft, password managers, dev tools)
  • Two-factor authenticator apps may need re-setup
  • Email accounts may prompt for passwords again
  • VPN clients almost always need reconfiguration
  • SSH keys may need re-adding to the keychain or agent

Have your password manager ready. Plan for an hour of “I’m signed out of everything.”

When restore from Time Machine partially fails

Sometimes Migration Assistant completes but some files are missing. Possible causes:

  • Files locked during the original backup. Time Machine sometimes skips files that other apps had open. Check the original Mac if it’s still around.
  • iCloud Drive “Optimize Mac Storage” files. If files were stored only in iCloud and not downloaded locally, the backup didn’t have them. They’ll come back via iCloud sync once you sign in.
  • External drive content. Time Machine doesn’t back up external drives by default. If something was on a USB drive, it’s not in the backup.
  • Encrypted folders without keychain access. Migration Assistant should carry the keychain, but sometimes specific encrypted volumes need manual re-mounting.

Check ~/Library on the new Mac to confirm app data is there. If specific apps are missing settings, the original backup may have skipped their ~/Library/Application Support folders for permission reasons. Reinstall those apps on the new Mac and resign in.

Tip: Don't wipe the old Mac for at least two weeks after migration. You may discover something missing on the new Mac that you can grab from the original.

Restoring specific files instead of the whole Mac

You don’t have to do a full migration. If you’d rather start clean and pull specific files from the backup, skip Migration Assistant entirely.

After Setup Assistant completes:

  1. Connect the Time Machine drive
  2. Open the Time Machine menu bar item, then “Browse Time Machine Backups”
  3. Navigate the timeline to a date that has the files you want
  4. Select files or folders, click Restore

This pulls files into your current location on the new Mac. It works for Documents, Pictures, Music — anything in your user folder.

For settings and preferences, you can selectively pull from ~/Library/Preferences in the backup. Be cautious — preferences for one macOS version don’t always work on a newer one.

When to wipe the new Mac and start over

Sometimes a migration goes badly enough that starting clean is faster than fixing it. Signs you should wipe and reinstall:

  • Migration Assistant errored out and the Mac is in a half-migrated state
  • Apps consistently crash or fail to launch
  • Storage shows weirdly high “Other” or “System Data” usage (>50 GB)
  • Permissions are mangled across the home folder

To wipe an Apple Silicon Mac:

  1. Boot to Recovery (hold power, click Options)
  2. Choose Erase Mac from the Apple menu (cleaner than manual erase)
  3. Confirm and wait
  4. Setup Assistant runs again

This time, skip Migration Assistant during Setup Assistant. Set up as a new user. Manually copy critical files from the backup using Time Machine browse. Reinstall apps fresh.

It takes an extra hour, but you end up with a clean new Mac instead of a corrupted migration.

Skip the manual huntSweep clears the system caches, logs, and old installers a backup can’t reach. Download Sweep free →

What Time Machine restored that you don’t want

A faithful Time Machine restore brings the good stuff and the bad stuff equally. Things you may want to clean up on the new Mac:

  • Caches~/Library/Caches carries gigabytes of stale cache from the old Mac. macOS will rebuild what it needs.
  • Old simulator data~/Library/Developer/CoreSimulator from the old Xcode install
  • Application leftovers — folders in ~/Library/Application Support for apps you don’t have installed anymore
  • Localizations — language files for languages you don’t use
  • Old .dmg and .pkg installers — usually in Downloads
  • iOS device backups~/Library/Application Support/MobileSync/Backup for old iPhones

Migration Assistant brings all of it because it’s not in a position to judge. The cleanup is on you.

This is where Sweep fits in. After a fresh migration, the new Mac usually has 20-50 GB of stuff that doesn’t need to be there. Sweep scans for those categories specifically and shows you what’s safe to remove. The result is a new Mac that’s actually new — current files, current settings, current apps, without years of accumulated cache and leftover data weighing it down.

It doesn’t replace Time Machine. Time Machine is your version-history insurance. Sweep just clears the cruft Time Machine faithfully restored alongside the good stuff.

A clean restore weekend

Realistic timeline for “I bought a new Mac and want to restore from Time Machine”:

Friday evening:

  • Run a fresh Time Machine backup on the old Mac
  • Verify it completed cleanly (tmutil status, Result = 0)
  • Sign out of services that might cause licensing issues (Adobe, Microsoft 365)

Saturday morning:

  • Unbox new Mac, run Setup Assistant
  • Choose Migration Assistant from Time Machine backup
  • Walk away for 2-4 hours

Saturday afternoon:

  • Sign into iCloud
  • Re-authenticate apps as they prompt
  • Set up Touch ID, password manager, dev environment
  • Note anything missing from the migration

Sunday:

  • Use the Mac normally; let Spotlight finish indexing
  • Clean up obvious cruft from the migration
  • Run a Time Machine backup of the new Mac to a different drive
  • Confirm all important files are present and working

By Sunday night, the new Mac feels yours. By Monday, you’ve forgotten you ever migrated. That’s the goal.

The migration that goes smoothly is the one you didn’t rush. Spend a weekend on it, follow the steps, and the new Mac you end up with is the new Mac you wanted — current data, current state, none of the surprises that come from rushing the process.

← Back to all guides