Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

Chrome: Disable Auto Updates

Mitch BartlettFebruary 6, 2017 Comments (3)
Chrome header

If you’re working in a corporate environment, you may want to prevent Chrome from automatically updating. You can disable auto updates with these steps.

Windows

  1. Hold down the Windows Key and press “R” to bring up the Run window.
  2. Type “regedit“, then press “Enter” to bring up the Registry Editor.
  3. Navigate to:
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Google \Update \
    Note: You may have to create the “Google” and “Update” folders.
  4. Right-click “Chrome” and select “New” > “DWORD 32-bit value“
  5. Give the value a name of “AutoUpdateCheckPeriodMinutes“. Set the value data to “0“.

MacOS

  1. Close Chrome
  2. From the Finder, select “Go” > “Utilities“.
  3. Launch “Terminal“.
  4. Type the following command, then press “Enter“:
    defaults write com.google.Keystone.Agent checkInterval 0

Once you restart your computer after these steps, Chrome should not auto update again.

Categories: Software

Author Mitch Bartlett

Through my career that spans over 20 years I have become an expert in Microsoft Systems Administration, Android, and macOS. I started this site as a technical guide for myself and it has grown into what I hope is a useful knowledgebase for everyone.

You Might Also Like

  • How to Opt Into a Game Beta on Steam

    Mel HawthorneGaming
  • How to Add a Bot to a Discord Server

    Mel HawthorneInternet
  • trello how to add checklist

    Trello: How to Add Checklists

    Madalina DinitaSoftware
  • Why Google Maps is Not Showing The Quickest Route

    Madalina DinitaSoftware

Comments

  1. Jan Narkiewcz says:
    April 18, 2020 at 2:53 pm

    There is an instruction missing:
    Navigate to:
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Google \Update \
    Note: You may have to create the “Google” and “Update” folders.
    Right-click “Chrome” and select “New” > “DWORD 32-bit value“

    If you create Google and Update what is Chrome? It just appeared in the instructions.

  2. Jon says:
    August 13, 2019 at 1:19 pm

    How is the method that Jeremy noted reversed? Reinstalling does not.

  3. Jeremy Borum says:
    September 29, 2017 at 4:18 pm

    Success on a Mac Sept 29, 2017:

    The “official” Google-given method given is this, but it doesn’t always work. The updater sometimes, on some systems, finds a way to reset itself and update anyway.
    In Terminal: defaults write com.google.Keystone.Agent checkInterval 0

    The most foolproof method is to deny Chrome the permissions it needs to install the update software and run it. Empty these directories:
    /Library/Google/GoogleSoftwareUpdate/
    ~/Library/Google/GoogleSoftwareUpdate/

    Then change the permissions on both folders named GoogleSoftwareUpdate so that there’s no owner and no read/write/execute permissions.

    In terminal:
    cd /Library/Google/
    sudo chown nobody:nogroup GoogleSoftwareUpdate
    sudo chmod 000 GoogleSoftwareUpdate
    cd ~/Library/Google/
    sudo chown nobody:nogroup GoogleSoftwareUpdate
    sudo chmod 000 GoogleSoftwareUpdate

    If you want to be double-certain, then do the same for the folder Google one level up.
    cd /Library/
    sudo chown nobody:nogroup Google
    sudo chmod 000 Google
    cd ~/Library/
    sudo chown nobody:nogroup Google
    sudo chmod 000 Google

    I did this immediately after installing the Chrome version I need for my machine, and it worked perfectly. Now when I check About Google Chrome it gives me the error “Update failed (error: 10)” It’s still trying to update, but it can’t do it any more.

Leave a Reply

Your email address will not be published. Required fields are marked *

how to allocate more memory to a program

How to Allocate More Memory to a Program in Windows

marvel rivals memory leak fix

Marvel Rivals Using Too Much Memory – How to Fix

how to create a macro in word

How to Create a Macro in Word

how to set video as screen saver

How to Set a Video as Your Screen Saver on Windows 11

how to fix 0xc000007b Error

Error 0xc000007b – What Is It and How to Fix It

profile pic

The Experts Behind Technipages

My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2025 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Legal & Privacy

© 2025 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.

Last Updated on February 6, 2017 by Mitch Bartlett