Using fcremove.exe is a straightforward method to completely remove FortiClient from your system. Ensure you follow the steps carefully and take necessary precautions to avoid any data loss or system instability. If you're not comfortable performing these actions, consider reaching out to a professional or Fortinet support for assistance.
Here’s a good post/tutorial about FCREMOVE.exe (FortiClient removal tool), structured for a tech forum, internal IT knowledge base, or Reddit (like r/fortinet or r/sysadmin).
fcremove.exe /force /reboot /log "%userprofile%\desktop\fcremove.log"
Before executing fcremove.exe, follow these steps to ensure a safe and successful removal.
Scenario: A Windows 10 machine with FortiClient 7.0.3 that fails to uninstall via Control Panel (Error 1721).
Step 1 – Boot into Safe Mode
Step 2 – Copy fcremove.exe Locally
Place the correct version of fcremove.exe into C:\temp\.
Step 3 – Open Command Prompt as Admin
Click Start, type cmd, right-click → Run as Administrator.
Step 4 – Navigate to the Tool
cd /d C:\temp
Step 5 – Run Forced Removal with Logging forticlient fcremove.exe
fcremove.exe /force /reboot /log removal.log
Step 6 – Observe Output You should see lines like:
Stopping FortiClient services...
Removing FortiClient registry root...
Unregistering FortiClient WFP drivers...
Deleting program files...
Removal completed. Rebooting in 5 seconds...
Step 7 – After Reboot, Verify Cleanup Check these locations:
If any remain, you can run fcremove.exe again in normal mode.
fcremove.exe is a dedicated executable file designed by Fortinet to facilitate the complete removal of FortiClient from a computer. The utility ensures that all components, files, and registry entries associated with FortiClient are thoroughly cleaned up, preventing any potential conflicts or issues that might arise from leftover data during the reinstallation or updating of the software. Using fcremove
You typically won't find this tool as a standalone download on its own. It is usually located in one of two places:
Run as Administrator (Command Prompt or PowerShell)
cd "C:\Program Files\Fortinet\FortiClient"
FCRemove.exe
(If the file isn’t there, copy it from the extracted installer folder)
Follow the prompts
Reboot when it finishes.
(Optional) Clean leftover folders:
rmdir /s /q "C:\Program Files\Fortinet"
rmdir /s /q "%ProgramData%\Fortinet"