Widgets in Windows 11 offer a convenient way to access personalized content like news and weather directly from your desktop. However, if you find them unnecessary or distracting, you might want to remove them entirely. This article outlines several methods to uninstall, disable, or hide Widgets in Windows 11, allowing you to customize your experience according to your preferences.
Uninstall Widgets on Windows 11
If you wish to completely remove the Widgets feature from your system, you can uninstall the Windows Web Experience Pack. This action will eliminate Widgets entirely, including the option from the taskbar settings.
Cmd or PowerShell in the Start menu, then right-click and select Run as administrator. Alternatively, right-click the Start button and choose Terminal (Admin).
winget uninstall "Windows web experience Pack"

The Winget tool will uninstall the MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy package, effectively removing Widgets from your system.

After completing these steps, Widgets will be completely uninstalled, and the feature will no longer be available on your computer.
Reinstall or Restore Widgets in Windows 11
If you decide to bring back the Widgets feature, you can reinstall the Windows Web Experience Pack via the Microsoft Store.



Once the installation is complete, the Widgets feature will be restored on your Windows 11 system.
Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →Disable Widgets on Windows 11
If you prefer to disable Widgets rather than uninstalling them, you can do so using several methods, such as the Group Policy Editor, Registry Editor, or Command Prompt.
Disable Widgets Using the Group Policy Editor
For users running Windows 11 Pro or higher, the Group Policy Editor allows you to disable Widgets across all user accounts. Here’s how:
gpedit.msc into the search bar, and press Enter to launch the Group Policy Editor. Alternatively, press Win + R, type gpedit.msc, and click OK.
Computer Configuration > Administrative Templates > Windows Components > Widgets



After restarting your computer, the Widgets feature will be disabled and removed from the taskbar. If you wish to re-enable Widgets later, return to the Allow widgets policy and set it to Not Configured or Enabled.
Disable Widgets on Windows 11 Using Registry Editor
If you’re using Windows 11 Home edition or prefer to use the Registry Editor, follow these steps to disable Widgets:
Win + R to open the Run dialog box. Type regedit and press Enter to open the Registry Editor. If prompted by User Account Control, click Yes.

Method 1:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft



Dsh key selected, right-click in the right pane, choose New, and select DWORD (32-bit) Value.
AllowNewsAndInterests. Double-click on it, set the Value data to 0, and click OK.
Method 2:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

TaskbarDa. If it doesn’t exist, right-click in the right pane, select New, and choose DWORD (32-bit) Value. Name it TaskbarDa.

To re-enable Widgets, change the Value data of TaskbarDa back to 1 and restart your computer.
Disable Widgets Using Command Prompt or PowerShell
You can also disable Widgets using Command Prompt or PowerShell with administrative privileges.
Cmd or PowerShell, right-click, and select Run as administrator.
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v TaskbarDa /t REG_DWORD /d 0
To re-enable Widgets, use the command:
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v TaskbarDa /t REG_DWORD /d 1
Hide Widgets on Windows 11
If you simply want to hide Widgets to reduce distractions without disabling or uninstalling them, you can adjust your settings accordingly.
Hide Widgets from Taskbar Using Settings
This will remove the Widgets icon from your taskbar. However, the Widgets feature will still be running in the background, and you can access it using the Win + W shortcut.
Hide Widgets on Hover on Windows 11
If you want to keep the Widgets icon on the taskbar but prevent the Widgets board from opening when you hover over it, follow these steps:



You can also disable widget notification badges and announcements by toggling off the respective options.
With these settings adjusted, the Widgets board will no longer open unintentionally when you hover over the icon, reducing potential distractions.
Depending on your preferences, you can choose to uninstall, disable, or simply hide Widgets in Windows 11 using the methods outlined above.






