[BUG] Claude Code hangs with "Interrupted" error on Windows (native)
Resolved 💬 4 comments Opened Mar 18, 2026 by Ictium Closed Apr 16, 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?
Environment:
- OS: Windows (native), secondary internal drive H:\
- Claude Code version: 2.1.78
- IDEs affected: Cursor and Android Studio (JetBrains plugin beta)
Description:
Claude Code hangs randomly after reading several files sequentially. The process becomes a zombie — it cannot be stopped normally and requires force-closing the terminal. The error shown is always Interrupted · What should Claude do instead?
Reproduction pattern:
- Open Claude Code in Windows native terminal (Cursor or Android Studio integrated terminal)
- Execute a task that reads 3-5 files sequentially
- After reading a large file (1000+ lines) Claude Code hangs on the next operation
- Process stays alive but frozen, terminal shows "process is running" on close
Workaround found:
Running Claude Code under WSL (Ubuntu) accessing the same project via /mnt/h/ resolves the issue completely.
Impact: Makes Claude Code completely unusable on Windows native environment.
What Should Happen?
You must finish processing the instructions
Error Messages/Logs
Interrupted · What should Claude do instead?
The terminal is locked
Steps to Reproduce
- Open Claude Code in Windows native terminal (Cursor or Android Studio integrated terminal)
- Execute a task that reads 3-5 files sequentially
- After reading a large file (1000+ lines) Claude Code hangs on the next operation
- Process stays alive but frozen, terminal shows "process is running" on close
Claude Model
Not sure / Multiple models
Is this a regression?
No, this never worked
Last Working Version
_No response_
Claude Code Version
2.1.78
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Cursor
Additional Information
- The error occurs with: Cursor, Android Studio, Windows Terminal, with Windows 10 IoT Enterprise LTSC 21H2
- Works correctly with: WSL with Windows 10 IoT Enterprise LTSC 21H2
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