Windows

How to completely uninstall Widgets feature on Windows 11

On Home windows 11, you need to use a PowerShell command to take away the Widgets characteristic, and on this information, I’ll present you the way it’s carried out. “Widgets” is the interface that seems if you click on the climate icon from the Taskbar, use the “Home windows key + Q” keyboard shortcut, or swipe from the left facet of the display screen to entry your customized feed (information, climate, sports activities, shares, and so forth.). Though the characteristic may be helpful for some, it’s not for everybody because it provides pointless distractions to your workflow.

You possibly can take away the button from the Taskbar, change the settings to stop opening Widgets by mistake, and even disable the information feed, however the characteristic will stay obtainable.

In case you don’t discover Widgets helpful, you need to use PowerShell to uninstall the characteristic utterly (thanks, Bob, for the tip). (In case you change your thoughts, you possibly can set up it once more.)

On this information, I’ll train you the steps to utterly take away the Widgets dashboard expertise from Home windows 11.

Uninstall Widgets on Home windows 11

To uninstall “Widgets” on Home windows 11, use these steps:

  1. Open Begin on Home windows 11.


    @media solely display screen and (min-width: 0px) and (min-height: 0px) {
    div[id^=”bsa-zone_1659356505923-0_123456″] {
    min-width: 336px;
    min-height: 280px;
    }
    }
    @media solely display screen and (min-width: 640px) and (min-height: 0px) {
    div[id^=”bsa-zone_1659356505923-0_123456″] {
    min-width: 728px;
    min-height: 280px;
    }
    }

  2. Seek for PowerShell, right-click the highest end result, and click on the Run as administrator choice.

  3. Kind the next command to uninstall the Widgets characteristic on Home windows 11 and press Enter:

    Get-AppxPackage *WebExperience* | Take away-AppxPackage

    PowerShell remove Widgets

  4. (Elective) Kind the next command to uninstall Widgets utilizing the winget command and press Enter:

    winget uninstall --id 9MSSGKG348SP

After you full the steps, the Widgets dashboard will probably be utterly faraway from Home windows 11. You gained’t even discover the choice to regulate the Widgets icon for the Taskbar within the Settings app.

Set up Widgets on Home windows 11

In case you change your thoughts or the characteristic is lacking for a unique motive, it’s attainable to reinstall the Widgets expertise from the Microsoft Store or use the Home windows Package deal Supervisor.

To put in the Widgets characteristic on Home windows 11, use these steps:

  1. Open Begin.

  2. Seek for PowerShell, right-click the highest end result, and click on the Run as administrator choice.

  3. Kind the next command to put in the Widgets board characteristic on Home windows 11 and press Enter:

    winget set up --id 9MSSGKG348SP

    winget install Widgets

  4. Kind “Y” and press Enter.

  5. Restart the pc.

When you full the steps, you need to use the Widgets board once more with the “Home windows key + Q” keyboard shortcut or the button within the Taskbar.

Replace February 14, 2024: This information has been up to date to make sure accuracy and mirror adjustments to the method.

Related Articles

Leave a Reply

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

Back to top button