Skip to content
Follow
Windows

How to Enable or Disable Control Panel and Settings in Windows 11

Richard
Written by
Richard
Mar 27, 2026 Updated Jun 20, 2026 3 min read
How to Enable or Disable Control Panel and Settings in Windows 11
How to Enable or Disable Control Panel and Settings in Windows 11

This tutorial will show you how to turn the Control Panel and Settings on or off for specific users or all users in Windows 11.

⚡ Quick Answer

You can disable Control Panel and Settings by editing Group Policy or the Registry. For Group Policy, navigate to User Configuration > Administrative Templates > Control Panel, then double-click “Prohibit access to Control Panel and PC settings” and set it to Enabled. For Registry, run specific commands to add or delete the “NoControlPanel” value.

Why Would You Want to Do This?

You might want to disable Control Panel and Settings in Windows 11 to boost security or stop accidental changes, especially if you manage computers for others.

What You Need to Know First

Before you disable Control Panel or Settings in Windows 11, remember you must be logged in as an administrator.

Microsoft is moving toward the Settings app because it looks better and works smoother. The Control Panel is still available for backwards compatibility, but the Settings app is the way forward.

Option 1Using Local Group Policy Editor

Windows 11 Pro, Enterprise, and Education users can disable the Control Panel and Settings using the Local Group Policy Editor tool.

  1. Open the Local Group Policy Editor. You can do this by pressing the Windows key and typing gpedit.msc, then pressing Enter.
  2. In the left side panel, navigate to this path:

    User Configuration > Administrative Templates > Control Panel

  3. Look at the right side panel. Find the policy called Prohibit access to Control Panel and PC settings and double-click it to open it.

To Enable Control Panel and Settings

This is the normal setting.

  1. Select the dot next to Not Configured.
  2. Click OK.
  3. Close the Local Group Policy Editor.

To Disable Control Panel and Settings

  1. Select the dot next to Enabled.
  2. Click OK.
  3. Close the Local Group Policy Editor.
Local Group Policy Editor showing Prohibit access Control Panel setting
Local Group Policy Editor showing Prohibit access Control Panel setting
Windows 11 policy options for enabling or disabling Control Panel access
Windows 11 policy options for enabling or disabling Control Panel access

Option 2Using the Registry

This method works on all versions of Windows 11.

⚠️ Admin privileges required for the following steps.

To Enable Control Panel and Settings for All Users

This is the normal setting.

Open Windows Terminal as an administrator and run the command below.

🗝️Registry
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoControlPanel /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoControlPanel /f

To Disable Control Panel and Settings for All Users

You can disable the Control Panel and Settings for everyone on your Windows 11 computer by using the Registry editor and running a specific command.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoControlPanel /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoControlPanel /t REG_DWORD /d 1 /f

Close the Registry Editor when you’re finished.

Summary

You’ve learned how to enable or disable Control Panel and Settings in Windows 11, using either the Group Policy Editor or the Registry.

Why does the Control Panel still exist in 🪟 Windows 11?

Control Panel still exists "for compatibility reasons and to provide access to some settings that have not yet migrated" to the Settings app. But Microsoft is encouraging people to "use the Settings app, whenever possible" since that will soon be the only option.

How do I disable Control Panel items?

Navigate to User Configuration > Administrative Templates > Control Panel. Locate and double-click the “Hide specified Control Panel items” policy. Select Disabled or edit the list of hidden items under the Show button.

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 Access Control Panel in Windows 11
Windows How to Access Control Panel in Windows 11
Windows 11 Control Panel Shortcuts Guide
Windows Windows 11 Control Panel Shortcuts Guide
How to Reset Local Group Policy in Windows 11
Windows How to Reset Local Group Policy in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

No comments yet — be the first to share your thoughts!

Leave a Comment

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