How to Stop Google Chrome from Automatically Updating Extensions

The Broken Workflow

Google Chrome is designed to silently update your installed extensions in the background without asking for permission. While this is fantastic for security patches, it can be devastating for productivity. If a developer pushes a buggy update to your favorite ad blocker, password manager, or web development tool, the extension might suddenly break or change its user interface right in the middle of your workday. Because Chrome updates these files silently, you won’t even realize the software has changed until it stops working, leaving you scrambling to find an alternative.

The Limitations of Chrome

Unlike Firefox, Google Chrome completely removed the graphical user interface toggle that allowed users to disable automatic extension updates. The browser’s philosophy is that forced updates are safer. However, if you are an advanced user who needs absolute stability, you can still prevent these updates by blocking Chrome’s ability to communicate with the specific update server.

How to Block the Update Server (Windows/Mac)

To stop the updates, you must edit your computer’s `hosts` file to redirect Chrome’s update requests into a black hole.

On Windows:

1. Open the Start menu, type Notepad, right-click it, and select Run as administrator.

2. Click File > Open.

3. Navigate to C:\Windows\System32\drivers\etc (you may need to change the file type dropdown from “Text Documents” to “All Files”).

4. Open the hosts file.

On macOS:

1. Open Terminal.

2. Type sudo nano /etc/hosts and press Enter (you will need to enter your Mac password).

Adding the Block:

Once you have the `hosts` file open on either operating system, scroll to the very bottom and add the following line on a new row:

127.0.0.1 clients2.google.com

Save the file and restart your computer. Chrome will no longer be able to reach the server that distributes extension updates. Note: This will block updates for ALL extensions. If you ever want to update a tool, you must temporarily remove this line from your hosts file.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.