ANAVEM
Reference
Languagefr
Remove Weather Icon from Windows 11 Taskbar using Microsoft Intune

Remove Weather Icon from Windows 11 Taskbar using Microsoft Intune

Remove the Weather widget from Windows 11 taskbars enterprise-wide using Microsoft Intune Settings Catalog — disable News and Interests via configuration policy with monitoring and troubleshooting included.

Emanuel DE ALMEIDA
3/13/2026 15 min 6
mediumintune 8 steps 15 min

Overview

The Windows 11 weather widget (News and Interests / Widgets board) is enabled by default on the taskbar and can be distracting in enterprise environments. Microsoft Intune provides centralized control through Settings Catalog configuration profiles to disable this feature across managed Windows 11 devices without local user intervention.

To disable the weather widget via Intune, navigate to Devices > Configuration profiles > Create profile > Windows 10 and later > Settings Catalog. Search for "Widgets" and configure the Allow Widgets policy to Disabled. Assign the profile to targeted device groups. The policy applies on next Intune sync (typically within 8 hours). For immediate application, trigger a device sync from the Intune Company Portal or run Invoke-MdmDeviceSync via PowerShell. The equivalent registry key is HKLM\SOFTWARE\Policies\Microsoft\Dsh with EnableNewsFeed set to 0.

Tip: Monitor policy deployment status under Devices > Monitor > Assignment failures in the Intune admin center. Devices not synced within 48 hours should be checked for network connectivity or enrollment issues.

Implementation Guide

Full Procedure

01

Access Microsoft Intune Admin Center

Start by logging into the Microsoft Intune administration portal where you'll create the configuration policy.

Open your web browser and navigate to https://endpoint.microsoft.com. Sign in using your Global Administrator or Intune Administrator credentials. Wait for the dashboard to load completely - you should see the main Intune overview with device statistics and recent activity.

Verification: Confirm you can see the left navigation pane with options like "Home", "Devices", "Apps", and "Tenant administration". If you don't see these options, verify your account has the correct permissions.

02

Navigate to Device Configuration Policies

Access the configuration policy creation area within the Intune console.

In the left navigation pane, click Devices. Then select Configuration from the submenu (you might see this as "Manage devices" > "Configuration" depending on your interface version). Click the Create button at the top of the configuration policies list, then select New Policy from the dropdown menu.

Verification: You should now see the "Create a profile" wizard with platform and profile type selection options. The page title should read "Create a profile" or similar.

03

Configure Policy Platform and Type

Set up the foundational settings for your weather widget removal policy.

In the profile creation wizard:

  • Select Windows 10 and later for the platform (this covers Windows 11 devices)
  • Choose Settings Catalog for the profile type - this is the current recommended method for Windows configuration management
  • Click Create to proceed to the next step

Pro tip: Settings Catalog is Microsoft's modern approach to device configuration, replacing older Administrative Templates. It provides more granular control and better compatibility with Windows 11 features.

Verification: The wizard should advance to the "Basics" tab where you'll enter policy details.

04

Enter Policy Basic Information

Provide descriptive information for your policy to ensure easy identification and management.

Fill in the following fields:

  • Name: Remove Weather Widget from Windows 11 Taskbar
  • Description: Disables the weather widget (Widgets feature) from appearing on the Windows 11 taskbar for improved productivity and reduced distractions

Click Next to proceed to the configuration settings.

Verification: Ensure the name and description clearly indicate the policy's purpose. You should now be on the "Configuration settings" tab.

05

Configure Widget Disable Settings

This is the core step where you'll disable the weather widget through the Settings Catalog interface.

In the Configuration settings section:

  1. Click Add settings to open the Settings picker
  2. In the search box, type Widgets and press Enter
  3. From the search results, expand the Widgets category
  4. Select the checkbox next to Allow Widgets
  5. Click Close to return to the configuration page
  6. In the newly added setting, set Allow Widgets to Not Allowed

