[BUG] Alt+Paste not working on windows 11

Status Closed — not planned
Maintainer reply None cached
Activity 13 comments · opened Oct 10, 2025 · closed Mar 28, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

When trying to paste an image from the clipboard to Claude Code with Alt+V (Alt+Paste), the image not found in the clipboard message is always shown.

<img width="1317" height="470" alt="Image" src="https://github.com/user-attachments/assets/dd5a2021-e6d0-49a6-a213-a21983bfc2d1" />

<img width="1046" height="715" alt="Image" src="https://github.com/user-attachments/assets/f7727926-3be1-462f-8a5f-81aecca45dac" />

<img width="1906" height="353" alt="Image" src="https://github.com/user-attachments/assets/f11c4275-c695-47d8-9c5e-2a6cbfeb440d" />

What Should Happen?

The image should be added to the prompt.

Error Messages/Logs

No image found in clipboard. Use alt+v to paste images.

Steps to Reproduce

  • Start Claude.
  • Add an Image to Clipboard by any means. Either copy from Windows Explorer or use the snippet tool.
  • Use Alt+V in Claude's text prompt.

Claude Model

Not sure / Multiple models

Is this a regression?

No, this never worked

Last Working Version

_No response_

Claude Code Version

v2.0.13

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

It never worked in my environment since the feature was announced.

View original on GitHub ↗

13 Comments

github-actions[bot] · 10 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/9124
  2. https://github.com/anthropics/claude-code/issues/3554
  3. https://github.com/anthropics/claude-code/issues/6756

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

AndreVianna · 10 months ago

The other issues are not the same. They either refer to related problems or lack details.

linerz11 · 10 months ago

yes same issue here. It used to work before but now isn't - I have to copy paste the path to get it to work

skyer9 · 9 months ago

UPDATE : 2025-12-15

it is not problem of VSCode or Claude Code.
it is problem of Remote SSH.
Problem occurs on VSCode + Remote SSH + Claude Code.

-------------------------

it works on clink (cmd.exe alternative) with alt+v.

<img width="391" height="323" alt="Image" src="https://github.com/user-attachments/assets/16fced93-b2b4-4585-ba8b-00be6752d975" />

but in vscode not works.
when i press alt key, cursor changes to cross shape.
and claude title icon changes.

<img width="258" height="112" alt="Image" src="https://github.com/user-attachments/assets/41b14d41-fdbd-4450-a00a-a3460ff1eab6" />

i think this is related to alt+v problem.

MikeWise2718 · 9 months ago

So it used to work at one time? I really need this.

github-actions[bot] · 7 months ago

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.

AaronHallAttorney · 7 months ago

The issue is still occurring. I provided more details here: https://github.com/anthropics/claude-code/issues/22068

Sebastilan · 6 months ago

Hi all, I ran into the same problem and built a lightweight workaround for it:

clipboard-img2file — a zero-dependency PowerShell background script that monitors your clipboard. When it detects bitmap data (from Win+Shift+S, Snipaste, PrintScreen, etc.), it auto-saves it as a PNG and replaces the clipboard with the file path. Then Ctrl+V in Claude Code just works.

Quick install: download the release zip, double-click install.bat — runs silently in background, auto-starts on login, no admin needed.

It doesn't fix the root cause (Claude Code not reading raw bitmap from clipboard), but it completely eliminates the friction of manually saving screenshots. Hope this helps while the underlying issue is being worked on!

fatihaziz · 6 months ago

its still not working at all even after installing 2.1.40

humblecrip · 6 months ago

its still not working at all now in 2.1.59

vimholic · 6 months ago

Workaround found: right-click paste works on Windows Terminal (Preview)

Environment:

  • OS: Windows 11
  • Terminal: Windows Terminal Preview
  • Shell: PowerShell 7 (pwsh)
  • Claude Code: v2.1.62

Findings:

  • Ctrl+V → does NOT work for image paste
  • Right-click paste → WORKS for image paste

Root cause: Windows Terminal intercepts Ctrl+V as Terminal.PasteFromClipboard action at the terminal level, so the keypress never reaches Claude Code. Right-click bypasses this interception and triggers Claude Code's clipboard detection directly.

Potential fix: Unbinding ctrl+v from Terminal.PasteFromClipboard in Windows Terminal settings should allow Claude Code to receive the keypress and handle image paste natively.

github-actions[bot] · 5 months ago

Closing for now — inactive for too long. Please open a new issue if this is still relevant.

github-actions[bot] · 4 months ago

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.