Skip to content
Follow
Windows

How to Disable Editing Quick Settings in Windows 11

Richard
Written by
Richard
May 11, 2022 Updated Jul 14, 2026 3 min read
How to Disable Editing Quick Settings in Windows 11
How to Disable Editing Quick Settings in Windows 11

Disabling editing of Quick Settings in Windows 11 stops anyone from adding or removing items like Wi-Fi or Battery status. This action turns the Quick Settings panel into a fixed menu, useful for IT admins who need consistent settings across many computers.

You might also lock down Quick Settings to create a more controlled computer environment for children. This prevents accidental changes and keeps the available options focused.

This method uses the Group Policy Editor, a tool that lets you control many Windows settings. By enabling a specific option in the policy editor, you can lock down the Quick Settings panel.

⚡ Quick Answer

Disable Quick Settings editing in Windows 11 by using the Local Group Policy Editor or Registry Editor. Navigate to User Configuration\Administrative Templates\Start Menu and Taskbar and enable “Remove access to the Quick Settings panel” or create a DisableQuickSettingsEditing DWORD value set to 1 in the registry.

Why disable Quick Settings editing?

You might want to disable Quick Settings editing to keep the layout of your system controls consistent, especially if you share your computer or work in an office.

Method 1Using Local Group Policy Editor (Pro/Enterprise Only)

📝Note
This requires admin privileges.

1. Press ⊞ Win+R, type gpedit.msc, and hit Enter.

2. Navigate to:

💻Code
User Configuration\Administrative Templates\Start Menu and Taskbar

3. Locate the ‘Disable Editing Quick Settings’ option and double-click it.

4. Select Enabled and click OK.

windows 11 edit group policy
windows 11 edit group policy
Group Policy settings for disabling Quick Settings editing
group policy settings disable editing quick settings windows 11
Button to disable Quick Settings editing in Windows 11
disable quick settings enabled button

Method 2Using Registry Editor (All Editions)

Windows 11 Home users can disable Quick Settings editing using the Registry Editor. This tool lets you make advanced changes to Windows settings that aren’t usually available. Follow these steps to stop people from changing the Quick Settings panel.

  1. Press ⊞ Win+R, type regedit, and hit Enter.
  2. Navigate to the following registry path:
🗝️Registry
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer

3. Right-click in the right pane, choose New > DWORD (32-bit) Value, and name it DisableQuickSettingsEditing.

4. Set the value to 1.

5. Restart your computer to apply changes.

Method 3Using PowerShell

📝Note
This requires admin privileges.

You can disable editing of Quick Settings in Windows 11 by running a command in an elevated PowerShell window. An elevated PowerShell window has administrator privileges, which are necessary for making system changes. This command will prevent accidental changes to your Quick Settings layout.

PowerShell
Set-ItemProperty -Path "HKCU:\Software\Policies\Microsoft\Windows\Explorer" -Name "DisableQuickSettingsEditing" -Value 1

To re-enable it , change the value to 0.

Conclusion

Locking the Quick Settings menu is a great way to maintain a clean and controlled Windows 11 interface. Whether you use Group Policy for enterprise management or the Registry for personal customization, these steps ensure your system settings remain exactly as you configured them.

Can I disable Quick Settings for specific users only?

Yes, you can disable Quick Settings editing for specific users or groups by using the Local Group Policy Editor or Group Policy Objects in a work network.

How do I revert the changes if I need to re-enable editing?

To revert, return to the Local Group Policy Editor and set the policy to Not Configured. If you used the Registry Editor, change the DisableQuickSettingsEditing value back to 0 or delete the registry key entirely. A system restart is usually required for the changes to take effect.

Does disabling Quick Settings editing affect the Action Center?

No, disabling Quick Settings editing does not affect the Action Center because Quick Settings replaced it, and this change only stops you from changing the buttons in that menu.

Is this feature available in 🪟 Windows 11 Home edition?

Windows 11 Home users can still disable Quick Settings editing, even though it doesn’t have the Local Group Policy Editor, by using the Registry Editor instead.

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 Customize Quick Settings in Windows 11
Windows How to Customize Quick Settings in Windows 11
How to Reset Local Security Policy Settings to Default in Windows 11
Windows How to Reset Local Security Policy Settings to Default in Windows 11
How to change the Registry Editor font in Windows 11
Windows How to change the Registry Editor font in Windows 11
How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11

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

Leave a Comment

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