How to Reset Quick Settings in Windows 11
Resetting Windows 11’s Quick Settings restores its default layout by deleting a specific registry key.
The Quick Settings panel in Windows 11, which you open by pressing Windows key + A, lets you quickly adjust common things like volume, Wi-Fi, and screen brightness without opening the full Settings app.
If your Quick Settings menu isn’t opening correctly or shows a layout you didn’t intend, resetting it can fix these problems.
This reset process involves removing a configuration file stored deep within the Windows Registry, a special database that holds Windows settings. You don’t need extra software for this, just permission to make changes to your computer’s settings (administrative access).
Reset Quick Settings by opening Command Prompt as an administrator. Delete the registry key using `REG DELETE “HKCUControl PanelQuick Actions” /F`, then restart Explorer with `taskkill /f /im explorer.exe` and `start explorer.exe`. This restores the default layout.
Why Reset Quick Settings?
If Quick Settings is acting strange, not opening, or you want to put all the buttons back to their default spots, resetting it will help.
Example of Quick Settings in 🪟 Windows 11

How to Reset Quick Settings
The Windows 11 Quick Settings panel can be reset if it’s not working correctly. This fix uses the Command Prompt to reset the files needed for the Quick Settings panel. This process provides a way to troubleshoot if your Quick Settings are buggy or unresponsive.
- Press the Windows key + R on your keyboard to open the Run box.
- Type
cmdand press Ctrl+Shift+Enter to open the Command Prompt as an administrator. (You might see a prompt asking for permission — click Yes.) - In the Command Prompt window, carefully type or copy and paste the following commands one by one, pressing Enter after each:
REG DELETE "HKCUControl PanelQuick Actions" /F
taskkill /f /im explorer.exe
start explorer.exe
What these commands do:
- Delete the settings that control your Quick Settings layout.
- Close the Windows Explorer (the part of Windows that shows your desktop and taskbar).
- Restart Windows Explorer to apply the changes.
Resetting Windows 11 Quick Settings returns the panel to its default layout and icon order. This action helps ensure the Quick Settings panel functions correctly.
Need More Help?
To learn more about Quick Settings or get other Windows 11 tips, you can visit the official Microsoft support page here: Microsoft Windows Support
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!