How to Disable Editing Quick Settings in Windows 11
Locking the Quick Settings panel in Windows 11 stops you or anyone else from adding or removing buttons like Wi-Fi , Bluetooth , or battery saver. This setting turns the menu into a fixed list so nobody can mess up your layout by accident.
You use the Group Policy Editor, a built-in Windows tool that changes deep system settings, to lock down this menu. This trick works best on Windows 11 Pro, Enterprise, and Education editions.
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?
Maintaining a consistent layout for system controls helps prevent user errors in shared or office environments.
Method 1Using Local Group Policy Editor (Pro/Enterprise Only)
- Press Win+R, type
gpedit.msc, and hit Enter. - Navigate to:
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.



Method 2Using Registry Editor (All Editions)
Windows 11 Home users can disable Quick Settings editing using the Registry Editor (a database for low-level system and application settings). This utility enables advanced modifications that remain hidden in standard menus. Following these steps stops unauthorized tweaks to the Quick Settings panel.
1. Press Win + R, type regedit, and hit Enter.
2. Navigate to the following registry path:
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
Disabling Quick Settings editing works equally well by running a command inside PowerShell. Elevated PowerShell windows run with administrator privileges, a requirement for modifying system-level settings. Executing this command prevents accidental alterations to the Quick Settings layout.
Set-ItemProperty -Path "HKCU:\Software\Policies\Microsoft\Windows\Explorer" -Name "DisableQuickSettingsEditing" -Value 1
Reverting the configuration requires changing the value back to 0.
Conclusion
Locking the Quick Settings menu maintains a clean and controlled Windows 11 interface. Enterprise environments benefit from Group Policy management, while individual setups rely effectively on Registry modifications.
Can I disable Quick Settings for specific users only?
Yes, disabling Quick Settings editing for specific users or groups works through the Local Group Policy Editor or Group Policy Objects on a work network.
How do I revert the changes if I need to re-enable editing?
Reverting the change requires returning to the Local Group Policy Editor and setting the policy to Not Configured. Users of the Registry Editor should 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 leaves notifications alone because Quick Settings replaced the legacy Action Center, and this specific tweak only restricts button customization within that menu.
Is this feature available in 🪟 Windows 11 Home edition?
Windows 11 Home users can still disable Quick Settings editing through the Registry Editor, bypassing the absence of the Local Group Policy Editor.
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!