Now, when you hit PrtScn , nothing happens visibly. But in the background, Windows has copied your entire screen to the clipboard. You can paste it directly into Paint, Word, or Discord instantly. No menus, no delays.

I wanted to disable the Snipping Tool on a shared Windows 11 PC to prevent users from capturing sensitive on-screen info. The short version: yes, you can disable it, but not through a simple toggle in Settings.

It’s possible, but not casual-user-friendly. If you need to disable it permanently, use Group Policy (Pro) or the registry (Home), and double-check your Print Screen binding. Microsoft could really add a simple “disable” switch in Windows Settings—until then, this is a decent workaround for administrators.

Using Group Policy Editor (Windows 11 Pro/Enterprise only). I went to User Configuration > Administrative Templates > Windows Components > Tablet PC > Accessories , then enabled “Do not allow Snipping Tool to run.” After a reboot, it was gone from search and couldn’t launch. On Windows 11 Home, you’re stuck editing the Registry—navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Appx and create a DWORD called AllowSnippingTool set to 0 . That did the trick, though it’s less beginner-friendly.

Now, go forth and capture your screens the way you want to.