How to Lock Windows 11 Proxy Settings for Security
Locking proxy settings in Windows 11 stops other people from changing how your internet connection works. A proxy server is a middleman computer that handles your web traffic for extra security.
You can use the Local Group Policy Editor (found in Windows 11 Pro and Enterprise versions) to lock these settings down in just a few steps. This keeps shared computers and family PCs safe from unwanted network changes.
Lock Windows 11 proxy settings by enabling “Prevent changing proxy settings” in the Local Group Policy Editor or by creating a Proxy DWORD value in the Registry Editor. These actions prevent unauthorized modifications to your internet connection.
Why Lock Proxy Settings?
Locking proxy settings in Windows 11 is important for security because it stops people from changing how your computer connects to the internet.
What Happens When Done?
Once applied, proxy settings in the Windows Settings menu appear greyed out and locked. This prevents anyone without administrator permission from turning them off or changing the configuration. Network administrators rely on this restriction to enforce uniform connection policies across multiple devices.
Before You Begin
Before proceeding, note that the Group Policy method requires Windows Pro, Enterprise, or Education editions.
Locking Proxy Settings via Group Policy
The Group Policy Editor offers a reliable way to lock down network configurations on supported Windows editions. Open the Start menu , search for Edit group policy, and select the top result.
To lock down proxy settings, open the Local Group Policy Editor by clicking the Start menu and searching for "Edit group policy." Select it from the results.

In the window that opens, follow this path on the left side:
User Configuration > Administrative Templates > Windows Components > Internet Explorer
On the right side of the window, find the setting named Prevent changing proxy settings. Double-click this Prevent changing proxy settings to open its configuration options.

In the new window, select the Enabled button.

Click OK and close the editor. Reverting this restriction requires following the exact same path and selecting Not configured instead.

Locking Proxy Settings via Registry
Home editions lack the Group Policy Editor, requiring registry modifications instead. The Windows Registry (a hierarchical database storing low-level operating system settings) lets you apply the same restriction manually.
Open the Registry Editor and navigate to this path:
HKEY_CURRENT_USER\Software\Policies\Microsoft
Right-click the Microsoft folder and choose New Key. Name this new folder Internet Explorer. Then, right-click the Internet Explorer folder, choose New Key, and name it Control Panel. Right-click the Control Panel folder, choose New DWORD (32-bit) Value, and name it Proxy.

Double-click your new value, set the Value data to 1, and click OK.

Once finished, the proxy settings are locked.

Verification and Troubleshooting
After locking proxy settings in Windows 11, verify the modification by opening the Command Prompt and running a specific command.
Summary
Locking proxy settings in Windows 11 keeps your internet connection secure and compliant with company rules by preventing unauthorized changes.
Can I lock proxy settings on 🪟 Windows 11 Home edition?
Yes, you can lock proxy settings on Windows 11 Home, but you cannot use the Group Policy Editor. Instead, you must manually edit the Windows Registry by creating the specific DWORD value in the HKEY_CURRENT_USER path. Always exercise caution when editing the registry to avoid system instability.
Does locking proxy settings prevent VPN usage?
Locking your proxy settings in Windows 11 usually doesn't stop a VPN from working because VPNs use their own network connections.
Was this guide helpful?
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.
i tried both, and settings menu cannot open after the policy applied