This tutorial will show you different ways to uninstall or reinstall the Copilot app for your account or all users in Windows 11.
The Microsoft Copilot app is an AI here to give advice, inspiration, and help when you need a hand. You can start a conversation to get clear answers to tough questions, turn ideas into images, or polish your writing until it shines.
On new Windows 11 PCs, the Copilot app should already be installed by default. You can find the Copilot app pinned to the taskbar or on the Start menu.
Signing into Copilot using your personal Microsoft Account gives you access to your chat history, image creation, longer conversations, voice interactions, and other Copilot features.
References:
Getting started with Copilot on Windows | Microsoft Support
Discover how Microsoft Copilot, your everyday AI companion, can help you achieve anything you can imagine.
Getting started with Microsoft Copilot | Microsoft Support
Learn how to install and use Microsoft Copilot, your Artificial Intelligence companion, on all of your devices.
Get started with the Microsoft Copilot app | Microsoft Support
Make AI for every part of your workday. Boost productivity, create content, ask questions, and collaborate with Microsoft Copilot.
Contents
- Option One: Uninstall Copilot app for Current User in Start Menu
- Option Two: Uninstall Copilot app for Current User in Settings
- Option Three: Uninstall Copilot app for Current User using PowerShell Command
- Option Four: Uninstall Copilot app for All Users using PowerShell Command
- Option Five: Reinstall Copilot app for Current User from Microsoft Store
- Option Six: Reinstall Copilot app for Current User using "Microsoft Copilot Installer.exe" Download
EXAMPLE: Copilot app
1 Open the Start menu
, and click/tap on the All apps button. (see screenshot below)2 Right click or press and hold on the Copilot app, and click/tap on Uninstall. (see screenshot below)
3 Click/tap on Uninstall to confirm. (see screenshot below)
1 Open Settings (Win+I).
2 Click/tap on Apps on the left side, and click/tap on Installed apps on the right side. (see screenshot below)
3 Click/tap on the 3 dots button for the Copilot app, and click/tap on Uninstall. (see screenshot below)
4 Click/tap on Uninstall to confirm. (see screenshot below)
5 You can now close Settings if you like.
1 Open Windows Terminal, and select Windows Powershell.
2 Copy and paste the command below into Windows Terminal, and press Enter.
Get-AppxPackage | Where-Object {$_.Name -Like '*MicrosoftOfficeHub*'} | Remove-AppxPackage -ErrorAction Continue3 When finished, you can close Windows Terminal if you like.
You must be signed in as an administrator to use this option.
1 Open Windows Terminal (Admin), and select Windows PowerShell.
2 Copy and paste the command below into Windows Terminal (Admin), and press Enter.
Get-AppxPackage -AllUsers | Where-Object {$_.Name -Like '*MicrosoftOfficeHub*'} | Remove-AppxPackage -AllUsers -ErrorAction Continue3 When finished, you can close Windows Terminal (Admin) if you like.
1 Click/tap on the link below to open the Microsoft Copilot page in the Microsoft Store app.
2 If prompted, click/tap on Open Microsoft Store app to confirm. (see screenshot below)
3 Click/tap Download, Get, or Install button to install the Microsoft Copilot app from the Microsoft Store. (see screenshot below)
4 When the Microsoft Copilot app has finished installing, you can Open the app if wanted. (see screenshot below)
5 You can now close the Microsoft Store app if wanted.
6 You can Pin to taskbar the Copilot app if wanted.
1 Go to the Microsoft Copilot app page in the online Microsoft Store.
2 Click/tap on the Download button. (see screenshot below)
3 Browse to and select the folder (ex: "Desktop") you want to save the Microsoft Copilot - AI Companion Installer.exe file to, and click/tap on Save. (see screenshot below)
4 Run the downloaded Microsoft Copilot Installer.exe file when ready to install the Copilot app.
5 The Microsoft Copilot Installer will now download and install the Copilot app. (see screenshot below)
6 You can Pin to taskbar the Copilot app if wanted.
That's it,
Shawn Brink
Attachments
Last edited:











