Uninstall Phone link

Arne Garvander 606 Reputation points
2022-08-11T05:50:51.337+00:00

Phone link uninstall is greyed out. How do I uninstall?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,182 questions
{count} votes

Accepted answer
  1. Dillon Silzer 54,631 Reputation points
    2022-08-11T06:03:23.857+00:00

    Hi @Arne Garvander

    1) Open PowerShell as Administrator.

    Go to Start Menu > PowerShell > Right click > Run as administrator

    230311-image.png

    2) Run the following command in PowerShell and press enter:

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

    230224-image.png

    1. Phone link will be removed from your device.

    For more information please see my blog post:

    https://cloudaen.com/blogs/view/windows_uninstall_phone_link


    If this is helpful please accept answer.

    229 people found this answer helpful.

16 additional answers

Sort by: Most helpful
  1. Mark Lucas 0 Reputation points
    2023-04-18T20:31:20.12+00:00

    If this useless app won't uninstall from the Admin account, you might have to uninstall from the profile you installed it with. Use: Get-AppxPackage Microsoft.YourPhone | Remove-AppxPackage Annoying. I expected Microsoft to have something more functional before release.


  2. AE Stagge 5 Reputation points
    2023-05-31T19:49:08.4533333+00:00

    This did not work for me. My phone name has a space in it, and I've tried space, no space, dash, underscore and no luck.


  3. Anonymous
    2023-08-06T13:58:30.7366667+00:00

    Thank you! Would have never been able to figure this out without your help. Bravo!

    0 comments No comments

  4. Dan Turro 0 Reputation points
    2023-08-12T04:29:52.37+00:00

    I have a question, why do we need to even open up Power Shell to uninstall this?

    0 comments No comments