Follow
Windows

How to Disable Widgets Board on Hover in Windows 11

Richard
Written by
Richard
Sep 30, 2022 Updated Apr 30, 2026 2 min read
How to Disable Widgets Board on Hover in Windows 11

The Widgets board in Windows 11 provides news, weather, and stock updates. While useful, it often triggers accidentally when your mouse moves over the taskbar icon. This can be distracting. Disabling this feature keeps your desktop clean and prevents unwanted interruptions. It may also slightly improve system performance by reducing background resource usage.

What happens when done? The Widgets board will stop appearing automatically. You can still open it manually by clicking the icon or pressing Windows key + W.

Disable Widgets on Hover

This method is the easiest way to stop the hover trigger.

  1. Open the Widgets board by clicking the weather icon or pressing Windows key + W.
  2. Click the Profile icon in the top-right corner.
  3. Find Widgets taskbar behavior.
  4. Toggle Open Widgets board on hover to Off.
Windows 11 Widgets board settings profile page
Windows 11 Widgets board open on hover demonstration

Note: This process does not require admin privileges.

Registry Editor Method (Advanced)

Warning: Editing the registry can cause system issues if done incorrectly. Always back up your registry before proceeding.

Requires admin privileges.

  1. Press Windows key + R, type regedit, and press Enter.
  2. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. Right-click in the right pane, select New > DWORD (32-bit) Value.
  4. Name it TaskbarDa and set the value to 0.

Group Policy Editor (Professional/Enterprise)

If you are in an office environment, your IT team may use Group Policy to manage these settings.

Requires admin privileges.

  1. Press Windows key + R, type gpedit.msc, and press Enter.
  2. Go to Computer Configuration > Administrative Templates > Windows Components > Widgets.
  3. Double-click Allow widgets and select Disabled.
  4. Click Apply and OK.

PowerShell Method

PowerShell is a fast way for power users to change settings.

Requires admin privileges.

  1. Right-click the Start button and select Terminal (Admin).
  2. Run the following command:
    PowerShell
    Set-ItemProperty -Path "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" -Name "TaskbarDa" -Value 0
  3. Restart your computer to apply the changes.

Summary

Disabling the Widgets board in Windows 11 helps you maintain focus and prevents accidental pop-ups. Whether you use the simple settings menu, the Registry Editor, or Group Policy, you have full control over your taskbar experience. If you ever want the feature back, simply reverse the steps provided above.” }

Does disabling widgets improve system performance?

Yes, disabling the Widgets board can slightly improve system performance. Because the Widgets board runs as a background process to fetch live news and weather data, turning it off reduces the number of active background tasks, which frees up small amounts of CPU and memory for your other applications.

Why does the Widgets board keep appearing on touchscreen devices?

On touchscreen devices, the Widgets board is designed to open with a swipe gesture from the left edge of the screen. If you find it opening frequently, you may be accidentally swiping near the edge of your display. Disabling the hover feature will not stop swipe gestures, but it prevents mouse-based triggers.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2472 articles → Twitter

📚 Related Tutorials

How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11
How to Enable or Disable Widget Announcements on Taskbar in Windows 11
Windows How to Enable or Disable Widget Announcements on Taskbar in Windows 11
How to change the Widgets Dashboard in Windows 11
Windows How to change the Widgets Dashboard in Windows 11
How to Sign In and Out of Windows 11 Widgets Board
Windows How to Sign In and Out of Windows 11 Widgets Board

5 responses to “How to Disable Widgets Board on Hover in Windows 11”

Leave a Reply

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