Share via

Cannot press the wifi icon on bottom right windows 11

Sam Smalls 0 Reputation points
2026-04-07T02:45:27.4966667+00:00

On the bottom right of Windows 11, when I try to change my wifi I normally press the bottom right where it brings up Wifi, Bluetooth, Airplane mode, etc. As of a few months ago, when I do that, it pops up empty and crashes within a split second. I've tried resetting the wifi settings and things like that. My wifi and everything else work, I just have to go all the way to settings to change wifi, Bluetooth, mobile hotspot, volume, etc and it's just becoming a hassle. I have a great PC when it comes to functionality and components. This just randomly came up after a Windows update late last year.

Windows for home | Windows 11 | Internet and connectivity
0 comments No comments

2 answers

Sort by: Most helpful
  1. Gunasekar N 64,050 Reputation points Independent Advisor
    2026-04-07T03:23:10.2166667+00:00

    Hello, thank you for reaching out to Microsoft Q&A.

    Have you tried restarting the File Explorer process in Task Manager before, and see if it helps?

    Open the Task Manager.

    Locate Windows Explorer Process in the lists, right-click and select 'Restart'.

    ========================================================================

    If that doesn't resolve your issue,

    Open an elevated Command Prompt.

    Run the commands one by one below and click Enter for each command.

    Dism /Online /Cleanup-Image /RestoreHealth
    
    sfc /scannow
    

    Once completed, restart your computer.

    ============================================================================

    Another method,

    running the command will reset Windows components related to Start Menu and Taskbar UI.

    Open a PowerShell (Administrator) window and run the command below.

    Get-AppxPackage Microsoft.Windows.StartMenuExperienceHost | Reset-AppxPackage
    
    

    Once completed, please restart your computer and check if the taskbar icons work without any crashes.


    0 comments No comments

  2. Q&A Assist
    2026-04-07T02:45:39.1466667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The issue is consistent with a broken or corrupted Settings/quick actions UI rather than a Wi‑Fi problem. Re‑registering the Settings app and built‑in apps via PowerShell has resolved similar symptoms (Settings pages crashing, networking UI not opening) in Windows 11.

    Use these steps:

    1. Open elevated PowerShell
      • Press Windows key + X.
      • Select Windows PowerShell (Admin) or Terminal (Admin).
    2. Re‑register the Settings app
      • Run this command and let it complete (ignore red errors):
             Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
        
    3. Re‑register all built‑in apps
      • Run this command next and wait for it to finish (again, ignore red errors):
             Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
        
    4. Restart the PC
      • After the commands complete, restart Windows.
      • Then try clicking the bottom‑right quick settings area again (Wi‑Fi/volume/battery cluster) and verify that the panel opens and stays visible.

    If the quick settings panel still crashes after this, use Settings → Network & internet as a workaround and consider a broader repair (e.g., Reset this PC while keeping files) as shown in similar corruption cases.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.