Uninstall QGIS installed via OSGeo4W
- 1
Re-run osgeo4w-setup.exe
Run the OSGeo4W setup installer. Choose Advanced Install.
- 2
Set QGIS packages to Uninstall
In the package list, find
qgis-ltrorqgis. Click the version number and select Uninstall from the dropdown. Repeat for any other QGIS-related packages you want to remove. - 3
Complete the uninstall
Click through to finish. OSGeo4W removes the QGIS packages. Other OSGeo packages (GDAL, Python) remain unless you also mark them for removal.
- 4
Remove OSGeo4W entirely (optional)
To remove the entire OSGeo4W environment including GDAL and Python:
# Remove the entire OSGeo4W folder:PS> Remove-Item "C:\OSGeo4W" -Recurse -Force# Remove Start menu shortcuts:PS> Remove-Item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\OSGEO4W" -Recurse -Force -ErrorAction SilentlyContinue
Uninstall QGIS standalone MSI
Remove QGIS settings and plugins
The QGIS uninstaller leaves your profile (settings, plugins, custom styles) intact. To remove it completely:
Uninstall questions
Will uninstalling QGIS delete my GIS data?
I cannot find QGIS in Settings > Apps
C:\OSGeo4W folder and Start menu shortcuts manually.