Technical Tip: How to uninstall FortiClient on macOS
| Description | This article explains multiple ways to uninstall FortiClient on a macOS system. |
| Scope | FortiGate, FortiClient. |
| Solution | Method 1: Remove FortiClient from startup programs.
Note: The New MacOS update separates the Login Items. It requires searching under System Preferences.
Method 2: Delete the files.
Before removing FortiClient on a Mac, close it completely with one of the following methods:
Accurately locate and remove remaining FortiClient files from the search results. Reboot the Mac after emptying the Trash folder.
Method 3: Use CLI commands.
Open a terminal window to manually remove FortiClient references using the following commands:
cd / cd Library/LaunchDaemons sudo rm -rf com.fortinet.forticlient.* cd / cd "Library/Application Support/Fortinet" sudo rm -R FortiClient
After running the commands, reboot the Mac and run FortiClientUninstaller from the Applications Folder. |