Where Is the iCloud Drive Folder on Mac?
iCloud Drive looks like a magical location in Finder's sidebar, but it's an ordinary folder on your disk with an extraordinary amount of camouflage. The real path is ~/Library/Mobile Documents — hidden inside a folder Apple hides, renamed on the fly by Finder. Here's how to find it, when the raw path is useful, and why you should mostly stay out of it.
The real path
Everything in iCloud Drive lives here:
# iCloud Drive's actual on-disk home
~/Library/Mobile Documents/com~apple~CloudDocs
Mobile Documents is the container for all iCloud document syncing; the oddly named com~apple~CloudDocs subfolder is iCloud Drive proper — your files and folders, exactly as the sidebar shows them. The sibling folders with names like com~apple~Numbers are per-app iCloud containers, which Finder presents as those app-named folders inside iCloud Drive.
Two layers of disguise explain why you've never stumbled into it: ~/Library is hidden from Finder by default, and when you do open Mobile Documents, Finder's title bar cheerfully relabels the window "iCloud Drive".
Three ways to open it
- Go to Folder: in Finder press
⇧⌘G, paste~/Library/Mobile Documents/com~apple~CloudDocs, and press Return. The window that opens is the genuine article, hidden layers and all. - Terminal: one command, no navigation:
# open iCloud Drive's real folder in Finder
open ~/Library/Mobile\ Documents/com~apple~CloudDocs
- The everyday route: click iCloud Drive in Finder's sidebar. If it's missing, open Finder → Settings → Sidebar and tick iCloud Drive. (Untick it later to undo — the setting is per-Mac and harmless.)
If you'd rather browse your way there, ~/Library itself is one keystroke from visible: in Finder, hold ⌥ Option while opening the Go menu and a Library entry appears; inside it, open Mobile Documents. The moment you do, Finder redirects the window to its friendly iCloud Drive view — proof of how determined the disguise is. Go to Folder and Terminal are the only routes that show the tree undecorated.
When the raw path is actually useful
- Terminal work: scripts,
rsync,du -shto measure what's syncing — anything that needs a real path rather than a sidebar item. Quote or escape the space inMobile Documentsevery time; it's the classic trip-up. - App file dialogs that don't show iCloud Drive: press
⇧⌘Ginside the Open/Save dialog and paste the path. - Auditing placeholders: online-only files exist there as hidden
.icloudstubs, which you can count withfindto see how much of your Drive is actually local.
Why you shouldn't work there day-to-day
The sync engine (bird) watches this tree and treats changes as user intent. Working through the raw path invites mistakes the sidebar view prevents:
- Don't rename or move
com~apple~CloudDocsitself or the app containers around it — you'd be rearranging the machinery, not your files, and sync can wedge or misbehave badly. - Deleting there deletes from iCloud, and from every synced device, same as deleting in the normal view — the raw path offers no safety layer.
- Dragging files out of the tree moves them out of iCloud (they'll vanish from other devices), exactly as it would in the sidebar view — fine if intended, surprising if not.
The sane division of labour: use the sidebar's iCloud Drive for daily file work, and reach for the raw path only when a script or a diagnostic needs it. Same folder either way — one just comes with fewer footguns.
Mainspring surfaces 90+ buried macOS settings and behaviours as labelled, reversible toggles — the stuff Apple hides behind paths like this one.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Related trick: measure it
Wondering how much local disk your iCloud Drive is really using? Run du -sh ~/Library/Mobile\ Documents in Terminal — placeholders weigh almost nothing, so the number shows true local usage. If it's bigger than you'd like, evict rarely-used files with Remove Download.