Skip to content
Follow
Windows 🟡 Intermediate

What To Do When Windows 11 Settings App Crashes Immediately On Launch

Richard
Written by
Richard
Aug 24, 2026 6 min read
What to do when Windows 11 settings app crashes immediately on launch
What to do when Windows 11 settings app crashes immediately on launch

The Windows 11 Settings app crashing immediately on launch happens when built-in system files or background tools responsible for your computer’s control panel get damaged. This frustrating bug stops you from changing your wallpaper, checking updates, or adjusting Wi-Fi because the main configuration window shuts itself down the second you click it.

Damaged system files, broken user profiles, or failed background updates usually trigger this sudden shutdown. Fixing the problem takes just a few minutes using simple built-in repair tools like System File Checker that find and replace the broken pieces.

⚡ Quick Answer

To fix the Windows 11 settings app when it crashes immediately on launch, open the Command Prompt as an administrator from the Start menu , type DISM.exe /Online /Cleanup-image /Restorehealth and press Enter, then type sfc /scannow and press Enter to repair your damaged system files automatically.

Method 1Restart Your Computer

Restarting your computer is the easiest way to fix a Windows 11 settings app that crashes immediately on launch. A simple reboot clears out temporary system glitches that often stop apps from opening properly. Just click the Start button , pick the Power icon, and select Restart to get a fresh start.

  1. Click the Start button on your taskbar .
  2. Click the Power icon in the corner of the Start menu .
  3. Select Restart and wait for your computer to turn back on completely.

Once your computer boots back up, try opening the settings app again. If it still crashes immediately, move on to the next method.

Settings
Settings

Method 2Use the System File Checker to Repair Damaged Files

Running the System File Checker tool is the best way to fix damaged files that cause the Windows 11 settings app to crash immediately on launch. This built-in Windows tool automatically finds missing or broken system files and replaces them with healthy copies so your computer runs smoothly again.

📝Note
The Windows 11 Settings app repair method requires administrator privileges because you are changing core system files. You must be signed in to an administrator account with full control to run the PowerShell commands successfully and fix the crashing application.
  1. Click the Start button and type cmd into the search box.
  2. Right-click on Command Prompt in the search results and select Run as administrator.
    Command Prompt
    Command Prompt
  3. If a window pops up asking if you want to allow this app to make changes to your device, click Yes.
  4. Type the following command carefully into the black window: DISM.exe /Online /Cleanup-image /Restorehealth
  5. Press the Enter key on your keyboard and wait for the process to finish completely.
  6. Next, type this command into the same window: sfc /scannow
  7. Press the Enter key.

The System File Checker scan takes several minutes to complete on Windows 11 computers. Once the System File Checker scan finishes, the tool repairs any broken operating system files it finds. You should restart your computer and test the Settings app to see if the problem is fixed.

Method 3Re-register the Settings App Using PowerShell

Re-registering the settings app using Windows PowerShell fixes a corrupted app package that causes the Windows 11 settings app to crash immediately on launch. Forcing Windows to reinstall the core settings package replaces broken code and gets the application working again without needing a full system reinstall.

📝Note
This method requires administrator privileges.
  1. Click the Start button and type powershell into the search box.
    PowerShell
    PowerShell
  2. Right-click on Windows PowerShell and select Run as administrator.
  3. Click Yes if a security warning box appears.
  4. Copy and paste the following long command into the PowerShell window:
PowerShell
Get-AppXPackage *Windows.Settings* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  1. Press the Enter key on your keyboard.

Ignore any red text that might appear while the command runs. Once it finishes, close the window, restart your computer, and check if the settings app opens normally.

Method 4Create a New User Account to Fix a Corrupted Profile

Creating a new user account helps you fix a corrupted user profile that causes the Windows 11 settings app to crash immediately on launch. When your personal account settings get broken, setting up a fresh profile lets you test if the issue is limited to your specific login.

Note: This method requires administrator privileges.

  1. Open the Windows search bar, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type the following command to create a new local user account, replacing USERNAME and PASSWORD with your own chosen text (for example, net user John Doe123 /add):

Log out of your current user account and log into your newly created user account to test the system settings application. Try opening the settings app on your Windows 11 device. If the settings app works without crashing, your old user profile is damaged, and you may want to move your personal files over to the new account.

Method 5Check for Windows Updates and Pending Installations

Checking for Windows updates using the command line helps fix software bugs that cause the Windows 11 settings app to crash immediately on launch. Installing pending background updates through an alternative method ensures your system has the latest patches needed to keep core applications stable.

Note: This method requires administrator privileges.

  1. Open the Windows search bar, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type the following command to see if updates are waiting: UsoClient startscan
  3. Press Enter.

Grabbing the latest update package directly from the Microsoft Update Catalog via a web browser serves as a reliable workaround when automated updates fail.

Unique Expert Tip: Resetting App Data via Windows Settings Alternatives

Using alternative control menus helps you manage your computer when the Windows 11 settings app crashes immediately on launch. Pressing the Windows Key + X opens a hidden quick menu that lets you access critical areas like Device Manager and Network Connections without opening the main settings screen.

If you need to change your network settings or troubleshoot your internet connection, right-click the internet icon in the bottom-right corner of your taskbar and select Network & internet settings or Troubleshoot problems. This bypasses the main settings homepage and takes you directly to the specific tool you need.

Settings › Network & internet
Settings › Network & internet

Unique Expert Tip: Checking Event Viewer for Faulting Modules

Checking the Event Viewer logs helps you find the exact error causing the Windows 11 settings app to crash immediately on launch. This diagnostic tool reads your computer error history so you can track down the specific faulting module behind the app failure.

Event Viewer
Event Viewer
  1. Click the Start button, type event viewer, and press Enter.
  2. In the left-hand menu, click the arrow next to Windows Logs to expand the list.
  3. Click on Application.
  4. Look through the list in the middle of the screen for an error event marked with a red circle that mentions SystemSettings.exe or related components.
  5. Click on the error to read the description at the bottom of the window. This tells you which specific file or module caused the crash, helping you decide whether to reinstall a specific driver or update an application.

Summary

Fixing a Windows 11 settings app that crashes immediately on launch usually involves repairing damaged system files, re-registering app packages, or switching to a fresh user profile. You can resolve these common issues by restarting your computer, running simple command-line tools, or checking system diagnostic logs.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

Windows 11 Settings App Not Opening? 7 Ways To Fix It
Windows Windows 11 Settings App Not Opening? 7 Ways To Fix It
How to Add Local User Account in Windows 11
Windows How to Add Local User Account in Windows 11
Advanced Windows 11 Troubleshooting: How To Use DISM And SFC Commands
Windows Advanced Windows 11 Troubleshooting: How To Use DISM And SFC Commands
Windows 11 Troubleshooting: Fix Common PC Errors
Windows Windows 11 Troubleshooting: Fix Common PC Errors

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *