How to Uninstalling and Reinstalling Copilot on Windows 11
Uninstalling and reinstalling Copilot on Windows 11 lets you fix issues or reset its settings.
Copilot is your built-in AI helper in Windows 11. It helps you control your PC and apps by just talking to it.
Now, Copilot acts like a normal program you can remove and put back. This is different from older versions that were harder to change.
With Windows 11 version 23H2, you can uninstall and reinstall Copilot for just your account or for everyone who uses the computer.
Uninstall Copilot by right-clicking it in the Start menu and selecting Uninstall, or go to Settings Apps Installed apps, find Copilot, click the three dots, and choose Uninstall. To reinstall, download the Microsoft Copilot installer from the Microsoft Store and run the .exe file.
How to Remove or Reinstall Copilot
Remove Copilot from the Start Menu
Why use this method? This is often the quickest method for most users.
- Open the Start menu.
- Click All apps.
- Find the Copilot app in the list.
- Right-click on Copilot.
- Click Uninstall.

Remove Copilot from Settings
Copilot can be uninstalled directly from the Settings app on Windows 11. This is similar to how you'd remove any other program you've installed on your computer, making the process straightforward.
- Open the Start menu and click Settings. Or press Windows key + I.
- Click Apps on the left side.
- Click Installed apps on the right side.
- Scroll down and find Copilot in the list.
- Click the three dots (...) next to Copilot.
- Click Uninstall.


Remove Copilot Using Microsoft Edge
If you use Microsoft Edge a lot, you can uninstall Copilot right from the browser. This is a quick way to manage apps within Edge, including removing Copilot if you don't want it there anymore.
What happens: Copilot will no longer appear in your Edge browser apps.
- Open Microsoft Edge Microsoft Edge.
- In the address bar, type:
edge://apps/ - Press Enter.
- Find Copilot on the Apps page.
- Click the three dots (...) next to Copilot.
- Click Uninstall.

Remove Copilot Using PowerShell open PowerShell
Uninstalling Copilot using PowerShell on Windows 11 offers more control. This method allows you to remove Copilot for your account or for all computer users. It's a powerful way to manage applications.
What happens: The app files are deleted from your computer.
To remove Copilot for just your account:
- Open the Windows Terminal app.
- Open PowerShell.
- Copy and paste this command:
Get-AppxPackage | Where-Object {$_.Name -Like '*Microsoft.Copilot*'} | Remove-AppxPackage -ErrorAction Continue- Press Enter.
To remove Copilot for all users on the computer:
⚠️ Admin privileges required — You need admin rights to do this.
- Open the Windows Terminal app.
- Open PowerShell as administrator. open Windows Terminal ad administrator
- Copy and paste this command:
Get-AppxPackage -AllUsers | Where-Object {$_.Name -Like '*Microsoft.Copilot*'} | Remove-AppxPackage -AllUsers -ErrorAction Continue- Press Enter.
How to Reinstall Copilot on Windows
If you need to reinstall Copilot on Windows 11, perhaps after removing it or if it's acting up, getting it back is straightforward. You can download it again from the Microsoft Store to have it installed on your computer.
What happens: Copilot will download and install again on your computer.
- Download Microsoft Copilot app page Microsoft Copilot from the Microsoft Store.
- Find the file called Microsoft Copilot Installer.exe on your computer.
- Double-click the file to start the installation.
- Wait for Copilot to download and install.
- When finished, Copilot will be ready to use.


Summary
Several methods exist for uninstalling Copilot on Windows 11. The Settings app is suitable for general application removal, Microsoft Edge allows direct removal within the browser, and PowerShell provides advanced control.
- Start menu: Right-click and uninstall. The easiest way.
- Settings app: Find installed apps and remove it. Good for managing all apps.
- Microsoft Edge: Remove it from your Edge apps. Quick if you use Edge.
- PowerShell: Use commands to remove it. Works for one person or everyone on the computer.
To get Copilot back, download the installer from the Microsoft Store and run it. This process usually takes only a few minutes. Choose the method that works best for you.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
[…] Open the Copilot app. […]
[…] Open the Copilot app. […]