Claude Code v2.1.112+ crashes with Segmentation Fault (0xc0000005) on Windows 11

Resolved 💬 8 comments Opened Apr 19, 2026 by workhyw Closed Jul 1, 2026

Description

Claude Code v2.1.112 and v2.1.114 crash immediately on startup with a Segmentation Fault on Windows 11. v2.1.111 works fine.

Environment

  • OS: Windows 11 Pro (Build 22631, 23H2)
  • Node.js: v24.15.0
  • npm: 11.12.1
  • VC++ Runtime: v14.36.32532
  • Architecture: x86-64
  • ntdll.dll version: 10.0.22621.4111

Steps to Reproduce

  1. npm install -g @anthropic-ai/claude-code@2.1.112 (or 2.1.114)
  2. Run claude or claude --version
  3. Segmentation fault occurs immediately

Crash Details (Windows Event Log)

  • Faulting application: claude.exe (version 2.1.114.0)
  • Faulting module: ntdll.dll (10.0.22621.4111)
  • Exception code: 0xc0000005 (ACCESS_VIOLATION)
  • Faulting offsets: 0x0000000000033faa, 0x0000000000054c2e, 0x00000000000218b8

Workaround

Downgrade to v2.1.111:

npm install -g @anthropic-ai/claude-code@2.1.111

Notes

The issue appears to be related to the native binary (claude.exe) introduced in v2.1.112. The Node.js-based versions (v2.1.111 and earlier) work without issues.

View original on GitHub ↗

This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