Как установить калькулятор в windows 10 powershell

To reinstall an individual app use PowerShell and run it in admin mode.
Screenshots:

http://imgur.com/a/mAKZe

Next get the full name of all apps, e.g. Windows Calculator paste this snippet in PowerShell and hit enter:

get-appxpackage -allusers | Select Name, PackageFullName

For single full name of the desired app name, e.g. Windows Calculator paste this snippet in PowerShell and hit enter:

Get-AppxPackage *windowscalculator*

Now copy the full name that looks like this:
Microsoft.WindowsCalculator_10.1601.49020.0_x64__8wekyb3d8bbwe

Finally the we are going to install that app again with this snippet:

Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsAlarms_10.1603.12020.0_
x64__8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode

Re-installed app is available without restart of the PC!

N.b: To remove individual apps use this code:
Get-AppxPackage *alarms* | Remove-AppxPackage

A list of all apps when removing is (Here)

To reinstall an individual app use PowerShell and run it in admin mode.
Screenshots:

http://imgur.com/a/mAKZe

Next get the full name of all apps, e.g. Windows Calculator paste this snippet in PowerShell and hit enter:

get-appxpackage -allusers | Select Name, PackageFullName

For single full name of the desired app name, e.g. Windows Calculator paste this snippet in PowerShell and hit enter:

Get-AppxPackage *windowscalculator*

Now copy the full name that looks like this:
Microsoft.WindowsCalculator_10.1601.49020.0_x64__8wekyb3d8bbwe

Finally the we are going to install that app again with this snippet:

Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsAlarms_10.1603.12020.0_
x64__8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode

Re-installed app is available without restart of the PC!

N.b: To remove individual apps use this code:
Get-AppxPackage *alarms* | Remove-AppxPackage

A list of all apps when removing is (Here)

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.

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.

This is a common issue that can be easily fixed

by Matthew Adams

Matthew is a freelancer who has produced a variety of articles on various topics related to technology. His main focus is the Windows OS and all the things… read more


Updated on

  • One way to solve this is to reinstall the Windows 10 Calculator app by running a PowerShell command.
  • Also, resetting the Calculator app’s data through the «Apps & features» settings.
  • To restore the Calculator app and potentially fix any underlying issues you can factory reset Windows 10.

fix missing windows 10 calculator

Windows 10’s Calculator app is an invaluable tool that includes scientific and programming modes along with more basic math options.

Yet, some users have said on the Microsoft forum that their Windows 10 Calculator app has disappeared.

The Calculator app can go missing after users upgrade from Windows 7 to 10 or after Windows Updates. These are some of the resolutions that might restore a missing Windows 10 Calculator app.

In this article

  • How do I get my calculator back on Windows 10?
  • 1. Run the Windows 10 app troubleshooter
  • 2. Reinstall the Windows 10 App
  • 3. Turn on Windows Defender Firewall
  • 4. Reset Calculator’s data
  • 5. Reset Windows 10

How do I get my calculator back on Windows 10?

1. Run the Windows 10 app troubleshooter

  1. Press the Windows key + keyboard shortcut
  2. Input troubleshoot in the search box
  3. Click Troubleshoot Settings to open the window shown directly belowThe Troubleshoot tab windows 10 calculator missing
  4. Then click Windows Store Apps and its Run the troubleshooter buttonWindows Store Apps windows 10 calculator missing
  5. Go through the Windows Store Apps troubleshooter that opens

2. Reinstall the Windows 10 App

  1. Press the Windows + R
  2. Enter PowerShell in Run’s Open box, and click the OK button
  3. Enter this command in PowerShell:
    • get-appxpackage *Microsoft.WindowsCalculator* | remove-appxpackage
      • Press the Enter key after entering that command.remove-appxpackage command windows 10 calculator missing
  4. Then open the Windows Calculator page
  5. Click the Get button on that page to download and install the Calculator app

If PowerShell stops working, follow the steps from this guide to get it working again.

How we test, review and rate?

We have worked for the past 6 months on building a new review system on how we produce content. Using it, we have subsequently redone most of our articles to provide actual hands-on expertise on the guides we made.

For more details you can read how we test, review, and rate at WindowsReport.

3. Turn on Windows Defender Firewall

  1. Open Windows 10’s search utility.
  2. Input Windows Defender as the search keyword
  3. Click Windows Defender Firewall to open the window shown directly belowWindows Defender Firewall windows 10 calculator missing
  4. Click Turn Windows Defender Firewall on or off on the left of the Control Panel appletTurn on Windows Defender Firewall option windows 10 calculator missing
  5. Select both the Turn on Windows Defender Firewall checkboxes if WDF isn’t enabled
  6. Click the OK button

