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.
Uninstall and Reinstall the Phone Link app
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
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:
- Open admin PowerShell and run:
get-appxpackage -allusers *yourphone* | select packagefullname
- Note the packagefullname — e.g.,
Microsoft.YourPhone_1.24061.93.0_x64__8wekyb3d8bbwe
. - Open
Regedit.exe
and go to:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModel\StateChange\PackageList
- Create a subkey named
Microsoft.YourPhone_1.24061.93.0_x64__8wekyb3d8bbwe
- Under
Microsoft.YourPhone_1.24061.93.0_x64__8wekyb3d8bbwe
. create a REG_DWORD value namedPackageStatus
and set it’s data to2
(0x00000002) - Exit the Registry Editor.
- 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.
Reinstall Phone Link
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
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 Settings → Bluetooth & devices → Mobile 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!
No Longer Valid, no Phone Link package in the store!