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.
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.
- Click the Start button on your taskbar .
- Click the Power icon in the corner of the Start menu .
- 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.

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.
- Click the Start button and type
cmdinto the search box. - Right-click on Command Prompt in the search results and select Run as administrator.

Command Prompt - If a window pops up asking if you want to allow this app to make changes to your device, click Yes.
- Type the following command carefully into the black window:
DISM.exe /Online /Cleanup-image /Restorehealth - Press the Enter key on your keyboard and wait for the process to finish completely.
- Next, type this command into the same window:
sfc /scannow - 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.
- Click the Start button and type
powershellinto the search box.
PowerShell - Right-click on Windows PowerShell and select Run as administrator.
- Click Yes if a security warning box appears.
- Copy and paste the following long command into the PowerShell window:
Get-AppXPackage *Windows.Settings* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}- 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.
- Open the Windows search bar, type
cmd, right-click Command Prompt, and select Run as administrator. - 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.
- Open the Windows search bar, type
cmd, right-click Command Prompt, and select Run as administrator. - Type the following command to see if updates are waiting:
UsoClient startscan - 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.

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.

- Click the Start button, type
event viewer, and press Enter. - In the left-hand menu, click the arrow next to Windows Logs to expand the list.
- Click on Application.
- Look through the list in the middle of the screen for an error event marked with a red circle that mentions
SystemSettings.exeor related components. - 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?
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.
No comments yet — be the first to share your thoughts!