IT administrator managing Windows 11 devices through Microsoft Intune admin center
Cloud ComputingIntermediate

How to Remove Weather Icon from Windows 11 Taskbar using Microsoft Intune

Create and deploy an Intune configuration policy to disable the weather widget from Windows 11 taskbars across enterprise devices. Complete process from policy creation to deployment monitoring.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
March 11, 202615 min read8 Steps

Why Should You Remove the Weather Widget from Windows 11 Taskbars in Enterprise Environments?

The weather widget in Windows 11 appears by default in the lower-left corner of the taskbar, displaying current weather conditions and providing access to news feeds. While useful for personal devices, many enterprise environments prefer to disable this feature to reduce distractions, improve productivity, and maintain a cleaner interface. Microsoft Intune provides a centralized way to manage this setting across all your Windows 11 devices through configuration policies.

This tutorial walks you through creating and deploying an Intune policy using the Settings Catalog feature - Microsoft's modern approach to device configuration management. You'll learn how to disable the weather widget across multiple devices simultaneously, monitor deployment progress, and troubleshoot common issues.

How Do You Access Microsoft Intune Admin Center for Policy Creation?

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.

Where Do You Find Device Configuration Options in Microsoft Intune?

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.

What Platform and Profile Type Should You Select for Windows 11 Widget Management?

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.

How Do You Configure Basic Policy Information for Weather Widget Removal?

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.

Which Specific Setting Controls the Weather Widget in Windows 11?

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.

The "Allow Widgets" setting is the registry-backed configuration that controls whether the widgets feature appears on the Windows 11 taskbar. When set to "Not Allowed", it prevents the weather widget from displaying and blocks user access to the widgets panel.

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

How Do You Assign the Weather Widget Policy to Windows 11 Devices?

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.

For mixed environments with both Windows 10 and Windows 11 devices, you can create a single policy that handles both operating systems. Add both the "Allow Widgets" setting (for Windows 11) and the "Enable News and Interests" setting (for Windows 10), setting both to "Not Allowed".

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

What Should You Review Before Deploying the Intune Weather Widget 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.

How Do You Monitor Weather Widget Policy Deployment in Microsoft Intune?

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 running this PowerShell command on the target device:

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

You can also force a manual sync from the Intune portal by selecting the device and clicking Sync.

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.

What Are Common Issues When Removing Weather Widgets via Intune?

Several issues can prevent successful policy deployment. Here are the most common problems and their solutions:

Policy Not Applied to Devices:

  • Ensure devices are properly enrolled in Intune and show as compliant
  • Verify the target security groups contain the correct devices
  • Check that devices have synced recently (within the last 24 hours)
  • Allow sufficient time for policy propagation - it can take up to 8 hours

Weather Widget Still Visible After Policy Deployment:

  • Restart the affected devices or have users sign out and back in
  • Verify the policy shows "Succeeded" status for the specific devices
  • Check for conflicting policies that might override the widget setting
  • Ensure you're using the correct "Allow Widgets" setting, not "News and Interests"

Mixed Environment Conflicts:

If you have both Windows 10 and Windows 11 devices, create a comprehensive policy that includes both settings:

  • "Allow Widgets" set to "Not Allowed" (for Windows 11)
  • "Enable News and Interests" set to "Not Allowed" (for Windows 10)

Warning: Always test policies on a small group of devices before deploying organization-wide. Some users may rely on the weather widget for quick information access.

The policy changes take effect immediately upon device sync, but the visual change (widget disappearing) may require a user session restart or device reboot to become visible.

Step-by-Step Guide

1
Step 1 / 8

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.

2
Step 2 / 8

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.

3
Step 3 / 8

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.

4
Step 4 / 8

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.

5
Step 5 / 8

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.

6
Step 6 / 8

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.

7
Step 7 / 8

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.

8
Step 8 / 8

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.

About the Author

Emanuel DE ALMEIDA

Emanuel DE ALMEIDA

Senior IT Journalist & Cloud Architect

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.

Last updated March 11, 2026

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...