Share via

Windows 11 24h2 settings app doesn't work properly.

Anonymous
2025-02-14T16:00:31+00:00

Hello! I've had some issues lately with my Windows 11 24h2, I couldn't update it no matter what. Error: 0x800f081f

I've managed to update it later on with the UUP Dump method, now I'm on KB5051987 and lately the Settings app doesn't work properly. When I try to open it normaly it will redirect me to the home tab of the settings app and it'll just close itself. If I try to hop directly into windows update or windows display tabs via the windows search bar then it'll let me open the settings app, once I try to click on the Home tab then it'll crash again.

Another issue I've been having is the Windows Security app not working. It's just a black interface and that's all.

Things I've tried:
Repair corrupted files via sfc /scannow and other such commands.
Reinstall via Windows Update says It can't find a Windows repair version.
In-place upgrade does nothing/
Resetting apps like the security and settings app via the reset and/or repair button.
Fully reinstalling my graphics drivers.
Closing other 3rd party apps.
Trying to reinstall apps via "Get-AppxPackage" in PowerShell.

Nothing worked. Hopefully I can get some help.

Here are my CBS logs: https://www.mediafire.com/file/tjtxswdd213ykeo/CBS.log/file

Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-04-10T14:48:51+00:00

    Hello Imperius

    Thank you for contacting Microsoft community support. I can understand your concern and I am here to assist you and resolve this issue.

    To fix the Settings app not working properly in Windows 11 version 24H2, try resetting the app, running system scans, or performing an in-place upgrade.

    These Solutions you can try to resolve this your issue:

    1. Reset the Settings App:

    Right-click on the Start Menu and select Apps & Features or use the search bar to find Settings.

    Locate the Settings app in the list, click on it, and select Advanced options.

    Click the Reset button to reset the app

    1. Run System File Checker (SFC) Scan:

    Open Windows Terminal (Admin) by right-clicking the Start button and selecting it.

    Type sfc /scannow and press Enter. This command will scan for and repair any corrupted system files

    1. Perform DISM Scan:

    In the same Windows Terminal, execute the following commands one at a time, pressing Enter after each:

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    After these scans, restart your computer

    1. Re-register the Settings App:

    Open PowerShell as Administrator (search for PowerShell, right-click, and select "Run as Administrator").

    Use the following command to re-register the Settings app:

    Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

    Once done, restart your PC

    1. In-place Upgrade:

    If the above methods do not resolve the issue, consider performing an In-place upgrade. This method reinstalls Windows without removing your personal files or applications.

    Download the Windows 11 ISO from the official Microsoft website.

    Run the ISO and select the option to keep personal files and apps during the installation process. Make sure to disconnect from the internet to avoid issues during setup.

    Additionally, you can do

    • Check for Windows Updates: If you can access other settings or control panel options, check if there are any pending updates that may fix known issues.
    • Safe Mode: If necessary, reboot your computer into Safe Mode to see if the Settings app works properly there. This can help you determine if third-party applications are causing the issue
    • System Restore: If the problem persists, consider using System Restore to revert your computer to a previous state when the Settings app worked correctly

    Using these above methods will help you troubleshoot and potentially resolve the problems you're experiencing with the Settings app on Windows 11 24H2. If any other issue you have you can contact me. I am here to help you. Have a great day.

    Best Regards

    Roop_green

    Microsoft community support specialist

    1 person found this answer helpful.
    0 comments No comments