Skip to content
Follow
Browsers

Disable Chrome Default Browser Prompt in Windows 11

Richard
Written by
Richard
Jul 24, 2024 Updated Jul 13, 2026 2 min read
Google Chrome featured image
Google Chrome featured image

Disabling the Google Chrome default browser prompt in Windows 11 stops Chrome from repeatedly asking you to make it your default browser.

This prompt appears because Windows 11 uses Microsoft Edge as the default, and Chrome checks if you’d rather use it. A specific fact is that Windows 11 requires a two-step process for changing default apps, which can trigger these reminders.

Stopping this prompt means you won’t see the “Set as default” button in Chrome’s settings anymore. You can prevent this annoying notification from appearing every time you open Chrome.

⚡ Quick Answer

Open the Windows Registry Editor as administrator and navigate to the Chrome policies key. Double-click “DefaultBrowserSettingEnabled” and set its value to 0 to disable the prompt.

Prevent Google Chrome from asking to be the default browser

You can disable the Chrome default browser prompt in Windows 11 by making a change in the Registry Editor. This action prevents Chrome from asking you to set it as your main browser each time you open Chrome, so you will no longer see that pop-up notification.

Here’s how to do it.

The Registry Editor, a powerful tool for making changes to Windows settings, must be opened as an administrator to disable the Chrome default browser prompt.

Then, navigate to the following registry key:

💻Code
ComputerHKEY_CURRENT_USERSoftwarePoliciesGoogleChrome

Next, double-click the DefaultBrowserSettingEnabled (a DWORD value that stores data as a number) entry in the right-hand pane of the Chrome key to open it.

⚠️Warning
Then, type 0 to stop Google Chrome from asking you to make it your default browser for your user account.

If you don’t see ‘DefaultBrowserSettingEnabled‘ listed, right-click on an empty space and choose ‘New’, then select ‘DWORD (32-bit) Value’.

Then, type the name “DefaultBrowserSettingEnabled” and enter 0 to disable the feature for the current user.

Chrome prevent changing default browser
Chrome prevent changing default browser

If you want to go back to how things were and have Google Chrome ask again about being your default browser, just delete the ‘DefaultBrowserSettingEnabled‘ item you created.

To apply the default browser policy to all computer users, you can use the Registry key `🗝️HKEY_CURRENT_USER\Software\Policies\Google\Chrome`. This ensures consistent browser settings across all accounts on a computer by directly modifying the Windows Registry, a central database for system configurations.

💻Code
ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesGoogleChrome

You may have to reboot your computer to apply the changes.

That should do it!

Reference:

Conclusion:

  • Disabling Google Chrome’s “Set as default” prompt prevents it from checking if it’s the default browser
  • To disable the prompt, use the Windows Registry Editor to navigate to the corresponding registry key and set the value to 0
  • To revert to the default behavior, delete the “DefaultBrowserSettingEnabled” item created
  • The policy can be applied to all computer users via the 🗝️HKEY_LOCAL_MACHINESOFTWAREPoliciesGoogleChrome Registry key
  • Rebooting the computer may be necessary to apply the changes

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Enable or Disable Browse with Copilot in Microsoft Edge on Windows 11
Browsers How to Enable or Disable Browse with Copilot in Microsoft Edge on Windows 11
Allow or Block Sites for Browse with Copilot in Microsoft Edge on Windows 11
Browsers Allow or Block Sites for Browse with Copilot in Microsoft Edge on Windows 11
How to View and Delete Browser History in Microsoft Edge
Browsers How to View and Delete Browser History in Microsoft Edge
How to Stop Microsoft Edge from Starting Automatically in Windows 11
Browsers How to Stop Microsoft Edge from Starting Automatically in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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