Speed up your Mac
Mac Slow When iCloud Is Syncing? Here's What's Going On
iCloud Drive is supposed to be invisible, but it can quietly slow your Mac during heavy sync. Here's what's happening and the settings that fix it.
iCloud Drive is the most invisible of the cloud sync clients on macOS. There’s no separate app to open, no menu bar icon, no settings panel of its own. It’s part of the operating system. That deep integration is supposed to mean lower overhead, fewer compatibility issues, and seamless sync between Mac, iPhone, and iPad.
Most of the time, that’s true. When it isn’t, the cause is harder to track because there’s no obvious app to point at. The process you’re looking for is bird (yes, that’s its real name), and when it goes wrong, your Mac gets quietly, persistently slow.
What’s Actually Running When iCloud Syncs
Open Activity Monitor and search for “iCloud” or look for these processes:
- bird — the iCloud Drive daemon, handles file sync
- cloudd — handles general iCloud services and data sync
- akd — Apple ID-related background process
- iCloud Drive (occasional) — the user-facing component
bird is the one you’ll see most. During heavy sync, bird can use 1-3GB of RAM and spike CPU to 50%+ for sustained periods. It runs at a lower priority than user apps, but on a constrained Mac, that priority drop isn’t enough to keep it out of your way.
cloudd handles things like Photos sync, iCloud Tabs, Notes sync, Keychain sync. It’s lighter than bird in normal use but can spike during initial sync of any iCloud-enabled service.
Free up RAM in one clickSweep frees inactive memory and pauses runaway processes. Get Sweep free →
Why Initial Setup Is Brutal
Set up iCloud Drive on a new Mac, or sign into an existing iCloud account, and expect:
- Hours of background activity as bird downloads file metadata
- Photos library re-evaluation if iCloud Photos is enabled
- Spotlight reindexing the new files
- Time Machine wanting to back up everything
- Aggressive thumbnail generation for Quick Look and Photos
This compounds in a way pure download-time math doesn’t capture. A 100GB iCloud Drive isn’t just 100GB of network transfer; it’s 100GB of new files for every other Mac service to react to.
To minimize the pain:
- Set up iCloud over wired connection if available
- Defer Time Machine during initial sync
- Don’t open Photos until iCloud Photos has stabilized
- Plug in to power — battery throttling slows sync
- Be patient — for a heavy account, full sync stabilization can take 24-48 hours
Optimize Mac Storage: The Trade-Off Worth Understanding
iCloud Drive’s “Optimize Mac Storage” setting determines whether files are kept locally or evicted when disk gets tight. With it on, macOS removes the local copy of files you haven’t used recently — they’re available on demand from iCloud.
Settings > Apple ID > iCloud > iCloud Drive > Optimize Mac Storage.
The trade-offs:
- On: saves space, but accessing evicted files takes time and bandwidth. Some apps don’t handle evicted files gracefully (especially older creative tools)
- Off: everything is always local. Predictable performance, but uses much more disk
For Macs with 256GB SSDs and 200GB iCloud accounts, Optimize is essentially required. For Macs with 1TB+ SSDs and modest iCloud use, Off is more reliable.
When Optimize Mac Storage is on, you’ll occasionally see files marked with a cloud download icon in Finder. Opening these triggers a download. If your network is slow, this feels like an app freeze.
Desktop and Documents Sync: The Hidden Multiplier
iCloud has an option to sync your Desktop and Documents folders. It’s framed as a convenience — your Desktop on Mac matches your Desktop on iPhone Files app. The cost: every file you put on your Desktop now uploads to iCloud.
This is fine for normal use. It’s a problem when:
- You routinely save large files to Desktop (videos, large PSDs)
- You work in Documents with frequently-changing files (code repos, build outputs)
- You take a lot of screenshots — they default to Desktop and trigger uploads
To check whether it’s enabled: Settings > Apple ID > iCloud > iCloud Drive > Options > Desktop & Documents Folders.
Disabling it is significant — it moves your Desktop and Documents folders. The macOS migration is automatic and reversible, but it can be confusing if files seem to “disappear” (they’re still in iCloud, just not local anymore).
For developers especially, keep code repositories outside iCloud. Use Git for version control. iCloud sync of node_modules folders has been the cause of many slow Mac complaints.
Photos: Often the Real Culprit
When people say “iCloud is slowing my Mac,” they often mean iCloud Photos specifically. Photos has its own sync engine separate from iCloud Drive but uses cloudd for coordination.
iCloud Photos can be heavy because:
- Photos auto-imports from connected devices when iCloud Photos is on
- Faces and People analysis runs on every imported photo, locally on your Mac
- Memories generation processes your library in the background
- Object recognition for Search builds indexes constantly
On a Mac with a multi-year photo library, this background work is significant. The Photos process can use 2-4GB of RAM and substantial CPU during heavy analysis.
To pause Photos analysis temporarily, lock your screen and leave the Mac plugged in overnight — Photos does its heaviest work during idle time. Or quit Photos completely and notice the difference.
Cleaning Up iCloud-Related Caches
Beyond user-facing data, macOS keeps iCloud-related caches in:
~/Library/Mobile Documents/— the actual iCloud Drive folder (don’t delete contents, but knowing it’s there helps)~/Library/Caches/CloudKit/— service caches~/Library/Caches/com.apple.bird/— bird’s own cache~/Library/Caches/com.apple.cloudphotosd/— Photos sync cache
The caches are safe to clear. macOS regenerates what’s needed.
Sweep finds these caches as part of its smart scan and shows their actual size. On a Mac that’s been syncing iCloud for years, the caches can hit 5-15GB combined.
When bird Goes Rogue
Sometimes bird gets into a state where it spins CPU continuously without making progress. Symptoms:
- Activity Monitor shows bird at 80%+ CPU for hours
- iCloud Drive shows files as “Syncing” forever
- Network activity is constant but disk doesn’t change
The recovery sequence:
- Open Terminal
- Run:
killall bird - macOS will relaunch bird automatically
- If the issue persists:
defaults delete com.apple.bird(resets bird’s preferences) and restart your Mac - Sign out and back into iCloud as a last resort
Signing out of iCloud is heavier than it sounds — it takes a while, asks if you want to keep local copies of your data (say yes), and then signing back in triggers a partial re-sync. Use this only when other steps fail.
A Diagnostic for iCloud-Related Slowness
When your Mac is slow and iCloud is suspected:
- Check Activity Monitor. Look at bird, cloudd, and Photos. Note their CPU and memory
- Check iCloud Drive status — Finder sidebar shows sync state per folder
- Check Photos — is it still importing or analyzing? Bottom of the Photos window shows status
- Check storage quota — Settings > Apple ID > iCloud > Manage. Are you full?
- Check Optimize Mac Storage — for low-space Macs, this should be on
- Pause Photos analysis if it’s a major contributor
- Restart bird if it’s spiked
- Sign out / sign in as a last resort
What iCloud Does That Other Sync Tools Don’t
iCloud’s deep integration isn’t free, but it has real benefits:
- Continuity — files appear on iPhone immediately
- Universal Clipboard — copy on Mac, paste on iPhone
- Handoff — start documents on one device, continue on another
- Native app integration — Pages, Numbers, Notes, Keynote sync without thinking about it
If you’re a Mac+iPhone user, iCloud is the smoothest option for normal documents. The performance issues are real but manageable. Other sync clients (Dropbox, OneDrive, Drive) don’t have these macOS-iOS integration benefits.
Long-Term Habits
To keep iCloud from quietly slowing your Mac:
- Stay below 90% of your iCloud quota. Full quotas cause weird sync states
- Don’t put fast-changing dev files in Documents/Desktop if those folders sync
- Audit Photos library size annually — old screenshots and short videos add up
- Pause Photos analysis if you need full performance — Quit Photos entirely while doing heavy work
- Use Sweep to clean iCloud-related caches that bird’s own cleanup misses
iCloud is supposed to be the sync tool you don’t think about. With reasonable settings and quota headroom, it stays that way. When it doesn’t, the diagnostic above usually finds the culprit within minutes.