Skip to main content

Announcements
Solving the Informatica Dilemma: On-Demand Briefing - Watch On Demand!

What version of Qlik Sense Enterprise on Windows am I running?

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

What version of Qlik Sense Enterprise on Windows am I running?

Last Update:

Jul 8, 2025 2:18:42 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jul 5, 2017 2:50:45 AM

Where can I find the installed version or service release of my Qlik Sense Enterprise on a Windows server? 

You can locate the Qlik Sense Enterprise on Windows version in three locations:

  • The Qlik Sense Hub
  • The Qlik Sense Enterprise Management Console
  • The Windows Installed Programs menu
  • The Engine.exe on disk

 

The Qlik Sense Hub

This option is only available for versions of Qlik Sense before Qlik Sense May 2025 Patch 3.
  1. Open the Qlik Sense Hub
  2. Locate and click the Profile on the landing screen (corner on the right)
  3. Click the About link 

    profile.png

  4. The hub will display the installed version

    version.png

 

 

The Qlik Sense Management Console

  1. Open the Qlik Sense Management Console.
  2. On the start screen, look in the bottom right corner for the version number.

version qmc.png

 

The Windows Installed Programs menu 

  1. Open the Windows Uninstall or change a program menu
  2. Expand the window until the version is visible

    version in program list.png

 

The Engine.exe 

  1. Open a Windows File explorer
  2. Navigate to C:\Program Files\Qlik\Sense\Engine
  3. Right-click the Engine.exe
  4. Click Properties
  5. Switch to the Details tab
  6. The File version will be listed

 

Qlik Cloud Analytics does not list versions as the cloud version is always identical and current across the platform.
Labels (2)
Comments
p_verkooijen
Partner - Specialist II

There is also a way using the hub

Top right, click ... and select Info

p_verkooijen_1-1631002733647.png

 

p_verkooijen_2-1631002743491.png

 

 

Sonja_Bauernfeind
Digital Support

@p_verkooijen Great tip! Do you mind if I add this to the article itself? 

p_verkooijen
Partner - Specialist II

@Sonja_Bauernfeind please do.

Can you also correct the wrong spelling of the management console 😉

The Qlik Sense Manegement Console

Sonja_Bauernfeind
Digital Support

Done and done! Thank you for the engagement, @p_verkooijen !

GTiscareno
Employee

another way is using powershell using the following command 

Get-WmiObject -Class Win32_Product | where vendor -eq 'QlikTech International AB' | select Name, Version

you will get something like this

USER:IMT .\imt\ Wednesday 11:12:11 AM
[01 min 09 sec] > Get-WmiObject -Class Win32_Product | where vendor -eq 'QlikTech International AB' | select Name, Version

Name Version
---- -------
Qlik Sense Desktop 14.67.13
Qlik Sense Desktop Object Bundles 14.67.13
Qlik Sense DemoApps 14.67.13
Qlik Sense Desktop Connectors 14.67.13
QlikView May 2022 SR2 12.70.20200.0

eyalnir_qlik
Partner - Creator II

Hi @Sonja_Bauernfeind 

As of the May 2025 release, the version number is no longer visible in the Qlik Sense Hub under the Info/About section. However, the article currently does not specify an alternative method for retrieving the version.

This should be clarified and updated in the section How to find the version in newer releases (May 2025 and onwards). If there is an official replacement method (e.g., via a system file or API), please include it so admins can continue to retrieve version information efficiently.

Thanks

Eyal

Qlik Sense Enterprise on Windows  

Sonja_Bauernfeind
Digital Support

Hello @eyalnir_qlik 

I have updated the article screenshots; however, I was unable to reproduce the problem you mentioned. Versions are still listed in the hub.

All the best,
Sonja

eyalnir_qlik
Partner - Creator II

Hi @Sonja_Bauernfeind ,

There seems to be an inconsistency between the product behavior and the documentation/post.

In Qlik Sense May 2024 Patch 18 – 14.187.26, the "About" option is present in the Hub menu, as shown in the attached screenshot.
However, the official May 2024 documentation does not mention this option, which is inaccurate.

Starting with Qlik Sense May 2025 Patch 3 – 14.231.8, the "About" option has been removed from the Hub. This change is correctly documented in the official help site, but is not reflected in the current article. Please consider updating:

  1. The May 2024 help page to show that "About" exists.

  2. The community article above to reflect the change starting in May 2025.

Thanks,
Eyal

May 2025_ No About.png

May 2024_WithAbout.png

  

Sonja_Bauernfeind
Digital Support

Thank you for the clarification, @eyalnir_qlik !

I'll update the article and look into the details of the change.