Skip to content

Troubleshooting articles

How to regain Edge Legacy after system update

Follow the process step by step :

Step 1 : Uninstall New Chromium Edge (if already installed)

  1. Navigate to Settings on your system.

  2. Select Apps.

  3. Under Apps & features, look for Microsoft Edge.

  4. Click Uninstall (if the button is enabled)

  5. If the Uninstall button is not enabled, type cmd in system search box

  6. Right click and click on Run as Administrator.

  7. Type the below command in cmd
    cd C:\Program Files (x86)\Microsoft\Edge\Application\xx.x.xxx.xx\Installer
    Navigate to the path check the version installed on your machine.
    Replace the version as per the version installed on your machine.

  8. Press Enter key

  9. Now, type the below command in cmd
    setup --uninstall --system-level --verbose-logging

  10. Press Enter key.
    The below displayed pop should be displayed.

  11. Click on Uninstall button.
    You will notice that the new Edge Chromium will be uninstalled and Edge Legacy will reappear.


Step 2 : Run Legacy Edge & Chromium Edge side by side

  • Using Registry Editing
  • Using Group Policy

A : Using Registry Editing

  1. Launch Registry Editor by typing Registry Editor in the system search box

  2. Navigate to Microsoft Polices
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft

  3. Right-click on the Microsoft folder and create a new key with name EdgeUpdate

  4. Select EdgeUpdate folder, and right-click on the empty side on the left-side

  5. Create a new 32-bit DWORD with the name Allowsxs

  6. Double click to edit the value of Allowsxs and set it as 1.

  7. Click on OK.

B: Using Group Policy

  1. Launch the Group Policy Editor by typing gpedit.msc in the Run prompt followed by pressing the Enter Key.
  2. In Group Policy Editor, navigate to Computer Configuration >  Administrative Templates > Microsoft Edge Update > Applications.
  3. Under Applications, select Allow Microsoft Edge Side by Side browser experience and then click Edit policy setting.
  4. Select Enabled and then click OK.

If you are unable to access the group policy on your machine, follow the below steps :

  • Navigate to the following path
    C:\Windows\servicing\Packages

  • Search for the below file :
    Microsoft-Windows-GroupPolicy-ClientExtensions-Package.mum

  • Launch command prompt.
    Right click and click on Run as Administrator

  • Enter the below command in cmd
    DISM /Online /Add-Package:C:\Windows\Servicing\Packages\<name of the first file>

  • Press Enter key.

  • Once “The operation completed successfully.“ message is displayed, enter the below command in cmd
    DISM /Online /Add-Package:C:\Windows\Servicing\Packages\<name of the second file>

  • Press Enter Key.

  • Once “The operation completed successfully.“ message is displayed, enter the below command in cmd
    DISM /Online /Add-Package:C:\Windows\Servicing\Packages\<name of the third file>

  • Press Enter Key

  • Now, search for another file with the following name :
    Microsoft-Windows-GroupPolicy-ClientTools-Package.mum

  • Enter the below command in cmd
    DISM /Online /Add-Package:C:\Windows\Servicing\Packages\<name of the first file>

  • Press Enter Key

  • Once “The operation completed successfully.“ message is displayed, enter the below command in cmd
    DISM /Online /Add-Package:C:\Windows\Servicing\Packages\<name of the second file>

  • Press Enter Key
    Do this for all the files that are displayed after searching for the file Microsoft-Windows-GroupPolicy-ClientTools-Package.mum

  • After competing this process, restart your computer.

  • Now, try launching the Group Policy Editor by typing gpedit.msc in the Run prompt followed by pressing the Enter Key.


Install new Edge