How to Remove the Snipping Tool in Windows 10 and Windows 11
The Snipping Tool is a built-in screenshot utility in Windows, but not everyone finds it useful. Some users prefer to remove it to free up space or install an alternative screenshot tool. In this article, we’ll explain different ways to remove the Snipping Tool in Windows 10 and Windows 11.
Why Remove the Snipping Tool?
There are several reasons why you might want to uninstall the Snipping Tool:
- You already use a more feature-rich screenshot app like Snagit or Lightshot.
- You want to free up disk space or streamline your list of apps.
- You prefer not to use built-in Windows tools for security or performance reasons.
Method 1: Using PowerShell
The easiest way to remove the Snipping Tool is via PowerShell. Follow these steps:
- Press Win + X and select Windows PowerShell (Admin).
- Type the following command and press Enter:
Get-AppxPackage *Microsoft.ScreenSketch* | Remove-AppxPackage
This command will uninstall the Snipping Tool from your system.
Method 2: Removing via Windows Settings
If you prefer using a graphical interface, follow these steps:
- Open Settings using Win + I.
- Navigate to Apps > Apps & Features.
- Find the Snipping Tool in the list and click the Uninstall button.
After completing these steps, the app will be removed from your computer.
Method 3: Using Command Prompt
For users who prefer the Command Prompt, here’s an alternative method:
- Press Win + R and type
cmd
to open the Command Prompt as an administrator. - Enter the following command:
winget uninstall "Snipping Tool"
This command uses the Windows Package Manager (winget) to uninstall the Snipping Tool.
Method 4: Using Third-Party Uninstaller Tools
If the above methods don’t work or the Snipping Tool remains on your system, you can use third-party tools like CCleaner or Revo Uninstaller. These apps allow you to remove built-in Windows applications more effectively.
How to Reinstall the Snipping Tool After Uninstallation
If you change your mind and want to reinstall the Snipping Tool, you can easily do so via the Microsoft Store:
- Open the Microsoft Store.
- Search for Snipping Tool.
- Click the Install button.
Once installed, the app will be available on your system again.