How to Stop Google Chrome from Constantly Asking to Be the Default Browser

The Default Browser Nag Screen

If you prefer using Mozilla Firefox, Microsoft Edge, or Safari as your primary web browser, but occasionally use Google Chrome for specific web applications or web development testing, you are likely familiar with the “Default Browser” prompt. Every time you open Chrome, a prominent bar drops down from the top of the window, politely but persistently asking you to “Set Google Chrome as your default browser.” Clicking the “X” dismisses it for the current session, but the prompt inevitably returns the next time you launch the application, creating a frustrating user experience.

How to Disable the Default Browser Prompt

While Google does not provide a simple toggle switch in the standard settings menu to turn off this prompt permanently, you can bypass it by modifying the shortcut you use to open the browser.

1. Right-click on your Google Chrome desktop shortcut. If Chrome is pinned to your taskbar, right-click the icon, right-click the “Google Chrome” text in the jump list, and select Properties.

2. Ensure you are on the Shortcut tab.

3. Look for the text field labelled Target. It will show the installation path, ending with chrome.exe".

4. Click inside the Target box, press the “End” key to move your cursor to the very end of the text line, and press the spacebar to add a single space.

5. Type the following command-line argument exactly: --no-default-browser-check

6. Your final Target line should look similar to this: "C:\Program Files\Google\Chrome\Application\chrome.exe" --no-default-browser-check

7. Click Apply, provide administrator permission if prompted, and click OK.

Using the Modified Shortcut

From now on, you must use this specific shortcut to launch Google Chrome. The --no-default-browser-check flag forcefully prevents Chrome from running the background script that checks your operating system’s default browser status. As a result, the browser will open silently and cleanly, allowing you to use it strictly as a secondary browser without the constant nagging.

Get the best tech tips delivered straight to your inbox.

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