Skip to content
Follow
Windows

How to Enable or Disable Developer Mode in Windows 11

Richard
Written by
Richard
Mar 9, 2026 Updated Aug 13, 2026 4 min read
How to Enable or Disable Developer Mode in Windows 11
How to Enable or Disable Developer Mode in Windows 11

Developer Mode in Windows 11 is a built-in switch that lets you install apps from outside the official Microsoft Store. Windows 11 includes this option primarily for software creators, but you can turn it on anytime you need to test apps from other sources.

Enabling this feature takes just a few clicks in your main system settings.

⚡ Quick Answer

Open Settings by pressing Win+I, then navigate to System Advanced Advanced Developer Settings. Find Developer Mode and toggle the switch to On or Off.

What is Developer Mode?

What is Developer Mode? In essence, Developer Mode is a Windows 11 setting that lets users install apps from sources other than the Microsoft Store. Software creators and testers rely on this setting to run and debug their own apps directly on local hardware.

📝Important
Everyday tasks like browsing the web, playing games, or using Office apps require no special configurations. Writing software or testing apps remains the primary use case for this toggle.

Software creators using tools like Visual Studio and testing custom apps on local hardware will need this mode active.

What Happens When You Turn On Developer Mode?

  • You can install apps from anywhere, not just the Microsoft Store.
  • Extra features like debugging and app testing become available.
  • Services like SSH (a way to connect remotely to your PC) can be turned on for app deployment.

How to Turn On or Off Developer Mode

Option 1Using Windows Settings

  1. Press Win+I on your keyboard to open Settings .
  2. Click System on the left menu.
  3. Click Advanced on the right side. Open Advanced Developer Settings
  4. Find Developer Mode and switch it On or Off.
  5. If turning on, Windows will ask you to confirm. Click Yes.
  6. Close Settings when done.

Managing Windows 11 Developer Mode happens quickly through the Settings app. Pressing Win+I opens the interface immediately. Navigating to the System section reveals the Developer Mode toggle.

Go to System > Advanced

Windows 11 Settings System and Advanced options menu
Windows 11 Settings: System > Advanced screen for WSL uninstall.

Windows 11 Device Portal Developer Mode package installation window
Windows 11 Device Portal Developer Mode package installation window

Option 2Using the Registry Editor (Advanced)

Advanced users can enable or disable Windows 11 Developer Mode by editing the Registry Editor. Careful execution remains vital because this method relies on precise registry modifications.

System instability can occur when registry modifications happen incorrectly, requiring extra caution during execution.

To Turn On Developer Mode:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /v AllowDevelopmentWithoutDevLicense /t REG_DWORD /d 1 /f

To Turn Off Developer Mode:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /v AllowDevelopmentWithoutDevLicense /t REG_DWORD /d 0 /f

Option 3Using Local Group Policy Editor (For 🪟 Windows 11 Pro, Enterprise, Education)

Windows 11 Pro, Enterprise, and Education users manage Developer Mode through the Local Group Policy Editor. Controlling app installation behavior becomes possible through this utility, though Windows 11 Home lacks this capability.

This utility remains absent on Windows 11 Home editions.

  1. Press Win + R, type gpedit.msc, and press Enter to open Local Group Policy Editor.
  2. In the left sidebar, go to: Computer Configuration Administrative Templates Windows Components App Package Deployment
  3. On the right, double-click Allow development of Windows Store apps and installing them from an integrated development environment (IDE).
  4. You'll see options to:
    • Leave it Not Configured (default, lets you turn Developer Mode on/off manually).
    • Select Enabled with Force Allow to always turn Developer Mode on.
    • Select Enabled with Force Deny to always turn Developer Mode off.
  5. Choose the option you want, click OK, then close the editor.

Images for this:

Local Group Policy Editor interface for Windows 11 Developer Mode
Local Group Policy Editor interface for Windows 11 Developer Mode

Navigate to App Package Deployment

Local Group Policy Editor Developer Mode configuration options displayed
Local Group Policy Editor Developer Mode configuration options displayed

Enable & Force Allow Developer Mode

Option 4Using Registry Policy (Advanced)

Power users can control Windows 11 Developer Mode by directly editing the Registry to enforce policies, locking the state permanently. This approach mirrors the Group Policy Editor while bypassing the graphical interface.

Enforcing Developer Mode via direct registry changes offers a method comparable to Option 3. System behavior alters globally across all user accounts on the machine.

To remove any policy and allow manual control:

🗝️Registry
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\Appx" /v AllowDevelopmentWithoutDevLicense /f

To always enable Developer Mode:

🗝️Registry
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Appx" /v AllowDevelopmentWithoutDevLicense /t REG_DWORD /d 1 /f

To always disable Developer Mode:

🗝️Registry
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Appx" /v AllowDevelopmentWithoutDevLicense /t REG_DWORD /d 0 /f

Things to Remember

Windows 11 Developer Mode serves software creators primarily, and administrator privileges are mandatory for modification. External software installation and debugging capabilities unlock upon activation, making caution necessary.
  • Who needs Developer Mode? Only developers or people testing apps should turn it on.
  • Extra features: Developer Mode lets you install apps from outside the store, debug apps, and use remote tools.
  • How to change it: You can use Settings, Registry Editor, or Local Group Policy Editor (for some Windows editions).
  • Administrator access: You must be signed in as an administrator to change Developer Mode.
  • Be careful: Turning on Developer Mode can expose your PC to security risks if you install untrusted apps.

More Information

Official documentation resides on Microsoft's page covering Settings for Developers.

Summary

Windows 11 Developer Mode lets software creators install and test external applications, with toggles available via Settings, Registry, or Group Policy.

Is turning on developer mode safe in 🪟 Windows 11?

Developer Mode bypasses specific security restrictions to streamline application building. Certain vulnerabilities emerge from this state: unverified software installs can introduce malware without proper oversight. Remote diagnostics and device discovery utilities present exposure vectors if misconfigured.

Was this guide helpful?

Tags: #Windows 11
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 Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
How to Reinstall Microsoft Store Apps in Windows 11
Windows How to Reinstall Microsoft Store Apps in Windows 11
How to Change Registry Editor Font in Windows 11
Windows How to Change Registry Editor Font in Windows 11
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11

1 Comment

Leave a Comment

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