I do not want co pilot...how do i get rid of it

Donald Peterson 5 Reputation points
2025-12-07T18:26:37.3566667+00:00

I do not want co pilot. How do I get rid of it. We use Microsoft office for our personal use in our home.

Microsoft 365 and Office | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. AI answer

    2025-12-07T18:26:47.6266667+00:00

    To remove or disable Microsoft 365 Copilot, you can follow these steps:

    1. Disable Copilot Features: If you are a tenant administrator, you can turn off Copilot features in Microsoft 365 by going to the Microsoft 365 admin center. Navigate to Settings > Org settings > Services > Copilot for Service, and uncheck the option Allow users to see Copilot for Service content in Microsoft 365 apps. This will prevent users from seeing Copilot notifications.
    2. Uninstall the Copilot App: If you want to uninstall the Copilot app from your device, you can do so by going to Settings > Apps > Installed Apps. Find the Copilot app, click on the three dots next to it, and select Uninstall.
    3. Using PowerShell: If you are an IT administrator, you can also remove the Copilot app using PowerShell. Open PowerShell and run the following commands:
         # Get the package full name of the Copilot app
         $packageFullName = Get-AppxPackage -Name "Microsoft.Copilot" | Select-Object -ExpandProperty PackageFullName
         # Remove the Copilot app
         Remove-AppxPackage -Package $packageFullName
      

    By following these steps, you should be able to effectively remove or disable Microsoft 365 Copilot from your system.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    3 people found this answer helpful.
  2. Paulo GM 70,975 Reputation points Independent Advisor
    2025-12-07T19:36:33.88+00:00

    Hi,

    If you have the Microsoft 365 subscription, you can check this article on how you can turn off Copilot on Microsoft 365 apps.

    https://support.microsoft.com/office/bc7e530b-152d-4123-8e78-edc06f8b85f1

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.