Into Windows

  • Home
  • Windows 11
  • Windows 10
  • Windows 7
  • Privacy
You are here: Home » Windows 10 » Reset And Reinstall Calculator In Windows 10

Reset And Reinstall Calculator In Windows 10

Last Updated on September 25, 2020 by admin 16 Comments

The classic Calculator has been replaced with a modern version of Calculator in Windows 10. The new Calculator app in Windows 10 sports a clean user interface and works great on touch devices as well.

In addition to the standard mode that you see by default upon launching the Calculator app with default settings, programmer and scientific modes are also available in the Calculator app. Besides that, the Calculator app includes a converter as well. The converter feature supports volume, length, energy, temperature, weight and mass, angle, pressure, data, time, power, area, and speed.

reset or reinstall Calculator in Windows 10

The Calculator in Windows 10 app usually works well without any issues. Over the last year, the app has been updated several times, and the app is quite stable now.

That said, if you’re having any issues while opening the Calculator app or using it, you can reset the app to fix the issue. If resetting the app didn’t help, you may reinstall Calculator to address the issue.

Refer to the given below directions to reset and reinstall the Calculator app in Windows 10.

Reset the Calculator app in Windows 10

Step 1: Open the Settings app and then navigate to System > Apps & features.

Step 2: Look for Calculator app entry. Click on Calculator app entry to see the Advanced options link. Click the Advanced options link.

reset or reinstall Calculator in Windows 10 step01

Step 3: This will open Storage usage and app reset page. Click the Reset button.

reset or reinstall Calculator in Windows 10 step02

Step 4: When you see the warning dialog with “This will permanently delete app’s date on this device, including your preferences and sign-in details” message, click the Reset button again to reset the Calculator app.

reset or reinstall Calculator in Windows 10 step03

A check sign should now appear next to the Reset button, indicating that the reset job is done successfully.

Reinstall the Calculator app via Settings

Step 1: Go to Settings > Apps > Apps & features page.

Step 2: Scroll down the page to see the Calculator entry. Click on the entry to reveal the hidden Uninstall button. Click the Uninstall button.

reset or reinstall the calculator app in Windows 10 pic3

Step 3: Once the Calculator is installed, launch the Store app, search for Windows Calculator, and then install the same. Simple as that!

reinstall the Calculator app in Windows 10

Reinstall Calculator app in Windows 10 via PowerShell

The built-in Calculator app can’t be uninstalled like other apps installed from Store. You need to either use the PowerShell or third-party program like CCleaner to uninstall the app. In this guide, we are using both PowerShell and CCleaner to uninstall the Calculator app.

Step 1: Open PowerShell with admin rights. To do so, type PowerShell in Start menu or taskbar search box, right-click on PowerShell entry, and then click Run as administrator.

reset or reinstall Calculator in Windows 10 step1

Step 2: Copy and paste the following command in the PowerShell window and then press the Enter key to execute the same.

Get-AppxPackage –AllUsers

reset or reinstall Calculator in Windows 10 step2

Step 3: Now, look for Microsoft.WindowsCalculator name.

reset or reinstall Calculator in Windows 10 step4

To quickly find its entry, right-click on the title bar of PowerShell, click Edit and then click Find. Enter Calculator in the box and then click Find the next button.

reset or reinstall Calculator in Windows 10 step3

Step 4: Copy the PackageFullName of WindowsCalculator by selecting it as shown in the picture below and then simultaneously pressing Ctrl + C hotkey.

reset or reinstall Calculator in Windows 10 step5

Step 5: Finally, execute the following command to uninstall Calculator from your Windows 10 install.

Remove-AppxPackage PackageFullName

In the above command, replace PackageFullName with the PackageFullName of Calculator that you copied in the previous step. That’s it!

reset or reinstall Calculator in Windows 10 step7

Step 6: Visit this page of Windows Store, click Install button to download install the official Calculator app again. As simple as that!

reinstall the Calculator app in Windows 10

Using CCleaner to uninstall Calculator

Alternatively, if you’re not familiar with the PowerShell, download, install and run CCleaner, click Tools, click Uninstall, select Calculator from the list and then click the Uninstall button. Click Yes button when you see the confirmation dialog to uninstall Calculator.

reset or reinstall calculator in Windows 10 pic1

Once uninstalled, visit this page of Store and install a fresh copy of Calculator.

Check out the full list of Windows 10 Calculator keyboard shortcuts.

Filed Under: Windows 10 Tagged: Tips

Related Posts

  • Reset Or Reinstall The Weather App In Windows 10
  • How To Reinstall The Calculator App In Windows 11
  • How To Reset And Reinstall The Camera App In Windows 10/11
  • Reset And Reinstall The Calendar App In Windows 10
  • How To Easily Reinstall The Store App In Windows 10
  • Reset Facebook App In Windows 10/11