4. Reset Calculator’s data

  1. Open the search box in Windows 10
  2. Enter the keyword apps in the search box
  3. Click Apps & features to open the window shown directly belowApps & features tab windows 10 calculator missing
  4. Select the Calculator
  5. Click Advanced options to open the options shown directly belowReset button windows 10 calculator missing
  6. Press the Reset button, and click Reset again to confirm
  7. Restart Windows

5. Reset Windows 10

  1. Enter reset in Windows 10’s search utility
  2. Click Reset this PC to open the Settings window as in the snapshot directly belowThe Get started button windows 10 calculator missing
  3. Select the Get started option.Reset this PC window windows 10 calculator missing
  4. Select the Keep my files option
  5. Click the Next and Reset buttons to confirm

Need more info on how to factory reset your PC? Read this article and find out everything you need to know.

Note that you’ll need to reinstall third-party software after resetting the OS. You can also reinstall Windows 10 with the Windows Media Creation Tool.

Select the Upgrade this PC Now option in the Media Creation Tool to reinstall Windows 10 with both your own files and apps retained.

So, that’s how users can restore a missing Calculator app in Windows 10. Remember, however, that there are numerous Windows Calculator app alternatives on the MS Store, such as Calculator X8.

So, you don’t necessarily really need to restore the default Calculator app.

Do you use Windows 10’s Calculator app, or do you have any third-party software? Tell us about your preferences in the comment section below.

RELATED ARTICLES TO CHECK OUT: 

  • FIX: Calculator Doesn’t Work in Windows 10
  • How to Install Windows 7 Calculator on Windows 10
  • Calculator X8 for Windows 8, RT, Windows 10

newsletter icon

Fix Windows 10 Calculator Missing or Disappeared: Windows 10 operating system comes with the latest version of Calculator which has replaced the classic Calculator. This new calculator has a clear user interface and several other features. There are programmers and scientific modes also available in this version of the Calculator app. Moreover, it also has a converter feature which supports length, energy, weight, angle, pressure, date, time and speed.

Fix Windows 10 Calculator Missing or Disappeared

This new Calculator works smoothly in Windows 10, however, sometimes user reports the problem in launching Calculator app and encounter error. If you are facing any issues while launching Calculator in Windows 10, we will discuss two methods for resolving this problem – resetting the app to its default setting and reinstalling the app. You are recommended to use the first resetting method to check if it solves your problem. If you do not get success in your first step, then you can opt for the second method of uninstalling and installing the calculator app.

Table of Contents

Make sure to create a restore point just in case something goes wrong.

Method 1 – Reset the  Calculator App in Windows 10

1.Press Windows Key + I to open Settings then click on System.

Press Windows key + I to open Settings then click on System

Note: You can also open Settings by using the Windows search bar.

2.Now from the left-hand menu click on Apps & Features.

3.In the list of all apps, you need to locate the Calculator app. Click on it to expand it and then click on Advanced options.

In the Apps & features window, search for the Calculator in the list | Fix Calculator Missing or Disappeared

4.This will open Storage usage and App Reset page, from where you need to click on Reset option.

When the system prompts warning, you need to click on the Reset button again to confirm the changes. Once the process is done, you will notice a check sign on the screen. See if you’re able to fix Windows 10 Calculator Missing or Disappeared, if not then continue.

Method 2 – Uninstall & Reinstall the Calculator in Windows 10

One thing that you need to understand that you cannot uninstall the Windows 10 in-built Calculator like other apps. These in-built apps from the store cannot be uninstalled easily. You need to either use Windows PowerShell with admin access or any other third party software to uninstall these apps.

1.Type powershell in Windows Search bar then right-click on it and select Run as administrator.

powershell right click run as administrator

Note: Or you can press Windows key + X and choose Windows PowerShell with admin rights.

2.Type below-given command in the elevated Windows PowerShell box and hit Enter:

Get-AppxPackage –AllUsers

Type Get-AppxPackage –AllUsers in Windows PowerShell

3.Now in the list, you need to locate Microsoft.WindowsCalculator.

Now in the list, you need to locate Microsoft.WindowsCalculator | Fix Windows 10 Calculator Missing or Disappeared

4.Once you find Windows Calculator, you need to copy the PackageFullName section of Windows Calculator. You need to select the entire name and simultaneously press Ctrl + C hotkey.

