How to Disable Microsoft Copilot in Edge and Windows (Enterprise & Intune Guide)
We are now operating in an AI-driven era where tools like Microsoft Copilot, ChatGPT, and Google AI are deeply integrated into daily workflows.
While these tools boost productivity, they also introduce data security, compliance, and governance concerns, especially when employees interact with public AI services.
Many organizations are responding by:
- Building internal AI platforms
- Restricting access to public AI tools
- Enforcing endpoint-level controls
In my case (Dec 2025), a company deployed its own private AI solution using Google modules. To maintain strict data governance, they requested the removal of Microsoft Copilot from Edge and Windows environments.
Why Disable Copilot?
Organizations may choose to disable Copilot due to:
- Data leakage risks through AI prompts
- Regulatory compliance (HIPAA, GDPR, etc.)
- Lack of visibility into AI data processing
- Preventing uploads of confidential documents
- Controlling shadow AI usage
⚠️ Important:
Disabling Copilot does not prevent users from accessing external AI tools (ChatGPT, etc. in a browser). Additional controls, such as web filtering, may be required.
Disable via Registry (Edge Policy)
Path:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge
Value:
- Name: Microsoft365CopilotChatIconEnabled
- Type: DWORD
- Value: 0 (Disabled)
💡 Notes:
- Create the full path if it does not exist
- Can be deployed via:
- Intune (Settings Catalog / Scripts)
- Group Policy Preferences
Microsoft Intune Configuration
Steps:
1. Go to Intune Admin Center
2. Devices → Configuration Profiles
3. Create Profile:
- Platform: Windows 10/11
- Profile Type: Settings Catalog
4. Search for:
"Copilot"
5. Disable:
- Microsoft 365 Copilot Chat Icon
6. (Recommended) Also disable:
- AI Data Analysis features
✅ This ensures additional protection beyond Copilot UI removal.
I also added another setting to Disable AI Data Analysis for more protection (this is not related to Copilot).
3. Remove it by running a script via SCCM
Limitations
- Removing the Appx package may not permanently prevent reinstallation after updates
- Edge updates may re-enable features unless policies are enforced
- Users can still access AI tools via browser unless blocked at the network level
✅ Recommended:
Combine this approach with:
- Web filtering (Defender for Endpoint / Proxy)
- Conditional Access
- DLP policies, or GSA Policies.
Finally,
Disabling Microsoft Copilot is not just a technical change, it’s part of a broader 'AI governance strategy.'
For enterprise environments, combining:
- Endpoint controls (like this guide)
- Network restrictions
- Security policies
Always validate changes in a test environment before deploying to production.
I hope this helps
Comments