Table of Contents

Fix Windows Snipping Tool freezing

Just imagine – you need to take a quick screenshot (perhaps of an error message, an online receipt, or a webpage to send to a client), so you press Win + Shift + S; the screen dims slightly, and then… everything freezes. The mouse won’t move, the keyboard isn’t responding, and you’re left just staring at the screen. The Snipping Tool freezing is an issue plaguing users on both Windows 10 and Windows 11. In India, where everyone from students to office workers needs to take screenshots daily, this problem can truly bring work to a standstill. The good news is that most Snipping Tool issues can be resolved in minutes without installing any third-party software.

So, let’s first understand why this happens, and then discuss each solution one by one.

Snipping Tool freezing

Why the Snipping Tool Freezes in Windows – The Real Reasons

Before applying a fix, it is important to understand exactly what is causing the Snipping Tool to freeze in Windows. The most common reasons are listed below:

1. Graphics Driver Conflict

An outdated or corrupt graphics card driver can disrupt the functionality of the Snipping Tool. This arises from a conflict involving the display driver; launching the Snipping Tool via a shortcut can cause the computer to freeze due to this clash. This issue is particularly common on laptops equipped with Intel Integrated Graphics. While this Windows feature is designed to reduce GPU workload, instances of serious synchronization conflicts with Intel Integrated Graphics have been reported.

2. Corrupt App Files

If the Snipping Tool fails to open, crashes, or refuses to launch, it is a common Windows issue caused by corrupt app files, outdated system updates, notification settings, or background permission problems. Over time, app data can become corrupted, causing the Snipping Tool to stop working correctly.

3. Bug after Windows Update

Many users have reported SnippingTool.exe hangs, and similar regressions have appeared in Win+Shift+S / Snipping Tool after recent 25H2 updates. This matches the latest updates that caused this problem.

4. Focus Assist/Do Not Disturb mode is on

Focus Assist blocks certain notifications and alarms. It can also restrict apps like the Snipping Tool. Often, users are unaware that this mode is enabled.

5. Incorrect Date and Time Settings

It might seem strange, but if your Windows 11 PC has the wrong date or time set, apps like the Snipping Tool may fail to work.

6. Conflict with Third-Party Screenshot Tools

If a third-party screen capture utility is installed, disable it temporarily and test again. These utilities may assign the Print Screen key to themselves.


Snipping Tool Freezing in Windows – 10 Ways to Fix It

Now, let’s get down to business. We’ll start with the easiest method.

Fix 1: Close the Snipping Tool via Task Manager and restart it

If the Snipping Tool has frozen and the screen is stuck, then first:

Immediate recovery:

  • Press Ctrl + Alt + Delete and open Task Manager.
  • Find Snipping Tool (or SnippingTool.exe) and click End Task.
  • You can close Snipping Tool using Alt + Tab – this will show all open windows, and then you can choose to close the app.

Restart Windows Explorer:

  • Find Windows Explorer in Task Manager, right-click it, and select Restart.
  • This refreshes the desktop and the screenshot overlay system. Restarting Windows Explorer can immediately fix overlay freezing issues.

Fix 2: Repair and Reset the Snipping Tool

This is the fastest and most effective fix.

The quickest method is to repair the Snipping Tool – go to Settings → Apps → Installed apps → Snipping Tool → Advanced options → Repair (if Repair doesn’t work, try Reset).

Step-by-step:

  • Open Settings by pressing Windows + I.
  • Go to Apps > Installed Apps.
  • Find the Snipping Tool, click the three dots, and select Advanced Options.
  • Under Reset, select Repair. Wait for the repair to complete, then restart your PC.
  • Click Repair first – this preserves your settings. If Repair doesn’t help, click Reset – this wipes the app data but keeps the app installed.

Fix 3: Enable Clipboard History and check notifications

Sometimes, the Snipping Tool is working correctly, but it appears to have frozen.

The Snipping Tool copies every snip to the clipboard. If Clipboard History is disabled and no toast notification appears, you might think the app has crashed, even though it is actually functioning properly.

What to do:

  • Press Win + V. If Clipboard History is turned off, click Turn on.
  • Go to Settings > System > Notifications and turn on notifications for the Snipping Tool.