5.Now you need to type below-given command to uninstall the Calculator app:

Remove-AppxPackage PackageFullName

Note: Here you need to replace the PackageFullName with the copied PackageFullName of Calculator.

6.If the above commands fail then use the following command:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Type the command to uninstall Calculator from Windows 10

7.Once the app is completely uninstalled from your device, you need to visit the Microsoft Windows Store to download & install the Windows Calculator app again.

Method 3 – Create Desktop Shortcut

The easiest way to search for the Calculator app is in Windows Search.

1.Search for Calculator app in Windows Search bar and then right-click on it and select Pin to taskbar option.

Search for Calculator app in Windows Search bar and then right-click on it and select Pin to taskbar

2.Once the shortcut is added to the Taskbar, you can easily drag & drop it to the desktop.

You can easily drag & drop the Calculator application shortcut to the desktop

If this doesn’t work then you can easily create a desktop shortcut for Calculator app:

1.Right-click on an empty area on the desktop then select New and then click on Shortcut.

Right-click on the desktop & select New then Shortcut

2.Click on the Browse button then browse to the following location:

From Create Shortcut dialog box click on Browse button | Fix Calculator Missing or Disappeared

3.Now browse to the Calculator application (calc.exe) under Windows folder:

C:\Windows\System32\calc.exe

Now browse to the Calculator application (calc.exe) under Windows folder

4.Once the calculator location is open, click on Next button to continue.

Once the calculator location is open, click on Next button to continue

5.Name the shortcut anything you like such as Calculator and click Finish.

Name the shortcut anything you like such as Calculator and click Finish

6.You should now be able to access the Calculator app from the desktop itself.

You should now be able to access the Calculator app from the desktop itself

Method 4 – Run System File Checker (SFC)

System File Checker is a utility in Microsoft Windows that scans and replaces the corrupted file with a cached copy of files that is present in a compressed folder in the Windows. To run SFC scan follow these steps.

1.Open the Start menu or press the Windows key.

2.Type CMD, right click on command prompt and select Run as Administrator.

Right-click on the Command Prompt from the search result and select Run as administrator

3.Type sfc/scannow and press Enter to run the SFC scan.

sfc scan now command to Fix Windows 10 Calculator Missing or Disappeared

4.Restart the computer to save changes and see if you’re able to fix Windows 10 Calculator Missing or Disappeared issue.

Method 5 – Run Windows Store Troubleshooter

1.Press Windows Key + I to open Settings then click on Update & Security.

Press Windows Key + I to open Settings then click on Update & security icon

2.From the left-hand menu select Troubleshoot.

3.Now from the right-window pane scroll down to the bottom and click on Windows Store Apps.

4.Next, click on “Run the troubleshooter” under Windows Store Apps.

Under Windows Store Apps click on Run the troubleshooter | Fix Windows 10 Calculator Missing or Disappeared

5.Follow on-screen instructions to run the troubleshooter.

Run Windows Store Apps Troubleshooter

Method 6 – Update Windows

1.Press Windows Key + I to open Settings then click on Update & Security.

Press Windows Key + I to open Settings then click on Update & security icon

2.From the left-hand side, menu click on Windows Update.

3.Now click on “Check for updates” button to check for any available updates.

Check for Windows Updates | Fix Windows 10 Calculator Missing or Disappeared

4.If any updates are pending then click on Download & Install updates.

Check for Update Windows will start downloading updates

Hopefully, the above methods will fix Windows 10 Calculator Missing or Disappeared issue. Most of the users reported that they get this problem resolved by using any one of the above-given methods. Usually, resetting Calculator app fixes the common errors of this app. If the first method fails to fix Calculator missing problem, you can opt for the second method.

Recommended:

  • 10 Ways To Fix Minecraft Crashing Issues on Windows 10
  • Fix ERR INTERNET DISCONNECTED Error in Chrome
  • Disable USB Selective Suspend Setting in Windows 10
  • 4 Best Apps to Edit PDF on Android

If still, you are experiencing this problem, let me know the problem and error you are facing in the comment box. Sometimes depending on the device maintenance and operating system updates, solutions could be different. Therefore, you do not need to worry if the above methods do not help you to get this problem solved.

  • Как установить кодек hevc windows 10 бесплатно
  • Как установить кастомные иконки на windows 10
  • Как установить кали линукс второй системой с windows 10
  • Как установить кодек aac на windows 10
  • Как установить календарь на рабочий стол для windows 10