Reference
Windows 11 Copilot app settings panel showing file search permission controls
WindowsIntermediate

How to Enable or Disable Copilot File Search on Windows 11

Enable or disable Copilot File Search on Windows 11 to control AI access to local files and OneDrive content, using Group Policy, registry keys, or Copilot settings.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
March 12, 202612 min read8 Steps

What You Need

  • Windows 11 version 23H2 or later
  • Copilot app version 1.25034.133.0 or newer from Microsoft Store
  • Microsoft account (recommended for settings sync)
  • Administrator access for advanced registry modifications

Overview: Enable or Disable Copilot File Search on Windows 11

Copilot File Search, available from Windows 11 version 1.25034.133.0+, enables Microsoft Copilot to access, retrieve, and analyze local files and OneDrive content. It operates through two distinct permissions: File search (indexing) and File read (content analysis), both of which can be managed independently through Copilot Settings, Group Policy, or registry keys.

To enable or disable file search, navigate to Settings > Privacy & Security > Copilot on Windows 11, or use the registry key HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot with the value CopilotEnabled (DWORD). For enterprise deployments, the AllowWindowsCopilot MDM policy in Microsoft Intune provides granular control over these permissions across managed devices.

Tip: Disabling File read while keeping File search enabled allows Copilot to find files without analyzing their contents — a useful privacy compromise for sensitive environments.

Step-by-Step Guide

1
Step 1 / 8

Update and Verify Copilot App Installation

First, ensure you have the latest Copilot app with file search capabilities. Open the Microsoft Store and check for updates.

Get-AppxPackage -Name "*Copilot*" | Select-Object Name, Version

Navigate to Microsoft Store > Library > Get updates. Look for Copilot app version 1.25034.133.0 or newer. If not installed, search "Copilot" in the Store and install it.

Verification: Launch Copilot from Start menu. You should see the app interface with a profile icon in the top-right corner.

2
Step 2 / 8

Access Copilot Permission Settings

Open the Copilot app and navigate to the settings where file permissions are managed. This is where you'll control file search and read access.

Launch Copilot app, then click the maximize button or drag to expand to full view. Click the Account button (profile icon) in the top-right corner, then select Settings from the dropdown menu.

Pro tip: Sign in with your Microsoft account first to ensure settings sync across devices and get the full feature set.

Verification: You should see a Settings panel with various permission options including "File search" and "File read" toggles.

3
Step 3 / 8

Configure File Search Permissions

Control whether Copilot can retrieve and index your local files and OneDrive content. This setting determines if the AI can discover and list your files.

In the Permission settings section, locate the File search toggle. This controls file retrieval and indexing capabilities:

  • Enable: Toggle ON to allow Copilot to search through your local files (.docx, .xlsx, .pptx, .txt, .pdf, .json) and OneDrive content
  • Disable: Toggle OFF to prevent file discovery (default setting)

The setting applies immediately without requiring a restart.

Verification: Test by asking Copilot "Find my recent documents" - it should either show results or indicate file access is disabled.

4
Step 4 / 8

Configure File Read Permissions

Control whether Copilot can actually open and analyze the content of your files. This is separate from file search and provides deeper content access.

In the same Permission settings section, locate the File read toggle:

  • Enable: Toggle ON to allow Copilot to read file contents for analysis and summarization
  • Disable: Toggle OFF to prevent content reading while still allowing file discovery if search is enabled
Warning: Enabling file read gives Copilot access to sensitive document contents. Only enable if you're comfortable with AI processing your private files.

Verification: Ask Copilot to "Summarize my latest Word document" - it should either provide a summary or indicate insufficient permissions.

5
Step 5 / 8

Apply and Test Configuration Changes

Save your settings and verify the configuration is working as expected across different file types and locations.

Click the Back arrow to exit settings. Your changes are automatically saved and applied immediately. Test the configuration with these commands:

"Show me my recent Excel files"
"Find documents containing 'budget'"
"Summarize the content of my presentation files"

