Fix: You’ll need a new app to open this calculator

Some users have been reporting getting the “You’ll need a new app to open this calculator” error when trying to open the built-in Windows calculator on Windows 10. Typically, when this issue is encountered, the same error is displayed when users try to open the Windows Store.

As it turns out, the apparition of this issue seems to surface when users upgrade from an older Windows version to Windows 10, or when they install the Creators Update. Although we are not certain on the technicalities behind this issue, it seems like certain updates might corrupt important Microsoft Store files when a number of files get overwritten.

If you’re currently struggling with this issue, troubleshoot the problem away with the collection of methods below. All the methods featured below are confirmed by users to resolve the issue. Please follow each potential fix in order until you find a solution that works in your situation. Let’s begin!

Method 1: Running the Windows Store App Troubleshooter

Before you do anything else, let’s see if Windows is capable of repairing the issue on itself. Because the issue is related to a corrupted data file and Windows 10 is equipped to deal with these kinds of problems, running the Windows 10 Store App Troubleshooter might just identify and fix the issue automatically.

Here’s a quick guide on running the Windows Store App troubleshooter and see whether it solves the problem automatically:

  1. Press Windows key + R to open up a Run box. Then, type “ms-settings:troubleshoot” and hit Enter to open the Troubleshooter tab of the Settings app.
  2. In the Troubleshoot tab, scroll down to Find and fix other problems, then click on Windows Store Apps and then click on Run the troubleshooter.
  3. Wait until the initial scan is complete. If the Store Windows Store App troubleshooter manages to identify a problem, click on the Fix It button is available or follow the on-screen prompts to resolve the issue.
  4. Restart your computer and see if the issue has been resolved and you’re able to use your Calculator app. If you’re still unable to use the Calculator app, move down to the next method below.

Method 2: Clearing the Cache and cookies of Windows Store

Since the issue is mostly caused by a missing or corrupted data file, you might be able to resolve the issue by resetting Windows Store and clear the cache and it’s cookies. If a corrupted Windows Store file was causing the issue, the steps below will most likely resolve the issue:

  1. Press Windows key + R to open up a Run box. Then, type “wsreset.exe” and press Enter.
  2. When the black Command Prompt window opens, do not close it and wait for it to close automatically.
  3. Once the Windows Store is reset, reboot your computer and see if the issue has been resolved at the next startup.

If you’re still unable to use your Calculator app, move down to the next method below.

Method 3: Running SFC and DISM scan

Corrupted system files might also be causing this particular issue, so let’s deploy some built-in utilities to make sure we eliminate any trace of corruption.

Let’s start simple by using the System File Checker to find and repair damaged Windows files. Here’s a quick guide on how to do this:

  1. Press Windows key + R to open up a Run box. Then, type “cmd“, press Ctrl + Shift + Enter and click on Yes at the UAC (User Account Control) prompt to open an elevated Command Prompt.
  2. In the elevated Command prompt, type the following command and hit Enter to initiate the System File Checker scan:
    sfc /scannow
  3. Once the process is complete, reboot your machine and see if you’re able to open the Calculator app. If you’re bothered by the same problem, continue down with the next steps below.

If the problem is still there, let’s use the Deployment Image Servicing and Management (DISM) utility to replace any corrupted file that might be causing the  Calculator app to crash. Here’s a quick guide on how to run the DISM tool:

Note: Since the DISM uses Windows update to download fresh copies of system files and replace them with existing ones, you’ll need a stable internet connection in order to complete the process:

  1. Press Windows key + R to open up a Run dialog box. Then, type “cmd“, press Ctrl + Shift + Enter, click Yes at the UAC (User Account Control) prompt to open an elevated Command Prompt window.
  2. Inside the elevated Command Prompt window, type the following command and press Enter to initiate the DISM scan:
    DISM.exe /Online /Cleanup-image /Restorehealth
  3. Once the process is complete, restart your machine and see if you are able to open the Calculator app at the next startup. If the issue is still not resolved, continue down with the next method below.

