How can I check the version of Google Chrome without it upgrading itself without asking me?

The version of Google Chrome can be checked by going to chrome://help. However, if Google Chrome is not up to date, it will upgrade itself without asking the user. How can I check the version of Google Chrome without it upgrading itself without asking me?

Screenshot of Chrome help page

I use Google Chrome on Windows 7 SP1 x64 Ultimate.


How can I check the version of Google Chrome without it upgrading itself without asking me?

Below are some possibilities.


Type chrome://version in the Chrome address bar

The version number will be displayed:

Chrome version page


Check using "Programs and Features"

In the "Start" menu of Windows select "Control Panel" then select "Programs and Features".

The version number will be displayed in the last column:

Chrome data in Programs & Features


Turn off Google Update, then type chrome://version in the Chrome address bar

To check for the update, Google Chrome uses two System Services namely Google Update (gupdate) and Google Update (gupdatem). So, to turn off automatic update in Google Chrome, we have to disable these Google services.

You can disable these services easily from the System Configuration window. Follow these steps to know how to turn off automatic updates in Google Chrome.

Note: Turning off auto-updates should be done with caution. You may not receive the latest security updates if you do not auto-update or manually update Google Chrome frequently.

  1. Close the Google Chrome browser. Make sure you save all open tabs in Chrome if you want to restore them later.

  2. Press WindowsR. It will open the "Run command" dialogue box.

  3. Type, "msconfig" in the box and press enter. It will open the "System Configuration" Window.

  4. In the "System Configuration" window, select the "Services" tab.

  5. At the bottom, check the box "Hide All Microsoft Services". This will hide all the services related to Microsoft so that you don’t disable essential services.

  6. Under services section search and find "Google Update (gupdate)" and "Google Update (gupdatem)".

  7. Uncheck both the Google Services and click "Apply". Click "OK" to save the settings.

    System Configuration

  8. Now, you will be asked whether you want to exit without restart or want to restart your PC now. Choose anything according to your current situation.

    restart confirmation

That’s it! You have successfully disabled automatic updates in Google Chrome.

To check whether the settings have been applied correctly, open Google Chrome > click "Chrome Menu" > "Help" > "About Google Chrome".

Now Google Chrome will start checking for the available update. If you see an "An error occurred while checking for updates: Update check failed to start (error code 3: 0x800704C7 — system level)." message then you have successfully disabled the automatic updates in Google Chrome.

Chrome "About" with message

Note:

When you open Google Chrome next time, you might be asked to provide administrative access to enable automatic update in Google Chrome. Simply select "No" every time.

Source Disable Automatic Updates in Google Chrome


You can also consult the properties of the Chrome executable. (This works even if Chrome isn't running.) To find that file, choose Open file location in the context menu of Chrome's Start menu entry, then right-click the shortcut you get and choose the same option. For me, the main Chrome program is here:

C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

Right-click that file and choose Properties. On the Details tab, there is a Product version row, which contains the Chrome version.

the "Product version" line

If Chrome is running, there's another way if you like consoles: You can use PowerShell!

(Get-Process 'chrome').MainModule[0].ProductVersion

That prints the product version of a Chrome process's main module (chrome.exe) to the standard output. You'll get the same value as you do in the above screenshot.


Just type this into the address bar:

javascript:alert(navigator.userAgent)

Note: Type, don't paste - if you paste, the browser removes the javascript: part automatically, and then it does not work.

enter image description here


The easiest way is to go to whatismybrowser.com which will show you your version number (scroll down to see the full version). It will also tell you if it's the latest version - without chrome dialing home to Google's servers.