/
/

How to Uninstall or Reinstall the Copilot app in Windows 11

How to Uninstall or Reinstall the Copilot app in Windows 11 blog banner image

Windows Copilot is a powerful AI assistant integrated into many Microsoft apps and processes. However, some end-users may not need Copilot to optimize workflow. If you can determine who these users are, this guide is your next stop for managing Copilot access in controlled IT environments.

Uninstalling the Copilot App

There are several paths to removing Copilot from endpoint devices, namely:

✔️ Start Menu

✔️ Windows Settings

✔️ Microsoft Edge

✔️ PowerShell Command

🥷 Tip: You can use any of the tools and settings to remove Copilot for the active user. Meanwhile, PowerShell can be used to remove access for all users.

Method 1: Uninstall Copilot using the Start Menu (current user only)

  1. On the Start Menu, select All apps.
  2. Locate the Copilot app, right-click on it, and choose Uninstall.
  3. Confirm the uninstallation when prompted.

Copilot app shows uninstall option upon right-click

Method 2: Uninstall Copilot via Windows Settings (current user only)

  1. Open Settings (Win + I), then navigate to AppsInstalled apps.
  2. Find Copilot in the list.
  3. Click on the three-dot menu next to Copilot and select Uninstall.
  4. Confirm the uninstallation when prompted.

2 Copilot apps found

Method 3: Remove the Copilot App in Microsoft Edge

If the Microsoft 365 Copilot app is also installed on the browser, you can uninstall it using these steps:

  1. Open Microsoft Edge. Type edge://apps/ in the address bar and press Enter.
  2. Locate the Copilot app.
  3. Click on the three-dot menu next to Copilot and select Uninstall.
  4. Confirm the uninstallation when prompted.

All Installed Apps showing Copilot

Method 4: Uninstall Copilot using a PowerShell command (current user only)

  1. Open Windows Terminal and select Windows PowerShell.
  2. Execute the following command:

Get-AppxPackage | Where-Object {$_.Name -Like '*Microsoft.Copilot*'} |

Remove-AppxPackage -ErrorAction Continue

Method 5: Uninstall Copilot using a PowerShell Command (all users)

  1. Open Windows Terminal and select Windows PowerShell.
  2. Execute the following command:

Get-AppxPackage -AllUsers | Where-Object {$_.Name -Like '*Microsoft.Copilot*'} |

Remove-AppxPackage -ErrorAction Continue

Reinstalling the Copilot app

On the other hand, you can quickly reinstall Copilot via the Microsoft Store or by using an executable (.exe) installer.

Method 1: Microsoft Store (current user only)

  1. Open the Microsoft Store and search for Microsoft Copilot.
  2. Click on Get or Install to begin the app installation.

Method 2: Using the installer executable

  1. Download the Microsoft Copilot Installer.exe from the official Microsoft Store website.
  2. Run the installer to reinstall the Copilot app.

Managing Copilot via Group Policy

For enterprise environments, administrators can manage the availability of the Copilot app using Group Policy:

  1. Press Win + R and type gpedit.msc. Tap OK to open the Group Policy Editor.
  2. Navigate to Computer ConfigurationAdministrative TemplatesWindows ComponentsWindows Copilot.
  3. Configure the Turn off Windows Copilot policy:
    • Set to Enabled to disable Copilot.
    • Set to Disabled or Not Configured to enable Copilot.

🥷 Note: This policy setting is only available in Windows 11 build 22631.3810 and Windows 10 build 19045.4593 or later.

Additional Tips after uninstalling Copilot

After uninstalling Copilot, the program’s icon may remain in the taskbar. When this happens, you will have to restart the system or manually remove the icon via taskbar settings.

In some instances, you may be unable to configure the Copilot app because it’s not on the list of installed apps. To address this, ensure that the system is updated to the latest version of Windows.

Lastly, if your system belongs to a managed IT environment, you may find that some of the methods or instructions here are restricted based on administrative policies. In such situations, consult with your IT support before taking further action.

Strategies for managing Copilot user access

Copilot can impact end-user productivity in both ways. As a result, uninstalling the AI assistant for certain users or groups is standard practice for streamlining the user experience and compliance with organizational policies.

To recap, if you need an access management strategy for Copilot, remember that you can use the Start Menu, Windows Settings, PowerShell, and even Micorsoft Edge to make adjustments for the current user. For devices with shared access, you can use PowerShell instead.

For organization-wide deployment, you may use the Group Policy Editor to uninstall Copilot if your Windows build and edition meet the basic requirements.

You might also like

Ready to simplify the hardest parts of IT?
×

See NinjaOne in action!

By submitting this form, I accept NinjaOne's privacy policy.

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).