Remove Candy Crush Soda Saga from Windows 10 for all users

Published by Nyau Wai Hoe - Updated on

Candy Crush Soda Saga is a game that may come pre-installed on some Windows 10 PCs. While it might be a fun game to play, it can be frustrating when you can’t remove it using the normal uninstall method. Even if you manage to uninstall the app, it may reinstall itself after a restart or a Windows update. Luckily, there is a way to completely remove Candy Crush Soda Saga from Windows 10 for all users using PowerShell.

Why can’t you uninstall Candy Crush Soda Saga normally?

Unlike other installed programs, you can’t find Candy Crush Soda Saga from the list of apps to begin with. Even if you try to uninstall the app by right-clicking and selecting “Uninstall”, in most cases, Candy Crush Soda Saga will come right back after a restart or after a Windows update if it’s one of the pre-installed bloatware on your Windows 10 system.

How to completely remove Candy Crush Soda Saga from Windows 10

Using Windows PowerShell, you can run a few commands to completely remove Candy Crush Soda Saga from your Windows 10 PC for all users. Here are the steps:

  1. Go to the start menu and search for “PowerShell”.
  2. Right-click “Windows PowerShell” from the search results and select “Run as administrator”.Open PowerShell run as administrator Windows 10
  3. In the PowerShell window, enter the following command:
    Get-AppxPackage -Name king.com.CandyCrushSodaSaga

    If the command above doesn’t show any result, try the following command instead:

    Get-AppxPackage -Name king.com.CandyCrushSaga

    Remove Candy Crush Soda Saga from Windows 10 powershell

  4. This command will display all the info about the game named king.com.CandyCrushSodaSaga. The purpose of running this command is to view the package full name of this app.
  5. Beside “PackageFullName”, copy the entire line which usually looks like “king.com.CandyCrushSodaSaga_1.117.500.0_x86__kgqvnymyfvs32”.Candy Crush Soda Saga Package Full Name
  6. Once you have copied the Package name, type the following command and paste the copied package name accordingly:
    Remove-AppxPackage king.com.CandyCrushSodaSaga_1.117.500.0_x86__kgqvnymyfvs32
  7. Press Enter to execute the command.Completely remove Candy Crush Soda Saga for all users

    The last command will completely remove Candy Crush Soda Saga from your Windows 10 PC. To verify if the uninstall was successful, simply enter the first command again – “Get-AppxPackage -Name king.com.CandyCrushSodaSaga“. If the uninstall is successful, the command will not show anything at all because the app doesn’t exist anymore.

    Note that during Step 3 in the instructions above, the command can be different depending on which Candy Crush app you want to remove. There are a total of three Candy Crush games available on the Microsoft Store – Candy Crush Saga, Candy Crush Soda Saga, and Candy Crush Jelly Saga. To remove any of these games, use the following commands:

    • Candy Crush Saga: Get-AppxPackage -Name king.com.CandyCrushSaga
    • Candy Crush Soda Saga: Get-AppxPackage -Name king.com.CandyCrushSodaSaga
    • Candy Crush Jelly Saga: Get-AppxPackage -Name king.com.CandyCrushJellySaga

    Uninstall Candy Crush Soda Saga the Normal Way

    If you manually downloaded Candy Crush Soda Saga from the Microsoft Store, you don’t need to use the PowerShell method to remove the app. To uninstall the app, simply search for the game in the start menu or via Cortana. Right-click Candy Crush Soda Saga from the search results and select “Uninstall“. This should do the job just fine.

    Uninstall Candy Crush Soda Saga

    If the app keeps coming back, you may want to use the PowerShell method to permanently remove Candy Crush Soda Saga from your Windows 10 PC.

    Conclusion

    If you’re one of those people who find Candy Crush Soda Saga annoying and want to get rid of it, you now know how to do it. With the help of Windows PowerShell, you can easily and permanently remove the game from your PC. Whether you prefer the normal way or the PowerShell method, it’s important to remember that Candy Crush Soda Saga is just a game, and there are more important things in life than worrying about bloatware on your computer.

    Categories: MicrosoftWindows 10

    Nyau Wai Hoe
    Nyau Wai Hoe is the Founder and Chief Editor of WindowsDigitals.com. With a degree in software engineering and over 12 years of experience in the tech support industry, Nyau has established himself as an expert in the field, with a primary focus on the Microsoft Windows operating system. As a tech enthusiast, he loves exploring new technologies and leveraging them to solve real-life problems.

    Share via
    Copy link