Windows Guide Β· 2026

How to Stop Microsoft Edge from Opening Automatically on Startup in Windows

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.

⊞ Windows 10 ⊞ Windows 11 🌐 Microsoft Edge πŸš€ Startup Apps ⏱ 7 min read

Why Microsoft Edge Opens Automatically When You Sign In to Windows

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.

ℹ️
Important

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 You Disable Microsoft Edge Auto-Start

Before changing settings, identify what exactly happens after startup. This helps you choose the correct fix and avoid unnecessary changes.

βœ…
Safe approach

After each method, restart Windows and test the result. If Edge no longer opens automatically, you do not need to apply every remaining method.

How to Disable Microsoft Edge in Windows Startup Apps

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.

1
Windows 11: Disable Edge from Settings
Use the modern Startup Apps page.
  1. Press Win + I to open Settings.
  2. Go to Apps β†’ Startup.
  3. Find Microsoft Edge in the list.
  4. Turn the switch Off.
  5. Restart the computer and check whether Edge still opens automatically.
2
Windows 10: Disable Edge from Startup Apps
The path is almost the same, but the interface looks slightly different.
  1. Open Settings.
  2. Go to Apps β†’ Startup.
  3. Locate Microsoft Edge.
  4. Set it to Off.

Alternative: Disable Edge Using Task Manager

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Open the Startup apps tab in Windows 11 or the Startup tab in Windows 10.
  3. Select Microsoft Edge.
  4. Click Disable.
πŸ’‘
Tip

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.

How to Turn Off Microsoft Edge Startup Boost

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.

  1. Open Microsoft Edge.
  2. Click the three-dot menu in the upper-right corner.
  3. Open Settings.
  4. Go to System and performance.
  5. Turn off Startup boost.
  6. Close Edge and restart Windows.
βš™οΈ
Path: Microsoft Edge β†’ Settings β†’ System and performance β†’ Startup boost

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.

How to Stop Microsoft Edge from Running Background Extensions and Apps

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.

  1. Open Microsoft Edge.
  2. Go to Settings β†’ System and performance.
  3. Find Continue running background extensions and apps when Microsoft Edge is closed.
  4. Turn the switch Off.
  5. Restart the computer.
⚠️
What may change

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.

Disable Windows Sign-In Options That Restart Apps Automatically

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.

Windows 11

  1. Open Settings.
  2. Go to Accounts β†’ Sign-in options.
  3. Scroll to Additional settings.
  4. Turn off Automatically save my restartable apps and restart them when I sign back in.

Windows 10

  1. Open Settings.
  2. Go to Accounts β†’ Sign-in options.
  3. Under Restart apps, turn off Automatically save my restartable apps when I sign out and restart them after I sign in.
πŸ”Ž
Diagnostic clue

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.

Check the Windows Startup Folder for Microsoft Edge Shortcuts

Some applications or users place shortcuts in the Startup folder. Anything stored there can start automatically when the user signs in.

Check the Current User Startup Folder

  1. Press Win + R.
  2. Type the following command and press Enter:
Runshell:startup

If you see a Microsoft Edge shortcut or a shortcut that opens a website, delete it from this folder.

Check the All Users Startup Folder

  1. Press Win + R.
  2. Run this command:
Runshell:common startup

If a suspicious Edge-related shortcut is present, remove it. Administrator permission may be required for the common Startup folder.

Check Task Scheduler if Microsoft Edge Still Opens Automatically

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.

  1. Press Win + R, type taskschd.msc, and press Enter.
  2. Open Task Scheduler Library.
  3. Look for tasks created by third-party software, updaters, browser extensions, or scripts.
  4. Select a suspicious task and check the Actions tab.
  5. If the action launches msedge.exe or opens a URL, disable the task.
β›”
Be careful

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.

Useful PowerShell Command for Finding Edge Tasks

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.

Change Default Apps if Links Keep Opening in Microsoft Edge

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.

Set Another Default Browser in Windows 11

  1. Open Settings.
  2. Go to Apps β†’ Default apps.
  3. Select your preferred browser, such as Chrome, Firefox, Opera, or Brave.
  4. Click Set default if the option is available.
  5. Check common web file types and protocols such as .htm, .html, HTTP, and HTTPS.

Set Another Default Browser in Windows 10

  1. Open Settings.
  2. Go to Apps β†’ Default apps.
  3. Under Web browser, select your preferred browser.
⚠️
Note

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.

Advanced Ways to Disable Microsoft Edge Auto-Launch in Windows

The methods below are intended for advanced users and administrators. For most home users, the Settings and Edge options above are enough.

Disable Edge Startup Boost with Registry Policy

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.

πŸ›‘
Registry warning

Incorrect Registry changes can break Windows or application behavior. Create a restore point or export the key before editing policies manually.

Group Policy for Business or Pro Editions

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.

  1. Press Win + R.
  2. Type gpedit.msc and press Enter.
  3. Check Microsoft Edge policy settings under Administrative Templates if the Edge policy templates are installed.
  4. Configure the Startup Boost policy according to your organization’s requirements.

Troubleshooting: Microsoft Edge Still Opens Automatically

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

Check Edge Startup Page Settings

If Edge opens to a specific set of pages, check its startup configuration:

  1. Open Microsoft Edge.
  2. Go to Settings β†’ Start, home, and new tab page.
  3. Under When Edge starts, remove unwanted pages.
  4. Select a neutral option such as Open the new tab page.

Scan for Adware if Edge Opens Unknown Pages

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.

Best Method to Stop Microsoft Edge from Starting Automatically

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

Frequently Asked Questions About Microsoft Edge Auto-Start

Q Why does Microsoft Edge start when I turn on my PC?

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.

Q Is it safe to disable Microsoft Edge Startup Boost?

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.

Q Why is Microsoft Edge running in Task Manager even when I closed it?

The most common reasons are Startup Boost and the setting that allows background extensions and apps to continue running after Edge is closed.

Q Can I completely remove Microsoft Edge from Windows?

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.

Q Why does Edge still open after I changed my default browser?

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.

Final Thoughts

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.