How to uninstall Scrivener on Mac
Your Scrivener projects are ordinary .scriv files saved wherever you chose, by default in your Documents folder, so removing the app does not delete them. What removal can reach is the automatic backups Scrivener keeps in its own Application Support folder. Confirm where your projects live and copy out any backup you might still need before you remove anything. This covers the official Mac package from Literature & Latte, plus a Homebrew section for the scrivener cask.
Quit Scrivener and save your backups
- Close your projects and quit Scrivener.
- Check where your
.scrivprojects are saved. They are separate files and stay on disk after you remove Scrivener. - Open
~/Library/Application Support/Scrivener/Backupsand copy out any automatic backup you might still need. - In Finder's Applications folder, move Scrivener to the Trash.
- Open System Settings, then General, then Login Items & Extensions. In this test Scrivener had an entry there; turn off any Scrivener entry that is still listed after the app is gone.
Where Scrivener keeps its data
| Location | What it holds | What to do |
|---|---|---|
| Your Documents folder, or wherever you saved them | Your .scriv project files |
Not app data; they stay on your Mac |
~/Library/Application Support/Scrivener |
Scrivener's own folder, including its automatic backups in Backups |
Copy out the backups you need, then remove |
~/Library/Caches/com.literatureandlatte.scrivener* |
App cache | Safe to remove |
~/Library/Preferences/com.literatureandlatte.scrivener*.plist |
App preferences | Remove for a clean start |
Check the result
pgrep -il scrivener
mdfind "kMDItemCFBundleIdentifier == 'com.literatureandlatte.scrivener3'"
ls -d ~/Library/Application\ Support/Scrivener
No output from pgrep means Scrivener is not running. No output from mdfind means Spotlight finds no remaining copy of the app. For ls, "No such file or directory" means the folder, and the backups inside it, are gone; the path printed back means it is still there, which is expected if you left that row unticked.
If you installed it with Homebrew
The scrivener cask's zap list is ~/Library/Application Support/Scrivener, ~/Library/Caches/com.literatureandlatte.scrivener* and ~/Library/Preferences/com.literatureandlatte.scrivener*.plist. Running brew uninstall --cask --zap scrivener yourself moves all of them to the Trash, backups included, whatever you selected in Mole. To keep the backups, remove only the app:
brew uninstall --cask scrivener
Mole runs --zap only when every path in the stanza is under ~/Library, is a row you ticked, is not claimed by another installed app, and uses directives it can review. Leave the Application Support folder unticked and Mole drops --zap, while still removing the rows you ticked.
What Mole lists
Mole selects the cache and preferences named after Scrivener's bundle ID by default. ~/Library/Application Support/Scrivener, which holds the automatic backups, is listed for review and is not selected by default, so it stays unless you tick it.
What this test covered
On September 20, 2026, Scrivener 3.5.2 from the official Literature & Latte package was copied into Applications and uninstalled live with Mole 1.15.0 build 280, with every review row selected. The app and the 13.8 MB Application Support/Scrivener folder went to the Trash. Mole's startup list showed a Scrivener entry that could only be changed in System Settings before the uninstall, and no longer showed it afterwards. Project files, sync and licensing were not tested.
Will I lose my work if I upgrade or uninstall Scrivener? · How to back up your Scrivener projects
