Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why I cannot uninstall Jira software from Windows?

Michellehdr
February 11, 2026

Uninstall Jira software from Windows Control Panel did nothing. The App is still there.

1 answer

0 votes
Trudy P Claspill
Community Champion
February 11, 2026

Hello @Michellehdr 

Welcome to the Atlassian community.

Windows operating systems often require a reboot to complete the system update after uninstalling software.

Michellehdr
July 7, 2026

I tried with reboot several times. Jira still cannot be uninstalled from Control panel.

Michellehdr
July 7, 2026

Windows version: 26200.8937/28000.2586

Trudy P Claspill
Community Champion
July 7, 2026

Can you enumerate the exact steps you are executing, and provide screen images to illustrate what you see at each step?

Are you getting any kind of error message?

What is the name of the Jura application and the version number that you are seeing in the Control panel?

When did you originally install the application?

From what site did you get the installation file?

 

Michellehdr
July 7, 2026

Can you enumerate the exact steps you are executing, and provide screen images to illustrate what you see at each step? 

The repro steps are very simple. after the installation, go to Control panel, click the app and select uninstall. 

Are you getting any kind of error message? No error messsage observed.

What is the name of the Jura application and the version number that you are seeing in the Control panel? The app name is Jira Software

When did you originally install the application? back in Feb, 2026

From what site did you get the installation file? https://www.atlassian.com/software/jira/download.A

Trudy P Claspill
Community Champion
July 7, 2026

I posed the question to Chrome Gemini to ask why Jira Software Server installed on Windows 11 and then uninstalled would still appear in the Control Panel. It provided the information below. I have no way to verify the information but you may find it useful.

As a side note license sales for Jira Software Server ended in 2021 and support ended in 2024. Also it was never supported for installation on Windows 11.

Here is the Gemini response:


When Jira Server is still listed in the Control Panel after a standard uninstallation and reboot, it usually means the Windows Registry entry for the uninstaller was not properly removed, often because the Jira background service was still active during the process. [1, 2, 3]
Because Windows 11 isn't a formally supported platform for Jira Server, installer scripts occasionally fail to clean up registry paths cleanly. You can remove it completely using the following steps:

Step 1: Remove the Phantom Control Panel Entry

  1. Press Windows Key + R, type regedit, and press Enter to open the Registry Editor.
  2. Navigate to the following path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  3. Look through the folders nested inside Uninstall. Look for a folder explicitly named Jira (or a folder containing a string of characters where the DisplayName value on the right says "Jira Software").
  4. Right-click that specific folder and click Delete.
  5. Note for 64-bit/32-bit cross-registries: Also check HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall if you don't find it in the first path.
  6. Refresh your Control Panel; the phantom entry will be gone. [2, 4]

Step 2: Clean up the Leftover Windows Service

The uninstaller often leaves behind the underlying Apache Tomcat service container. If the background service is still sitting in your system, clear it using the Atlassian Service Deletion Guide: [5]
  1. Open the Windows Start menu, type cmd, right-click Command Prompt, and select Run as Administrator.
  2. Run the deletion command:
    sc delete JIRA
    
    (If your service had a custom version name, you can find the exact name by opening the services.msc app). [6, 7]

Step 3: Wipe Leftover Local Files

The installer intentionally leaves your database configuration and historical attachments behind so data isn't accidentally lost. Delete these folders manually to completely free up disk space: [2, 4]
  • Installation Directory: C:\Program Files\Atlassian\Jira (or wherever you placed it)
  • Home Directory: C:\Program Files\Atlassian\Application Data\Jira [2, 4, 8, 9]
Did deleting the registry folder clear the listing, or did you encounter an "access denied" error while attempting to clear out the leftover files? If you're planning to try a clean reinstall, let me know so we can ensure the local files are prepared correctly.

Suggest an answer

Log in or Sign up to answer