How to stop Chrome from auto-updating?
Published on Aug. 22, 2023, 12:18 p.m.
There are several ways to stop Chrome from auto-updating. Here are a few methods:
Method 1: Use the System Configuration Utility (Windows)
- Press Win + R to open the Run dialog box.
- Type
msconfig
and press Enter. - On the Services tab, find and disable both “Google Update” and “Google Software Updater”.
- Click Apply and then OK.
- Restart your computer.
Method 2: Disable updates in Chrome (Windows and Mac)
- Open Chrome and click the three dots icon in the top right corner.
- Select “Settings” from the drop-down menu.
- Scroll down and click “Advanced” to expand the advanced settings.
- Under “Privacy and security”, click “Site settings”.
- Click “Automatic downloads” and toggle the switch off.
Method 3: Edit the registry (Windows)
- Press Win + R to open the Run dialog box.
- Type
regedit
and press Enter. - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update
. - Create a new DWORD (32-bit) Value called
DisableAutoUpdateChecksCheckboxValue
. - Double-click it and set the value data to 1.
- Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\AutoUpdateCheckPeriodMinutes
. - Create a new DWORD (32-bit) Value called
AutoUpdateCheckPeriodMinutesCheckboxValue
. - Double-click it and set the value data to 0.
- Close the registry editor.
Method 4: Rename the update folder (Windows and Mac)
- Close Chrome.
- Navigate to
C:\Program Files\Google\Chrome
(Windows) or/Applications/Google Chrome.app/Contents/
(Mac). - Rename the “Update” folder to “Update_disabled”.
- Restart Chrome.
Note that stopping Chrome from auto-updating can leave your browser vulnerable to security issues. It is recommended to update Chrome regularly to ensure it has the latest security fixes.