How to Stop Microsoft Edge from Reinstalling Itself

Edge can return after Windows updates even after you uninstall or remove shortcuts, which makes it feel impossible to remove. This guide uses layered methods to block reinstall behavior and keep your preferred browser setup stable.

Uninstall Edge where allowed

Some Windows builds allow standard uninstall, which is the cleanest first step. If it fails, continue with policy and scheduled-task controls.

  1. Open Settings > Apps > Installed apps.
  2. Find Microsoft Edge.
  3. Click Uninstall if the option is available.
  4. Restart Windows.

Set a different default browser

Windows is less aggressive about Edge prompts when all default link/file handlers are reassigned. This also prevents accidental relaunch loops.

  1. Open Settings > Apps > Default apps.
  2. Choose your preferred browser.
  3. Set HTTP, HTTPS, .htm, and .html to that browser.
  4. Disable Edge startup prompts when asked.

Disable Edge startup and background activity

Background startup can recreate processes and user-level entries after reboot. Turning these off reduces auto-return behavior.

  1. Open Edge > Settings > System and performance.
  2. Disable Startup boost.
  3. Disable Continue running background extensions and apps.
  4. Close Edge fully from Task Manager.

Remove Edge scheduled tasks

Auto-update tasks can trigger repair/reinstall routines. Disabling these tasks blocks many forced return paths.

  1. Open Task Scheduler.
  2. Go to Task Scheduler Library > Microsoft > EdgeUpdate.
  3. Disable MicrosoftEdgeUpdateTaskMachineCore.
  4. Disable MicrosoftEdgeUpdateTaskMachineUA.

Block Edge updates via Group Policy

Policy-level update blocks are more durable than app-level settings. This is the most reliable route on Pro and Enterprise editions.

  1. Open Local Group Policy Editor (gpedit.msc).
  2. Navigate to Computer Configuration > Administrative Templates.
  3. Enable the policy that disables Microsoft Edge updates.
  4. Run gpupdate /force in Command Prompt.

Disable Edge update services

Update services can reinstall components during maintenance windows. Disabling them prevents automated repair calls.

  1. Open services.msc.
  2. Locate edgeupdate and edgeupdatem services.
  3. Set Startup type to Disabled.
  4. Stop both services.

Remove orphaned Edge startup entries

Startup entries can relaunch installer hooks at sign-in. Clearing these entries reduces recurrence after reboot.

  1. Open Task Manager > Startup apps.
  2. Disable Edge-related startup items.
  3. Open Settings > Accounts > Sign-in options and disable auto-open browser sessions.
  4. Restart and confirm Edge does not relaunch.

Use firewall or app-control restrictions in managed environments

On managed PCs, execution restrictions stop updater binaries from calling reinstall jobs. This is useful when policy-only controls are not enough.

  1. Create AppLocker or WDAC rules for Edge updater executables.
  2. Block outbound access for Edge updater binaries in Windows Defender Firewall.
  3. Apply rules to affected user groups.
  4. Monitor Event Viewer for blocked attempts.

Leave a Reply

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