Forum Discussion
ronschrum1outlookcom
Oct 08, 2023Copper Contributor
microsoft wallet
how do i remove microsoft wallet from my pc
- KenSnyderCopper Contributor
I have not been able to find a way either. Have you?
- Neon01Steel Contributor
Hi, I removed mine via powershell back then (Win 10 20H2), not sure if this still works on newer builds, since some apps have become part of the Windows 10/11 core.
If you really want to remove Wallet from all accounts on your device, start an elevated powershell (right click 'run as administrator') and type:
get-appxpackage microsoft.wallet -AllUsers | remove-appxpackage -AllUsersGood luck