windows settings crashing immediately (windows 10)

Troubleshooting Windows 10 Settings Crashes: Effective Solutions to Resolve Immediate Closure

Are you experiencing an issue where Windows 10 Settings menu opens briefly and then closes automatically? This frustrating problem can hinder your ability to update your system, adjust configurations, or troubleshoot other issues effectively. If you’ve tried common solutions such as running System File Checker or editing Group Policy settings without success, don’t worry—there are several methods you can use to resolve this problem.

Understanding the Issue

When attempting to access Windows 10 Settings, some users report that the menu briefly appears before closing immediately. This unexpected behavior may be caused by system file corruption, registry issues, malware infections, or conflicts with third-party applications.

Step-by-Step Solutions

1. Run System File Checker (SFC) and Deployment Image Servicing and Management (DISM) Tools

These built-in utilities are designed to repair corrupted system files:

  • Open Command Prompt as Administrator:
  • Press Windows + X and select Command Prompt (Admin) or Windows PowerShell (Admin).
  • Execute the following commands:

bash
sfc /scannow

This scans your system files and repairs any issues found.
After completion, run:

bash
DISM /Online /Cleanup-Image /RestoreHealth

Restart your PC and check if the Settings app functions properly.

2. Reset the Settings App via PowerShell

Resetting the Settings app can fix issues caused by corrupted app data:

  • Open PowerShell as Administrator:
  • Search for PowerShell, right-click, and select Run as administrator.
  • Run the following command:

powershell
Get-AppXPackage *Windows.ImmersiveControlPanel* | Reset-AppXPackage

  • After the reset process completes, restart your computer and try opening Settings again.

3. Perform a Clean Boot

Conflicts from background applications can cause the Settings app to crash:

  • Press Windows + R, type msconfig, and press Enter.
  • Go to the Services tab, check Hide all Microsoft services, then click Disable all.
  • Navigate to the Startup tab and click Open Task Manager.
  • Disable all startup items.
  • Restart your PC and check if Settings opens correctly.

If the issue is resolved, re-enable services and startup items gradually to identify

Share this content:

Leave a Reply

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