Comments

  1. Christy Parker says

    March 30, 2023 at 3:18 am

    Tried resetting my calculator, has been nothing but a spinning dotted wheel for the last 15 mins. I don’t want to close my settings in case it messes things up, but I really need my calculator working, as it was fine yesterday without issues and now it just closes immediately after opening it.

  2. Mater says

    September 21, 2022 at 8:42 am

    When I go to windows store and click on calculator then click on the button to d/l it, a dialog box pops up in blue, then changes to light grey, has the bag w/logo on it and below it is a status circle spinning and then everything disappears–the dialog box, the windows store, everything. Previously, it would show the dialog box and the status progress indicator would just keep spinning but never finish…

  3. mohammad izzat bin omar says

    July 7, 2021 at 10:10 am

    i have tried but still cant install or find windows calculator can someone help me

  4. sagar says

    July 31, 2019 at 6:13 pm

    How to uninstall store calclulator for domain user in windows 10?

  5. CBD says

    March 3, 2019 at 11:19 pm

    Wow! Thanks Ken! much simpler solution.

  6. Kyle Davis says

    October 25, 2018 at 10:46 pm

    I ended up giving up on any of the STORE calculators (corporate IT security has that blocked here) and just downloaded an open source one from sourceforge.net. It may be only 32 bit, but when I am ever going to need to do calculations bigger than 2 GB of memory space?

  7. Woolfer says

    October 23, 2018 at 1:24 pm

    Hi all!
    There is a more simple way to find out item name (PackageName). You need to do something like this:

    Get-AppxPackage –AllUsers | Where-Object {$_.Name -like “*calc*”}
    or this:
    Get-AppxPackage –AllUsers | Where-Object {$_.PackageFullName -like “*calc*”}

  8. azzouz says

    July 30, 2018 at 12:38 am

    Hello,
    I have the same question of Jeff
    Sorry but his question is very normal and not stupid

    how do you get it back if you do not have access to the windows store?
    Some company disable Windows store, so not possible to installl application from Windows Store.
    Is there the same offline to download it and install it on the computer impacted by this issue ?

    Thanks

  9. ken says

    January 18, 2018 at 6:32 pm

    The article declares something about reinstalling from here (with only a picture) so I tried the StoreApp it did not load.. so then I searched other places this answer was copied from here
    superuser.com/questions/978877/how-can-i-reinstall-windows-10s-calculator-app

    After the Calculator is Uninstalled you can reinstall it by using this command .

    Get-AppxPackage -allusers *windowscalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

  10. Jeff says

    January 6, 2018 at 12:56 am

    Great article, but how do you get it back if you do not have access to the windows store?

  11. Buttnugget says

    August 1, 2017 at 11:29 pm

    You’re stupid. lol He said go to the store to reinstall…

  12. chas says

    June 23, 2017 at 6:16 am

    Yes this ‘work-around’ worked for me–windows10 calculator app.

  13. a says

    February 23, 2017 at 9:45 pm

    thx very helpful

  14. David Moody says

    January 12, 2017 at 5:09 am

    Congratulations. Very Helpful. After fishing my the way through endless agony aunts on the W10 Forums ….. Who knew there was an app reset function built into Windows 10? Obviously not me, Obviously, you.
    Again. Thanks The_GOM

  15. admin says

    December 16, 2016 at 1:03 pm

    JB,
    The article covers how to uninstall Calculator and then how to install it again from Store, which is nothing but reinstalling.

  16. JB says

    December 15, 2016 at 11:25 pm

    This stupid article is titled “Reset And Reinstall Calculator In Windows 10”. So why does the article only tell you how to UNINSTALL the Calculator app and not to REINSTALL IT? Am I stupid or does Uninstall mean the same as Reinstall?

Leave a Reply

Your email address will not be published. Required fields are marked *

Advertisements

Search Into Windows

Recent posts

  • 5 Ways To Go To Desktop In Windows 11
  • How To Show Battery Percentage On Taskbar In Windows 11
  • Fix: AMD Software Adrenalin Edition Not Opening In Windows 11
  • How To Show Year On Windows 11 Taskbar
  • Windows 11 24H2 Is Available Now
  • How To Create 7z & TAR Files In Windows 11 Without Using Additional Apps
  • How To Remove Bell Icon From Taskbar In Windows 11
  • How To Reinstall Windows 11 Without Losing Apps And Files
  • How To Hide/Show Files & Icons On Desktop In Windows 10/11
  • How To Show Hidden Icons On Taskbar In Windows 11

About us

  • About Us
  • Contact Us
  • Privacy Policy

Copyright © 2025 · Into Windows