Warning: Don't confuse this with the "News and Interests" setting, which is for Windows 10. Windows 11 specifically uses the "Allow Widgets" setting.

Verification: You should see "Allow Widgets: Not Allowed" listed in your configuration settings. Click Next to proceed to assignments.

06

Assign Policy to Target Groups

Deploy the policy to your Windows 11 devices by assigning it to appropriate Azure AD security groups.

In the Assignments section:

  1. Under Included groups, click Add groups
  2. Search for and select your Windows 11 device security groups (e.g., "Windows 11 Corporate Devices" or "All Company Devices")
  3. Choose Required for the assignment type to ensure mandatory application
  4. Click Select to confirm your group selection

Leave Excluded groups empty unless you need to exclude specific devices from this policy.

Pro tip: Create a test security group with a few devices first to validate the policy before rolling it out to your entire organization.

Verification: Your selected groups should appear in the "Included groups" list. Click Next to review the policy.

07

Review and Create the Policy

Perform a final review of your configuration before deploying the policy to your devices.

On the Review + create tab, verify:

  • Policy name and description are correct
  • Platform shows "Windows 10 and later"
  • Profile type shows "Settings catalog"
  • Configuration shows "Allow Widgets: Not Allowed"
  • Assigned groups are correct

If everything looks correct, click Create. You'll see a confirmation message: "Policy created successfully".

Verification: The policy should now appear in your Device configuration policies list with a status of "Not assigned" initially, which will change as devices sync.

08

Monitor Policy Deployment and Compliance

Track the deployment progress and ensure devices are receiving and applying the policy correctly.

To monitor your policy:

  1. Navigate back to Devices > Configuration
  2. Click on your "Remove Weather Widget from Windows 11 Taskbar" policy
  3. Select the Device status tab to see deployment progress
  4. Check the User status tab for user-specific deployment information

Policy application typically occurs during the next device sync cycle (usually within 8 hours) or can be forced by:

Get-ScheduledTask | Where-Object {$_.TaskName -eq "PushLaunch"} | Start-ScheduledTask

Verification: Devices should show "Succeeded" status. Users may need to sign out and back in or restart their devices to see the weather widget disappear from the taskbar.

Frequently Asked Questions

Can I remove the weather widget from Windows 11 without affecting Windows 10 devices in the same Intune policy?+
Yes, you can create a single policy that handles both operating systems. Use the 'Allow Widgets' setting (set to Not Allowed) for Windows 11 devices and 'Enable News and Interests' setting (set to Not Allowed) for Windows 10 devices. The Settings Catalog automatically applies the appropriate setting based on the device's operating system version.
How long does it take for the weather widget to disappear after deploying the Intune policy?+
The policy typically applies within 8 hours during the next device sync cycle. However, users may need to sign out and back in, or restart their devices to see the visual change. You can force immediate sync using PowerShell commands or through the Intune portal's device sync option.
What's the difference between Settings Catalog and Administrative Templates for removing the weather widget?+
Settings Catalog is Microsoft's modern configuration method that provides more granular control and better Windows 11 compatibility. It directly manages registry settings and offers real-time validation. Administrative Templates are the legacy approach and may not support all Windows 11 features. Microsoft recommends using Settings Catalog for new policies.
Can users re-enable the weather widget after the Intune policy is applied?+
No, when the 'Allow Widgets' policy is set to 'Not Allowed' through Intune, it enforces the setting at the system level and prevents users from manually enabling the widget through Windows Settings. The policy overrides local user preferences and maintains the disabled state until the policy is removed or modified.
What should I do if some Windows 11 devices still show the weather widget after policy deployment?+
First, verify the devices show 'Succeeded' status in the Intune policy monitoring. Check that devices are in the correct Azure AD security groups and have synced recently. Force a manual sync if needed, then have users restart their devices or sign out/in. If issues persist, check for conflicting policies or ensure you're using the correct 'Allow Widgets' setting rather than the Windows 10 'News and Interests' setting.
Emanuel DE ALMEIDA
Written by

Emanuel DE ALMEIDA

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...