Turn of AI summary in Word
Hello,
I do not wish to have the AI summary of the current word document on my screen while working on the word document - i don't find this feature helpful...please advise how it can be removed. I googled how to do so and those settings are not present in my version of Word. Is it possible that it cannot be disabled due to organization settings?
Thanks!
1 answer
-
AI answer
AI summaries in Word can be controlled in a few different places, depending on where they appear and how the feature is delivered in the organization.
- If the summary appears in sharing emails or file cards (SharePoint/OneDrive)
- For Word documents stored in SharePoint or OneDrive, AI-generated summaries can appear in sharing emails and file cards.
- A SharePoint or Microsoft 365 administrator can turn off these summaries tenant-wide by running the following PowerShell command in the SharePoint Online Management Shell:
Set-SPOTenant -IncludeAtAGlanceInShareEmails $false - This stops summaries from being included in sharing emails for Word documents. It does not require per-user configuration.
- If the summary is part of SharePoint āDocument Intelligenceā / Document AI Summarization
- When working with documents in SharePoint document libraries, AI summaries can be provided by the Document Intelligence feature (Document AI Summarization).
- This feature can be disabled at different scopes:
- Farm admins can disable AI summarization across the entire farm with:
Disable-SPDocSummary - To re-enable it later, they can use:
Enable-SPDocSummary
- A Site Collection Administrator can turn off Document Intelligence for all libraries in a site collection:
- Go to Site Settings.
- Select Site Collection Features.
- Find Document Intelligence and deactivate it.
- For more granular control, a library owner (with ManageLists permission) can disable it just for one library:
- Open the document library.
- Go to Library Settings > Advanced Settings.
- Locate Document Intelligence.
- Choose Disable (or avoid using āUse the site defaultā if the site default is enabled).
- Once disabled at the relevant scope, users will no longer see AI summarization options (such as Summarize in the command bar, context menu, or Share dialog) for that library or site.
- If Copilot/AI features are surfaced directly in the Word app
- For Word on Windows or Mac using a Microsoft account, Copilot can be turned off per app using the Enable Copilot checkbox (when available in that version):
- In Word, go to File > Options > Copilot.
- Clear the Enable Copilot checkbox.
- Select OK, then close and restart Word.
- In Word, open the app menu and go to Preferences > Authoring and Proofing Tools > Copilot.
- Clear the Enable Copilot checkbox.
- Close and restart Word.
- The Enable Copilot checkbox is available only in specific versions (for example, Word Version 2412 or later on Windows, Version 16.93 or later on Mac). If the checkbox is not present, the app version may not yet support this control, or Copilot may be managed by organizational policy.
- The checkbox is per app and per device. If organizational policies or admin settings enforce Copilot or AI features, local users may not be able to fully disable them themselves.
If the settings described above are missing in the current Word build, or if the AI summary appears to be enforced by organizational configuration, an administrator (SharePoint admin, site collection admin, or Microsoft 365 admin) may need to adjust tenant, site, or library-level settings as described.
References:
AI-generated content may be incorrect. Read our transparency notes for more information. - If the summary appears in sharing emails or file cards (SharePoint/OneDrive)
