T The Triage ManualTechnical Guides for IT Emergencies
P4 · Endpoint & Device Management

Remove Microsoft Copilot Consumer App from Managed Windows 11 Devices

The April 2026 Windows security update introduced the RemoveMicrosoftCopilotApp policy, giving IT administrators a supported native mechanism to remove the Copilot consumer app from managed Windows 11 endpoints. The policy can be enforced via Group Policy, Microsoft Intune Settings Catalog, or PowerShell, and should be included in baseline endpoint configurations to prevent the app from persisting after future Windows updates. This addresses compliance and software governance requirements for organisations that need to restrict consumer AI applications on corporate devices.

Indicators

Likely causes

Diagnostic steps

  1. Verify the April 2026 Windows security update is installed on the target device by navigating to Settings > Windows Update > Update History, or by running 'Get-HotFix' in PowerShell and confirming the relevant KB is present.
  2. Confirm the Copilot app is present on the device by running in PowerShell: 'Get-AppxPackage -Name *Microsoft.Copilot* -AllUsers'. Also check for the app in the Start menu as a secondary confirmation.
  3. To remove via PowerShell immediately, run: 'Get-AppxPackage -Name *Microsoft.Copilot* -AllUsers | Remove-AppxPackage -AllUsers'. This removes the app for all user profiles on the device.
  4. To remove via Group Policy, open the Group Policy Management Console (GPMC), navigate to Computer Configuration > Administrative Templates, locate the 'RemoveMicrosoftCopilotApp' policy setting, and set it to Enabled. Link the GPO to the appropriate Organisational Unit (OU) containing managed devices.
  5. To deploy via Microsoft Intune, create a new Configuration Profile using the Settings Catalog. Search for 'RemoveMicrosoftCopilotApp', enable the setting, and assign the profile to the target device group. Allow time for policy sync to occur.
  6. After applying the policy or running the PowerShell command, verify successful removal by re-running: 'Get-AppxPackage -Name *Microsoft.Copilot* -AllUsers'. Confirm no results are returned, and verify the app no longer appears in the Start menu.

Resolution path

Prevention

Tools

References

Windows 11Microsoft CopilotRemoveMicrosoftCopilotAppGroup PolicyMicrosoft IntuneSettings CatalogPowerShellApp ManagementInbox App RemovalApril 2026 UpdateEndpoint ManagementConsumer App RestrictionSoftware Governance