Forum Discussion

ronschrum1outlookcom's avatar
ronschrum1outlookcom
Copper Contributor
Oct 08, 2023

microsoft wallet

how do i remove microsoft wallet from my pc

    • Neon01's avatar
      Neon01
      Steel Contributor

      KenSnyder 

      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 -AllUsers

       

      Good luck

Resources