Windows 11 Snipping Tool Does Not Copy to Clipboard: Fix
🔍 WiseChecker

Windows 11 Snipping Tool Does Not Copy to Clipboard: Fix

You take a screenshot with the Snipping Tool in Windows 11, but nothing appears in your clipboard. You cannot paste the image into an email, a document, or a chat window. This problem often occurs after a Windows update, a corruption of the Snipping Tool app data, or a conflict with another clipboard manager or screenshot tool. This article explains why the copy-to-clipboard feature fails and provides step-by-step fixes to restore normal clipboard behavior.

Key Takeaways: Restoring Snipping Tool Clipboard Function

  • Settings > Apps > Installed apps > Snipping Tool > Advanced options > Reset: This clears corrupted app data that prevents the clipboard from receiving screenshots.
  • Settings > System > Clipboard > Clipboard history toggle: Enabling Clipboard history can resolve conflicts where the clipboard fails to register new items from the Snipping Tool.
  • Settings > System > Troubleshoot > Other troubleshooters > Keyboard troubleshooter: Running this troubleshooter can fix system-level clipboard service issues that block paste operations after a screenshot.

ADVERTISEMENT

Why the Snipping Tool Fails to Copy Screenshots to the Clipboard

The Snipping Tool relies on the Windows Clipboard API to transfer captured image data. When the app cannot complete this transfer, the screenshot is saved in the Snipping Tool window but is unavailable for pasting elsewhere. The most common root causes are:

  • Corrupted app data: The Snipping Tool stores per-user configuration and temporary files. A failed update or a system crash can corrupt these files, breaking the clipboard handoff.
  • Clipboard service conflict: Third-party clipboard managers, such as Ditto or CopyQ, can intercept the clipboard API and block the Snipping Tool from writing new data.
  • Outdated or missing system components: The Snipping Tool is part of the Windows 11 built-in app suite. If the underlying Windows Clipboard service or the app itself is outdated, the copy operation may silently fail.
  • User account corruption: A damaged user profile can prevent the Snipping Tool from accessing the clipboard for the current user session.

Steps to Fix the Snipping Tool Clipboard Copy Problem

Follow these methods in order. Test the Snipping Tool after each method by taking a snip and pressing Ctrl+V in a text document or an email compose window.

Method 1: Reset the Snipping Tool App

  1. Open Windows Settings
    Press Windows+I on your keyboard. Select Apps from the left navigation pane.
  2. Locate the Snipping Tool
    Click Installed apps. Scroll down or use the search box to find Snipping Tool.
  3. Access advanced options
    Click the three-dot menu icon to the right of the Snipping Tool entry and select Advanced options.
  4. Reset the app
    Scroll to the Reset section. Click the Reset button. A confirmation dialog appears. Click Reset again. Wait for the checkmark icon to appear.
  5. Restart and test
    Close Settings. Open the Snipping Tool. Take a snip. Press Ctrl+V in a document to verify the clipboard works.

Method 2: Enable or Restart Clipboard History

  1. Open Clipboard settings
    Press Windows+I to open Settings. Select System > Clipboard.
  2. Toggle Clipboard history on
    If Clipboard history is Off, slide the toggle to On. If it is already On, toggle it Off, wait 10 seconds, then toggle it back On.
  3. Restart the Snipping Tool
    Close the Snipping Tool completely using Alt+F4 or by right-clicking its icon on the taskbar and selecting Close window. Reopen the Snipping Tool and test the clipboard copy.

Method 3: Run the Keyboard Troubleshooter

  1. Open the Troubleshoot page
    Press Windows+I and select System > Troubleshoot > Other troubleshooters.
  2. Run the Keyboard troubleshooter
    Find the Keyboard entry. Click the Run button next to it. The troubleshooter scans for clipboard-related issues and applies fixes automatically.
  3. Restart your PC
    After the troubleshooter completes, restart your computer. Test the Snipping Tool clipboard after the restart.

Method 4: Repair or Reinstall the Snipping Tool via Windows Package Manager

  1. Open Windows Terminal as Administrator
    Right-click the Start button and select Terminal (Admin). Click Yes in the User Account Control prompt.
  2. Repair the Snipping Tool package
    Type the following command and press Enter:
    Get-AppxPackage Microsoft.ScreenSketch | Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
    Wait for the command to finish. No confirmation message appears.
  3. Reinstall the Snipping Tool if repair fails
    If the clipboard still does not work, run this command:
    Get-AppxPackage Microsoft.ScreenSketch | Remove-AppxPackage
    Then download the Snipping Tool from the Microsoft Store by searching for Snipping Tool. Click Install.
  4. Test the clipboard
    Open the reinstalled Snipping Tool, take a snip, and paste it into a document.

Method 5: Create a New User Profile

  1. Open Family and other users
    Press Windows+I and select Accounts > Family and other users.
  2. Add a new user
    Under Other users, click Add account. Follow the prompts to create a new local user. You do not need a Microsoft account.
  3. Sign in to the new profile
    Sign out of your current account and sign in to the newly created account. Open the Snipping Tool and test the clipboard.
  4. Migrate your data if the fix works
    If the clipboard works in the new profile, the issue is with your original user profile. Move your files from the old profile to the new one using File Explorer.

ADVERTISEMENT

If the Snipping Tool Still Does Not Copy to Clipboard

Snipping Tool Opens but Snip Does Not Appear in Clipboard

This indicates a conflict with another clipboard application. Temporarily disable or uninstall any third-party clipboard managers such as Ditto, CopyQ, or ClipClip. After disabling the third-party app, restart the Snipping Tool and test the clipboard. If the clipboard works, the third-party app was blocking the Snipping Tool. Re-enable the third-party app and check its settings for an option to allow other apps to write to the clipboard.

Clipboard Works in Other Apps but Not in Snipping Tool

This points to a corrupted Snipping Tool installation rather than a system-wide clipboard issue. Run the repair and reinstall commands from Method 4. If the problem persists, run the System File Checker tool. Open Windows Terminal as Administrator and type sfc /scannow. Press Enter. The tool scans and repairs protected system files. Restart your PC after the scan completes.

Snipping Tool Crashes After Taking a Snip

A crash immediately after a snip suggests a graphics driver problem. Update your display driver by opening Device Manager, expanding Display adapters, right-clicking your graphics card, and selecting Update driver. Choose Search automatically for drivers. If Windows finds no update, visit the GPU manufacturer website NVIDIA, AMD, or Intel and download the latest driver for your model. After installing the driver, restart your PC and test the Snipping Tool.

Item App Reset Clipboard History Toggle
Description Clears all app data and resets the Snipping Tool to its default state Refreshes the Windows clipboard service by turning the history feature off and on
Time required 2 minutes 1 minute
Effect on settings Resets app preferences, including snip mode and delay settings No effect on app settings
Risk of data loss None None
Success rate for clipboard fix High 70-80% Medium 40-50%

You can now fix the Snipping Tool clipboard copy failure on Windows 11 using the five methods described. Start with the app reset because it resolves most cases without affecting other system settings. If the problem returns after a future Windows update, repeat the reset or run the repair command from Method 4. For users who frequently work with screenshots, consider using the built-in Windows+Shift+S shortcut, which automatically saves the snip to the clipboard without opening the Snipping Tool window.

ADVERTISEMENT