How to Disable Access to Settings in Windows 11

Windows 11’s Settings app is where users can change almost every aspect of the system — from display configurations to security policies. But sometimes, especially in shared or work environments, you may want to block access to the Settings app to prevent unwanted changes.

Whether you’re an administrator managing a public PC, a parent setting restrictions, or simply trying to lock down your system, Windows offers a few effective ways to disable access to the Settings app entirely. In this guide, we’ll show you how to do it using both the Group Policy Editor and the Registry Editor.

Disable Access to Settings in Windows 11

Before you begin, make sure you:

  • Are signed in with administrator privileges.
  • Are running Windows 11 Pro or Enterprise (the Group Policy Editor method won’t work on Home edition).
  • Back up your important data or registry before making any changes.

Once you’re ready, let’s go through the methods step by step.

Method 1: Disable Settings Using Group Policy Editor

The Group Policy Editor provides a straightforward way to block access to the Settings app for specific users or the entire system.

Step 1: Open Group Policy Editor

  1. Press Windows + R to open the Run dialog.
  2. Type gpedit.msc and press Enter.

Step 2: Navigate to the Correct Policy Path

In the Group Policy Editor, go to the following location:

User Configuration > Administrative Templates > Control Panel

Step 3: Configure the Policy

  1. On the right-hand side, find and double-click Prohibit access to Control Panel and PC settings.
  2. Select Enabled.
  3. Click Apply, then OK.

Once applied, users who try to open the Settings app will see a message stating that access to the app has been restricted by the administrator.

Step 4: Restart Your PC

Restart your computer or sign out and back in for the policy to take effect.

If you ever want to re-enable access, just return to the same policy and set it to Not Configured.

Method 2: Disable Settings Using Registry Editor

If you’re using Windows 11 Home, you won’t have access to Group Policy Editor — but you can still achieve the same result through the Windows Registry.

Step 1: Open the Registry Editor

  1. Press Windows + R, type regedit, and press Enter.
  2. Click Yes if prompted by User Account Control.

Step 2: Navigate to the Policy Path

Go to the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

If the Explorer key doesn’t exist, right-click on Policies, select New > Key, and name it Explorer.

Step 3: Create a New DWORD Value

  1. Inside the Explorer key, right-click on the right pane.
  2. Choose New > DWORD (32-bit) Value.
  3. Name it NoControlPanel.
  4. Double-click the new entry and set its Value data to 1.
  5. Click OK and close the Registry Editor.

Step 4: Restart Windows Explorer or Reboot

To apply the changes immediately, restart your PC — or press Ctrl + Shift + Esc, open Task Manager, right-click Windows Explorer, and choose Restart.

Now, when you try to open the Settings app, Windows will display a restriction message or simply prevent it from launching.

To re-enable access, return to the same registry path and set the NoControlPanel value back to 0, or delete it entirely.

Method 3: Disable Access via Local User Accounts (Optional)

If you want to block only certain users from accessing Settings, you can create standard accounts and apply the restriction only to them.

  1. Go to Settings > Accounts > Other users.
  2. Create a new standard (non-admin) account.
  3. Log into that account and apply either the Group Policy or Registry method above.

This way, your main account remains unrestricted while limited users lose access to the Settings app.

Wrapping Up

Disabling access to the Settings app in Windows 11 is a powerful way to keep your system secure and prevent unwanted changes. Whether you manage shared computers, run a kiosk setup, or simply want more control over who can modify system configurations, these methods give you the flexibility to lock things down as needed.

When you need to re-enable access, simply revert the policy or registry changes — and Settings will function normally again.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.