Fix LibreOffice installation errors on Windows
Clean reinstall of LibreOffice on Windows
- 1
Uninstall LibreOffice
Settings → Apps → LibreOffice → Uninstall. Also check for any LibreOffice language packs and uninstall those too.
- 2
Delete remaining folders
C:\> rmdir /s /q "C:\Program Files\LibreOffice"# Optional โ removes user settings (resets preferences):C:\> rmdir /s /q "%APPDATA%\LibreOffice" - 3
Reboot and reinstall
Restart Windows, then download a fresh MSI and install.
Error questions
LibreOffice install fails on Windows 11
Windows 11 may require the installer to run as administrator even if you are in the admin group. Right-click the .msi file and select Run as administrator. Also make sure Windows SmartScreen is not silently blocking it — check the taskbar for a notification.
LibreOffice MSI error 1603 — fatal error during installation
Error 1603 is a general MSI failure. Most common causes: insufficient disk space (need ~1 GB free), antivirus blocking install, or a previous installation conflict. Fix: free up disk space, disable AV temporarily, uninstall any previous LibreOffice version and reboot before reinstalling.