Hello,
Maybe your UWP app has broken, you can try this command in powershell to fix this (run powershell as admin):
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If the Answer is helpful, please click "Accept Answer" and upvote it.