Fix: Windows 11 Settings Page Blank

Fix Windows 11 Settings page blank or missing issue using SFC, DISM, PowerShell, and XAML component repair methods easily.

Tanishka J.
Tech Content Writer
3 min read
Add as a preferred
source on Google

The Settings app is one of the most important parts of Windows 11. You use it to manage most of the configuration for your Windows system, install update, change display settings, manage Bluetooth devices etc. So, it can be a little annoying when the Settings page opens as a blank white or grey screen.

But don’t worry. We have a few easy fixes for you. Let’s try them to fix this issue.

Fix: Windows 11 Settings Page Blank

Windows 11 Settings Page Blank issue usually occurs due to damaged system files, broken app registration, or failed Windows updates. Below are fixes that you can do.

Fix 1: Restart Your PC

1. Click the Start button.

2. Select the Power icon.

Restart Your PC To Fix Windows 11 Settings Page Blank

3. Click Restart.

Restart Your PC To Fix Windows 11 Settings Page Blank

4. Wait for the PC to reboot.

5. Open the Settings app and check if the issue is fixed.

Fix 2: Repair Corrupted System Files Using SFC and DISM

Running SFC and DISM scans can fix corruption with system files and hence may be helpful in this case.

Run SFC Scan

1. Press Windows + S and type CMD.

Repair Corrupted System Files Using SFC and DISM

2. Right-click Command Prompt.

3. Select Run as administrator.

Repair Corrupted System Files Using SFC and DISM

4. Type the following command and press Enter:

sfc /scannow

Repair Corrupted System Files Using SFC and DISM

5. Wait for the scan to complete.

Run DISM Scan

1. In the same Command Prompt window, type the following command:

DISM /Online /Cleanup-Image /RestoreHealth

2. Press Enter.

3. Wait for the repair process to finish.

Repair Corrupted System Files Using SFC and DISM

4. Restart your computer.

Fix 3: Re-register the Settings app

Re-registering the app may reset the app to default or factory reset configuration and hence help you to resolve this issue.

Re-register the Settings App

1. Right-click the Start button.

2. Select Terminal (Admin).

Re-register the Settings App Using PowerShell

3. Make sure the PowerShell tab is open.

4. Run the following command and press Enter:

Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage

Re-register the Settings App Using PowerShell

5. Wait for the process to finish.

Re-register All System Apps

1. In the same PowerShell window, run this command:

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

Re-register the Settings App Using PowerShell

2. Wait for the command to complete.

3. Ignore minor red error messages, if they appear.

4. Restart your PC.

Fix 4: Register Missing XAML Components

1. Open PowerShell as Administrator.

2. Copy and paste the following command and press Enter:

Add-AppxPackage -Register -Path "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml" -DisableDevelopmentMode

Register Missing XAML Components To Fix Windows 11 Settings Page Blank

3. Run the next command:

Add-AppxPackage -Register -Path "C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode

Register Missing XAML Components To Fix Windows 11 Settings Page Blank

4. Run the final command:

Add-AppxPackage -Register -Path "C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\appxmanifest.xml" -DisableDevelopmentMode

Register Missing XAML Components To Fix Windows 11 Settings Page Blank

6. Restart your computer.

7. Open the Settings app and check if the blank screen issue is fixed.

That’s it. If you have any queries, let us know in the comments.

Share this article
https://www.kapilarya.com/fix-windows-11-settings-page-blank

Shareable URL

Article by

Tanishka J.
Tech Content Writer

Tanishka is an Technical Content Writer who simplifies tech topics into easy, reader-friendly content. She enjoys exploring new Windows features and sharing insights about them.

Leave a Comment

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