Fix 4: Turn off Focus Assist / Do Not Disturb

It might seem like a minor detail, but often this is the very reason.

How to fix it:

  • Click on Start > Settings. Select System from the left menu, then find Focus Assist. Select Off. Then, restart your computer and try the Snipping Tool again.

In Windows 11, this might also be known as ‘Do Not Disturb’:

  • Settings > System > Notifications > Do Not Disturb – Turn this off

Fix 5: Update Graphics Driver

The Snipping Tool freezing in Windows is often caused by a graphics driver conflict.

How to update:

  • Press Windows Key + X > Select Device Manager
  • Click on Display Adapters
  • Right-click on your Graphics Driver (Intel/NVIDIA/AMD) > Update Driver
  • Select “Search automatically for drivers”

If the update doesn’t work:

  • Uninstall the driver (checking the “Delete driver software” option) and restart the PC – Windows will automatically install a fresh driver.
  • Alternatively, manually download the latest driver from the Intel, NVIDIA, or AMD website.

Turn off hardware acceleration:

  • The error logs indicate a graphics driver issue. In the meantime, you can try disabling hardware acceleration to see if that resolves the problem.
  • Settings > System > Display > Graphics > Change default graphics settings > Turn off Hardware-accelerated GPU scheduling.

Fix 6: Correct Date and Time Settings

To avoid such issues, enable the automatic date and time feature on Windows. Open the Settings app by pressing the Windows Key + I. In the Time & Language tab, click on Date & Time. Enable the toggle next to “Set time automatically.”

For India:

  • Time Zone: (UTC +5:30) Chennai, Kolkata, Mumbai, New Delhi
  • Turn on both ‘Set time automatically’ and ‘Set time zone automatically’.

Fix 7: Run Windows Update

Ensure that your Windows 11 is up to date. Sometimes, Microsoft releases patches that fix bugs affecting apps like the Snipping Tool.

How to do it:

  • Go to Settings > Windows Update > Check for Updates
  • Install all available updates (Cumulative Updates + Feature Updates)
  • Restart PC

Additionally, check for an update to the Snipping Tool in the Microsoft Store as well:

  • The Snipping Tool releases updates quite infrequently, but not never. If the Snipping Tool stops working on Windows 11, check for software updates in the Microsoft Store.

Fix 8: Check in Clean Boot

Click the Start button, type msconfig in the search box, and select the System Configuration app from the search results. Go to the Services tab, select the “Hide all Microsoft services” checkbox, and then click the “Disable all” button.

Full process:

  • Then, select the Startup tab and click on Open Task Manager. Select the Startup tab, choose any program that does not need to run at startup, and click Disable. Close Task Manager. Click OK in the System Configuration dialog box and restart your PC. When the computer restarts, it will boot up with only basic functionality. After rebooting, try running the Snipping Tool to see if it works.

If the Snipping Tool works correctly in Clean Boot, a third-party app is causing a conflict – check by enabling the apps one by one.


Fix 9: Reinstall Snipping Tool via PowerShell

If Repair/Reset didn’t work, completely remove the Snipping Tool and reinstall it.

Step 1: Uninstall:

  • Right-click the Start button > Select Terminal (Admin)
  • In the PowerShell window, type this command: Get-AppxPackage Microsoft.ScreenSketch | Remove-AppxPackage

Step 2: Reinstall:

  • Run this command to reinstall: Get-AppxPackage -AllUsers -Name Microsoft.ScreenSketch | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Or from the Microsoft Store:

  • Go to Windows Settings > Apps & Features, find the Snipping Tool, click the three dots, and click Uninstall. After uninstalling, download the latest version from the Microsoft Store and reinstall it.

Restart your PC and check the Snipping Tool.


Fix 10: Run SFC/DISM Command and Set Print Screen Shortcut

Repair System Files:

  • Open Command Prompt (Admin)
  • First, run the DISM command:
DISM /Online /Cleanup-Image /RestoreHealth
  • Then run the SFC command:
SFC /scannow
  • Restart the PC.

Set up the Print Screen shortcut (workaround):

  • Map the Print Screen key to open screen snipping: Go to Settings → Accessibility → Keyboard → and turn on “Use the Print screen button to open screen snipping.”
  • This serves as an alternative shortcut to Win + Shift + S.

