How to Block Microsoft Edge Extension Installation

Learn how to prevent users from installing extensions in Microsoft Edge, giving administrators more control over browser functionality and security.

How to Block Microsoft Edge Extension Installation

Microsoft Edge extensions can enhance browsing functionality, but system administrators may want to restrict their installation for security or productivity reasons. This article explains how to block Microsoft Edge extension installation using Group Policy and Registry Editor methods.

When you disable extension installation in Microsoft Edge:

  • The entire “Extensions” function is deactivated immediately.
  • Users cannot install or uninstall extensions.
  • All previously installed extensions are automatically disabled.
  • Users need to manually re-enable extensions after reversing these steps.

Method 1: Block Microsoft Edge Extensions Using Group Policy

The Group Policy Editor provides a straightforward way to manage Microsoft Edge settings across your organization. Follow these steps to block extension installation:

Step 1: Open the Group Policy Editor by pressing Windows key + R, typing gpedit.msc, and pressing Enter.

Step 2: Navigate to Computer Configuration > Administrative Templates > Microsoft Edge.

Step 3: Locate and double-click on the “Allow Extensions” setting.

Step 4: In the properties window, select “Disabled” to prevent users from using Edge Extensions.

Step 5: Click “Apply” and then “OK” to save the changes.

Step 6: Restart the computer for the changes to take effect.


Method 2: Block Microsoft Edge Extensions Using Registry Editor

For individual computers or situations where Group Policy is not available, you can use the Registry Editor to block extension installation. Be cautious when editing the registry, as incorrect changes can cause system issues.

Step 1: Press Windows key + R, type regedit, and press Enter to open the Registry Editor.

Step 2: Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft

Step 3: Right-click on the “Microsoft” folder, select New > Key, and name it “MicrosoftEdge”.

Step 4: Right-click on the new “MicrosoftEdge” key, select New > Key, and name it “Extensions”.

Step 5: Right-click in the right pane of the “Extensions” key, select New > DWORD (32-bit) Value, and name it “ExtensionsEnabled”.

Step 6: Double-click the new “ExtensionsEnabled” value and ensure its value data is set to 0.

Step 7: Close the Registry Editor and restart the computer for the changes to take effect.


By implementing these methods, you can effectively block Microsoft Edge extension installation, providing greater control over browser functionality and potential security risks in your organization.