If Microsoft Edge has become slow, keeps crashing, or behaves strangely, resetting it to its default settings can often fix the problem. A reset restores Edge to its factory state, removing custom settings, unwanted extensions, and corrupted data. It’s a simple and effective way to resolve browser errors or performance issues, especially if you suspect malware or unwanted software has modified your settings.

What Happens When You Reset Microsoft Edge?
Resetting Microsoft Edge will revert all browser settings to their original defaults. Here’s what changes when you perform a reset:
- The default search engine is reset to the original setting.
- The homepage button is hidden, and any custom homepage URL is removed.
- Startup tabs are cleared. Edge will open with a new tab or continue where you left off, depending on your settings.
- The New Tab page returns to the default layout unless managed by an extension.
- Pinned tabs are unpinned.
- Content and site permissions are reset to default.
- Cookies, cache, and site data are cleared.
- Extensions and themes are disabled.
These changes give you a clean browsing environment, free of conflicts or unwanted modifications, while your saved passwords, bookmarks, and browsing history remain intact.
How to Reset Microsoft Edge to Default Settings
Alternatively, you can follow the steps below to manually reset Microsoft Edge to its factory defaults:
Updated for Microsoft Edge on Windows 10 and Windows 11 — July 2026.
-
Open the Edge menu and click “Settings”
Open Microsoft Edge. In the top-right corner, click the three-dot (…) icon, then click Settings.
-
Prevent the unwanted settings from returning through Edge Sync
If you are signed in to Microsoft Edge, a bad setting or extension may be stored in your Microsoft account and return after the reset.
Copy the following address, paste it into the Edge address bar, and press Enter:
edge://settings/profiles/syncOn the Sync page, turn off these two options:
- Settings
- Extensions
You can leave Favorites and Passwords turned on.
If Edge says that sync is already off, simply continue to the next step.
Important: Edge Sync settings are separate for each profile. If you use more than one Edge profile, switch to each affected profile and repeat this step.
You do not need to sign out of your Microsoft account or delete the Edge profile.
-
Open “Reset settings”
In the left sidebar, click Reset settings.
You can also open the reset page directly. Copy the following address, paste it into the Edge address bar, and press Enter:
edge://settings/reset -
Click “Restore settings to their default values”
Click Restore settings to their default values.
-
Confirm the reset
In the confirmation dialog, click Reset.
This resets the startup page, new tab page, search engine, and pinned tabs. It also disables all extensions and clears temporary site data, such as cookies.
Don’t worry: your favorites, browsing history, and saved passwords will not be deleted.
-
Check your extensions before turning them back on
Copy the following address, paste it into the Edge address bar, and press Enter:
edge://extensionsRemove any extension you do not recognize or no longer use. Pay particular attention to extensions related to search, coupons, shopping, PDF conversion, browser protection, new tabs, or video downloading.
Do not turn all extensions back on at the same time. Enable only the extensions you recognize and trust.
-
Select a trusted search engine
Copy the following address, paste it into the Edge address bar, and press Enter:
edge://settings/searchEnginesSelect Bing, Google, DuckDuckGo, or another search provider you trust and make it the default.
Remove any unknown search engines, especially providers with strange names or addresses that you did not add yourself.
Restart Edge and perform a search from the address bar. If searches are no longer redirected, you can stop here.
-
If the redirect remains, clean the corrupted search data without deleting the Edge profile
Use this additional step only if Edge continues to redirect searches after the normal reset.
This command cleans the search-engine database from every local Edge profile while keeping your favorites, saved passwords, browsing history, cookies, and profiles.
Before continuing: save anything you are working on because the command will close Microsoft Edge.
- Open the Windows Start menu.
- Type PowerShell.
- Open Windows PowerShell. Administrator access is not required.
- Copy the entire command below.
- Paste it into PowerShell and press Enter.
$stamp = Get-Date -Format "yyyyMMdd-HHmmss" $root = Join-Path $env:LOCALAPPDATA "Microsoft\Edge\User Data" Get-Process -Name msedge -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue Start-Sleep -Seconds 2 if (-not (Test-Path -LiteralPath $root)) { Write-Host "The Microsoft Edge profile folder was not found:" Write-Host $root return } $profiles = Get-ChildItem -LiteralPath $root -Directory | Where-Object { $_.Name -eq "Default" -or $_.Name -match "^Profile \d+$" } $movedFiles = 0 foreach ($profile in $profiles) { foreach ($name in @( "Web Data", "Web Data-journal", "Web Data-wal", "Web Data-shm" )) { $file = Join-Path $profile.FullName $name if (Test-Path -LiteralPath $file) { $backup = "$file.search-reset-backup-$stamp" try { Move-Item -LiteralPath $file -Destination $backup -ErrorAction Stop Write-Host "Cleaned: $($profile.Name)\$name" $movedFiles++ } catch { Write-Warning "Could not clean: $file" } } } } Write-Host "" if ($movedFiles -gt 0) { Write-Host "Microsoft Edge search data has been cleaned." -ForegroundColor Green Write-Host "You can now reopen Microsoft Edge." } else { Write-Host "No Edge search database files were found." -ForegroundColor Yellow }The command does not permanently delete the original files. It renames them as backup files, and Edge creates a clean search database when it starts again.
Note: this additional cleanup may also reset saved form-fill suggestions, saved addresses, and manually added search engines. It does not delete favorites, passwords, or browsing history.
-
Reopen Edge and test the browser
Open Microsoft Edge again, visit edge://settings/searchEngines, and select your preferred search engine.
Perform several searches from the address bar to confirm that the redirect is gone.
Keep synchronization for Settings and Extensions turned off until you are certain that the computer and extensions are clean. If you enable them again, turn them on one at a time and test Edge after each change.
-
If Edge still redirects your searches
Open edge://policy. If this is your personal computer and Edge displays unknown policies such as ExtensionInstallForcelist or DefaultSearchProvider, the hijacker may be installed outside the browser profile.
In that situation, continue with the next malware-removal steps and run a complete antivirus scan. If the computer belongs to a company or school, contact its IT administrator before changing any policies.
That’s it — Microsoft Edge has now been restored to its default configuration. To improve your browsing safety, consider installing a trusted ad blocker such as AdGuard [recommended] to block intrusive or malicious ads.
If Edge still isn’t performing correctly after the reset, the issue may be caused by unwanted software or a malicious extension installed through browser policies. In that case, try these next steps:
- Run a full system scan with Malwarebytes Free.
- Get expert assistance in our Malware Removal Help forum.