Bonus: Registry Fix (for advanced users)

If the Snipping Tool is consistently causing the system to freeze – especially while drawing or marking up – try this registry tweak:

  • Open Registry Editor (Admin) and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm. In this location, right-click to create a new DWORD (32-bit) Value, name it OverlayTestMode, and set its Value data to 5.

⚠️ Create a System Restore Point before editing the registry. Incorrect edits can cause system issues.


Free alternative tools for the job

If the Snipping Tool is causing repeated issues, try these free alternatives:

ToolFeaturePrice
ShareXFree and open-source screenshot and screencast app, automation + cloud upload.$0 (Free)
GreenshotA lightweight, open-source screenshot tool that works just like the Snipping Tool but is more reliable.$0 (Free)
LightshotFast capture + instant sharing$0 (Free)
PicPickAll-in-one capture + editor, including color picker and pixel ruler.$0 (Free for personal use)

Visit fixtech.in for more Windows troubleshooting guides and repair tips – you will find detailed, step-by-step instructions in simple steps.


What points should be given special attention?

  • Keep your graphics driver updated – most complaints about the Snipping Tool freezing are linked to driver conflicts.
  • Install Windows updates regularly – Microsoft releases bug fixes through these updates.
  • Check third-party screenshot apps – they may conflict with the Snipping Tool’s shortcuts.
  • Keep the Print Screen shortcut set up as a backup.
  • Create a System Restore Point – so you can revert to a previous state if something goes wrong.
  • Always back up your files before making any major changes.

FAQs – Snipping Tool Freezing in Windows

Q1: What is the first step to fix the Snipping Tool freezing in Windows?

The quickest method is to go to Settings → Apps → Installed apps → Snipping Tool → Advanced options → Repair. This resolves most crashes and “this app can’t open” errors. If Repair doesn’t work, try Reset. In most cases, this alone fixes the freezing issue.

Q2: Pressing Win + Shift + S does nothing; what should I do?

If Win + Shift + S triggers no response, first enable Clipboard History using Win + V. Additionally, go to Settings > Accessibility > Keyboard and configure the Print Screen button for screen snipping. If it still doesn’t work, repair or reset the Snipping Tool, or reinstall it via PowerShell.

Q3: The screen turns gray, and the system freezes as soon as I open the Snipping Tool – why?

Many Windows 11 and Windows 10 users report the Snipping Tool becoming unresponsive due to app glitches, driver conflicts, or recent updates. Update your graphics driver or disable Hardware-accelerated GPU scheduling. Open Task Manager using Ctrl + Alt + Delete to close the Snipping Tool.

Q4: Can the Snipping Tool be reinstalled using PowerShell?

Yes. Open PowerShell as an Administrator. In the PowerShell window, uninstall it using the command Get-AppxPackage *Microsoft.ScreenSketch* | Remove-AppxPackage, then reinstall it using the command Get-AppxPackage -AllUsers -Name *Microsoft.ScreenSketch* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}.

Q5: Which free tool can I use instead of the Snipping Tool?

ShareX is the most powerful free screenshot tool for Windows. For most users, Greenshot is the best alternative – it works on Windows 7 through 11, requires no registration, and comes with a clean installer. Both are available for free ($0).

Q6: Is the Snipping Tool not working after a Windows update?

Check if there is a Windows 11 update available. Sometimes, Microsoft releases patches that fix bugs affecting apps like the Snipping Tool. If the problem started immediately after an update, try repairing or resetting the Snipping Tool, or revert to a previous state using a System Restore Point.


Final Thoughts

The Snipping Tool freezing in Windows is an issue that may seem minor but can become a major hindrance to daily tasks. In most cases, the problem can be resolved by repairing or resetting the app, updating graphics drivers, or reinstalling it via PowerShell. If nothing else works, free alternatives like ShareX or Greenshot are excellent options. Just remember: keep your drivers up to date, don’t skip Windows updates, and maintain system restore points. If anyone else is struggling with the Snipping Tool freezing, please share this guide with them. And keep visiting fixtech.in for more helpful guides like this!


Scroll to Top