Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates

Qlik Sense Enterprise on Windows patch version not visible in Programs and Features on Windows Server 2025

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
JanJorissen
Support
Support

Qlik Sense Enterprise on Windows patch version not visible in Programs and Features on Windows Server 2025

Last Update:

May 5, 2026 8:16:35 AM

Updated By:

Sonja_Bauernfeind

Created date:

May 5, 2026 8:16:35 AM

Attachments

After upgrading to Microsoft Windows Server 2025, the installed Qlik Sense Enterprise on Windows patch version is no longer visible in the Installed Updates summary.

In previous Windows Server versions, navigating to Control Panel Programs and Features Installed Updates displayed the patch version. 

Changes in Windows Server 2025 affect how installed updates are displayed in the Control Panel. This does not indicate a failed installation.

You can verify what patch version of Qlik Sense Enterprise on Windows you have installed by retrieving it from the Windows registry. Alternatively, see What version of Qlik Sense Enterprise on Windows am I running?

 

Resolution

The registry key including the patch version is:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\QlikSenseEnterprisePatch

You can query the registry using PowerShell.

Administrator privileges are required to access the Registry or to run the recommended PowerShell script.

Option One: Use Get-QlikSensePatchInfo.ps1 

We recommend using the attached Get-QlikSensePatchInfo.ps1 script. 

  1. Download Get-QlikSensePatchInfo.zip and extract it
  2. Run Get-QlikSensePatchInfo.ps1
  3. The script will return:
    • DisplayName: Patch name
    • DisplayVersion: Patch version number
    • UninstallString: Uninstall command

Example output:

DisplayName : Qlik Sense May 2025 Patch 17
DisplayVersion : 14.231.29
UninstallString : "C:\ProgramData\Package Cache\c70a85bf-ecb8-4772-affb-80f28a97bdcb\Qlik_Sense_update.exe"

Option Two: Query the registry manually

  1. Open a PowerShell command line with elevated permissions
  2. Run the following PowerShell command:
    Get-ItemProperty "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\QlikSenseEnterprisePatch" |
    Select-Object DisplayName, DisplayVersion, UninstallString​

 

Environment

  • Qlik Sense Enterprise on Windows
  • Windows Server 2025
Labels (1)
Version history
Last update:
2 weeks ago
Updated by: