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.
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.
- Sign out and back in, or restart Windows.
- Run the built-in Windows Troubleshooter for hardware and devices.
- Restart the Windows Shell Experience Host service from Task Manager.
- Re-register the Quick Settings app package via PowerShell.
- 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.
- Right-click the Start button and select Task Manager.
- Click Details in the left-hand pane.
- Scroll down and locate Windows Shell Experience Host.
- Right-click it and choose End task.
- Wait a few seconds. Windows will automatically relaunch the process.
- Click the network, volume, or battery icon in the taskbar to test the Quick Settings panel.
Run the Windows Troubleshooter
Windows includes a built-in troubleshooter that can detect and repair common issues affecting hardware toggles.
- Open Settings by pressing
Win + I. - Navigate to System > Troubleshoot > Other troubleshooters.
- Locate Hardware and Devices in the list.
- Click Run next to it and follow the on-screen prompts.
- Restart your computer when prompted.
msdt.exe -id DeviceDiagnosticRe-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.
- Right-click the Start button and select Terminal (Admin) or Windows PowerShell (Admin).
- Click Yes on the User Account Control prompt.
- Type the following command and press
Enter:Get-AppxPackage -Name Microsoft.Windows.ShellExperienceHost | foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" } - Wait for the command to complete. You may see a brief flash as the shell reloads.
- Test the Quick Settings toggles.
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.
- Press
Win + Ito open Settings. - Go to System > Notifications.
- Scroll down to the Quick Settings section.
- Click Edit quick settings and ensure the toggles you need (Wi-Fi, Bluetooth, aeroplane mode, brightness, volume) are added.
- 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.
- Open an elevated Command Prompt by right-clicking Start and selecting Terminal (Admin).
- Click Command Prompt from the terminal window if it opens PowerShell by default.
- Type the following command and press
Enter:DISM /Online /Cleanup-Image /RestoreHealth - Wait for the scan to complete. This may take several minutes.
- Next, type
sfc /scannowand pressEnter. - 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.
- Open Settings > Windows Update.
- Click Check for updates and install any available updates.
- 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:
- For Wi-Fi: Ensure the WLAN AutoConfig service is running. Press
Win + R, typeservices.msc, and pressEnter. Locate WLAN AutoConfig, right-click it, and select Start if it is stopped. - For Bluetooth: Confirm the Bluetooth Support Service is running using the same method.
- For Airplane Mode: Check that no physical switch or function key (
Fn + F2or similar) is toggling aeroplane mode on your laptop.
Volume Slider Does Not Move
If the volume slider appears but does not respond, the Windows Audio service may need restarting:
- Press
Win + R, typeservices.msc, and pressEnter. - Locate Windows Audio and Windows Audio Endpoint Builder.
- Right-click each service and select Restart.
- Test the volume slider again.
Brightness Slider Missing
The brightness slider only appears on devices with an adjustable display. If it is missing:
- Confirm your monitor drivers are up to date by visiting your device manufacturer's website.
- Open Settings > Display and check whether the Brightness slider appears there.
- Update your display adapter driver through Device Manager.
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:
- Check Settings > Windows Update > Update history for recently installed updates. You can uninstall a problematic update from this page.
- Disable any third-party taskbar customisation tools such as StartAllBack, Start11, or ExplorerPatcher, then restart your computer.
- Create a new user profile under Settings > Accounts > Other users to test whether the issue is profile-specific.
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?
💻 Open a Ticket