Home › Knowledgebase › KB-440

How to fix and reset the Windows 11 Quick Settings panel when Wi-Fi, Bluetooth, or volume toggles stop working

Summary

This guide helps you troubleshoot and resolve: How to fix and reset the Windows 11 Quick Settings panel when Wi-Fi, Bluetooth, or volume toggles stop working. Follow the steps below to fix the issue.

Quick Tip: Need immediate assistance? 💻 Open a Ticket

Common Causes

The Quick Settings panel in Windows 11 (accessed by clicking the network, volume, or battery icons in the taskbar) provides fast access to toggles for Wi-Fi, Bluetooth, aeroplane mode, brightness, and volume. When these toggles become unresponsive, greyed out, or fail to apply changes, the issue is usually caused by a glitch in the Windows Shell Experience Host, a corrupted system file, or a misbehaving background service. This guide walks you through the steps to restore full functionality.

Quick Fix Steps

Try these steps in order. Most users will resolve the issue within the first few attempts.

  1. Sign out and back in, or restart Windows.
  2. Run the built-in Windows Troubleshooter for hardware and devices.
  3. Restart the Windows Shell Experience Host service from Task Manager.
  4. Re-register the Quick Settings app package via PowerShell.
  5. Run the System File Checker to repair corrupted system files.

Detailed Instructions

Restart the Windows Shell Experience Host

The Quick Settings panel is rendered by a background process called Windows Shell Experience Host. Restarting this process often clears minor glitches without affecting your open work.

  1. Right-click the Start button and select Task Manager.
  2. Click Details in the left-hand pane.
  3. Scroll down and locate Windows Shell Experience Host.
  4. Right-click it and choose End task.
  5. Wait a few seconds. Windows will automatically relaunch the process.
  6. Click the network, volume, or battery icon in the taskbar to test the Quick Settings panel.
If the process does not reappear on its own, click anywhere on the desktop or open the Start menu to trigger it.

Run the Windows Troubleshooter

Windows includes a built-in troubleshooter that can detect and repair common issues affecting hardware toggles.

  1. Open Settings by pressing Win + I.
  2. Navigate to System > Troubleshoot > Other troubleshooters.
  3. Locate Hardware and Devices in the list.
  4. Click Run next to it and follow the on-screen prompts.
  5. Restart your computer when prompted.
On some Windows 11 builds, the Hardware and Devices troubleshooter is hidden. If you do not see it, run the following command from an elevated Command Prompt: msdt.exe -id DeviceDiagnostic

Re-register the Quick Settings App via PowerShell

Re-registering the underlying Windows app package is the most effective way to reset the Quick Settings panel and can resolve deeper corruption issues.

  1. Right-click the Start button and select Terminal (Admin) or Windows PowerShell (Admin).
  2. Click Yes on the User Account Control prompt.
  3. Type the following command and press Enter:
    Get-AppxPackage -Name Microsoft.Windows.ShellExperienceHost | foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
  4. Wait for the command to complete. You may see a brief flash as the shell reloads.
  5. Test the Quick Settings toggles.
Only perform this step if you are comfortable using PowerShell. Typing the command incorrectly can cause errors. Copy and paste the command exactly as shown.

Check Quick Settings Tile Visibility

If specific toggles appear to be missing from the Quick Settings panel, confirm they have not been removed from the visible tile set.

  1. Press Win + I to open Settings.
  2. Go to System > Notifications.
  3. Scroll down to the Quick Settings section.
  4. Click Edit quick settings and ensure the toggles you need (Wi-Fi, Bluetooth, aeroplane mode, brightness, volume) are added.
  5. Test the Quick Settings panel.

Repair System Files

Corrupted Windows system files can prevent the Quick Settings panel from functioning correctly. The System File Checker and DISM tools can repair these files.

  1. Open an elevated Command Prompt by right-clicking Start and selecting Terminal (Admin).
  2. Click Command Prompt from the terminal window if it opens PowerShell by default.
  3. Type the following command and press Enter:
    DISM /Online /Cleanup-Image /RestoreHealth
  4. Wait for the scan to complete. This may take several minutes.
  5. Next, type sfc /scannow and press Enter.
  6. Allow the scan to finish, then restart your computer.

Install Pending Windows Updates

Microsoft regularly releases fixes for Quick Settings and Shell Experience Host issues through Windows Update. Ensure your device is fully up to date.

  1. Open Settings > Windows Update.
  2. Click Check for updates and install any available updates.
  3. Restart your computer when prompted.

Troubleshooting

Toggles Are Greyed Out

If individual toggles appear greyed out and cannot be clicked, the underlying service may be disabled. Check the following:

Volume Slider Does Not Move

If the volume slider appears but does not respond, the Windows Audio service may need restarting:

  1. Press Win + R, type services.msc, and press Enter.
  2. Locate Windows Audio and Windows Audio Endpoint Builder.
  3. Right-click each service and select Restart.
  4. Test the volume slider again.

Brightness Slider Missing

The brightness slider only appears on devices with an adjustable display. If it is missing:

Issue Persists After All Steps

If the Quick Settings panel still does not respond after completing all the steps above, the issue may be caused by a recent Windows update or a third-party shell replacement tool. Consider the following:

For further guidance on Windows 11 configuration, see our article on Customizing the Windows 11 Start Menu and Taskbar. If you are experiencing broader connectivity problems alongside the Quick Settings issue, refer to Troubleshooting Network Connectivity in Windows 11.

If the problem continues after these steps, please open a ticket through our support portal and our team will assist you further.

Still Having Issues?

Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.

💻 Open a Ticket