How to Uninstall and Reinstall the Phone Link app

If the Phone Link app doesn’t open or work correctly, uninstall it using PowerShell and reinstall it. You may be wondering how to reinstall the “Phone Link” app (formerly “Your Phone”) if it is missing from Microsoft Store.

Phone Link missing in Microsoft Store. Removed or not?

Let’s see how to uninstall or reinstall the Phone Link app.

How to Uninstall Phone Link

To completely uninstall Phone Link (for all users), run the following command from admin PowerShell:

get-appxpackage -allusers *yourphone* | remove-appxpackage -allusers

phone link uninstall using powershell

This completely uninstalls Phone Link for all user accounts and removes its package folder.

Error uninstalling PhoneLink?

On some systems, the following error may occur when uninstalling Phone Link using PowerShell:

remove-appxpackage : Removal failed. Please contact your software vendor.
Deployment Remove operation with target volume C: on Package [package name] failed with error 0x80070002.

If you cannot uninstall PhoneLink due to an error message, try the following:

  1. Open admin PowerShell and run:
    get-appxpackage -allusers *yourphone* | select packagefullname

    phonelink get packagefullname

  2. Note the packagefullname — e.g., Microsoft.YourPhone_1.24061.93.0_x64__8wekyb3d8bbwe.
  3. Open Regedit.exe and go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModel\StateChange\PackageList
  4. Create a subkey named Microsoft.YourPhone_1.24061.93.0_x64__8wekyb3d8bbwe
  5. Under Microsoft.YourPhone_1.24061.93.0_x64__8wekyb3d8bbwe. create a REG_DWORD value named PackageStatus and set it’s data to 2 (0x00000002)
  6. Exit the Registry Editor.
  7. Now, follow the steps in the “Reinstall Phone Link” section below and click on the “Reinstall” button in the Phone Link page in Microsoft Store.

How to Install Phone Link

Option 1: Using Microsoft Store

To reinstall Phone Link via Microsoft Store, press Win + R to open the Run dialog and run the following command to open the Phone Link page on Microsoft Store.

ms-windows-store://pdp/?productid=9nmpj99vjbwv

Or, visit the following link and click “Install” to install the app via the Store.

https://apps.microsoft.com/detail/9nmpj99vjbwv

Phone Link - install Store app


Option 2: Using Winget

Open Command Prompt admin and run the following command to install Phone Link.

winget install 9NMPJ99VJBWV

Note: 9NMPJ99VJBWV is the SKU ID of Phone Link.

Read the T&C, and press Y to accept them before installing.

Found Phone Link [9NMPJ99VJBWV] Version Unknown
This package is provided through Microsoft Store. winget may need to acquire the package from Microsoft Store on behalf of the current user.
Agreements for Phone Link [9NMPJ99VJBWV] Version Unknown
Version: Unknown
Publisher: Microsoft Corporation
Publisher Url: http://www.microsoft.com/
License: https://go.microsoft.com/fwlink/?LinkId=529064
Privacy Url: https://go.microsoft.com/fwlink/?LinkId=521839
Copyright: © 2023 Microsoft
Agreements:
  Category: System Components
  Pricing: Free
  Free Trial: No
  Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
  Seizure Warning: https://aka.ms/microsoft-store-seizure-warning
  Store License Terms: https://aka.ms/microsoft-store-license

The publisher requires that you view the above information and accept the agreements before installing.
Do you agree to the terms?
[Y] Yes  [N] No: y
Starting package install...
  ██████████████████████████████  100%
Successfully installed

install Phone Link using winget


Option 3: Using Phone Link offline installer

Alternatively, you can download the Phone Link app’s offline installer. For more information, see How to Download the Offline Installer for any Store App.

Note: After installing Phone Link from Microsoft Store, you can enable the feature via SettingsBluetooth & devicesMobile devices.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time.

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a ten-time recipient of the Microsoft MVP award in Windows Desktop Experience (Windows Shell), from 2003 to 2012. Ramesh founded Winhelponline.com in 2005.

2 thoughts on “How to Uninstall and Reinstall the Phone Link app”

  1. Found the instructions very helpful. Everything worked just as described, including the links to the Microsoft Store.

    Reply

Leave a Comment