How do I disable the "Artificial Intelligence (AI) Host [etc]" feature?

Anonymous
2023-02-09T16:34:50+00:00

We have started getting complaints from our customers over this "feature" as it appears to be quite the resource hog, and of course they are blaming our add-ins.

Killing the ai.exe process appears to have no ill effect on the usability of Office programs such as Word, Outlook or Excel.

So I need to know how we can disable it. I'd prefer to give an instruction to our users on how they can switch off a feature they do not want, they feel they do not need, and that causes their old PCs to start sounding like a Harrier Jet taking off.

Thank you

Microsoft 365 and Office | Install, redeem, activate | Other | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer recommended by moderator
Anonymous
2024-02-07T21:10:13+00:00

This seems to work. There are all sorts of solutions put out there that involve things like editing the Registry. Here's a much easier fix that seems to have worked for me (and this is from The Geek Page https://thegeekpage.com/how-to-disable-the-artificial-intelligence-ai-host-feature/).

First, the obvious: delete the AI executables from the OFFICE folder:
ai.exe

ai.exe
aitrx.dll

Second - this is incredibly easy. Deleting the executables does not completely work because Office automatically updates itself with new copies of those files.

Since the AI Host runs when you use an Office app:
Disable the Office app updates.

To do this, open any Office application, like Word.

 Click the “File” menu and then the “Account” menu item - this may be under the "More..." menu item, in which case click "More..." and then click "Account"

 There, click on “Update Options”, which brings up a popup menu - on the popup menu, set that to “Disable Updates” to disable Office updates for all Office apps

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments

240 additional answers

Sort by: Newest
  1. Anonymous
    2023-03-23T18:50:42+00:00

    This has got to stop being the default response!

    Understand that there are users that are using these products for a long time in order to get work done and every time a change such as this occurs it gets in the way of productivity and becomes time wasted on troubleshooting.

    I have a request for the developers: stop adding "features" and changing the interface for users that do not want that!

    Was this answer helpful?

    40+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-03-15T02:15:17+00:00

    Beyond frustrated. Surprised that Microsoft's own people aren't screaming about memory hog issues.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-03-15T01:16:16+00:00

    More on the sneaks and their new spy tool. I replied a few days ago with how I got rid of AI and the Bing search feature that is associated with it. The question then was - would AI come back with Windows Update. Oh... it does.. has a couple times. I am using Windows 11 Pro and this is true with my Windows 10 Pro system as well. Editing the registry to disable BING - that so far has worked and has NOT reverted: https://www.howtogeek.com/826967/how-to-disable-bing-in-the-windows-11-start-menu/

    So I also found that this AI "feature" is in the registry under Microsoft's Click to Run sections... but disabling clicktorun pisses off my Office installation and errors when starting Office. NOTE: I ONLY see AI running when I have Outlook open - no other Office app.... ODD... makes ya wonder...

    I have resorted to just creating a task that I will run once a day in the morning (my machines update at night), that will kill the AI task if it is running (only when Outlook is running) and delete the (3) files that are involved that I know of. I played with powershell script and scheduling which was a lot more fun than it needs to be. So I use a .BAT file and schedule it as a program to run in the task. Here are the simple commands in the batch file:

    I named it "KillAI.bat": you need the double quotes on the path in the CD command AND note the Office version, "Office16" may need to be different for you though its what I have and I have Office 2021, Good Hunting!:

    taskkill /IM ai.exe /F

    CD "C:\Program Files\Microsoft Office\root\vfs\ProgramFilesCommonX64\Microsoft Shared\OFFICE16"

    Del ai.exe

    Del ai.dll

    Del aimgr.exe

    Was this answer helpful?

    50+ people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-03-14T21:20:22+00:00

    I totally agree with your comments. It clearly appears that Microsoft does not care about we the customer think. They do whatever they want without giving us notification before the do it TO US. I'm about to finally kick Msoft to the curb and move to the Apple Echo System. Enough is enough of them not caring. Maybe if more of us let them know they just might wake up.

    Was this answer helpful?

    40+ people found this answer helpful.
    0 comments No comments