- You can disable all Generative AI features in Google Chrome on Windows 11 by using Chrome Enterprise settings applied in the Registry.
- The process can be completed manually in Registry Editor or via commands in Command Prompt.
- These steps apply to all Chrome installations, including the stable version and those in the Dev, Beta, and Canary Channels.
On Google Chrome for Windows 11, you can disable virtually every Generative AI feature, including “AI Mode,” using the Chrome Enterprise settings that can be applied from the Registry, and in this guide, I’ll outline the steps to complete this configuration.
If you’re a Chrome user, you’ve probably been noticing the increased push of AI features with the integration of “AI Mode” in the address bar and the new tab search box. In addition, the browser has been integrating other features, including the ability to create custom themes and wallpapers, history search, auto-fill, and text generation, all of which are now powered by AI.
Although the implementation of AI in the browser can be useful (if done correctly), many people have mixed feelings about AI, with legitimate concerns about privacy and the significant impact on their daily lives. If you’re among those who prefer a more classic browsing experience, you can completely turn off virtually every AI feature built into Google Chrome.
You can complete this configuration by customizing the Chrome Enterprise policy settings that can be achieved by modifying the Registry on Windows 11. Actually, you can disable many of these features through the “Flags” page built into the browser, but they can always be reset by an update. As a result, the Registry approach is a more permanent solution.
In this guide, I’ll outline the steps to disable virtually all AI features in Google Chrome. However, remember you’ll be disabling them, as it’s not possible to remove these features from the browser.
Disable Chrome’s AI features using Registry
To disable all the AI features in Google Chrome using the Registry, follow these steps:
-
Open Start on Windows 11.
-
Search for regedit and click the top result to open the Registry.
-
Open the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies
-
Right-click the Policies key, select New, and choose Key.

-
Confirm the Google name and press Enter.
-
Right-click the Google key, select New, and choose Key.
-
Confirm the Chrome name and press Enter.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.

-
Confirm the AIModeSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Change the value to 2 to disable AI Mode completely in Chrome.

-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the GeminiSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Change the value to 1 to disable the Gemini integration in Chrome.

-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the GeminiActOnWebSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Change the value to 1 to prevent Gemini from acting on web content.
-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the HelpMeWriteSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Change the value to 2 to disable the “Help me write” AI feature.

-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the CreateThemesSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Change the value to 2 to disable the AI feature to create custom themes and wallpapers with AI.

-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the DevToolsGenAiSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Change the value to 2 to disable Chrome DevTools from employing generative AI models to provide additional debugging information.

-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the HistorySearchSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Set the value to 2to disable AI History Search, a feature that lets you search your browsing history and receive generated answers based on page content.

-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the TabCompareSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Set the value to 2 to disable the AI tool that compares information across your tabs.
-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the TabOrganizerSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Set the value to 2 to disable the Tab Organizer, an AI-based tool that automatically creates tab groups from your open tabs.
-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the AutofillPredictionSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Set the value to 2 to disable Chrome’s AI-powered form understanding and auto-fill.

-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the SearchContentSharingSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Set the value to 1 to disable Chrome’s controls for sharing page and file content with Google AI Mode through the Google Chrome side panel or tabs.
-
Click the OK button.
-
Right-click the Chrome (folder) key, select the New submenu, and choose the “DWORD (32-bit) Value” option.
-
Confirm the GenAILocalFoundationalModelSettings name and press Enter.
-
Right-click the newly created key and select Modify.
-
Set the value to 1 to prevent Chrome from using locally available AI models on your device.

-
Click the OK button.
-
Restart your computer.
Once you complete the steps, Google Chrome will restore a more traditional web experience without many of the annoying AI features.
Disable AI features in Chrome with commands
Alternatively, you can also disable virtually every AI feature available in Google Chrome by using Command Prompt with these steps:
-
Open Start.
-
Search for Command Prompt (or Terminal), right-click the top result, and choose the Run as administrator option.
-
Type this command to apply the Registry changes to disable the AI features in Chrome and press Enter:
( reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v AIModeSettings /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v GeminiSettings /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v HelpMeWriteSettings /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v CreateThemesSettings /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v HistorySearchSettings /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v TabCompareSettings /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v AutofillPredictionSettings /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v DevToolsGenAiSettings /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v SearchContentSharingSettings /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v TabOrganizerSettings /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v GeminiActOnWebSettings /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v GenAILocalFoundationalModelSettings /t REG_DWORD /d 1 /f )

-
Restart the computer.
After you complete the steps, the next time you launch Chrome, it’ll open with a more traditional experience without (most of the) AI features.
At any time, you can revert the changes using Command Prompt. This command removes the entire Chrome policy key, reverting Chrome to default behavior:
reg delete "HKLM\SOFTWARE\Policies\Google\Chrome" /f
If you also want to remove the parent Google key (only if unused), run:
reg delete "HKLM\SOFTWARE\Policies\Google" /f
If these settings did not work immediately, Google Chrome may not have applied the changes yet. When editing browser features in the Registry, tweaks do not always take effect immediately. In some cases, the settings were applied only after some time.


