MainspringGuides › iCloud Drive location
macOS Guide

Where Is the iCloud Drive Folder on Mac?

Updated July 2026 · 3 min read

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

  1. 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.
  2. Terminal: one command, no navigation:
# open iCloud Drive's real folder in Finder
open ~/Library/Mobile\ Documents/com~apple~CloudDocs
  1. The everyday route: click iCloud Drive in Finder's sidebar. If it's missing, open FinderSettingsSidebar 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

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:

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.

Stop hunting for paths

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.