1. Home
  2. Windows 10
  3. Step-by-Step Guide: How to Disable Cortana on Windows

Step-by-Step Guide: How to Disable Cortana on Windows


Cortana is Microsoft’s personal productivity assistant that can help you with various tasks on your Windows device. However, if you prefer to disable it, follow this comprehensive guide to do so.

Method 1: Using the Settings App

  1. Open Settings:

    • Press Windows + I to open the Windows Settings.

  2. Navigate to Privacy:

    • Select Privacy.

  3. Select Voice Activation:

    • Find and click on Voice Activation on the left sidebar.

  4. Turn Off Cortana:

    • Under Choose which apps can use voice activation, turn off Cortana.

  5. Go to Permissions & History:

    • In the Cortana app, go to Permissions & History and turn off all settings to restrict Cortana from accessing data.

Method 2: Using Group Policy Editor (Windows 10 Pro and Enterprise)

  1. Open Run Dialog:

    • Press Windows + R to open the Run dialog box.

  2. Access Group Policy Editor:

    • Type gpedit.msc and press Enter.

  3. Navigate to Cortana Settings:

    • Go to Computer Configuration > Administrative Templates > Windows Components > Search.

  4. Disable Cortana:

    • Find and double-click on Allow Cortana.
    • Select Disabled, then click Apply and OK.

  5. Restart Your PC:

    • Restart your computer for the changes to take effect.

Method 3: Using Registry Editor (All Windows Versions)

Note: Editing the registry can have unintended consequences. Consider backing up your registry before making changes.

  1. Open Run Dialog:

    • Press Windows + R to open the Run dialog box.

  2. Access Registry Editor:

    • Type regedit and press Enter.

  3. Navigate to Cortana Registry Key:

    • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search.

  4. Create DWORD Value:

    • Right-click on Windows Search, select New > DWORD (32-bit) Value, and name it AllowCortana.

  5. Set the Value to Disable:

    • Double-click on AllowCortana and set the value to 0.

  6. Restart Your PC:

    • Restart your computer for the changes to take effect.

Method 4: Uninstall Cortana (Windows 10)

This method will completely remove Cortana. It is not recommended for casual users.

  1. Open PowerShell:

    • Type powershell in the Start menu, right-click on Windows PowerShell, and select Run as administrator.

  2. Uninstall Cortana:

    • Enter the following command and press Enter:
      Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage

  3. Restart Your PC:

    • Restart your computer for the changes to take effect.

By following these steps, you can successfully disable Cortana on your Windows machine. Choose the method that best fits your preferences and Windows version.

Updated on May 28, 2025
Was this article helpful?

Related Articles

Leave a Comment