Forum Discussion
Copilot In Windows for Windows Settings Not Working nor Image Upload
1. Check system requirements
Windows 11 23H2 or later
Signed into a Microsoft account (work/school accounts may be restricted)
Region/language set to a supported region (e.g. US, UK, etc.)
2. Verify Copilot service status
Access the Microsoft 365 status page
Check that Copilot for Windows is showing “Normal”.
3. Restart the Copilot process
Task Manager > End “Windows Copilot” process
Press Win + C to open it again
4. Common causes and fixes for functionality failure:
Personal devices:
Run CMD as administrator and execute:
cmd
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v AllowCopilot /t REG_DWORD /d 1 /f
Reboot your computer
5. corporate devices:
Contact your IT administrator to check the following group policies:
Computer Configuration > Administrative Templates > Windows Components > Windows Copilot > Allow Windows Copilot
Image upload failed:
6. Enable clipboard access:
Settings > Privacy and Security > Clipboard > Allow applications to access the clipboard (on)
7. Check the image format:
Supported formats: .jpg, .png, .bmp (recommended resolution ≤4K)
Reset Copilot cache:
8. Delete folder:
%LocalAppData%\Packages\Microsoft.WindowsCopilot_8wekyb3d8bbwe\LocalCache
9. Advanced Fixes
Re-register Copilot components
powershell
Get-AppxPackage *WindowsCopilot* | Remove-AppxPackage
Get-AppxPackage -AllUsers *WindowsCopilot* | Remove-AppxPackage
Reinstall Windows Copilot from Microsoft Store
10. Check system integrity
Run:
cmd
sfc /scannow
dism /online /cleanup-image /restorehealth
11. Web version of Copilot: visit https://copilot.microsoft.com to upload images directly
Feedback: Press Win + F to submit a problem log to Microsoft