How to Delete the WorldOfWarships folders from WindowsApps

When you install World of Warships (WoW) via the Microsoft Store, it often occupies significant space within the protected C:\Program Files\WindowsApps folder. The game can require 60–90 GB of storage after installation, and sometimes even more during updates.

worldofwarships folders in WindowsApps

In some cases, the older versions are not removed during the WoW update, and each versioned folder may occupy 60 GB or more space.

worldofwarships folders in WindowsApps

If you uninstall the app, the package folders still remain under WindowsApps. You’re wondering how to properly delete the WoW subfolders in the WindowsApps folder.

Resolution

Here’s the safe, recommended way to remove World of Warships from the WindowsApps folder and reclaim space.

First, please open PowerShell (as an administrator) and run the following command to check whether World of Warships is staged.

get-appxpackage -allusers *warships*

worldofwarships get-appxpackage in powershell



If you see an output like the above, please run the following command:

get-appxpackage -allusers *warships* | remove-appxpackage -allusers

Press Enter.

.

That’s it. The above command removes the staged WoW appx package folder, thereby freeing up 60-90 GB of disk space.


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!
So thank you so much for your support. It won't take more than 10 seconds of your time.

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a ten-time recipient of the Microsoft MVP award in Windows Desktop Experience (Windows Shell), from 2003 to 2012. Ramesh founded Winhelponline.com in 2005.

Leave a Comment