WINDOW 11

How to Disable Windows Widgets in Windows 11

5 SOLUTIONS
MAY 17, 2025

Want to turn off or remove the Widgets feature in Windows 11? Here are 5 straightforward ways: You can hide the icon, disable them in Settings, use Group Policy, edit the Registry, or even uninstall them completely with CMD or PowerShell.

Deepak Yadav
Deepak Yadav

Administrator Access

You need admin rights on Windows 11 to change system settings or the registry.

Backup Your System

Create a System Restore Point before editing the Registry or Group Policy.

Windows Edition Check

Group Policy Editor is only available in Pro/Enterprise editions.

Advertisement

Disable Widgets from Taskbar Settings

4 STEPS EASY 2 MIN

1/5

METHOD
Method 1
Overview

The simplest way to disable Widgets is directly via the Taskbar settings.

Method 1 of 5
Next Method

Open Taskbar settings 

Right-click an empty space on the taskbar

Select Taskbar settings from the menu

Method 1 of 5
Step 1 of 4

Find Widgets toggle 

Under Taskbar items section

Method 1 of 5
Step 2 of 4

Turn off Widgets 

Switch the Widgets toggle to Off

Method 1 of 5
Step 3 of 4

Restart if needed

 Restart or log out to apply changes

Method 1 of 5
Step 4 of 4
Advertisement

Use Group Policy Editor

3 STEPS EASY 2 MIN

2/5

METHOD
Method 2
Overview

Group Policy lets you disable Widgets entirely at a system level.

Method 2 of 5
Next Method

Open Group Policy Editor 

Press Win + R, type gpedit.msc, press Enter

Caution: If gpedit.msc is missing, check the solution here to fix it:

Fix Missing gpedit.msc

Method 2 of 5
Step 1 of 3

Navigate to Widgets setting

 Computer ConfigurationAdministrative TemplatesWindows ComponentsWidgets

Double-click Allow Widgets

Select Disabled → click OK

Method 2 of 5
Step 2 of 3

Restart PC 

Applies changes to all users

Method 2 of 5
Step 3 of 3
Advertisement

Disable via Registry Editor

4 STEPS EASY 2 MIN

3/5

METHOD
Method 3
Overview

This method works even if you don’t have Group Policy Editor.

Method 3 of 5
Next Method

Open Registry Editor 

Press Win + R, type regedit, press Enter

Method 3 of 5
Step 1 of 4

Go to Registry path 

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Dsh

Create Dsh key (if missing) : Right-click MicrosoftNewKey → name it Dsh

Method 3 of 5
Step 2 of 4

Add DWORD 

Right-click on Dsh, select New.

Choose DWORD (32-bit) Value and name it AllowNewsAndInterests.

Method 3 of 5
Step 3 of 4

Set value to 0 

This disables Widgets system-wide

Tips: Right-click Dsh → choose Export to back up. Restart PC to apply the Registry changes.

Method 3 of 5
Step 4 of 4
Advertisement

Remove Widgets Using PowerShell

3 STEPS EASY 2 MIN

4/5

METHOD
Method 4
Overview

To remove Widgets for your user account, use PowerShell to uninstall the Widgets app.

Method 4 of 5
Next Method

Open PowerShell as Admin 

Right-click Start → select Windows Terminal (Admin)

Method 4 of 5
Step 1 of 3

Run uninstall command

 Get-AppxPackage WindowsWidgets | Remove-AppxPackage

Method 4 of 5
Step 2 of 3

Restart or sign out/in 

Completes uninstallation for your user

Tip: This method is reversible by reinstalling Widgets from the Microsoft Store if needed later.

Method 4 of 5
Step 3 of 3
Advertisement

Hide Widgets Icon Only (Keep Running)

5 STEPS EASY 2 MIN

5/5

METHOD
Method 5
Overview

If you want to keep Widgets active but remove the icon from the Taskbar:

Method 5 of 5

Open Registry Editor

 Press Win + R, type regedit, press Enter

Method 5 of 5
Step 1 of 5

Navigate to Explorer key 

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Method 5 of 5
Step 2 of 5

Create or modify DWORD 

Name it TaskbarDa

Method 5 of 5
Step 3 of 5

Set value to 0 

Hides the Widgets icon

Method 5 of 5
Step 4 of 5

Restart Explorer Open

Task Manager → Right-click Windows Explorer → Click Restart

Method 5 of 5
Step 5 of 5

Pro Tips

Image

Always back up your system before editing the Registry or Group Policy.

Most changes require a reboot or sign-out to take effect.

To restore Widgets, reinstall the Windows Web Experience Pack via Microsoft Store or use PowerShell for advanced users.