How to Fix Snipping Tool Crashing on Windows 11: A Complete Guide
The Snipping Tool is one of Windows 11’s most useful built-in features. But what happens when it crashes every time you try to open it? This frustrating issue affects many users, leaving them unable to capture screenshots when they need them most.
Don’t worry – we’ve got you covered. Here’s a step-by-step guide to get your Snipping Tool working again.
Why Does Snipping Tool Crash?
Before we jump into solutions, it helps to understand what causes this problem. The most common reasons include:
- Corrupted app files or settings
- Windows system file issues
- Outdated Windows versions
- Conflicting software or drivers
Now let’s fix it.
Method 1: Repair and Reset the App
This should be your first step. It’s quick and often solves the problem without losing any data.
Here’s how to do it:
- Open Settings (press Win+I)
- Go to Apps → Installed apps
- Find Snipping Tool in the list
- Click the three-dot menu next to it
- Select Advanced options
- Click Repair first
- If that doesn’t work, come back and click Reset
The repair option fixes corrupted files while keeping your settings. Reset goes further and clears all app data, giving you a fresh start.
Method 2: Use Windows Store Apps Troubleshooter
Windows has a built-in tool that can detect and fix app problems automatically.
Follow these steps:
- Open Settings → System → Troubleshoot
- Click Other troubleshooters
- Find Windows Store Apps and click Run
- Let it scan and apply any fixes it finds
This troubleshooter checks for common issues with built-in Windows apps and can often resolve them without manual intervention.
Method 3: Reinstall via PowerShell
If the above methods don’t work, you can completely remove and reinstall Snipping Tool using PowerShell commands.
Here’s the process:
- Press Win+X and choose Windows Terminal (Admin)
- Type this command to remove Snipping Tool: powershell
Get-AppxPackage *Microsoft.ScreenSketch* | Remove-AppxPackage - Press Enter and wait for it to complete
- Now reinstall it with this command: powershell
Get-AppxPackage -AllUsers *Microsoft.ScreenSketch* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Restart your computer
This completely removes the app and reinstalls it from scratch, which fixes most corruption issues.
Method 4: Check System Files
Sometimes the problem isn’t with Snipping Tool itself, but with underlying Windows system files.
Run these commands:
- Open Command Prompt as Administrator
- Type
sfc /scannowand press Enter - Wait for the scan to complete (this can take 15-30 minutes)
- Once done, run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart your PC when finished
The SFC scan checks for corrupted system files, while DISM repairs the Windows image itself.
Method 5: Update Windows
An outdated Windows version can cause compatibility issues with built-in apps.
Make sure you’re up to date:
- Open Settings → Windows Update
- Click Check for updates
- Install any available updates
- Restart if prompted
Microsoft regularly releases fixes for known issues, so staying current is important.
What If Nothing Works?
If you’ve tried all these methods and Snipping Tool still crashes, you have alternatives:
Built-in Options:
- Use Snip & Sketch (the older screenshot app)
- Try the Print Screen key and paste into Paint
Third-party Tools:
- Greenshot – Free and feature-rich
- ShareX – Open source with advanced features
- Lightshot – Simple and lightweight
These alternatives often provide more features than the built-in Snipping Tool anyway.
Prevention Tips
To avoid future crashes:
- Keep Windows updated
- Don’t install suspicious software that might conflict with system apps
- Run Windows Defender scans regularly
- Restart your PC at least once a week
Final Thoughts
Snipping Tool crashes are annoying, but they’re usually fixable with the right approach. Start with the simple solutions first – repair and reset often do the trick. If you need to use PowerShell commands or system file checks, don’t worry. Just follow the steps carefully and you’ll have your screenshot tool working again.
Remember, if all else fails, there are plenty of great alternatives available. The important thing is getting back to capturing those screenshots you need for work, school, or personal use.
Have you tried these solutions? Let us know which one worked for you in the comments below.


