Share via

How to uninstall Phone Link?

Eric Miller 0 Reputation points
2026-01-10T00:16:31.0833333+00:00

How do you uninstall Phone Link? I see no way to remove it as an app and it's not listed as a program in Settings.

Windows for home | Windows 11 | Connect Phone and PC
0 comments No comments

2 answers

Sort by: Most helpful
  1. David Sanchez 19,050 Reputation points Independent Advisor
    2026-01-10T01:22:31.12+00:00

    Hi there! My name is David. It’s a pleasure to help you today.

    Thank you for posting your question. Phone Link cannot be uninstalled from Installed Apps, because it is an integrated application of the operating system.

    However, if you want to remove it, you can do so from PowerShell:

    Go to Start, type: powershell > run it as administrator > copy and paste the following:

    Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
    

    Then press the Enter key. Phone Link should no longer be on your system.

    Note: Keep in mind that if you uninstall the application, you will not be able to sync your phone with your PC (view notifications, send SMS, make calls from the PC).

    If you want to reinstall Phone Link, download it from the Microsoft Store:

    https://apps.microsoft.com/detail/9nmpj99vjbwv?hl=en-us&gl=EE

    Or open PowerShell as administrator copy and paste the following:

    Get-AppxPackage Microsoft.YourPhone -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

    Let me know if the shared information has been helpful. Regards.

    1 person found this answer helpful.

  2. Q&A Assist
    2026-01-10T00:16:40.33+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    I cannot provide specific instructions on uninstalling Phone Link as it is not covered in the provided context. For assistance with this application, I recommend checking the official Microsoft support resources or the Windows settings for guidance on managing installed applications.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.