Reset Microsoft Edge to Default Settings – Easy Guide With Pictures

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.

Microsoft Edge logo

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

You can quickly reset Microsoft Edge by typing edge://settings/resetProfileSettings in the address bar, then pressing Enter. On the Reset page, click Reset to restore Edge to its 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.

  1. Open the Edge menu and click “Settings”

    Open Microsoft Edge. In the top-right corner, click the three-dot (…) icon, then click Settings.

    Open the Microsoft Edge menu and click Settings
  2. 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/sync

    On 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.

  3. 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
    Open Reset settings in Microsoft Edge
  4. Click “Restore settings to their default values”

    Click Restore settings to their default values.

    Select Restore settings to their default values in Microsoft Edge
  5. 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.

    Confirm the Microsoft Edge reset
  6. Check your extensions before turning them back on

    Copy the following address, paste it into the Edge address bar, and press Enter:

    edge://extensions

    Remove 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.

  7. Select a trusted search engine

    Copy the following address, paste it into the Edge address bar, and press Enter:

    edge://settings/searchEngines

    Select 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.

  8. 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.

    1. Open the Windows Start menu.
    2. Type PowerShell.
    3. Open Windows PowerShell. Administrator access is not required.
    4. Copy the entire command below.
    5. 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.

  9. 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.

  10. 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: