Share via

SETTINGS AND WINDOWS WILL NOT OPEN

Angela Martinez 0 Reputation points
2026-03-24T01:46:41.0166667+00:00

I have been trying to open the settings app, but it will not open. I have tried the window's app as well and it does not work. I cannot get to Wi-Fi settings and Bluetooth and I cannot even reset the computer. I have updated everything in the store, and I cannot seem to figure out what the issue is and how to resolve it. Please help. Thanks.

Windows for home | Other | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. Estrella721 36,545 Reputation points Independent Advisor
    2026-03-24T02:22:32.14+00:00

    Hi,

    Do you remember any changes made to your computer before the issue, such as installing a new update or software?

    1. Reset Settings via PowerShell (Admin)

    Right-click the Start Menu and choose Windows PowerShell (Admin).

    Copy and paste the command below, then hit Enter:

    Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage

    Restart your computer then check.

    2. Run SFC and DISM to check and repair system corrupted files:

    Open Command Prompt as an administrator.

    Copy and paste each command below, then press Enter. Please run each command one at a time:

    DISM /Online /Cleanup-Image /RestoreHealth

    sfc /scannow

    Restart your PC

    3. If the issue continues, try a repair in-place upgrade while keeping your files and apps. This helps fix or replace any corrupted files that may be causing the problem.

    Note: Before doing so, unplug all unnecessary external peripherals connected to your PC, and temporarily disable any third-party antivirus program to avoid interference.

    1. If you're using Windows 11: Click the 'Download now' button under 'Windows 11 Disk Image (ISO)' and save it to your computer: https://www.microsoft.com/software-download/windows11 (Click the third 'Download Now' button.)

    If you're using Windows 10: Click the 'Download now' button under 'Create Windows 10 Installation Media' and save it to your computer: https://www.microsoft.com/software-download/windows10

    1. Run the downloaded file and select 'Yes' when prompted by User Account Control (UAC).
    2. Accept the Microsoft Software License Terms if you agree.
    3. On the 'What do you want to do?' screen, select 'Upgrade this PC now' and click 'Next.'

    (This stage will download, verify, and create the Windows 10 or 11 installation media.) It will take some time to complete.

    1. Under 'Choose what to keep,' select 'Keep personal files and apps,' then click 'Next.'
    2. Click 'Install,' and the installation will begin. (This process will take some time, so please be patient.)
    0 comments No comments

  2. Q&A Assist
    2026-03-24T01:46:54.35+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Follow these steps in order until Settings opens again.

    1. Re‑register Settings and built‑in apps
      1. Press Windows key + X and select Windows PowerShell (Admin).
      2. 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"}
        
      3. Ignore any red error lines and wait for the commands to finish.
      4. Restart the PC and try opening Settings again (Windows logo key + I).
    2. Repair or reset the Settings app (and other affected apps)
      1. Select Start > Settings > Apps > Apps & features.
      2. Find the app that is not working (for example, Settings or other system apps if they appear in the list).
      3. Select it, then choose Advanced options.
      4. Select Repair. If that does not fix it, select Reset.
    3. If Microsoft Store or Store apps are also failing
      1. Reset the Store cache:
        1. Press Windows key + R.
        2. Type wsreset.exe and select OK.
        3. A blank Command Prompt opens, then closes, and Microsoft Store opens automatically.
      2. After that, try opening Settings again and check if Wi‑Fi/Bluetooth pages work.
    4. If individual apps still misbehave Use the general app repair options:
      1. Go to Start > Settings > Apps > Apps & features.
      2. Select the problematic app.
      3. Choose Advanced options > Repair, or Reset if Repair does not help.

    If Settings still will not open after re‑registering apps and repairing/resetting, a broader Windows repair or reset may be required, but that is beyond what is covered in the provided material.


    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.