Image Paste Functionality Broken on Windows Platform
Status Closed — not planned
Maintainer reply None cached
Workaround ✓ Mentioned in thread ↓
Activity 13 comments · opened Jul 24, 2025 · closed Jan 24, 2026
Bug Description
The ctrl+v for putting an image is not working at all on windows
Environment Info
- Platform: win32
- Terminal: cursor
- Version: 1.0.59
- Feedback ID: 554150ff-9be0-44e0-aaa0-a35e9bea1ac7
Errors
[]
13 Comments
Same problem with claude running from Ubuntu 24.04 WSL in Windows 11. I can paste the image (CTRL+V) on the clipboard to any other program fine. But in claude pressing CTRL+V does nothing.
I just created a windows app to do this, It will copy the current screenshot as path, and you can ctrl+v to claude code: https://github.com/rizrmd/shotpath
I think it only works for MAC - not on windows (WSL). I have to manually drag the image into my repo and from there into the Claude CLI. Ugly but it works. A copy + paste would really be appreciated.
It is not generating a wsl path for the screenshot it is a normal windows path
Same here
CTRL+V stopped working for me around 10 days ago.
Alt+V now works.
Did nout found any doc or info on that in docs :/
CONGRATULATIONS : i successfully resolved the issue. basically using ubuntu in wayland makes the image paste by CTRL+V work in claude code while in X11 does not work.
This issue has been inactive for 30 days. If the issue is still occurring, please comment to let us know. Otherwise, this issue will be automatically closed in 30 days for housekeeping purposes.
Still happening.
Python workaround for Windows users (no exe required)
For those who can't use shotpath.exe due to corporate security policies blocking downloads or PowerShell Constrained Language Mode, here's a pure Python alternative:
Setup
shotpath_watch.pyin your home folder:shotpath.vbsin your Startup folder (%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\):Usage
Win+Shift+S→ snip screenshotWorks around both the clipboard image detection bug and corporate security restrictions that block exe downloads.
This issue has been automatically closed due to 60 days of inactivity. If you're still experiencing this issue, please open a new issue with updated information.
This issue was closed incorrectly despite recent human comments. This behavior of the bot is reported at https://github.com/anthropics/claude-code/issues/16497. Please upvote that issue, so maybe it gets noticed.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.