Complete Agent Removal & Clean Uninstallation
Edit ArticleHow to cleanly remove Sentinel services, driver hooks, and local data folders.
Sentinel Operations Team
3 min read
Updated August 28, 2026
v3.2To completely remove Sentinel from a client machine, follow the standard Windows uninstallation procedure or run the automated uninstaller script.
Uninstall-Sentinel.ps1
1# Clean uninstallation via Administrator PowerShell:2cd "C:\Program Files\Sentinel"3.\agent-service.exe stop4.\agent-service.exe uninstall56# Clean up program files and data folders:7Remove-Item -Path "C:\Program Files\Sentinel" -Recurse -Force8Remove-Item -Path "C:\ProgramData\Sentinel" -Recurse -Force
Tags:#Uninstall#Removal#Cleanup
Was this documentation page helpful?
Your technician feedback helps our team continuously improve Sentinel guides.

