Cortana is the PDA (Personal Digital Assistant) or VA (Virtual Assistant) application developed by Microsoft. It was designed for the Windows phones and all the devices that contain Windows OS. Till now, it comes pre-installed on every Windows 8.1, Windows 10, and Windows 11 edition. 

Removing Cortana from Windows is not easy. Because uninstalling Cortana from Windows can affect other services such as Windows Search and Start menu. However, after the Windows 10 update of May 2020, Microsoft made it a stand-alone application. Meaning that it no longer ties in with the Microsoft Search and Start menu. So uninstalling Cortana will not affect other Windows Services.

Tip: Upgrading your Windows to Windows 11 will also get you rid of Cortana because Microsoft has almost pulled out Cortana from it.

This article will present the procedure to remove the Cortana application using PowerShell.

How to Uninstall Cortana Using PowerShell?

In Windows, Cortana can be uninstalled using Local Group Policy Editor, Registry Editor (Regedit), Command Prompt, Windows Settings, and Powershell. But, in this very guide, we will demonstrate the removal of Cortana using PowerShell. For standard users, it is a lot easier and there is less risk in removing Cortana using PowerShell rather than removing it with the Registry Editor application. 

Step 1: Press Windows + X and select Windows PowerShell (Admin):

Step 2: Type the mentioned code in the console and hit Enter:

Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage

Note: There is no need to reboot the PC after removing Cortana.

Bonus Tip: How to Install Cortana App Using PowerShell?

If there is no Cortana installed on your Windows, or you want to re-install it after removing it. Then, Cortana can be installed on Windows 10/11 manually using PowerShell. Check the mentioned steps to install Cortana using PowerShell.

Step 1: Press the Windows key + R to launch the Run app:

Step 2: Type PowerShell and press Ctrl + Shift + Enter shortcut to run PowerShell as an Administrator:

Step 3: Type the mentioned code in the PowerShell console and press Enter button:

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

Bonus Tip: How to Disable Cortana on Windows 10/11

Instead of removing the Cortana application from Windows, it can be disabled. To disable the Cortana on Windows, check the mentioned steps.

Step 1: First, press the Ctrl +Shift + Esc shortcut keys to launch the Task Manager application:

Step 2: Move to the Startup Apps tab:

Step 3: Select Cortana and click Disable:

Note: The Microsoft OneDrive is supposed to be Cortana here. Because I have uninstalled Cortana in the previous methods.

Conclusion

Press Windows + X and select Windows PowerShell (Admin). Type Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage code and hit the Enter button. To install Cortana, simply, execute the Get-AppxPackage -AllUsers Microsoft.549981C3F5F10 | Add-AppPackage code in the PowerShell console. Read the above guide to check the practical way of removing the Cortana application from Windows using PowerShell.

Frequently Asked Questions

How do I uninstall Cortana from Windows using PowerShell?

To uninstall Cortana using PowerShell, open Windows PowerShell as an administrator, then enter the command 'Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage' and press Enter.

Is it safe to uninstall Cortana using PowerShell?

Uninstalling Cortana using PowerShell is safer for standard users compared to using the Registry Editor application, as the risk is lower and the process is simpler.

What are the risks of uninstalling Cortana with Registry Editor?

Uninstalling Cortana with Registry Editor can be risky as it involves making changes to the system registry, which if done incorrectly, can cause system instability or errors.

Can uninstalling Cortana affect other Windows services?

After the Windows 10 update of May 2020, Cortana became a stand-alone application, so uninstalling it will not affect other Windows services like Windows Search and Start menu.

How can I reinstall Cortana on Windows 10/11 using PowerShell?

To reinstall Cortana after removing it, you can manually install it on Windows 10/11 using PowerShell by following specific steps. It involves using PowerShell commands to install the Cortana app.

Does upgrading to Windows 11 automatically remove Cortana?

Upgrading to Windows 11 will remove Cortana as Microsoft has almost pulled out Cortana from Windows 11. Therefore, upgrading to Windows 11 can be a way to get rid of Cortana.

What are the different methods to uninstall Cortana from Windows?

Cortana can be uninstalled from Windows using various methods such as Local Group Policy Editor, Registry Editor, Command Prompt, Windows Settings, and PowerShell. However, this guide specifically focuses on uninstalling Cortana using PowerShell.

Do I need to reboot my PC after uninstalling Cortana with PowerShell?

No, there is no need to reboot your PC after uninstalling Cortana using PowerShell. The removal process is immediate and does not require a system reboot.