Quick fix: Open Edge → Settings → Privacy, search, and services → Address bar and search. Click Manage search engines → click ⋯ next to Google → Make default. Combined with disabling Edge’s “Search suggestions” reset behavior, Google stays default permanently.
You set Google as Edge’s default search engine. Two weeks later it’s back to Bing. You change it again. Same thing. Edge has periodically restored Bing as the default search engine through silent UI updates and policy refreshes. The fix is to set Google as default and apply a policy lock that survives Edge updates.
Affects: Microsoft Edge on Windows 11 (and Windows 10).
Fix time: ~5 minutes.
What causes this
Edge reads its default search engine from user preferences (set via Settings UI). On certain Edge feature updates, Microsoft pushes a preference reset that returns the search engine to Bing — typically called “refreshing the default state.” Lower-level: there’s also a per-user pinned-tabs mechanism that can override your search engine choice if your default tab includes a Bing search URL. The fix is to set Google in Settings and apply policy lock so Edge can’t reset.
Method 1: Set Google as default via Settings
The starting point. Required before policy lock.
- Open Edge → three-dot menu → Settings.
- Click Privacy, search, and services in the left sidebar.
- Scroll to Services section. Click Address bar and search.
- Click Manage search engines.
- Google should be in the list (Edge bundles common engines). If not, visit google.com once — Edge auto-detects and adds it.
- Click the ⋯ next to Google → Make default.
- Return to Address bar and search settings. Search engine used in the address bar shows Google.
- Test: type a query in the address bar → press Enter. The query opens in Google.
Google is now the default. Without further action it may reset on Edge updates — proceed to Method 2 for persistence.
Method 2: Lock default search engine via registry policy
The durable fix. Survives Edge updates.
- Press
Win + R, typeregedit, press Enter. - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge. Create the Microsoft and Edge keys if missing. - Create these DWORD values:
- DefaultSearchProviderEnabled = 1
- Create these String (REG_SZ) values:
- DefaultSearchProviderName = Google
- DefaultSearchProviderSearchURL =
https://www.google.com/search?q={searchTerms} - DefaultSearchProviderSuggestURL =
https://www.google.com/complete/search?output=chrome&q={searchTerms}
- Close Registry Editor.
- Restart Edge (close every Edge window, then reopen).
- Verify: visit
edge://policy. The DefaultSearchProvider entries should appear in the policy list. - Test: search from the address bar — opens in Google. Edge can no longer reset this.
This is the strongest available lock. Edge displays a small “managed by your organization” note when policy values are set, but search still works normally.
Method 3: Disable the Bing-related Edge features that nudge users back
Additional cleanup. Removes the surfaces Edge uses to suggest switching back to Bing.
- Open Edge → Settings → Privacy, search, and services → Services.
- Toggle off:
- Address bar search and site suggestions powered by Microsoft Bing
- Show me suggestions to use Microsoft search providers (or similar)
- Switch to Start, home, and new tabs. Set When Edge starts to Open the new tab page.
- Disable the Microsoft Bing search box on the new tab page: open a new tab, click the gear icon (top right), set Show content off, Greeting off, Search box off.
- This removes the visual reinforcement of Bing across Edge’s UI surfaces.
Combined with Methods 1 and 2, this gives a Bing-free Edge experience.
How to verify the fix worked
- Type any query in Edge’s address bar → press Enter. Result opens in Google.
- Visit
edge://settings/searchEngines. Google has the “Default” label and the “Used in: address bar” indicator. - Visit
edge://policy. DefaultSearchProviderName appears with value Google (if you applied Method 2). - Restart Edge multiple times — Google stays default.
If none of these work
If Google still reverts to Bing despite policy lock, three causes apply. Corporate-managed Edge: your IT admin’s Group Policy or Intune setting may force Bing as default. Local policies are overridden by corporate ones. Edge sync: if Edge sync is enabled and another signed-in device has Bing as default, sync may push Bing back to your PC. Disable Settings → Profiles → Sync → Manage sync → Search engines. Profile-specific override: if you have multiple Edge profiles, the search engine is per-profile. Set Google as default in each profile separately. For chronic reverts on personal PCs despite all methods, the cleanest fix is a complete Edge reset (Settings → Reset settings → Restore settings to their default values) followed by reapplying Methods 1 and 2.
Bottom line: Edge resets Bing through preference refreshes — set Google as default in Settings, then lock via registry policy. The combination survives every Edge update.