Apps & uninstalling
How to Properly Uninstall Dropbox From Your Mac (And Reclaim the Sync Folder)
Remove Dropbox from your Mac including the helper, Finder integration, login items, and the local sync folder taking up disk space.
Dropbox is one of the most invasive consumer apps on macOS. It installs a Finder extension, a system extension for cloud storage, a privileged helper, a CLI tool, and (until recently) a kernel extension for “smart sync.” It also uses surprising amounts of CPU and RAM in the background. Even after Dropbox phased out kernel extensions for the modern File Provider API in macOS 13, it still drops files in places most apps don’t touch.
If you’re switching to iCloud, Drive, OneDrive, or just done with Dropbox, here’s the full removal on macOS Sonoma 14 and Sequoia 15.
Decide what to do with the Dropbox folder first
Your Dropbox sync folder (default ~/Dropbox/) contains your local copy of every file you’ve synced. Before uninstalling, decide:
- Keep it as a local folder: just rename it. The files become regular Mac files with no sync. Easy.
- Free up space: copy out anything you want to keep, then delete the folder after uninstall.
- Files-on-demand only: if you’ve used Dropbox’s “Online Only” feature, the folder may contain mostly placeholders, not actual files. These break when Dropbox uninstalls — so download the files you want first.
Open the Dropbox folder in Finder. Right-click any file. If you see “Make Available Offline” as an option, that file is currently online-only and will become a 0-byte placeholder after uninstall. Make those files local before continuing.
Sign out and quit
Click the Dropbox icon in the menu bar. Click your avatar (top-right of the popup) → Preferences → Account → Sign Out.
Then quit: click the avatar again → Quit Dropbox. Or right-click the menu bar icon and choose Quit.
In Activity Monitor, search “Dropbox” — you’ll see:
Dropbox— main appDropbox Helper— Electron renderer or auxiliary helperdropbox(lowercase) — the legacy daemon, if still presentDropboxMacUpdate— auto-updater
Force-quit anything still running.
Drag Dropbox to the Trash
Open Finder → Applications. Drag Dropbox to the Trash. The app bundle is around 400 MB.
Dropbox may pop up a “are you sure?” dialog asking if you really want to uninstall. Click through it. macOS may also ask for your admin password to remove the system extension — enter it.
Where Dropbox stores data
Dropbox’s bundle ID is com.getdropbox.dropbox. Storage paths:
~/Library/Application Support/Dropbox/— sync state, configuration, deleted items cache~/Library/Application Scripts/com.getdropbox.dropbox.garcon/— script context for the Finder extension~/Library/Application Scripts/com.dropbox.client.crashpad/— crash reporter~/Library/CloudStorage/Dropbox/— modern File Provider mount point (macOS 12.3+)~/Library/Caches/com.getdropbox.dropbox/— image cache, search cache~/Library/Group Containers/com.getdropbox.dropbox/— shared with extensions~/Library/Containers/com.dropbox.dropbox.garcon/— Finder extension container~/Library/Preferences/com.getdropbox.dropbox.plist— preferences~/Library/Saved Application State/com.getdropbox.dropbox.savedState/— window state~/Library/Cookies/com.getdropbox.dropbox.binarycookies— cookies~/Library/Logs/Dropbox/— diagnostic logs~/.dropbox/— legacy CLI config (older installs)~/.dropbox-master/— alternate legacy path
System-level files (admin password required):
/Library/DropboxHelperTools/— privileged helpers from older Dropbox versions/Library/PrivilegedHelperTools/com.dropbox.DropboxHelperTool— current privileged helper/Library/LaunchDaemons/com.dropbox.DropboxHelperTool.plist— daemon config
To remove the system-level pieces in Terminal:
sudo launchctl unload /Library/LaunchDaemons/com.dropbox.DropboxHelperTool.plist 2>/dev/null
sudo rm -f /Library/LaunchDaemons/com.dropbox.DropboxHelperTool.plist
sudo rm -rf /Library/PrivilegedHelperTools/com.dropbox.DropboxHelperTool
sudo rm -rf /Library/DropboxHelperTools
You’ll be prompted for your admin password.
The sync folder itself
Now decide what to do with ~/Dropbox/ (or wherever your sync folder lives — Dropbox lets you customize the location).
After uninstalling, the folder still contains your files (assuming you made everything offline first). It’s now a regular folder. You can:
- Move it elsewhere:
~/Documents/Old Dropbox/or similar - Delete it: drag to Trash if you have backups elsewhere
- Leave it: works fine as a regular Mac folder
If you’re using the modern File Provider integration, the sync folder is at ~/Library/CloudStorage/Dropbox/. After uninstall, this becomes a broken mount point and should be cleaned up:
rm -rf ~/Library/CloudStorage/Dropbox
If the directory refuses to delete because of “in use,” reboot first.
File Provider extension cleanup
macOS 12+ uses the File Provider API to integrate cloud storage with Finder. Even after uninstalling Dropbox, the File Provider extension registration may linger.
Check:
pluginkit -m | grep -i dropbox
If anything shows, that’s a stale extension registration. To clean up:
- System Settings → General → Login Items & Extensions.
- Click the (i) info button next to “File Provider” (it might be labeled “File Providers”).
- Find Dropbox in the list and toggle it off, then remove.
If the toggle is stuck or unresponsive, a reboot usually clears the registration.
Finder extension and context menu
Dropbox installed a Finder extension that added “Share” and other Dropbox menu items to the right-click menu in Finder.
- System Settings → General → Login Items & Extensions.
- Click “Extensions” → Finder.
- If “Dropbox Finder Integration” is listed, uncheck it.
- The entry will disappear after Dropbox is fully uninstalled and you reboot.
Login items and background
- System Settings → General → Login Items & Extensions.
- Remove Dropbox from “Open at Login” and toggle off “Allow in the Background.”
These should clear automatically after uninstall, but they sometimes linger for a session or two.
Keychain cleanup
Dropbox stores OAuth tokens and the local sync key in the Keychain.
- Open Keychain Access.
- Search “Dropbox.”
- Delete the matching entries.
Empty the Trash and reboot
Empty the Trash. Reboot. The reboot is important because the File Provider extension and the Finder extension both need to fully unload — without a reboot, you may see phantom Dropbox menu items or a broken folder in Finder for a while.
After reboot, recovered space depends entirely on how much was in your sync folder. The app itself is small (under 500 MB across all the Library paths), but if your local Dropbox folder was 50 GB, deleting it gets you 50 GB back.
Manual vs. Sweep
Dropbox is one of the harder consumer apps to uninstall manually because:
- It has both user-level and system-level pieces (privileged helper, launch daemon)
- It has a Finder extension and a File Provider extension that both need separate cleanup
- The sync folder itself is a separate decision from the app uninstall
- Older versions left more cruft than newer versions
Sweep handles the user-level Library paths, the privileged helper, the launch daemon, and the helper apps in one pass. The sync folder and the File Provider settings are still your call (rightly — Sweep won’t decide for you whether to delete 50 GB of files).
Reinstalling
If you ever go back, install only from dropbox.com. The fresh install asks where to put the sync folder, signs in to your account, and downloads your files. Old caches are not needed — a clean install is healthier than reusing leftovers anyway.
That’s Dropbox fully out. Your files are either preserved as a local folder or backed up elsewhere; your Mac is one of the more invasive cloud apps lighter; your ~/Library is a lot cleaner than it was.