Phone Link (PhoneExperienceHost.exe) High CPU Usage on Windows 10/11 By Will Wisser Posted on November 26, 2025 7 min read 0 16 Phone Link (formerly “Your Phone”) is Microsoft’s built-in bridge between your Windows 10/11 PC and your smartphone. It lets you see phone notifications on your desktop, send and receive SMS, pull recent photos, and even make and receive calls from your computer. All of this is powered by a background component called PhoneExperienceHost.exe, which you will see in Task Manager whenever Phone Link is running or syncing. Under normal conditions, PhoneExperienceHost.exe briefly wakes up to synchronize data and then drops back down to almost zero CPU usage. When something goes wrong, it can get stuck in a loop: constantly trying to connect, re-sync, or process corrupted app data. That is when you see disproportionate CPU usage, loud fans, laggy apps, and battery drain on laptops — sometimes even when you are not actively using Phone Link at all. This tutorial walks you through a structured process to bring that CPU usage back under control. You will learn how to quickly stabilize your system, verify that PhoneExperienceHost.exe is legitimate, repair or reset the Phone Link app, tune startup and background behavior, and, if necessary, disable or uninstall Phone Link completely. Quick Triage: Fast Actions When CPU Is Spiking If your PC is currently hot, noisy, or lagging, start here. End Phone Link and PhoneExperienceHost.exe Press Ctrl + Shift + Esc to open Task Manager. On the Processes tab, find Phone Link (or Your Phone on older builds). Select it and click End task. Switch to the Details tab and find PhoneExperienceHost.exe. Right-click PhoneExperienceHost.exe and choose End task if it is still running. Block Phone Link in the background (temporarily) Open Settings → Apps. Open Installed apps (or Apps & features on Windows 10). Locate Phone Link and select Advanced options. Under Background apps permissions, choose Never. Restart Windows Save your work. Restart the computer. After sign-in, open Task Manager again and check whether Phone Link / PhoneExperienceHost.exe returns to high CPU. If you never use Phone Link Decide whether you want to fully disable Phone Link or uninstall it. Use the later sections in this guide to either turn it off or remove it completely. If the high CPU usage comes back, move on to the deeper steps below. Prerequisites and Safety Notes Before making bigger changes, keep these in mind. Use a Windows account with administrator rights for repairs and PowerShell steps. Create a system restore point so you can roll back if something goes wrong. Make sure you remember your Microsoft account credentials and have your phone nearby. Be careful with PowerShell commands and type them exactly as shown. Have security software ready in case the process turns out to be malicious. Step-by-Step Guide to Fix Phone Link High CPU 1. Confirm that PhoneExperienceHost.exe Is Legitimate Some malware disguises itself with names that look like Windows components. First, make sure you are dealing with the real Phone Link host process. Open Task Manager and go to the Details tab. Find PhoneExperienceHost.exe in the list. Right-click PhoneExperienceHost.exe and choose Open file location. Check the path: The genuine file should normally reside in a subfolder of C:\Program Files\WindowsApps\Microsoft.YourPhone_…. If it is in C:\Windows, C:\Windows\System32, or a random user folder, treat it as suspicious. Open file Properties and switch to the Digital Signatures tab: Make sure the signer is Microsoft Corporation. If there is no valid Microsoft signature, treat this as a possible malware case and plan to scan the system. If the file location or signature looks wrong, handle it as a security issue (see 8. Scan for Malware or Unwanted Software) before you tweak Phone Link itself. 2. Observe CPU Usage Pattern Understanding when CPU spikes occur helps narrow down the cause. Open Task Manager and, on the Processes tab, click the CPU column to sort by usage. Watch what happens when you: Actively use Phone Link (open messages, photos, or calls) — short CPU bursts are normal. Minimize Phone Link and leave the PC idle — CPU usage should drop back to near 0%. If PhoneExperienceHost.exe stays in high single digits or double digits for many minutes while idle, it needs fixing. 3. Cleanly Restart Phone Link A stuck session or half-broken connection is a very common trigger. In Task Manager, end the Phone Link process. In the Details tab, end any remaining PhoneExperienceHost.exe process. Wait a few seconds until both processes disappear from the list. Launch Phone Link again from the Start menu. Let it reconnect to your phone and finish initial syncing. Watch CPU usage: Short spikes are fine during reconnection and the first sync. After a minute or two of idle time, CPU usage should drop close to 0%. If high CPU usage quickly returns and stays, move on to the next steps. 4. Turn Off Startup and Background Activity Even if you never click the app, Windows may keep it alive in the background. Disable the startup entry: Open Settings → Apps → Startup. Find Phone Link in the list. Toggle Phone Link to Off. Block background activity: Open Settings → Apps → Installed apps (or Apps & features). Locate Phone Link and select Advanced options. Under Background apps permissions, choose Never. Turn off any extra option that explicitly allows it to run in the background. Disable system integration toggles: On Windows 11, open Settings → Bluetooth & devices and turn off any Phone Link–related integration toggle. On Windows 10, open Settings → Phone and disable options that link your phone to this PC. Restart Windows and see whether PhoneExperienceHost.exe still appears and uses CPU. 5. Repair and Reset the Phone Link App Corrupted app cache or settings can cause strange background loops and high CPU. Open Settings → Apps → Installed apps (or Apps & features). Locate Phone Link and select Advanced options. Use the app controls in this order: Terminate – immediately stops the app and its background tasks. Repair – attempts to fix issues without deleting your data; test CPU usage afterward. Reset – if high CPU persists, this: Deletes local Phone Link data on the PC. Signs you out of Phone Link on that PC. Requires you to re-pair your phone. After a reset, Phone Link behaves like a fresh installation; watch whether CPU usage from PhoneExperienceHost.exe stabilizes. 6. Unlink and Re-pair Your Phone Broken or stale pairings can cause endless reconnect attempts that hammer the CPU. On the PC, open Phone Link → Settings. Remove your phone from the list of linked devices. On your phone, open the companion app (often Link to Windows). Remove the PC from the list of linked computers and sign out if needed. Restart both the PC and the phone. Open Phone Link again on the PC and follow the prompts to pair with your phone. Let the first sync complete, then watch CPU usage while idle. 7. Update Phone Link and Windows High-CPU bugs are often fixed in app updates or OS cumulative updates. Update Phone Link: Open the Microsoft Store on your PC. Go to your Library or Updates section. Install any available update for Phone Link. Update Windows: On Windows 10, open Settings → Update & Security → Windows Update. On Windows 11, open Settings → Windows Update. Click Check for updates and install important or recommended updates. Restart if prompted and retest CPU usage after reboot. 8. Scan for Malware or Unwanted Software If the process location or behavior looked suspicious, treat this as a security issue. Run a full system scan with your primary antivirus. Optionally, run a second-opinion scanner from a reputable vendor. Quarantine or remove any threats referencing Phone Link, Your Phone, or PhoneExperienceHost.exe. Restart the PC and verify: Only one PhoneExperienceHost.exe exists, in the expected WindowsApps path. CPU usage is normal when Phone Link is idle or disabled. 9. Repair System Files with SFC and DISM Corrupted system components and Store infrastructure can make UWP apps like Phone Link misbehave. Right-click the Start button and open Windows Terminal (Admin) or Command Prompt (Admin). Run System File Checker: Type: sfc /scannow Press Enter and wait for the scan to complete. Run DISM commands: DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth When all commands have finished, restart the PC. Check Task Manager again to see if Phone Link and PhoneExperienceHost.exe now behave normally. 10. Optional: Kill PhoneExperienceHost.exe with a Script If you cannot or do not want to uninstall Phone Link, you can force the process to exit on demand. This is a workaround rather than a true fix. Open Notepad. Paste this line into a new file: Stop-Process -Name PhoneExperienceHost -Force Save the file as KillPhoneLink.ps1 (or a similar name). Right-click the file and run it with PowerShell to test. Confirm that PhoneExperienceHost.exe disappears from Task Manager. If needed, create a scheduled task that runs this script at logon to automatically kill the process. Killing the process while Phone Link is active may interrupt calls, message syncing, or file transfers. 11. Disable Phone Link Integration Without Uninstalling If you rarely use Phone Link, turning it effectively “off” may be enough. Make sure startup is disabled for Phone Link and background apps permissions are set to Never (see step 4). Remove PC–phone pairings on both sides: In Phone Link on the PC, remove the linked phone. In the companion app on the phone, remove the PC from the list of linked devices. Turn off Phone Link integration toggles in Windows settings where available (for example, under Bluetooth & devices or Phone). After this, PhoneExperienceHost.exe should not start unless you manually open Phone Link. 12. Uninstall Phone Link via PowerShell (Last Resort) If you are done with the feature entirely, you can remove it completely. Open Windows Terminal (Admin) or PowerShell (Admin). (Optional) Check the package: Type: Get-AppxPackage Microsoft.YourPhone Press Enter to ensure the package is present. Uninstall Phone Link for all users: Run: Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage Wait for the command to complete, then restart the PC. Confirm that Phone Link and PhoneExperienceHost.exe no longer appear in Task Manager. If you later change your mind, you can reinstall Phone Link from the Microsoft Store. Validation and Testing After applying your chosen fixes, confirm that everything is stable. Restart Windows for a clean start. Open Task Manager and sort by the CPU column. If Phone Link is still installed: Open Phone Link, let it connect to your phone, then minimize it. Use the PC normally for at least 5–10 minutes. Watch Phone Link / PhoneExperienceHost.exe: Idle: CPU usage should hover near 0%, with only brief blips. Active sync: Short bursts during heavy syncing are normal. Abnormal: If it stays above roughly 5–10% for many minutes while idle, there is still an issue. Check that: Fan noise and temperatures have returned to normal. Overall system responsiveness feels as it should. Security and Performance Hardening Once the immediate problem is under control, a bit of maintenance helps prevent similar issues. Review startup items regularly and disable those you do not need at boot. Keep Windows and Microsoft Store apps updated for stability and performance fixes. In Phone Link, keep only the features you truly use (for example, notifications and SMS) and disable heavier options if unnecessary. Watch for suspicious processes with system-like names in odd locations and scan them when in doubt. Avoid “miracle” optimizer tools that often add more background load than they remove. Maintain backups and restore points so you can quickly roll back after problematic updates. Conclusion PhoneExperienceHost.exe is a legitimate part of Windows Phone Link, designed to quietly synchronize data between your PC and your phone. When everything works, it is almost invisible. When it fails, it can monopolize CPU resources, overheat your system, and slow everything down. By confirming the process is genuine, controlling startup and background behavior, repairing or resetting the Phone Link app, updating Windows, scanning for malware, and, if needed, disabling or uninstalling Phone Link, you can stop PhoneExperienceHost.exe from hogging CPU. With a bit of ongoing system hygiene, Phone Link should remain a helpful feature instead of a recurring performance problem. FAQ Is PhoneExperienceHost.exe a virus?Is PhoneExperienceHost.exe a virus?In most cases, no. PhoneExperienceHost.exe is a legitimate Windows component used by the Phone Link (formerly Your Phone) app. It normally resides in a subfolder under Program Files\WindowsApps and is digitally signed by Microsoft. If you find it in an unusual folder or without a valid Microsoft signature, treat it as suspicious and run a full malware scan. Why is PhoneExperienceHost.exe using so much CPU when I am not doing anything?Why is PhoneExperienceHost.exe using so much CPU when I am not doing anything?High CPU usage at idle usually means the process is stuck in a loop. Common causes include a broken pairing with your phone, corrupted app data, or a bug in a specific version of Phone Link or Windows. Allowing the app to auto-start and always run in the background can make this more visible. Disabling background activity, repairing or resetting the app, and re-pairing your phone typically resolves the issue. Can I safely disable or remove Phone Link?Can I safely disable or remove Phone Link?Yes. You can safely disable Phone Link by turning off its startup entry and blocking background activity, which stops PhoneExperienceHost.exe from running automatically. If you never use the feature, you can uninstall Phone Link via PowerShell. The only downside is losing integration features such as PC-side notifications, SMS, and calling until you reinstall and set it up again. Is it harmful to end PhoneExperienceHost.exe in Task Manager?Is it harmful to end PhoneExperienceHost.exe in Task Manager?No. Ending PhoneExperienceHost.exe simply terminates the current Phone Link session. It can interrupt an active call, message synchronization, or photo transfer, but it does not damage Windows. The process will start again when Phone Link needs it, unless you have disabled or removed the app. How much CPU usage from PhoneExperienceHost.exe is considered normal?How much CPU usage from PhoneExperienceHost.exe is considered normal?Short spikes in CPU usage are normal while Phone Link is actively syncing notifications, messages, photos, or handling a call. During idle periods, CPU usage should be close to 0%. If PhoneExperienceHost.exe stays above roughly 5–10% CPU for many minutes while you are not using Phone Link, it is a sign of an issue that needs troubleshooting. Do I need PowerShell to fix Phone Link high CPU?Do I need PowerShell to fix Phone Link high CPU?No. Most users can fix high CPU usage through the graphical interface: disabling background activity, repairing or resetting the app, updating Windows, and re-pairing the phone. PowerShell is mainly needed for advanced steps such as completely uninstalling Phone Link or running a script that kills the process automatically. If you are not comfortable with PowerShell, start with the GUI methods. Will resetting Phone Link delete anything on my phone?Will resetting Phone Link delete anything on my phone?No. Resetting or repairing Phone Link affects only the app’s data on your PC: cache, configuration, and pairing information. It does not delete photos, messages, or other data on your phone. After a reset, you simply sign in again and re-pair the phone with your computer.
Cerber ransomware evolution The abnormally rapid progress of the crypto ransomware industry over the past several years …
Windows Shell Experience Host (ShellExperienceHost.exe) High CPU and Memory Usage: Here’s How to Fix It