claude-code - 💡(How to fix) Fix [FEATURE] [Windows] Cannot paste clipboard images (Ctrl+V) in Claude Code desktop app [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#54902Fetched 2026-05-01 05:51:26
View on GitHub
Comments
2
Participants
3
Timeline
6
Reactions
0
Timeline (top)
labeled ×3commented ×2referenced ×1

Fix Action

Fix / Workaround

Workaround Saving the screenshot as a file and dragging it into the chat window works as an alternative.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Environment

  • OS: Windows 11 Home (10.0.26200)
  • Interface: Claude Code desktop app (claude.exe)
  • Shell: Bash

Description Pasting screenshots from clipboard using Ctrl+V does not work in the Claude Code desktop app on Windows. The paste action is silently ignored — no image appears in the input box.

Steps to reproduce

  1. Take a screenshot using Win+Shift+S (Windows Snipping Tool)
  2. Click on the Claude Code desktop app input box
  3. Press Ctrl+V

Expected behavior The screenshot image is pasted into the input box and can be sent with the message.

Actual behavior Nothing happens. The clipboard image is not inserted.

Workaround Saving the screenshot as a file and dragging it into the chat window works as an alternative.

Proposed Solution

Implement clipboard image reading in the Windows desktop app input box, so that images copied to the clipboard (e.g., via Win+Shift+S or other screenshot tools) can be pasted directly using Ctrl+V — consistent with the behavior already available on claude.ai in the browser.

Alternative Solutions

nil

Priority

High - Significant impact on productivity

Feature Category

File operations

Use Case Example

The screenshot image is pasted into the input box and can be sent with the message.

Additional Context

No response

extent analysis

TL;DR

Implementing clipboard image reading in the Claude Code desktop app input box is likely the most straightforward fix to enable pasting screenshots using Ctrl+V.

Guidance

  • Verify that the issue is specific to the desktop app by comparing the behavior with the web version (claude.ai) to confirm the inconsistency.
  • Investigate the current implementation of the input box in the desktop app to understand how it handles clipboard data, specifically images.
  • Consider adding a feature to handle image data from the clipboard, potentially using existing libraries or frameworks that support image processing and clipboard interactions.
  • Test the workaround of saving the screenshot as a file and dragging it into the chat window to ensure it remains a viable alternative until a fix is implemented.

Example

No specific code example can be provided without more details on the app's technology stack and current implementation.

Notes

The solution may require updates to the desktop app's codebase, potentially involving changes to how the input box handles clipboard events and image data.

Recommendation

Apply a workaround, such as saving screenshots as files and then dragging them into the chat window, until the desktop app is updated to support pasting images from the clipboard directly. This approach ensures users can still share screenshots while the development team works on implementing the requested feature.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] [Windows] Cannot paste clipboard images (Ctrl+V) in Claude Code desktop app [2 comments, 3 participants]