Reset Quick Settings in Windows 11
Reset Quick Settings in Windows 11 fixes a frozen or broken taskbar flight panel by restarting the underlying Windows Shell Experience Host process. The Quick Settings panel holds volume, Wi-Fi , and Bluetooth buttons, and a quick reset clears out weird glitches when these shortcuts stop working.
You can force a restart through the Task Manager in Windows 11 version 22H2 and newer without rebooting your whole PC.
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.
What is Quick Settings?
Look at the bottom right corner of your screen near the clock. That cluster of icons houses two main features: the Notification Center (opened with Win+N) and Quick Settings (opened with Win+A).
- Notification Center (You can open it by pressing
Win + N) - Quick Settings (You can open it by pressing
Win + A)
Quick Settings is where common toggles live for hardware and network controls like:
- Volume
- Screen Brightness
- Wi-Fi
- Bluetooth
- Focus Assist (to reduce distractions)
Active media playback in Microsoft Edge or apps like Spotify surfaces media controls directly above Quick Settings.
Why Reset Quick Settings?
Erratic behavior, unresponsive panels, or messy button arrangements demand a reset to bring everything back to the factory baseline.
Example of Quick Settings in 🪟 Windows 11

How to Reset Quick Settings
Press the Windows key + R on your keyboard to open the Run box.
- 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
These commands perform specific system actions:
- 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.
Default layouts and reliable performance return to Quick Settings once these steps finish.
Need More Help?
Additional Windows 11 tutorials and documentation remain available on 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!