March 23, 2026

How to Disable Copilot in Microsoft 365

Need to turn off Microsoft Copilot in your Microsoft 365 environment? You’re in the right place. This guide will walk you through everything you need to know to manage, restrict, or fully disable Copilot’s AI features—whether it’s for your whole company or just specific apps.

You’ll discover why organizations choose to disable Copilot, where it appears across Microsoft 365, and what governance tools are available. Plus, you’ll get step-by-step instructions for both tenant-wide and app-specific disablement. Along the way, we'll highlight important security and compliance considerations so you can keep everything locked down and running smooth.

By the end, you’ll know exactly how to take charge of Copilot access and keep your workplace secure, compliant, and productive—no matter your organization’s needs.

5 Surprising Facts About Disabling Copilot in Microsoft 365

  • Disabling Copilot often requires tenant-level admin action — turning it off in one app (like Word) does not always disable it across Exchange, Teams, SharePoint, and other Microsoft 365 services.
  • Even after disabling Copilot, Microsoft 365 may retain logs and metadata about prior Copilot usage for compliance and auditing, so “off” doesn’t instantly erase historical usage data.
  • Some Copilot capabilities are controlled by licensing and feature flags rather than a single on/off toggle, so disabling may involve changing licenses or multiple policy settings (AIP, M365 Admin Center, Security & Compliance).
  • Disabling Copilot does not automatically remove AI-generated content already saved in documents or mailboxes—those artifacts remain unless manually edited or deleted.
  • Conditional Access, DLP, and privacy settings can be used to limit Copilot’s access to sensitive data as an alternative to a full disable — in some environments this hybrid approach is recommended to balance security and productivity.

What Is Microsoft Copilot and Where Is It Used in Microsoft 365

Microsoft Copilot is an AI-powered assistant built directly into the Microsoft 365 suite. It’s designed to help users write, research, summarize, and automate tasks across a range of Microsoft applications. Powered by advanced natural language processing, Copilot can generate content, analyze data, create drafts, and even surface insights from your organization’s documents.

You’ll find Copilot integrated into popular Microsoft 365 apps such as Word, Excel, Outlook, and Teams. In Word, it can whip up draft proposals or summarize lengthy documents in seconds. In Excel, Copilot acts like a data analyst, generating formulas, building quick charts, or finding patterns with just a few prompts. Meanwhile, in Outlook, Copilot is great for drafting and responding to emails, summarizing threads, and keeping your inbox organized.

Teams gets the AI boost too—Copilot can generate meeting notes and action summaries, pull up background context mid-conversation, and even help craft messages or find info right from the chat window. Microsoft has been rolling out updates to expand Copilot’s reach, with deeper integration and smarter suggestions popping up in PowerPoint, OneNote, and other 365 services as well.

Copilot works by interacting with your organization’s data (files, emails, calendars, and more) while following your user permissions. While it’s a powerful productivity booster, its broad access also brings up important questions around security and privacy—which is exactly why some folks are looking to limit or disable it.

Why Organizations Might Want to Disable Copilot in Microsoft 365

  • Data Security Risks: Copilot can access a wide range of organizational data to generate responses. Some companies worry that sensitive or confidential information could unintentionally be exposed or shared, especially when employees interact with Copilot without fully understanding its reach.
  • Compliance and Regulatory Concerns: Many industries have strict rules around where data can live and who can access it. Disabling Copilot helps organizations stay compliant with regulations like HIPAA, GDPR, or financial standards, where AI-powered data processing may raise red flags.
  • Privacy for Sensitive Roles: Executives, legal, or HR staff often handle data that shouldn’t be processed by automated tools. Turning off Copilot for these individuals offers tighter control over sensitive information, preventing leaks or mistakes.
  • Shadow IT and Uncontrolled AI Use: With tools like Copilot, it’s easy for employees to turn to AI for quick answers outside of official channels. This can fuel a new kind of “Shadow IT” risk, where AI agents can operate without proper oversight. Learn more about this risk and governance strategies in this guide on AI agents and governance.
  • Policy, Licensing, or Budget Controls: Not every organization wants to pay extra for Copilot capabilities, or may want to delay the rollout until there are clear policies in place. Disabling Copilot helps organizations manage costs and control adoption.

