Skip to content
Follow
Browsers Windows

How to Enable or Disable Extension Developer Mode in Microsoft Edge on Windows 11

Richard
Written by
Richard
Apr 22, 2026 Updated Aug 12, 2026 3 min read
Computer settings toggle glowing on, blurred interface
Computer settings toggle glowing on, blurred interface

Extension Developer Mode in Microsoft Edge on Windows 11 is a special setting that lets you load custom browser add-ons directly from your computer files before putting them in an official store. Microsoft Edge version 117.0.2045.120 and later includes this option so you can test custom add-ons or try test builds from other people.

You can turn this setting on or off in just a few clicks from the main extensions page inside Edge. This handy switch helps you build and test your own custom browser tools right on your Windows 11 PC.

⚡ Quick Answer

Open Microsoft Edge, click the Extensions button or the three-dot menu, and select Manage extensions. Toggle the Developer mode switch to On or Off on the left side of the screen.

Why use Developer Mode?

Creators use this mode to test custom tools directly in the browser, bypassing the official Microsoft store submission process.

What happens when you turn it on?

Enabling Edge developer mode permits the installation of extensions straight from local computer files. This feature targets extension authors specifically because running unverified code introduces potential security risks.

References:

Option 1Use the Edge Settings Menu

Managing this setting takes a few clicks inside the browser settings. Users modifying the option for their own account find this menu method most efficient.

  1. Open the Microsoft Edge browser.
  2. Click the Extensions button on the toolbar or click the Settings and more (three-dot) menu and select Extensions.
  3. Click on Manage extensions.
  4. On the left side of the screen, toggle the Developer mode switch to On or Off.
micrsoft edge browser more option and settings
micrsoft edge browser more option and settings
Selecting the Manage extensions link in the Microsoft Edge menu
Extensions link in Microsoft Edge settings menu.
Toggle switch to enable Developer mode in Microsoft Edge settings
Toggle switch to enable Developer mode in Microsoft Edge settings

Option 2Use the Registry for All Users

Administrators can use the Windows Registry to disable Edge developer mode across the entire computer. System policies apply this configuration restriction to multiple user profiles simultaneously.

Open the Windows Terminal app with administrator privileges and run the following command:

To Disable Developer Mode for All Users:

Locking down this setting blocks standard users from altering browser configuration parameters. The "Developer mode" toggle grays out in the interface, signaling that manual adjustments are prohibited.

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v ExtensionDeveloperModeSettings /t REG_DWORD /d 1 /f

To Enable Developer Mode for All Users:

Default configurations leave extension management up to individual computer operators. Every person sharing a Windows 11 machine retains the freedom to toggle extension developer mode according to personal requirements.

🗝️Registry
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v ExtensionDeveloperModeSettings /f

Summary

Leaving Edge developer mode disabled remains the safest practice for shielding browsers against unverified software. Operators can activate the feature manually through settings, while administrators possess the tools to enforce system-wide changes.

How do I put an extension on developer mode?

To put an extension into developer mode in Edge, open the 'Manage extensions' page and flip the 'Developer mode' switch to 'On' to load unpacked extensions from your computer.

How do I enable developer mode in edge extensions?

Navigation to 'edge://extensions' provides direct access to the toggle switch for 'Developer mode' at the bottom left of the screen.

How to use extensions in private mode in Edge?

To use extensions in Edge's private mode, go to 'Manage extensions,' click 'Details' for the extension, and turn on the 'Allow in InPrivate' switch.

How to get rid of extensions on Microsoft Edge?

To remove unwanted extensions from Microsoft Edge, click the puzzle icon, choose 'Manage extensions,' find the target item, and click the 'Remove' button.

Was this guide helpful?

100% of readers found this helpful (1 votes)

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Repair Microsoft Edge in Windows 11
Windows How to Repair Microsoft Edge in Windows 11
How to View Microsoft Edge Policies
Browsers How to View Microsoft Edge Policies
How to Enable or Disable Startup Boost in Microsoft Edge
Browsers How to Enable or Disable Startup Boost in Microsoft Edge
How to Enable Touch Mode in Microsoft Edge
Browsers How to Enable Touch Mode in Microsoft Edge

1 Comment

Leave a Comment

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