[How To] Reinstall Or Re-register Cortana In Windows 10

If Cortana is not working or you want to re-enable it after you've disabled it in past, here's how to reinstall or re-register Cortana in Windows 10.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

Previously, we’ve shared you following guide to show how to turn off Cortana:

How to completely disable Cortana in Windows 10

Recently, one of my reader asked that after following the above linked guide, he was able to completely disable Cortana. But now he wants to re-enable Cortana on his system. So he asked me how to do that? I just told him to revert the process to get Cortana back. This worked well for him.

That scenario lead me to write this separate article to show you how to reinstall or re-register Cortana with factory defaults. This article will also be helpful to those users, for whom Cortana is not working as expected. Reinstalling Cortana should fix up all the issues associated with it.

So without wasting time anymore, here is how to re-register Cortana:

How To Reinstall Or Re-register Cortana In Windows 10

1. Press W8K + R keys and type %WinDir%\SystemApps in Run dialog box. Click OK.

2. In SystemApps folder, rename Microsoft.Windows.Cortana_cw5n1h2txyewy.old or whatever name it has to Microsoft.Windows.Cortana_cw5n1h2txyewy.

How To Reinstall Or Re-register Cortana In Windows 10

3. In the User Account Permission prompt, click Yes.

How To Reinstall Or Re-register Cortana In Windows 10

4. Now press W8K + X keys and select Windows PowerShell (Admin).

5. Type or paste following cmdlet and press Enter key:

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

How To Reinstall Or Re-register Cortana In Windows 10

Let the cmdlet execution complete. Once completed successfully, Cortana is reinstalled or re-registered.

NOTE: If you don’t perform step 2 and directly perform step 5, cmdlet execution will fail with below shown error. This is because the execution can’t locate Microsoft.Windows.Cortana_cw5n1h2txyewy folder, which must be present at %WinDir%\SystemApps.

How To Reinstall Or Re-register Cortana In Windows 10

6. Then make sure Cortana is visible on taskbar. Right click on taskbar and select Cortana > Show Cortana box.

How To Reinstall Or Re-register Cortana In Windows 10

So in this way, Cortana is reinstalled and ready to use again. Refer this fix, if it doesn’t recognizes language settings.

That’s it!

Also check:

1. How to re-register Microsoft Edge

2. How to re-register Start Menu in Windows 10

Share this article
https://www.kapilarya.com/how-to-reinstall-or-re-register-cortana-in-windows-10

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

2 Comments
jo

But what to do when I can’t stop Cortana and C:\WINDOWS\SystemAppsMicrosoft.Windows.Cortana_cw5n1h2txyewy unable to rename ?

Kapil Arya Author

^^ You need to do it quickly by giving multiple tries or you can also use recovery mode Command Prompt for this.

Leave a Comment

Your email address will not be published. Required fields are marked *