Share via

"Settings" does not load in Windows 11

Ben Cardillo 0 Reputation points
2026-03-07T00:11:41.31+00:00

"Settings" app, nor any sub-component does not load in Windows 11

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

2 answers

Sort by: Most helpful
  1. Estrella721 39,590 Reputation points Independent Advisor
    2026-03-07T00:47:34.45+00:00

    Hi,

    I suggest first trying the AI-generated solutions. If the issue persists, please follow the steps below:

    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. 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.)
    2. Run the downloaded file and select 'Yes' when prompted by User Account Control (UAC).
    3. Accept the Microsoft Software License Terms if you agree.
    4. 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 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.)

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-03-07T00:11:51.9166667+00:00

    Use alternative ways to open Settings first, to confirm whether the app is completely broken or only the usual entry point:

    1. Try different ways to open Settings
      • Press Windows logo key + I.
      • Right‑click Start and select Settings.
      • In a browser or File Explorer address bar, type ms-settings: and press Enter.
      • If any of these open Settings, use the search box inside Settings to navigate to the page needed.
    2. If Settings opens slowly or partially
      • Settings is the main configuration hub in Windows 11 and can be heavy if the system is under load or corrupted. Wait a bit to see if it eventually appears.
      • Once open, use the left navigation panel or the search bar to reach the required category (for example System, Network & Internet, Privacy & security).
    3. If Settings does not open at all or crashes
      • Re‑register Settings and other built‑in apps using PowerShell (Admin):
        1. Press Windows key + X and select Windows PowerShell (Admin) or Terminal (Admin).
        2. Run these commands one at a time and let each finish (ignore 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"}
          
        3. Restart the PC and try opening Settings again with Windows logo key + I or ms-settings:.
    4. If Settings still fails after re‑registering
      • Use the System Configuration Tools and other built‑in tools to verify the system state and, if needed, prepare for repair:
        • Confirm that Windows is up to date once Settings works again, because the Settings app is continually updated with Windows.
        • If Settings remains unusable and other core components are also failing (for example Windows Update, Store, or services), consider an in‑place repair or Reset this PC from Windows Recovery as a next step.

    These steps restore the Settings app in many cases where it will not load or crashes immediately.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.