Share via

Windows 11 settings will not open.

Jack Joyner, J D 20 Reputation points
2026-02-26T21:05:12.23+00:00

I tried multiple ways to open settings. Nothing works. what can I do?

Windows for home | Windows 11 | Settings
{count} votes

4 answers

Sort by: Most helpful
  1. Joram Vanhaerens 20 Reputation points
    2026-03-02T17:58:27.95+00:00

    After the preview update KB5077241 (OS Build 26200.7922), I was also unable to open any “Settings”-related window.

    First solution (didn't work for me)
    Use the Windows repair tools from the terminal using the command:

    sfc /scannow

    It reported that it found corrupted files and successfully repaired them. After that, I ran:

    DISM /Online /Cleanup-Image /CheckHealth

    When it finished, I restarted the PC. Unfortunately, the problem was not solved — I still could not open Settings.

    Second solution (what finally worked for me):

    I pressed the Windows key, held down Shift, and clicked Restart. This booted the system into the Windows Recovery Environment.

    From there, I selected:

    Troubleshoot → Advanced options → Uninstall Updates → Uninstall latest quality update

    After uninstalling the latest quality update and rebooting, Windows started normally again and the Settings app was working.

    So in my case, the preview quality update was the root cause, and uninstalling it through Advanced Startup fixed the issue.

    Additional recommendation:

    Since this was a preview (optional) update, I also recommend turning off preview updates to prevent similar issues in the future. You can do this by going to:

    Settings → Windows Update → Advanced options

    Then turn off:

    “Get the latest updates as soon as they’re available”

    This prevents Windows from automatically installing preview (non-security) updates while still allowing regular security updates to install normally.

    Hope this helped anyone out :)

    4 people found this answer helpful.

  2. Jonathan 0 Reputation points
    2026-03-11T00:52:17.1933333+00:00

    Huy's suggestion works well for me. I've been annoyed by this update, and I thought my laptop was damaged, and I can't get a new one now because it'll cost me an arm and a leg. Thank you, Huy, you're a Godsend. I hope God blesses you even more. This may seem small, but it is really a big help. Thank you again @Huy Nguyễn Đức I

    0 comments No comments

  3. John DeV 159K Reputation points Independent Advisor
    2026-02-26T21:39:05.6533333+00:00

    Hi, good day!

    • When was the last time it worked properly?
    • Have you made any changes to your computer recently?

    Please let me know if you have tried the methods below.

    • Restart Windows Explorer

    Press Ctrl + Shift + Esc to open Task Manager.

    Select the Processes tab.

    Scroll down and select Windows Explorer, Right click then select Restart.

    • Please try to run SFC and DISM to check for any system errors and corrupted files.

    https://support.microsoft.com/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca

    After that, restart your computer

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.


  4. Q&A Assist
    2026-02-26T21:05:26.4466667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Try the following steps in order. After each step, test if Settings opens (for example with Windows logo key+I or by right‑clicking Start > Settings):

    1. Use alternative ways to open Settings
    • Press Windows logo key+I.
    • Right‑click Start and select Settings.
    • Press Windows logo key+R, type ms-settings: and press Enter.
    1. Re‑register the Settings app (and other built‑in apps) If Settings still does not open, re‑register it using PowerShell:
    2. Press Windows logo key+X and select Windows PowerShell (Admin) or Windows Terminal (Admin).
    3. Run these commands one at a time (copy, paste, press Enter after each):
         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"}
      
    4. Ignore any red error lines, wait for the commands to finish, then restart the PC and try opening Settings again.
    5. Use Get help from Windows If Settings starts opening but you still have issues with particular pages, use the built‑in help:
    • Open Settings (Windows logo key+I).
    • On the page that is giving trouble, select the Get help link to open the Get help app for targeted troubleshooting.
    1. If Settings still will not open If none of the above works, system files or components may be badly corrupted. In that case, consider an in‑place repair or reset using Windows 11 installation media, ensuring the option to keep personal files and apps is selected, as described in similar repair guidance in the context.

    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.