Each of these reasons often leads IT, legal, or compliance teams to evaluate Copilot’s role and establish the right balance of productivity and control. For a deep dive into secure Copilot adoption, check out this Copilot governance guide.

Overview of Copilot Governance in Microsoft 365

Copilot governance refers to the strategies and controls organizations use to manage how Microsoft Copilot operates within their Microsoft 365 environment. This includes setting who can access Copilot, what data it can process, and how its AI-powered capabilities are used day-to-day.

With big AI tools like Copilot, there’s more to consider than just turning a switch on or off. Organizations have to think about legal contracts, role-based access, licensing, and technical restrictions to make sure Copilot stays within safe and compliant boundaries. For example, using Purview for Data Loss Prevention (DLP) policies or configuring Entra ID (formerly Azure AD) roles can significantly reduce security and data exposure risks. You can get more practical governance strategies from this hands-on Microsoft Copilot governance resource.

Beyond technical controls, governance means being ready for audit requests, regulatory changes, and evolving ethical standards for AI use. As outlined in this in-depth guide, proper Copilot governance should enforce least-privilege permissions, track AI-generated content, and monitor usage with dedicated tools like Purview Audit or Microsoft Sentinel.

Ultimately, Copilot governance is about building and enforcing policies so your organization can leverage AI’s productivity boost while protecting sensitive data and meeting compliance requirements.

Ways to Disable Copilot for the Entire Microsoft 365 Tenant

Sometimes, the best move is to tackle Copilot access on a big-picture level—across your entire Microsoft 365 tenant. If you’re in charge of IT or security at your company, this approach ensures consistency and centralized control, making it much easier to enforce company-wide policies or meet external compliance requirements.

Disabling Copilot at the tenant level eliminates the risk of users enabling or accessing Copilot in different apps without oversight. It’s a strong option for organizations dealing with highly sensitive data, strict regulatory standards, or those who simply want a phased Copilot rollout under tight governance.

There are several methods you can use: you might rely on the Microsoft 365 Admin Center for a user-friendly approach, or use PowerShell for automation, especially useful in larger environments. Licenses and Conditional Access policies give you another layer of control to limit who gets Copilot features and how they sign in.

In the next sections, we’ll walk you through how to put each of these methods into action—so you can find the best fit for your team, your policies, and your unique environment. For advanced data controls, check out strategies to secure Copilot with Microsoft Purview.

Disabling Copilot Using PowerShell and the Microsoft 365 Admin Center

  1. PowerShell for Bulk Disabling: Connect to the Microsoft 365 tenant using PowerShell. Use the appropriate script (like Set-MsolUserLicense or Set-AzureADUserLicense) to remove Copilot licenses from targeted users. This is efficient for large organizations—apply changes to hundreds or thousands of accounts with one set of commands.
  2. Microsoft 365 Admin Center: Navigate to the Admin Center and select "Users" > "Active users." Click on the user to edit licensing options, then uncheck or remove the Copilot license. For IT teams managing only a few users, this is the simplest route—no scripts required.
  3. Verify Changes: Check your changes through the Admin Center reports or by running PowerShell queries like Get-MsolUser -All | Where-Object { $_.Licenses.ServiceStatus.DisplayName -eq "Copilot" } to confirm no user has an active Copilot license.
  4. Rollout and Communication: Let users know when the change will take effect, especially if you’re disabling Copilot for a whole department or business unit. This avoids confusion and reduces support tickets.
  5. Troubleshooting: If you encounter issues or licenses reappear, double-check for automated group licensing rules or third-party integrations that could be re-assigning Copilot licenses. It helps to have a governance model in place, like the one described in this Copilot Learning Center guide, to keep things under control as changes roll out.

