The Snipping Tool in Windows 11 is a handy screen capture utility, but not everyone needs it. Some users find it distracting when triggered accidentally, while IT admins may want to disable it for productivity or policy reasons. Thankfully, Windows 11 offers multiple ways to turn it off — from simple settings changes to full uninstallation.
This step-by-step guide covers all methods so you can choose the one that best fits your needs.
Why You Might Want to Disable the Snipping Tool
-
Prevent accidental launches with the Print Screen key.
-
Stop users from taking screenshots (useful in work environments).
-
Replace it with a third-party screenshot tool.
-
Reduce distractions and background processes.
Method 1: Disable the Print Screen Shortcut
If Snipping Tool keeps opening when you press Print Screen, you can simply turn off that shortcut.
Steps:
-
Press Win + I to open Settings.
-
Go to Accessibility > Keyboard.
-
Find Use the Print Screen key to open Snipping Tool.
-
Toggle it Off.
✅ This will stop Snipping Tool from launching with the Print Screen key, but the app itself will remain installed.
Method 2: Uninstall Snipping Tool from Windows 11
If you don’t use it at all, you can completely uninstall it.
Steps:
-
Open Settings (Win + I).
-
Go to Apps > Installed Apps.
-
Search for Snipping Tool.
-
Click the three dots (…) next to it and select Uninstall.
-
Confirm the action.
💡 If you ever want it back, reinstall it via the Microsoft Store.
Method 3: Disable Snipping Tool via Group Policy (Pro & Enterprise editions)
For system administrators or advanced users, Group Policy can block Snipping Tool entirely.
Steps:
-
Press Win + R, type
gpedit.msc
, and hit Enter. -
Navigate to:
-
Find Do not allow Snipping Tool to run.
-
Double-click it, set it to Enabled, and click OK.
-
Restart your PC (or run
gpupdate /force
in Command Prompt).
📌 Result: Snipping Tool won’t launch at all.
Method 4: Disable Snipping Tool with Applocker or Intune (Enterprise / IT Admins)
For enterprise environments, you can block Snipping Tool using Applocker or Intune policies.
Example (Applocker Rule):
-
Open Local Security Policy (
secpol.msc
). -
Go to Application Control Policies > Applocker > Executable Rules.
-
Create a new Deny rule for
SnippingTool.exe
. -
Apply the rule and restart.
This ensures users cannot run the app, even if it’s installed.
Method 5: Disable the Snip & Sketch Shortcut (Win + Shift + S)
Snipping Tool is tied to the Win + Shift + S shortcut, which some users find disruptive.
Steps:
-
Press Win + I to open Settings.
-
Go to System > Notifications.
-
Scroll down and disable Snipping Tool notifications.
-
Alternatively, use PowerToys Keyboard Manager (free Microsoft tool) to remap or disable Win + Shift + S.
Method 6: Use PowerShell to Remove Snipping Tool
For advanced users, PowerShell provides a quick uninstall method.
Steps:
-
Right-click Start and select Windows Terminal (Admin).
-
Run the following command:
or
-
Restart your PC.
This removes Snipping Tool for the current user. Use -AllUsers to remove it for all accounts.
Which Method Should You Use?
-
Just annoyed by hotkeys? → Use Method 1 or 5.
-
Want it gone completely? → Use Method 2 or PowerShell.
-
Admin restricting users? → Use Method 3 or 4.
Conclusion
Disabling the Snipping Tool in Windows 11 is easy and flexible — from simply turning off shortcuts to fully uninstalling or blocking it across multiple devices. Whether you’re a casual user avoiding accidental screenshots or an IT admin enforcing policy, the right method is just a few clicks away.