Hi EricBurnett3! My name is Jason. You're not alone in experiencing high resource usage from the Microsoft Cross Device Service. This issue has been acknowledged by Microsoft, particularly affecting Windows 11 Insider builds, where the service consumes excessive system resources
What Is the Cross-Device Service?
The Cross Device Service facilitates synchronization between your PC and other devices, enabling features like clipboard sharing, app continuity, and notifications synchronization. It's integral to the Phone Link app, which connects your PC to your smartphone .
Temporary Workarounds
- If you'd prefer to continue using Phone Link, consider these steps to mitigate the issue:
>Disable 'Share Across Devices':
Go to Settings > Apps > Advanced App Settings > Share Across Devices.
Set this option to off.
>Disable 'Mobile Devices' Startup App:
Open Task Manager (Ctrl + Shift + Esc).
Navigate to the Startup tab.
Right-click on Mobile Devices and select Disable.
>Terminate the Cross Device Service Process:
In Task Manager, locate Cross Device Service under the Processes tab.
Right-click and choose End Task.
Note: This is a temporary fix; the process may restart upon reboot.
>Uninstall Cross Device Experience Host (Advanced):
Open PowerShell as an administrator.
Run the command: Get-AppxPackage *CrossDevice* -AllUsers | Remove-AppxPackage -AllUsers
powershell just Copy and Edit
This will remove the Cross Device Experience Host, which may alleviate the issue
Let me know if I can help you further!