Based on your settings, Copilot should either fulfill these requests or explain that file access is disabled.

Verification: Create a test document, save it, then ask Copilot to find it. The response confirms your permission settings are working correctly.

6
Step 6 / 8

Disable Copilot Search Icons (Optional Registry Method)

If you want to remove Copilot-related search icons from Windows interface while keeping the app functional, use this registry modification.

Open Registry Editor as administrator:

Win + R > regedit > Enter

Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search

Create or modify the DWORD value:

BingSearchEnabled = 0 (disable icons)
BingSearchEnabled = 1 (enable icons)

Alternatively, use Command Prompt as administrator:

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v BingSearchEnabled /t REG_DWORD /d 0 /f
Warning: This only affects UI elements, not file permissions. Use Copilot app settings for actual file access control.

Verification: Restart Explorer process or reboot. Search icons should be hidden/shown based on your setting.

7
Step 7 / 8

Advanced: Completely Disable Copilot (Registry Method)

For organizations or users who want to completely disable Copilot functionality system-wide, use this registry modification.

Open Registry Editor as administrator and navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot

If the path doesn't exist, create the keys manually. Create a DWORD value:

TurnOffWindowsCopilot = 1 (disable completely)
TurnOffWindowsCopilot = 0 (enable)

Using PowerShell as administrator:

New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" -Force
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" -Name "TurnOffWindowsCopilot" -Value 1 -Type DWord
Pro tip: This method is reversible - set the value to 0 or delete the registry entry to re-enable Copilot.

Verification: Restart Windows. Copilot should be completely unavailable in Start menu and taskbar.

8
Step 8 / 8

Troubleshoot Common Configuration Issues

Address frequent problems when configuring Copilot file search permissions and verify your setup is working correctly.

Settings not visible: Update Copilot app through Microsoft Store. Check app version:

Get-AppxPackage Microsoft.Copilot | Select-Object Version

Changes not applying: Restart Windows Explorer:

taskkill /f /im explorer.exe
start explorer.exe

Registry keys missing: Create them manually by right-clicking in Registry Editor and selecting New > Key or New > DWORD Value.

File access still blocked: Sign out and back into your Microsoft account in Copilot settings. Ensure OneDrive is properly synced if accessing cloud files.

Verification: Run through each permission test again after troubleshooting to confirm functionality.

Frequently Asked Questions

What version of Copilot supports file search on Windows 11?
Copilot file search requires version 1.25034.133.0 or newer. This feature rolled out to Windows Insiders first and expanded through Microsoft Store updates. You can check your version using PowerShell: Get-AppxPackage Microsoft.Copilot | Select-Object Version. Update through Microsoft Store if you have an older version.
Can I enable file search without allowing Copilot to read file contents?
Yes, Copilot uses separate permissions for file search and file read. You can enable 'File search' to allow discovery and indexing while keeping 'File read' disabled to prevent content analysis. This provides a privacy-conscious middle ground where Copilot can find files but cannot access their contents.
Do registry changes affect Copilot's file access permissions?
No, registry modifications like BingSearchEnabled and DisableSearchBoxSuggestions only control UI elements and search interface appearance. They don't affect actual file permissions. Use the Copilot app's Permission settings to control file search and read access. Registry changes are separate from privacy controls.
Why can't I see file permission settings in my Copilot app?
File permission settings require Copilot version 1.25034.133.0 or newer and may not be visible in compact view. Ensure you have the latest version from Microsoft Store, expand Copilot to full view, sign in with your Microsoft account, then access Settings through the profile icon. The feature rolled out gradually to users.
How do I completely disable Copilot while keeping Windows 11 functionality?
Create a registry entry at HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot with DWORD 'TurnOffWindowsCopilot' set to 1. This disables Copilot system-wide without affecting other Windows features. The change is reversible by setting the value to 0 or deleting the registry entry. Requires administrator access.

About the Author

Emanuel DE ALMEIDA

Emanuel DE ALMEIDA

Senior IT Journalist & Cloud Architect

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Last updated March 12, 2026

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...