Method 4: Deleting the [UserSid] registry key

A couple of users have reported being able to resolve the issue and resume using their Calculator app after deleting a regedit key. Although this is not guaranteed to work on all machines, it’s still worth a try. Here’s what you need to do:

  1. Press Windows key + R to open up a Run dialog box. Next, type “regedit“, hit Enter and click Yes at the UAC (User Account Control) prompt to open Registry Editor.
  2. Inside Registry Editor, use the left pane to navigate to the following location:
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft\ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ 
  3. Right-click on [UserSid] and choose Delete to remove the key from the registry.
  4. Close Registry Editor, reboot your machine and see if the problem has been resolved at the next startup.

If you’re still unable to open the Calculator app, continue down to the next method below.

Method 5: Updating the ATK Package

Some users have managed to repair the Calculator app by uninstalling and then installing an updated version of the ATK Package. Some users went even further as to clear any traces of the old ATK Package with a powerful uninstaller (like Revo or IoBit). However, most users have reported this step as unnecessary.

Here’s a quick guide on updating the ATK package in an attempt to fix the Calculator app:

  1. Press Windows key + R to open up a Run dialog box. Then, type “appwiz.cpl” and hit Enter to open the Programs and Features window.
  2. In Programs and Features, scroll down, right-click on ATK Package and choose Uninstall. Then, follow the on-screen prompts to remove the software from your system.
    Note: Optionally, you can use Revo Uninstaller another similar powerful uninstaller to remove any trace of the ATK Package.
  3. Visit this link (here) and download the latest version of the ATK Package.
  4. Install the new drivers and restart your computer. See if the issue has been resolved at the next startup. If you’re still encountering the same issue, continue with the next method below.

Method 6: Re-registering Calculator via Powershell

Let’s start by trying to re-register the built-in Calculator using an elevated Windows PowerShell. This trick is confirmed to work for a lot of users, and it has the advantage of fixing the issue without reinstalling the Calculator app – this means you won’t lose any user preferences or custom presets. The only downside is that the entire process will take quite a while to complete, as the whole suite of Windows built-in app will be re-registered.

Follow the step-by-step guide below to re-register Calculator via an elevated PowerShell window:

  1. Click the Start bar in the bottom left corner and search for “cmd“. Then, right-click on Command Prompt and select Run as administrator to open an elevated Command Prompt.
    Note: This step is very important, as opening a regular Command Prompt will not have enough access permissions to run the required commands.
  2. In the elevated Command Prompt, type “powershell” and hit Enter to switch to an elevated Powershell window.
  3.  Paste the following command into the now elevated Powershell and hit Enter to run it:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    Note: You might have to re-run this command several times if it gets stuck for a long time. If you see that it get’s bogged down somewhere, simply re-paste the command and hit Enter again.
  4. Wait patiently until the process is complete. Windows will now reinitialize each Microsoft built-in app, so expect it to take over 10 minutes.
  5. Once the process is complete, reboot your system and see if the issue was resolved at the next startup. If you still can’t access the built-in Calculator, move to the method below.

Method 7: Deleting the Calculator’s LocalCache folder

While this method is not exactly elegant, users have confirmed that it’s effective. It involves deleting the locally cached data of Calculator (and Windows Store if needed). As mentioned above, the Calculator issue is linked to Windows Store, so the same solution can be applied successfully if the Windows Store is refusing to open.

Luckily, this will not remove any user preferences of Calculator or the log-in information regarding Windows Store. If you’re receiving the same error issue while opening the Windows store, delete the contents of the LocalCache folder for both.

