An application or feature powered by Windows Copilot to assist users with tasks and productivity
Hello Darren Brumfield,
Since the Store path already isn't letting you reinstall Copilot, the next things to try are a level below that. These are in order of how invasive they are.
1. Re-register the existing Copilot package via PowerShell.
Often when "Store won't reinstall" happens, the package is still on disk but its registration is broken, so Store thinks it's already installed and refuses to do anything. Re-registering fixes that without touching files. Run this in PowerShell (administrator):
Get-AppxPackage -AllUsers *Microsoft.Copilot* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
Then restart the PC and check Start for Copilot.
2. If that returns nothing, install Copilot as a web app through Edge.
This is the cleanest workaround when the Store path stays broken — it gives you a real Copilot window pinned to Start/taskbar, independent of the Store package:
- Open Microsoft Edge and go to https://copilot.microsoft.com.
- Click the ... menu (top right) > Apps > Install this site as an app.
- Give it a name and click Install. It will pin to Start and you can drag it to the taskbar.
3. If Store reinstall is failing across other apps too, repair the component store.
Open Powershell (Admin) again and run, one after the other:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Restart, then retry the Store install from https://apps.microsoft.com/detail/xp9cxngppj97xx.
4. Quick check while you're at it.
Confirm Windows is signed in with a Microsoft account (not a local account) under Settings > Accounts > Your info, and that the Store region under Settings > Time & language > Language & region matches a supported one. Either of those being off can make the Store quietly refuse Copilot.
On the side note about Microsoft 365 restarting on you — that's unrelated to Copilot. Easiest first step is Settings > Apps > Installed apps > Microsoft 365 > Modify > Quick Repair, and if that doesn't hold, run it again and pick Online Repair. Worth opening a separate thread for it if Online Repair doesn't fix it, since the diagnostics are different.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra 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.