Turn off Chrome updates

Is there a way to turn off Chrome's autoupdate feature? I'm trying to turn it off because I'm currently on a metered connection.

I tried to set the value of HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\UpdateDefault to 0, but that didn't help.


Is there a way to turn off Chrome's auto-update feature?

There are 3 possible solutions:

  1. Disable Chrome Update scheduled tasks.

  2. Disable "Google Update" plugin.

  3. Modify HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update


Solution 1 - Disable Chrome Update scheduled tasks

  1. "Start" > "Run" > "Task Scheduler"

  2. Select "Task Scheduler Library"

  3. Select "GoogleUpdateTaskMachineCore", right click and select "Disable"

  4. Select "GoogleUpdateTaskMachineUA", right click and select "Disable"

    enter image description here

  5. Close "Task Scheduler"


Solution 2 - Disable "Google Update" plugin

  1. Enter "about: plugins" in the Address bar and press Enter.

    enter image description here

  2. Search for "Google Update" in the pop-up list and disable it.

    enter image description here

  3. Restart Chrome.


Solution 3 - Modify HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update

  1. Go the Registry Editor.

    a. Windows 7 - press Windows+R at the same time to get the Run box, enter "regedit" press Enter.

    b. Windows 8 - move your cursor to the right corner of the top screen to get the Charms bar. Then click on "Apps", enter "run" in the search box, press Enter, enter "regedit" in the pop-up box and press Enter

    enter image description here

  2. Navigate to the following key:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update

    enter image description here

  3. Look for "UpdateDefault" on the right side of the Registry Editor and double click on it.

    enter image description here

    Note:

    If you cannot find "UpdateDefault", right click on a blank place in the right side > click "New" > "String Value" > Name it "UpdateDefault"

  4. Change the value data to 0

    enter image description here

  5. Click "OK" to save the changes

Source How to Stop Google Chrome from Automatic Update


I found another and entirely different way to disable google chrome update in latest version 50.x. I followed this link Halting auto-updates (Not Recommended)

  1. You should get the Administrative template for your Windows, from this link mentioned in the article above.

  2. Launch group policy editor Navigate to Start > Run: gpedit.msc

  3. Import the template in this Administrative Templates screen,

    google_policy_update

  4. Navigate to Administrative Templates > Google > Google Update > Preferences.

  5. On the right side select Modify the Auto-update check period override and select edit policy setting

  6. Enable this property and select the checkbox Disable all the auto-update checks below the "Minutes between update checks"

I did this in Windows 10 running Chrome version 50.0.2661.102 m.


It can be done with 2 simple steps:

  1. Go to C:\Program Files (x86)\Google\
  2. Rename Update folder (for ex to Update.bak)

That's it.

Update

enter image description here