TipsMake
Newest

How to permanently disable AI on Google Chrome

Chrome has integrated AI into the address bar and search bar to expand search results. Additionally, the browser has incorporated other features, including the ability to create custom themes and wallpapers, search history, auto-fill and text generation, and AI-powered assistance. If you don't like using AI on Google Chrome, you can disable it using the instructions below.

 

Disable AI on Google Chrome using the Registry

Step 1:

First, open the Registry on your computer, then navigate to the following path.

HKEY_LOCAL_MACHINESOFTWAREPolicies

How to permanently disable AI on Google Chrome Picture 1

Now, right-click on Policies , select New, and then select Key .

How to permanently disable AI on Google Chrome Picture 2

 

Now, name the new keyword "Google" if you haven't already.

How to permanently disable AI on Google Chrome Picture 3

Step 2:

Right- click on the Google key , then select New , and then click on Key .

How to permanently disable AI on Google Chrome Picture 4

You will name this new key Chrome, as shown in the image.

How to permanently disable AI on Google Chrome Picture 5

Step 3:

Right- click on the Chrome key, select New , and then click on DWORD (32-bit) Value in the list.

How to permanently disable AI on Google Chrome Picture 6

 

Name this value AIModeSettings .

How to permanently disable AI on Google Chrome Picture 7

Double-click this value and enter 2 to disable AI on Google Chrome .

How to permanently disable AI on Google Chrome Picture 8

Step 4:

Right- click on the Chrome key , select New , then select DWORD (32-bit) Value. Name the new value GeminiSettings .

How to permanently disable AI on Google Chrome Picture 9

Now, double-click on the new value and enter 1 to disable the Gemini integration feature in Chrome.

How to permanently disable AI on Google Chrome Picture 10

Step 5:

Right- click on the Chrome key, select New, and then select DWORD (32-bit) Value . Enter a name for the new value: GeminiActOnWebSettings .

How to permanently disable AI on Google Chrome Picture 11

 

We double-click on this value and change it to 1 to prevent Gemini from affecting the web content.

How to permanently disable AI on Google Chrome Picture 12

Step 6:

Continue by creating a new value in the Chrome key named HelpMeWriteSettings .

How to permanently disable AI on Google Chrome Picture 13

Double-click this value and enter 2 to disable the AI-powered auto-write feature.

How to permanently disable AI on Google Chrome Picture 14

Next, we create a CreateThemesSettings value in the Chrome key, then double-click and enter 2 to disable AI-generated custom themes and wallpapers.

Create a DevToolsGenAiSettings value in the Chrome key and change it to 2 to disable Chrome DevTools from using AI models.

Continue by creating the HistorySearchSettings value and changing it to 2 to disable AI-powered history search.

Create a TabCompareSettings value in Chrome and set it to 2 to disable the AI ​​tool that compares information between your tabs.

Next, create a TabOrganizerSettings value and enter 2 to disable the AI-powered tab sorter.

Add the AutofillPredictionSettings value to the Chrome key and enter the value 2 to disable Chrome's AI-based autofill feature.

Next, create a SearchContentSharingSettings value and enter 1 to disable Chrome's options for sharing page and file content with Google's AI.

Next, create the GenAILocalFoundationalModelSettings value and enter 1 to prevent Chrome from using pre-existing AI models.

Finally, restart your computer.

Disable AI features in Chrome using a command.

Open Command Prompt as an administrator , then enter the following command to execute it.

( reg add "HKLMSOFTWAREPoliciesGoogleChrome" /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v AIModeSettings /t REG_DWORD /d 2 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v GeminiSettings /t REG_DWORD /d 1 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v HelpMeWriteSettings /t REG_DWORD /d 2 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v CreateThemesSettings /t REG_DWORD /d 2 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v HistorySearchSettings /t REG_DWORD /d 2 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v TabCompareSettings /t REG_DWORD /d 2 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v AutofillPredictionSettings /t REG_DWORD /d 2 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v DevToolsGenAiSettings /t REG_DWORD /d 2 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v SearchContentSharingSettings /t REG_DWORD /d 1 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v TabOrganizerSettings /t REG_DWORD /d 2 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v GeminiActOnWebSettings /t REG_DWORD /d 1 /f reg add "HKLMSOFTWAREPoliciesGoogleChrome" /v GenAILocalFoundationalModelSettings /t REG_DWORD /d 1 /f

If you want to restore Chrome to its default state and remove the Chrome key, enter the command below.

reg delete "HKLMSOFTWAREPoliciesGoogleChrome" /f

If you want to delete the Google folder , enter the command below.

reg delete "HKLMSOFTWAREPoliciesGoogle" /f

Discover more
Samuel Daniel
Share by Samuel Daniel
Update 24 January 2026