How to uninstall qgis
Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.
Last updated: April 4, 2026
Key Facts
- Windows: Use 'Add or Remove Programs' (or 'Apps & features').
- macOS: Drag the QGIS application to the Trash.
- Linux: Use your distribution's package manager (e.g., `sudo apt remove qgis` or `sudo dnf remove qgis`).
- Removing QGIS may leave configuration files and user data behind.
- For a clean uninstall, manual deletion of specific folders might be necessary.
Overview
Uninstalling Quantum GIS (QGIS) is a straightforward process that varies slightly depending on your operating system. Whether you're running Windows, macOS, or Linux, the goal is to remove the application files and associated components from your system. This guide will walk you through the standard uninstallation procedures for each major operating system, along with some tips for ensuring a complete removal.
Uninstalling QGIS on Windows
Windows offers a centralized location for managing installed applications, making uninstallation relatively simple.
Using 'Add or Remove Programs' (or 'Apps & features')
- Access the Uninstaller: Click the Start button and type "Add or Remove Programs" (in Windows 10 and 11) or "Programs and Features" (in older Windows versions). Select the relevant option from the search results.
- Locate QGIS: Scroll through the list of installed applications until you find "QGIS" or "Quantum GIS".
- Initiate Uninstall: Click on "QGIS" and then click the "Uninstall" button that appears. Follow any on-screen prompts.
- Confirm Removal: The uninstaller will guide you through the process. You may be asked to confirm that you want to remove QGIS. Click "Yes" or "Uninstall" to proceed.
Manual Cleanup (Optional)
Sometimes, the uninstaller might leave behind configuration files or user data. If you want to ensure a completely clean removal, you can manually delete specific QGIS folders:
- User Profile: QGIS stores user settings and customizations in a profile folder. By default, this is usually located at
C:\Users\YourUsername\AppData\Roaming\QGIS. Note that theAppDatafolder is hidden by default, so you may need to enable viewing hidden files in File Explorer. - Installation Directory: Although the uninstaller should remove the main installation files (often in
C:\Program Files\QGISorC:\Program Files (x86)\QGIS), you can check these locations for any remaining QGIS folders and delete them.
Important Note: Deleting user profile data will reset QGIS to its default settings the next time you install it. Be cautious when deleting files and folders if you are unsure.
Uninstalling QGIS on macOS
Uninstalling applications on macOS is generally as simple as moving the application to the Trash.
Standard Procedure
- Open Finder: Click the Finder icon in your Dock.
- Navigate to Applications: In the Finder sidebar, click on "Applications".
- Locate QGIS: Find the QGIS application icon in the Applications folder.
- Move to Trash: Drag the QGIS application icon to the Trash icon in your Dock.
- Empty Trash: Right-click on the Trash icon in your Dock and select "Empty Trash". Confirm your action if prompted.
Manual Cleanup (Optional)
Similar to Windows, some configuration files might remain. These are typically located in your user's Library folder:
- User Library: Open Finder, click the "Go" menu, hold down the Option (Alt) key, and select "Library". Navigate to the
Application Supportfolder and look for aQGISfolder. You may also find related files inPreferencesorCaches. Delete any QGIS-related folders or files you find.
Note: The Library folder is hidden by default on macOS. Holding the Option key while the "Go" menu is open is the easiest way to access it.
Uninstalling QGIS on Linux
The method for uninstalling QGIS on Linux depends heavily on how you originally installed it. The most common methods involve using your distribution's package manager.
Using Package Managers (e.g., apt, dnf, yum, pacman)
If you installed QGIS from your distribution's repositories or via a PPA (Personal Package Archive), you'll use the corresponding package manager.
- Debian/Ubuntu (and derivatives using apt): Open a terminal and run the following commands:
Thesudo apt remove qgis qgis-plugin-grasssudo apt autoremoveqgis-plugin-grasspackage is often installed alongside QGIS and should be removed as well.autoremovehelps clean up any orphaned dependencies. - Fedora/CentOS/RHEL (and derivatives using dnf/yum): Open a terminal and run:
(Usesudo dnf remove qgissudo dnf autoremoveyuminstead ofdnfon older systems.) - Arch Linux (using pacman): Open a terminal and run:
Thesudo pacman -Rns qgis-Rnsflags remove the package, its unneeded dependencies, and configuration files.
If Installed from Source or Third-Party Installers
If you compiled QGIS from source or used a custom installer, you might need to refer to the specific installation instructions for removal, which could involve running a make uninstall command in the source directory or using the uninstaller provided by the third-party package.
Manual Cleanup (Linux)
Configuration files on Linux are typically stored in hidden directories within your home folder (e.g., ~/.local/share/QGIS, ~/.config/QGIS, or ~/.qgis2 for older versions). You can remove these manually using the terminal:
rm -rf ~/.local/share/QGISrm -rf ~/.config/QGIS# For older versions, you might also need:# rm -rf ~/.qgis2Caution: Use the rm -rf command with extreme care, as it permanently deletes files and folders without confirmation.
Final Considerations
After uninstalling QGIS, it's good practice to restart your computer. This ensures that all temporary files are cleared and that any lingering processes related to QGIS are terminated. If you plan to reinstall QGIS later, remember that any user-specific settings in your profile folders will be reset to default unless you manually backed them up before uninstalling.
More How To in Daily Life
Also in Daily Life
More "How To" Questions
Trending on WhatAnswers
Browse by Topic
Browse by Question Type
Sources
- QGIS Installation InstructionsCC-BY-SA-3.0
- Uninstall apps on Windowsfair-use
- Install and uninstall apps on Macfair-use
Missing an answer?
Suggest a question and we'll generate an answer for it.