Change the Save Location from iCloud to Local Mac Storage in OS X Mountain Lion

OS X Mountain Lion features deeper iCloud integration than previous versions fo OS X, a feature that is extremely convenient for syncing things likes desktop Notes, desktop Reminders lists, documents, emails, bookmarks, and whatever else with iOS devices, but it can also be frustrating when you’re just trying to save a file in an app like TextEdit, Pages, or Preview directly to your desktop and local file system. If you’d rather save to your Mac rather than iCloud, here is how to change it per-save and also two different ways to change the default behavior entirely.
Save to Mac Instead of iCloud on a Per-Save Basis
Before jumping into system changes, remember that you can always save to a Mac instead of iCloud on a per-save basis just by changing the “Where” directory in the OS X save dialog. Hitting Command+D will automatically change the file save location to the desktop, but clicking and pulling down the menu lets you adjust it to anywhere you want as well. This has to be adjusted on every single save however.
Turn Off iCloud Document Storage Completely
Another solution is to disable the iCloud Document & Data storage feature on the Mac:
- Open System Preferences, click on iCloud, and uncheck “Documents & Data”
![]()
There are a few obvious problems with this method though, because it prevents the ability to save any documents to iCloud from compatible apps, and also because it also removes the locally stored iCloud documents on your Mac.
For those of us who use iCloud, the better solution is to change the default save location to local Mac disk storage rather than iCloud. There is no preference panel for this, so for now it must be done through a Terminal command using defaults write.
Change Default Save Location to Local Storage from iCloud
Launch Terminal, found in /Applications/Utilities/ and enter the following command:
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
For changes to take effect, log out and log back in, or just reboot your Mac. Now when you go to save a file it will no longer default to iCloud, but you can still choose iCloud as a save option and leave iCloud enabled in general.
Revert to iCloud as Default Save Location
If you’d rather have iCloud as the default save location again, you can switch back to iCloud storage by launching Terminal and issuing the following command:
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool true
Again, logging out and back in or rebooting will revert the setting back to iCloud.
This nice defaults write little tip has been floating around for a while, heads up to MacWorld for the reminder.

Worked for me without logging in and out, I just had to quit TextEdit and launch it again.
Works great after I logged out and logged back in. Thanks so much! I hated always having to change from iCloud!
Another small step away from Apple’s arrogance. Thanks.
Brilliant Thanks!
This totally worked. Awesome.