How to Disable Editing Quick Settings in Windows 11
This guide explains how to disable Quick Settings editing in Windows 11. By locking this menu, you prevent users from adding or removing buttons like Wi-Fi or Volume. This is useful for IT administrators managing office computers or for parents setting up a child’s device. You can use the Group Policy Editor, Registry Editor, or PowerShell to apply these changes.
Why disable Quick Settings editing?
The Quick Settings menu is a handy tool for quick access to system controls. However, in a shared environment or a workplace, you might want to keep the layout consistent. Disabling the ability to edit this menu prevents accidental changes or unauthorized modifications to system shortcuts. What happens when you do this? The pencil icon used for editing will disappear, and users will no longer be able to drag, drop, or remove items from the panel.
Method 1: Using 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:
User Configuration\Administrative Templates\Start Menu and Taskbar
3. Find Disable Editing Quick Settings and double-click it.
4. Select Enabled and click OK.


Method 2: Using Registry Editor (All Editions)
Note: This requires admin privileges.
1. Press Win + R, type regedit, and hit Enter.
2. Go to the following path:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer
3. Right-click in the right pane, select New > DWORD (32-bit) Value, and name it DisableQuickSettingsEditing.
4. Set the value to 1.
5. Restart your computer to apply changes.
Method 3: Using PowerShell
Note: This requires admin privileges.
Run this command in an elevated PowerShell window to disable editing:
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. By using the Local Group Policy Editor, you can apply restrictions to specific user accounts or groups. If you are in a domain environment, you can use Group Policy Objects (GPO) to target specific organizational units, ensuring that only certain users are restricted from customizing their Quick Settings menu.
How do I revert the changes if I need to re-enable editing?
To revert, simply 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, it does not. Windows 11 uses the Quick Settings menu to replace the old Action Center functionality. Disabling the edit feature only prevents the modification of the buttons within that specific pop-up menu. It does not disable the menu itself, nor does it impact notifications or other system tray features.
Is this feature available in Windows 11 Home edition?
The Local Group Policy Editor is not included in Windows 11 Home. However, users on the Home edition can still achieve the same result by using the Registry Editor. By creating a specific DWORD value in the registry, you can lock the Quick Settings menu just as effectively as the Pro or Enterprise versions.
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.
No comments yet — be the first to share your thoughts!