Follow the steps below to delete the LocalCache folder of Calculator and Windows Store:

  1. Navigate to C: (OS drive) > Users > *Your username* > App Data > Local > Packages > Microsoft.Calculator_8wekyb3d8bbwe > LocalCache.
    Note: 
    If you aren’t able to find the AppData folder after accessing your user folder, it’s because it’s configured to be hidden by default. To enable hidden items, access the View tab in the top ribbon of File Explorer and check the box next to Hidden items.
  2. Delete all contents of the LocalCache folder (files and folders included).
    Note: If you only had problems with the built-in Calculator, the steps above should be enough. If you also have trouble accessing the Windows Store, continue with the steps below to repeat the same procedure on the LocalCache folder of Windows Store.
  3. Navigate to C: (OS drive) > Users > *Your username* > App Data > Local > Packages > Microsoft.WindowsStore_8wekyb3d8bbwe > LocalCache.
  4. Delete the contents of the LocalCache folder (all files and folders).
  5. Reboot and see if the issue has been resolved.

If you’re still struggling with the same issue, move over to the final method.

Method 8: Resetting Calculator from Advanced Options

If the first two solutions were not effective, let’s continue by trying to reset the built-in Calculator. This particular method was confirmed to work with a lot of users, but keep in mind that you will lose any data associated with the Calculator – this includes any contents present in the History tab as well as any custom preferences that you might have previously set.

Here’s a quick guide on how to reset the built-in Calculator from Advanced Options:

  1. Press Windows key + R to open a Run window, type “ms-settings:” and hit Enter to open the Settings menu.
  2. In the Windows Settings menu, click on Apps.
  3. Select Apps & Features from the left-hand menu, then search for “Calculator” in the search box above the list of installed apps. Then, click on Calculator to expand it and select Advanced options.
  4. In the Advanced menu of Calculator, simply click the Reset button and wait for the app to be reinitiated.
  5. Once the reset process is complete, reboot your system and see whether you managed to resolve the issue.

Solution 9: Creating a New User Account

If all the above methods don’t work, you can try to create a new user account and see if the calculator works. There are numerous cases where the current user account may have discrepancies in the user settings. Since each user setting is closely tied with the system utilities, this might be the reason why the calculator is presenting an error message.

Add someone else to this PC to check if the calculator utility works.
Add someone else to this PC – Windows User Account Settings

You can read our article on How to Create a New User Account and Transfer all the Data to it. Make sure that you first create an account and check if the Calculator is working. If it is, you can safely transfer all the data to the new account and delete the old one.

Method 10: Using a Previous System Restore point

If you’re still unable to use your Calculator app, there’s one more thing that you can try before having to go through a reset or repair install. Some users have managed to resolve the issue by restoring their machine state to a previous point in time using System Restore.

But keep in mind that this method is only applicable if you have a System Restore point that is dated before you first started experiencing the issue. Here’s a quick guide on using a previous System Restore point to resolve the Calculator issue:

  1. Press Windows key + R to open up a Run dialog box. Then, type “rstrui” and hit Enter to open the System Restore wizard.
  2. In the first System Restore window, click Next, then check the box associated with Show more restore points.
  3. Next, pick a restore point that is dated before you started experiencing problems with your Calculator app and hit the Next button again.
  4. Finally, click on Finish to begin the restoring process. Your computer will restart shortly and the old state will be mounted at the next startup.

If the issue is still not resolved, you can probably assume that your system is suffering from some underlying corruption problems. There are several ways to go about this issue, but we recommend performing a Repair Install of Windows 10. For more information about this procedure, follow our in-depth article (repair install windows 10).

Solution 11: Downloading third-party calculator

If no solutions work in your case, instead of installing new Windows, you can download third-party calculators which will effectively work like any other calculator application in your computer.

Windows Old Calculator as a third-party applicaiton
Windows Old Calculator

One of these third-party calculators is Old Calculator. This is the older version of Windows Calculator which was present in Windows 8 and 7 and contains all the necessary functions and layout which are there in the newer version.

Note: Appuals is not in any way affiliated with any third-party software. The links in this article are solely for the information of the reader and he should download it at his own risk.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.