Search results
People also ask
How do I reinstall the calculator app?
How to reinstall calculator on Windows 10 & 11?
How do I uninstall calculator on Windows 10?
How do I get my Windows 10 calculator back?
Does the calculator work in Windows 10?
Why is my Calculator not showing up on Windows 10?
Mar 14, 2017 · To reinstall an individual app use PowerShell and run it in admin mode. Screenshots: 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.
Sep 25, 2020 · 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.
Oct 24, 2022 · Install Calculator App on Windows. If your computer does not have the Calculator or has accidentally been deleted, there are multiple ways you can fix it. It can be reinstalled, or the current installation can be restored.
- 3 min
Aug 27, 2024 · Reinstalling the Calculator on Windows 10 is a straightforward process that involves a few simple steps. By accessing the Microsoft Store and using the PowerShell command line, you can quickly get your calculator up and running again.
- Run the Windows 10 app troubleshooter. Press the Windows key + S keyboard shortcut. Input troubleshoot in the search box. Click Troubleshoot Settings to open the window shown directly below.
- Reinstall the Windows 10 App. Press the Windows + R. Enter PowerShell in Run’s Open box, and click the OK button. Enter this command in PowerShell: get-appxpackage *Microsoft.WindowsCalculator* | remove-appxpackage.
- Turn on Windows Defender Firewall. Open Windows 10’s search utility. Input Windows Defender as the search keyword. Click Windows Defender Firewall to open the window shown directly below.
- Reset Calculator’s data. Open the search box in Windows 10. Enter the keyword apps in the search box. Click Apps & features to open the window shown directly below.
To reinstall the calculator from Settings in Windows 10 & 11, you must first uninstall the app and then install it from the Store. It is pretty easy to do. Let me show you how.
If you've uninstalled the Calculator app and you don't have the Windows Store, there are a few methods I can suggest to reinstall the app: Method One: - Open PowerShell as an administrator, by right-clicking on the Start button and selecting "Windows PowerShell (Admin)."