i am just using this app, and i want to uninstall it, how can i uninstall this program ?
Hey, may I know what is the reason for this? I would like to understand your problems and what are the solutions that you are looking for. Let me know
delete Katalon folder and related folders , after this run the below and run the following command from the command line, depending on which browser’s you’ve executed things in:
- Chrome:
taskkill -F -IM chromedriver.exe
- Firefox
taskkill -F -IM geckodriver.exe
- Edge
taskkill -F -IM MicrosoftWebDriver.exe
- IE
taskkill -F -IM IEDriverServer.exe
To uninstall Katalon Studio completely, follow these steps based on your operating system:
Windows
- Uninstall via Settings:
- Open Settings (Windows + I) > Apps > Apps & Features.
- Search for Katalon Studio, select it, and click Uninstall.
- Follow the on-screen prompts.
- Delete Installation Directory:
- Navigate to the folder where Katalon Studio was installed (e.g.,
C:\Katalon_Studio
orC:\Program Files\Katalon Studio
). - Delete the entire folder.
- Remove Leftover Files:
- Press Windows + R, type
%APPDATA%
, and delete theKatalonStudio
folder (if present). - Repeat for
%LOCALAPPDATA%
(type in Run dialog) to delete any Katalon-related folders.
- Optional: Registry Cleanup (Advanced Users):
- Open the Registry Editor (
regedit
), navigate to:HKEY_CURRENT_USER\Software\KatalonStudio
HKEY_LOCAL_MACHINE\SOFTWARE\KatalonStudio
- Delete these entries (backup the registry first).
macOS
- Move to Trash:
- Open Applications, drag the Katalon Studio.app to the Trash.
- Delete Configuration Files:
- Open Finder, press Cmd + Shift + G, and go to:
~/Library/Application Support/KatalonStudio
~/Library/Preferences/Katalon Studio
~/Library/Caches/KatalonStudio
~/Library/Logs/KatalonStudio
- Delete these folders.
- Empty Trash to complete removal.
Linux
- Terminal Uninstall:
- If installed via package manager (e.g.,
.deb
), run:
sudo apt remove katalonstudio
- If installed manually, skip to step 2.
- Delete Installation Directory:
- Remove the Katalon Studio folder (e.g.,
/opt/katalonstudio
or your custom path).
- Remove User Data:
- Delete the
~/.katalon
folder in your home directory.
General Notes
- Plugins/Add-ons: If you installed plugins (e.g., for Eclipse/IDEs), remove them separately.
- Projects/Reports: Backup your project files (if needed) before deleting leftover data.
This ensures a complete removal of Katalon Studio and associated files
because i want to move the directory to d from directory c, but i could not move the katalon so i want to uninstall it, and i have ask the community too how to move the katalon installation directory in this page https://forum.katalon.com/t/can-i-move-the-installation-directory-from-c-to-d-in-my-device/167962 and they said that i need to install using zip instead of the .exe installer
Thanks for sharing that. I just want to know more the reason behind and how we can feedback our product team to avoid these inconveniences.