How to uninstall LibreOffice on Mac
Removing LibreOffice does not touch the documents you saved, but your LibreOffice user profile, with its extensions, custom dictionaries, templates, AutoCorrect entries and AutoRecovery backups, lives in ~/Library/Application Support/LibreOffice. Copy that folder first if you might reinstall or want any of it back. These steps cover the official download from libreoffice.org and the Homebrew cask libreoffice.
Back up your profile if you need it
- Quit LibreOffice.
- In Finder, press Shift + Command + G, enter
~/Library/Application Support/LibreOfficeand copy the whole folder somewhere outside Library, such as Documents.
LibreOffice keeps its user profile here on a Mac, in the 4/user subfolder; the Document Foundation's user profile page describes what it holds, and the Paths page in LibreOffice's settings shows where backups, templates and AutoCorrect files point on your Mac (Paths help). Your own documents are wherever you saved them and are not part of the profile.
Quit and remove the app
- Save your documents, then choose LibreOffice › Quit LibreOffice.
- Search for soffice in Activity Monitor; that is the process name LibreOffice runs under. Wait until it has exited.
- Move LibreOffice from Finder's Applications folder to the Trash.
- Open System Settings › General › Login Items & Extensions and turn off any LibreOffice entry that is still listed.
Removing the app leaves the profile in place, so a reinstall picks up your settings. Delete the profile only when you want a clean start or no longer need anything in it.
Where LibreOffice keeps local data
| Location | What it holds | What to do |
|---|---|---|
~/Library/Application Support/LibreOffice |
The user profile: settings, extensions, dictionaries, templates, AutoCorrect, backups | Back up, then remove only if you want a clean start |
~/Library/Preferences/org.libreoffice.script.plist |
App preferences | Remove with the app |
~/Library/Saved Application State/org.libreoffice.script.savedState |
Saved window state | Safe to remove |
~/Library/Containers/org.libreoffice.script.quicklookpreview and ~/Library/Containers/org.libreoffice.script.quicklookthumbnail, with the matching folders in ~/Library/Application Scripts |
The Quick Look preview and thumbnail extensions' own state | Remove with the app |
The first three come from the Homebrew cask's zap list; the Quick Look folders come from the recorded tests.
Check the result
Run these read-only commands in Terminal:
pgrep -il soffice
ls -d "$HOME/Library/Application Support/LibreOffice"
ls ~/Library/Containers | grep -i libreoffice
- No output from
pgrepmeans LibreOffice is no longer running. A listedsofficeprocess means it is still open; quit it before touching its folders. ls -dprinting the path means your profile is still there, which is expected if you kept it. "No such file or directory" means it is gone.- The
grepline prints any LibreOffice container still under~/Library/Containers, such as the Quick Look extension's. No output means none is left.
If you installed it with Homebrew
The libreoffice cask also links command-line tools such as soffice, unopkg and uno into Homebrew's bin folder, and Homebrew removes those links with the app. Its zap list trashes ~/Library/Application Support/LibreOffice, which is your whole user profile, together with the preferences file, saved window state and LibreOffice's entry in the recent-documents list. Running brew uninstall --cask --zap libreoffice yourself does not look at Mole's checkboxes. Homebrew LibreOffice cask
Mole checks the zap list first. Application Support/LibreOffice is unticked by default, so unless you tick it, Mole drops --zap, keeps your profile and removes only the app and the rows you selected.
To remove only the app and keep your profile:
brew uninstall --cask libreoffice
What Mole lists
When you remove it with Mole:
~/Library/Application Support/LibreOfficeis listed but not selected, because it is named after the app rather than its bundle ID and holds your profile.- Preferences, caches and saved window state filed under
org.libreoffice.scriptare selected by default. - The containers and Application Scripts folders of the two Quick Look extensions,
org.libreoffice.script.quicklookpreviewandorg.libreoffice.script.quicklookthumbnail, are selected by default, because the extensions ship inside LibreOffice.app. - The uninstall scan excludes personal folders such as Documents, Desktop and Downloads.
What this test covered
On September 19, 2026, LibreOffice was copied from the official download into Applications, opened once, then removed with Mole 1.15 Preview (build 277). The 843 MB app went to the Trash and its login entry left Mole's startup list. Application Support/LibreOffice was listed and left unselected, so the profile stayed, and a Quick Look extension container stayed too. On September 26, 2026, LibreOffice 26.8.0 was installed again from the official package and removed with a development build of Mole with every listed row ticked: the app, the profile folder, both Quick Look extension containers and their Application Scripts folders went to the Trash, and none of them remained afterwards. No documents or extensions were tested, and the Homebrew cask was not uninstalled in either test.
