The Widgets icon on the Taskbar is missing / not working from my Windows 11 Taskbar computer. How do I get it active back on Windows 11 taskbar?

Mudassar Rasool 20 Reputation points
2025-10-22T13:29:24.9766667+00:00

The Widgets icon on the Taskbar is missing / not working from my Windows 11 Taskbar computer. How do I get it active back on Windows 11 taskbar?

I have tried all available methods on the internet.

Can someone help me to fix this?

See the images below:

XX.png

WW.png

Windows for home | Windows 11 | Desktop, Start, and personalization | Task Bar
0 comments No comments

Answer accepted by question author
Harold Milan 17,595 Reputation points Independent Advisor
2025-10-22T15:20:56.7566667+00:00

Hi There,

The Widgets feature in Windows 11 relies on several background components, including:

Windows Web Experience Pack

Widgets.exe process

Microsoft Edge WebView2 Runtime

User account sign-in with a Microsoft account

The error 0x80010105 suggests that one of these components may be corrupted, not responding, or failing to initialize properly, which can cause the Widgets panel to crash or not appear at all.

 

Here’s a more advanced set of steps you can try:

 

Restart the Widgets Process

Press Ctrl + Shift + Esc to open Task Manager

Look for Widgets.exe or Windows Widgets

If found, right-click and choose End Task

Then press Windows + W to relaunch the Widgets panel

Reinstall the Web Experience Pack

Open Microsoft Store

Search for “Windows Web Experience Pack”

If it’s installed, click Uninstall, then reinstall it

Restart your PC after reinstalling

Check WebView2 Runtime

Go to Settings > Apps > Installed Apps

Search for Microsoft Edge WebView2 Runtime

If it’s missing, download it from the official Microsoft site: https://developer.microsoft.com/en-us/microsoft-edge/webview2/

Enable Widgets via Taskbar Settings

Right-click the taskbar > Taskbar settings

Make sure Widgets is toggled On

If it’s missing entirely, proceed to the next step

Run System File Checker

Open Command Prompt as Administrator

Run:

sfc /scannow

Show more lines

This will scan and repair any corrupted system files

 Check for Windows Updates

Go to Settings > Windows Update

Let me know how it goes, Happy to help!

Was this answer helpful?

2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Mudassar Rasool 20 Reputation points
    2025-10-24T05:53:21+00:00

    Run these 4 commands on Command Prompt / Windows PowerShell ...... to fix this issue

    Get-AppXPackage -AllUsers |Where-Object {$.InstallLocation -like "SystemApps"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)\AppXManifest.xml"}

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

    $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

    Get-appxpackage -all shellexperience -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "\appxmetadata\appxbundlemanifest.xml")}

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.