Share via

Windows 11 update broke settings, start menu and the wifi/sound menu

Soup 0 Reputation points
2026-03-20T12:41:23.8433333+00:00

Its been a week since it started, ive tried rolling back quality updates in the recovery screen (didnt work). Idk its driving me crazy because i cant connect to wifi and ethernet is not an option.

Windows for home | Windows 11 | Windows update
0 comments No comments

3 answers

Sort by: Most helpful
  1. Sumit D - IA 165.2K Reputation points Independent Advisor
    2026-03-21T14:51:10.95+00:00

    No Problem.

    On the Lock Screen, Press and hold the Shift key. Then, click the restart button on the lock screen located at the bottom right situated in the Power menu, to open the Windows Recovery options.

    If you cannot reach the Lock screen or start your computer, restart your PC two times when the boot screen is shown. If your PC has no restart button, press and hold the Power button until the computer shuts down. Do this twice.

    On the third time, windows should open Windows Recovery options automatically.

    You can follow the steps from there to uninstall the update.

    0 comments No comments

  2. Sumit D - IA 165.2K Reputation points Independent Advisor
    2026-03-20T13:21:15.1+00:00

    Hi Soup,

    To remove the most recent update, please follow these steps to access the Windows Recovery environment:

    1. Open the Settings app by pressing the Win + I keys.
    2. Navigate to System > Recovery.
    3. Click the ""Restart Now"" button next to Advanced Startup.
    4. Choose the Troubleshoot option.
    5. Select ""Uninstall Updates,"" then choose either ""Uninstall Latest Quality Update"" or ""Uninstall Latest Cumulative Update.""

    Allow the process to complete.

    I’m eager to hear back and work together to find a solution.


  3. Q&A Assist
    2026-03-20T12:41:40.54+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Based on similar reported cases, the system components that handle Settings, Start menu, and network/sound flyouts are likely corrupted. The most effective fixes from the provided cases are:

    1. Re-register Settings and built-in apps This specifically helped a user whose Settings (especially Network) kept crashing and Wi‑Fi stopped working.
    1. Press Windows key + X and select Windows PowerShell (Admin) or Terminal (Admin).
    2. Run these commands one at a time (copy–paste, press Enter after each) and let them complete, ignoring red errors:
    Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
    
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    
    1. Restart the PC.
    2. Test Start menu, Settings, and the Wi‑Fi/sound tray menus again.
    1. Run built-in troubleshooters (if Settings opens) If Settings works after step 1:
    1. Go to Settings > System > Troubleshoot > Other troubleshooters.
    2. Run at least:
      • Windows Update
      • Any network-related troubleshooters available

    This is recommended in similar corruption/instability scenarios.

    1. If Windows Update and core services remain broken If Windows Update services fail to start with errors (like 1053) or updates consistently fail, the system may be too corrupted for simple repair. In that case, the recommended next steps from similar threads are:
    • In-place repair upgrade (Windows 11 ISO)
      • Download the Windows 11 ISO that matches the installed language.
      • Disconnect from the internet and external devices (except mouse/keyboard).
      • Double-click the ISO in File Explorer and run Setup.exe.
      • Choose Install and ensure the option to keep files and apps is selected.
      • Let the process complete; this refreshes system files and built-in apps without removing personal data.

    If even that cannot be done or the system remains unstable, a reset/clean reinstall (with backup of personal files) is the final option, as recommended in similar severe-corruption cases.


    References:

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.