Managing Copilot Access Through Licensing and Conditional Access Policies

  1. Remove or Reassign Copilot Licenses: In the Microsoft 365 Admin Center, go to "Billing" > "Licenses," find the Copilot license, and unassign it from selected users or groups. This is the most direct way to control who can access Copilot features.
  2. Conditional Access Policy Setup: Use the Entra ID (Azure AD) Conditional Access section to create a custom policy. You can restrict Copilot access by targeting specific users, groups, or device types. For instance, block access from unmanaged devices or require multi-factor authentication (MFA) before Copilot features can be used.
  3. Define Application Scope: When creating a Conditional Access policy, specify the apps and cloud resources affected—like Word, Excel, Teams, or even the general Microsoft 365 cloud. Make sure to exclude critical accounts (like break-glass admin) from these policies to avoid accidental lockouts.
  4. Monitor and Adjust: Regularly check reports and Azure AD logs to see if users are trying to access Copilot against policy controls. Adjust policies as needed—conditional access works best when it’s reviewed and updated with business needs.
  5. Practical Limitations: While license removal fully disables Copilot, Conditional Access mainly restricts access based on sign-in context or device posture. For more details on building airtight Conditional Access policies, check out this deep dive on policy trust issues.

Disabling Copilot Features in Individual Microsoft 365 Apps

For organizations that only need to shut down Copilot in specific places—say, just in Word, Excel, Teams, or Outlook—app-level controls are the way to go. Maybe you want most folks to have Copilot but keep it out of finance documents, executive chats, or legal emails.

Disabling Copilot by app gives you that targeted control. You can manage features through native settings, turning off Copilot for certain groups, or by using admin tools to block add-ins or integrations. This lets you tailor your approach, getting the right balance between productivity and caution in the exact spots you need.

In the next sections, you’ll find easy-to-follow breakdowns for each app. Whether you’re an admin looking to lock down company data or a user simply wanting a quieter workspace, we’ll cover the options and best practices to make it happen—without introducing new confusion to your team.

How to Disable Copilot in Microsoft Word and Excel

  1. Use In-App Settings: Open Word or Excel and go to "File" > "Options" > "Add-ins." Find the Copilot add-in or integration (it may appear as “Copilot for Microsoft 365”). Select and choose "Disable" or "Remove."
  2. Admin Control: If you’re an admin, use the Microsoft 365 Admin Center to manage add-ins at the organization level. Head to "Settings" > "Integrated Apps" and block or remove Copilot from deployment lists.
  3. Verify Copilot Is Off: Restart Word or Excel, and check the ribbon for Copilot icons. If they’re missing, you’re all set. If not, repeat or contact your tenant admin for escalation.

Turning Off Copilot in Microsoft Teams and Outlook

  1. Teams App Toggle: Go to Teams settings, find the Copilot section under "Apps," and use the toggle switch to turn it off, either for yourself or, if you’re an admin, for select users.
  2. Manage via Teams Admin Center: In the Teams Admin Center, navigate to "Teams apps" > "Manage apps," search for Copilot, and block or restrict it for your tenant or individual users/groups.
  3. Outlook Control: Open Outlook, go to "Get Add-Ins" in the Home tab, locate Copilot, and remove or disable the add-in.
  4. Persistent Disablement Tips: After major Teams or Outlook updates, double-check to ensure Copilot stays disabled, as features may re-enable by default.

Important Security and Compliance Considerations

  • Ensure Auditability: Even after Copilot is disabled, it's good practice to audit user activity with tools like Microsoft Purview Audit. This helps to confirm no Copilot actions are slipping through the cracks. Get details in this Purview guide.
  • Maintain DLP Coverage: Disabling Copilot doesn’t automatically patch every security hole. Double-check your Data Loss Prevention (DLP) policies in Microsoft 365 to make sure sensitive information is still protected.
  • User Permissions Review: Sometimes, removing Copilot can unmask weak permissions elsewhere. Use this chance to review role assignments, least-privilege access, and any leftover admin rights.
  • Ongoing Compliance Monitoring: Governance isn’t set-and-forget—make sure to keep up regular compliance checks, especially after Microsoft 365 updates. For deeper insights, listen to this podcast episode about governance illusions.
  • Documentation and Change Control: Keep records of all changes to Copilot settings and user access. Strong documentation can save you headaches during audits or policy reviews.

