A PC equipped with advanced AI capabilities and Windows Copilot integration
Hi Delores Sublett,
Thank you for reaching out to the Microsoft Q&A Forum. and I’m really sorry to hear how much trouble Copilot has caused for you.
1 - You can uninstall the consumer Microsoft Copilot app if it appears in your Installed Apps list:
- Open Settings → Apps → Installed Apps.
- Find Copilot.
- Click the three dots → Uninstall.
2 - If uninstall button is missing, you can use PowerShell
- Open PowerShell as Administrator.
- Run this command to find the package name:
Get-AppxPackage -Name "Microsoft.Copilot" - Then remove it:
Get-AppxPackage -Name "Microsoft.Copilot" | Remove-AppxPackage - Force removal with this command:
Get-AppxPackage *Copilot* | Remove-AppxPackage
3 - If your issue is with Microsoft 365 apps (Word, Excel, Outlook) showing Copilot, you can turn Copilot OFF per app:
- Open Word/Excel/PowerPoint
- Go to File → Options → Copilot
- Uncheck Enable Copilot
- Restart the app
I look forward to receiving your update. Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Please note that our forum is a public platform, and we will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have additional questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.