|

How to Remove Windows Store Apps Using Intune in Windows 11 (25H2)

How to Remove Windows Store Apps Using Intune in Windows 11 (25H2)

If you manage Windows devices with Microsoft Intune, youโ€™ve probably had to deal with unwanted pre-installed apps like Xbox Game Bar, MSN Weather, or Sticky Notes. Starting with Windows 11 version 25H2, Microsoft finally introduced a native policy that lets you remove these built-in Microsoft Store apps directly through Intuneโ€”no scripts or complex cleanup tools required.

This guide explains everything you need to know about using this new feature: how it works, what you need, and step-by-step instructions to deploy it in your environment.


๐Ÿง  What This Feature Does

The new policy, โ€œRemove default Microsoft Store packages from the system,โ€ lets admins prevent certain apps from being provisioned on new or upgraded devices.

That means:

  • These apps wonโ€™t appear for new users signing into a device.
  • Itโ€™s supported only on Windows 11 Enterprise and Education editions (25H2 or later).
  • It doesnโ€™t uninstall apps that are already installed for existing usersโ€”it only prevents new provisioning.

If you manage Windows 11 Pro or Home editions, youโ€™ll need to rely on PowerShell scripts or other cleanup tools instead.


โœ… Before You Start

Make sure you have the following ready:

  1. Windows 11 Enterprise/Education, version 25H2 or later.
    This policy wonโ€™t work on earlier builds.
  2. Microsoft Intune (Endpoint Manager) with admin permissions to create device profiles.
  3. Target groups โ€” ideally, test this policy first on pilot or non-critical devices.
  4. Awareness of dependencies โ€” some built-in apps (like Camera or Snipping Tool) might be required by users or certain workflows. Review before removing.

โš™๏ธ Step-by-Step: Remove Store Apps Using Intune

Option 1: Using the Settings Catalog

This is the easiest and most direct way to deploy the policy.

  1. Go to Intune admin center โ†’ Devices โ†’ Windows โ†’ Configuration profiles.
  2. Click Create profile.
    • Platform: Windows 10 and later
    • Profile type: Settings catalog
  3. Name your profile โ€” for example, Remove Default Store Apps - 25H2.
  4. Under Settings picker, choose:
    • Category: Administrative Templates โ†’ Windows Components โ†’ App Package Deployment
    • Setting: Remove default Microsoft Store packages from the system
  5. Set the policy to Enabled.
  6. Choose which apps to remove. Youโ€™ll see a list of default apps like:
    • MicrosoftStickyNotes
    • XboxGamingApp
    • BingNews
    • Weather
    • OfficeHub
  7. Assign the profile to your device groups.
  8. Review and click Create.

Once deployed, new users signing in wonโ€™t see the removed apps.


Option 2: Using a Custom Configuration Profile (CSP)

If the setting doesnโ€™t appear in your Intune tenant yet, you can use a custom OMA-URI profile.

  1. In Intune, go to Devices โ†’ Configuration profiles โ†’ Create profile.
    • Platform: Windows 10 and later
    • Profile type: Custom
  2. Under OMA-URI Settings, click Add:
    • Name: RemoveDefaultMicrosoftStorePackages
    • OMA-URI: ./Device/Vendor/MSFT/Policy/Config/ApplicationManagement/RemoveDefaultMicrosoftStorePackages
    • Data type: String
    • Value: <enabled/> <data id="BingNews" value="true"/> <data id="MicrosoftStickyNotes" value="true"/> <data id="XboxGamingApp" value="true"/>
  3. Assign the profile to your target device group.
  4. Sync your devices to apply the change.

๐Ÿ” How to Verify the Policy Worked

To confirm the policy applied successfully:

  1. Registry Check:
    Open regedit and navigate to HKLM\SOFTWARE\Policies\Microsoft\Windows\Appx\RemoveDefaultMicrosoftStorePackages You should see the apps you removed listed as entries.
  2. Event Viewer:
    Go to Applications and Services Logs โ†’ Microsoft โ†’ Windows โ†’ AppxDeployment-Server โ†’ Operational.
    Look for Event ID 762, indicating successful removal or prevention.
  3. Intune Portal:
    Under the Configuration profiles section, check that the status shows Success for your devices.

โš ๏ธ Important Limitations

  • This policy only affects new user profiles โ€” apps already installed for existing users wonโ€™t be removed.
  • Itโ€™s available only on Enterprise and Education SKUs.
  • Avoid applying both GPO and Intune versions of the same policy to prevent conflicts.
  • Devices must be online and synced with Intune before user login for the policy to take effect.

๐Ÿงฉ Best Practices

  1. Test before rollout: Always deploy to a small pilot group first.
  2. Combine with Autopilot: Apply during Enrollment Status Page (ESP) to ensure apps are removed before first user login.
  3. Communicate to users: Let them know why certain apps are missing to avoid confusion.
  4. Cleanup for existing users: Use PowerShell scripts (like Get-AppxPackage / Remove-AppxPackage) to clean old profiles if needed.
  5. Audit results regularly: Monitor Intuneโ€™s deployment status and device compliance.

๐Ÿงพ Example XML Snippet for Custom Deployment

<enabled/>
<data id="MicrosoftStickyNotes" value="true"/>
<data id="MicrosoftBingWeather" value="true"/>
<data id="MicrosoftPeople" value="true"/>
<data id="XboxGamingApp" value="true"/>

You can adjust this list based on your organizationโ€™s preferences.


๐Ÿงญ Summary

Removing built-in Store apps through Intune is now simpler than ever with Windows 11 version 25H2.
This new policy helps IT admins maintain a cleaner, faster Windows environmentโ€”without relying on scripts or manual cleanup.

For the best experience:

  • Use Enterprise or Education SKUs.
  • Apply during provisioning (Autopilot stage).
  • Combine with communication and cleanup for existing users.


Similar Posts

Leave a Reply

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