Helpful Resources for Copilot Governance and Security

Explore these resources for deep dives and ongoing learning, so you can keep your organization’s AI environment secure, trusted, and audit-ready.

Checklist: How to Disable Copilot in Microsoft 365

Use this checklist to plan, execute, and verify disabling Copilot in Microsoft 365 for your organization.

FAQ: toggle off copilot on windows 11

How do I turn off Copilot on a single Windows 11 device?

To toggle off Copilot on a single device open Settings > Privacy & security > Windows permissions or search for Copilot settings and use the built-in switch to turn Copilot off. On some builds you may see an enable Copilot checkbox; unchecking that will disable the feature for the current user. If Copilot is provided as a separate Copilot app you can also remove the copilot app via Settings > Apps > Installed apps and choose uninstall.

Can I completely disable Copilot across all Windows 11 PCs in my organization?

Yes. Admins can block Copilot centrally using Group Policy or Intune. In Active Directory environments use the Group Policy Editor and the provided administrative templates under Windows Components to configure the policy that disables Windows Copilot. For modern management, use Microsoft 365 Apps admin center or Intune to deploy device configuration profiles that toggle off Copilot or remove the copilot app from managed devices.

remove the copilot app from installed apps

How do I uninstall Copilot using PowerShell if it appears as a built-in app?

Run PowerShell as administrator and use get-appxpackage -name "*microsoft.copilot*" to locate the package, then pipe to select-object -expandproperty PackageFullName and use Remove-AppxPackage with that package full name to uninstall copilot. This removes the copilot app for the current user; for system-wide removal additional steps or provisioning package changes may be required.

Can I uninstall Copilot from Microsoft Office or Copilot in Word specifically?

Copilot integrations in Microsoft Office apps like Copilot in Word or PowerPoint are controlled via Microsoft 365 admin settings rather than Windows uninstall. In Microsoft 365 Apps Admin Center or Office 365 admin portal admins can disable Copilot features or remove access for users. For local app behavior you may also disable Copilot suggestions inside each Office app's settings or use an enable Copilot checkbox if provided in the app UI.

group policy editor to block copilot

How do Group Policy and GPO help me block Copilot for enterprise users?

Group Policy (GPO) can be used to block Copilot by importing Microsoft-provided administrative templates that include Copilot controls. In Group Policy Editor navigate to the relevant Windows Components templates and apply the policy to OU or domain-level objects. This applies user configuration and device configuration settings to prevent the Copilot experience from appearing on domain-joined machines.

What about Intune — can I use it to remove or disable Copilot?

Yes. Intune can deploy configuration profiles or app removal commands to managed devices. Use custom policies or the Microsoft 365 Apps admin center integration to turn Copilot off, remove the copilot app, or block Copilot features. Intune is useful to target specific groups and ensure consistent enforcement across Windows 11 and Windows 10 devices.

enable copilot checkbox in office apps

Is there an enable Copilot checkbox I can use in Microsoft apps?

Some Microsoft apps present an enable Copilot checkbox or toggle in their settings to allow Copilot suggestions or features. Users can uncheck that box to disable suggestions locally. Admins can override this via Microsoft 365 settings, Microsoft 365 Apps Admin Center, or group policy if they want to prevent users from re-enabling Copilot.

How does disabling Copilot affect privacy and data collection?

Turning Copilot off reduces the amount of Copilot-specific data collection and AI-driven suggestions, which can improve privacy and account privacy settings. However, other telemetry from Windows or Microsoft Office may still be collected under existing privacy and security settings; consult Microsoft Support and your Microsoft 365 enterprise policies to understand what data continues to be sent to Microsoft.

What if I want to remove Copilot but keep other Microsoft Apps and OneDrive?

You can remove the copilot app or disable Copilot features without uninstalling Microsoft Office or unlinking OneDrive. Use app removal via Settings or PowerShell for the copilot package, and adjust Office settings in the admin center to disable copilot in Word or PowerPoint while keeping Microsoft apps and OneDrive intact. Ensure admins communicate changes so users know what features are removed.