If you are like me, you prefer to keep your software updated. This includes the Windows Store Apps that are installed on your system. As you know, you can go to Windows Store, click on the ... in the upper right corner, select Downloads and Updates>Get Updates, and Microsoft will update all the Apps installed on your system with the latest and greatest versions.
To remove Windows Apps that you do not use, you can go to Settings>Apps and uninstall the undesired Store Apps. However you might/will find that some of the Apps will not let you uninstall them via Settings>Apps. Okay, then go to the link below and it will provide you an alternate procedure to remove those stubborn Apps via PowerShell
https://www.laptopmag.com/articles/uninstall-restore-windows-10-builtin-apps
Below is a list of Apps that you can remove via the PowerShell method. This list applies to Windows 10 (although it may also work on Windows 8/8.1).
Viewer 3D: Get-AppxPackage *3dviewer* | Remove-AppxPackage
Alarms and Clocks: Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Mail and Calendar: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Messaging: Get-AppxPackage *messaging* | Remove-AppxPackage
Paint 3D: Get-AppxPackage *mspaint* | Remove-AppxPackage
People: Get-AppxPackage *people* | Remove-AppxPackage
Sticky Notes: Get-AppxPackage *stickynotes* | Remove-AppxPackage
Voice Recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage
Xbox Game Speech: Get-AppxPackage *xboxspeech* | Remove-AppxPackage
Get Help: Get-AppxPackage *gethelp* | Remove-AppxPackage
App Installer: Get-AppxPackage *desktopappinstaller* | Remove-AppxPackage
Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage
Your Phone: Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage
Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Groove Music: Get-appxpackage *Microsoft.ZuneMusic* | remove-appxpackage
Microsoft Photos: Get-appxpackage *photos* | remove-appxpackage