A practical guide for Windows 10 and Windows 11 β disable Edge auto-launch, Startup Boost, background extensions, sign-in restart behavior, startup shortcuts, and scheduled tasks without breaking the browser.
Microsoft Edge can appear after startup for several different reasons. Sometimes Edge itself is configured to keep core processes ready in the background. In other cases Windows restores apps after sign-in, a shortcut exists in the Startup folder, a scheduled task triggers Edge, or another app opens a web link as soon as the desktop loads.
This is why there is no single universal switch that fixes every case. The best approach is to disable the most common startup sources one by one, then restart the computer and check whether Edge still opens by itself.
Do not uninstall Microsoft Edge just to stop automatic startup. Edge is integrated into Windows, used by some system components, and can be kept installed while preventing unwanted auto-launch behavior.
Before changing settings, identify what exactly happens after startup. This helps you choose the correct fix and avoid unnecessary changes.
After each method, restart Windows and test the result. If Edge no longer opens automatically, you do not need to apply every remaining method.
The first place to check is the Windows Startup Apps list. If Microsoft Edge is listed there, turn it off so it does not start automatically when you sign in.
If Microsoft Edge is not shown in Startup Apps, continue with the next methods. Edge can still run in the background because of its own browser settings.
Startup Boost is an Edge feature that keeps core browser processes ready in the background so that Edge opens faster. It does not always display a browser window, but it can make Edge appear in Task Manager immediately after sign-in.
If the option is managed by your organization or unavailable, the setting may be controlled by a work/school account, Group Policy, or security software.
Even when the browser window is closed, Edge can continue running extensions and web apps in the background. This may cause Edge processes to appear after startup and may also allow notifications or web apps to load silently.
After disabling background extensions, some web apps may stop sending notifications when Edge is closed. This is normal and is usually the desired behavior when reducing background activity.
Windows can automatically save and reopen restartable apps after you sign back in. If Edge was open before shutdown or restart, Windows may restore it on the next sign-in.
If Edge opens with the same tabs you had before shutting down the PC, this Windows sign-in option is one of the most likely causes.
Some applications or users place shortcuts in the Startup folder. Anything stored there can start automatically when the user signs in.
Runshell:startup
If you see a Microsoft Edge shortcut or a shortcut that opens a website, delete it from this folder.
Runshell:common startup
If a suspicious Edge-related shortcut is present, remove it. Administrator permission may be required for the common Startup folder.
If Edge still opens after disabling normal startup settings, check Task Scheduler. Some software creates scheduled tasks that open a browser page at logon, after an update, or at a specific time.
Do not randomly delete Microsoft, Windows, driver, or security-related tasks. If you are unsure, disable a clearly suspicious task first instead of deleting it permanently.
You can search scheduled task actions for msedge.exe with PowerShell:
PowerShellGet-ScheduledTask | Where-Object {
($_.Actions | Out-String) -match "msedge|Microsoft Edge"
} | Select-Object TaskName, TaskPath, State
This command only lists matching tasks. It does not change anything.
Sometimes Edge is not starting by itself. Instead, another startup app opens a web link, and Windows sends that link to Edge because Edge is the default browser for that file type or protocol.
Some Windows features may still open Microsoft Edge for specific system links. Changing the default browser reduces normal web-link launches but does not completely remove Edge from Windows.
The methods below are intended for advanced users and administrators. For most home users, the Settings and Edge options above are enough.
On some systems, administrators can control Startup Boost with Microsoft Edge policies. The policy value is usually stored under the Edge policy registry branch.
Registry pathHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
A policy named StartupBoostEnabled can be used in managed environments. A value of 0 disables Startup Boost.
Incorrect Registry changes can break Windows or application behavior. Create a restore point or export the key before editing policies manually.
If your edition of Windows includes Group Policy Editor, an administrator can configure Microsoft Edge policies centrally. This is useful in offices, schools, or managed computers where the Edge setting is locked in the browser interface.
If Edge continues to open after applying the main fixes, use this checklist to find the remaining trigger.
| Symptom | Most Likely Cause | What to Check |
|---|---|---|
| Edge opens with previous tabs | Windows restartable apps or Edge session restore | Sign-in options and Edge startup page settings |
| Only Edge processes appear in Task Manager | Startup Boost or background extensions | Edge β Settings β System and performance |
| A website opens after login | Startup shortcut, scheduled task, or third-party app | Startup folders, Task Scheduler, Startup Apps |
| Edge opens after clicking News, Widgets, or Search | Windows component opens a Microsoft web link | Default apps and the specific Windows feature |
| Settings are locked or return after reboot | Work/school policy or management software | Edge policies, organization account, antivirus tools |
If Edge opens to a specific set of pages, check its startup configuration:
If Edge opens advertising pages, unknown search engines, fake support pages, or random tabs, scan the system for malware and adware. Also review recently installed programs and suspicious Edge extensions.
The fastest fix depends on what you see after logging in. Use this table to choose the right method.
| Goal | Best Method | Difficulty |
|---|---|---|
| Prevent Edge from opening as a startup app | Disable it in Settings β Apps β Startup | Easy |
| Stop Edge background processes | Turn off Startup Boost and background extensions | Easy |
| Stop Edge from restoring after reboot | Disable restartable apps in Sign-in options | Easy |
| Remove a shortcut-based auto-launch | Check shell:startup and shell:common startup | Easy |
| Find hidden triggers | Inspect Task Scheduler | Medium |
| Control Edge on managed PCs | Use Group Policy or Registry policies | Advanced |
Edge may be enabled as a startup app, Startup Boost may be active, Windows may be restoring apps after sign-in, or another program may be opening a web link during startup.
Yes. Disabling Startup Boost does not remove Edge and does not damage Windows. It only prevents Edge from preloading background processes to make the browser launch faster.
The most common reasons are Startup Boost and the setting that allows background extensions and apps to continue running after Edge is closed.
For most users, removing Edge is not recommended. It is better to change your default browser and disable auto-start/background behavior while keeping Edge installed for Windows compatibility.
Changing the default browser affects normal web links, but it does not disable Edge Startup Boost, background extensions, Windows app restoration, Startup folder shortcuts, or scheduled tasks.
To stop Microsoft Edge from opening automatically when you sign in to Windows, start with the simple fixes: disable Edge in Startup Apps, turn off Startup Boost, disable background extensions, and switch off Windows restartable apps. These settings solve most cases without editing the Registry or changing system files.
If Edge still opens by itself, check the Startup folder, Task Scheduler, Edge startup pages, and recently installed extensions or programs. For managed PCs, use Microsoft Edge policies through Group Policy or Registry settings.