Skip to content
Follow
Windows

Reset Quick Settings in Windows 11

Richard
Written by
Richard
Mar 9, 2026 Updated Aug 13, 2026 2 min read
How to Reset Quick Settings in Windows 11
How to 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.

⚡ Quick Answer

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

windows 11 quick settings menu
windows 11 quick settings menu

How to Reset Quick Settings

Press the Windows key + R on your keyboard to open the Run box.

  1. Press the Windows key + R on your keyboard to open the Run box.
  2. Type cmd and press Ctrl + Shift + Enter to open the Command Prompt as an administrator. (You might see a prompt asking for permission — click Yes.)
  3. 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?

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 Restart Windows Explorer in Windows 11
Windows How to Restart Windows Explorer in Windows 11
How to Keep Notification Center and Quick Settings Always Open in Windows 11
Windows How to Keep Notification Center and Quick Settings Always Open in Windows 11
How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on 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 *