claude-code - 💡(How to fix) Fix [BUG] Claude Desktop 1.3109.0.0 fails to launch on Windows 11 Pro 25H2 — root-cause candidate identified (HCS Invalid JSON document) [3 comments, 2 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#50825Fetched 2026-04-20 12:12:01
View on GitHub
Comments
3
Participants
2
Timeline
7
Reactions
0
Timeline (top)
commented ×3labeled ×2closed ×1unlabeled ×1

Claude Desktop consistently fails to launch with the generic error: "Claude Desktop failed to launch. Please check for updates and try again." The error appears a few seconds after launch. No window ever renders. No crash dump is generated in %LOCALAPPDATA%\CrashDumps (the process dies too early).

Error Message

I'm reporting a persistent failure of Claude Desktop to launch on Windows 11 Pro 25H2. I've already completed extensive troubleshooting and have isolated what looks like the root-cause error from cowork-service.log. I'd appreciate engineering's help resolving it. Claude Desktop consistently fails to launch with the generic error: "Claude Desktop failed to launch. Please check for updates and try again." The error appears a few seconds after launch. No window ever renders. No crash dump is generated in %LOCALAPPDATA%\CrashDumps (the process dies too early). On the last successful VM session (before this issue began), the log shows the VM shutdown failed with an HCS error indicating a corrupted VM configuration: {"Error":-1070137075, Application Event Log shows a .NET Runtime error (ID 1022) around each launch attempt:

  • Confirm whether the Invalid JSON document '$' error from HCS is the root cause

Error Messages/Logs

Root Cause

  • Confirm whether the Invalid JSON document '$' error from HCS is the root cause
  • Advise on how to fully purge the stored VM configuration (if LocalCache + ProgramData\Claude + vm_bundles deletion isn't sufficient)
  • Provide a verbose logging flag or debug build for Claude Desktop's early startup path
  • Confirm whether there are known issues with Claude Desktop 1.3109.0.0 on Windows 11 Pro 25H2 following Known Folder recreation

Fix Action

Fix / Workaround

Claude Desktop worked correctly for an extended period (including Cowork) after an in-place Windows 11 repair from ISO. The launch failure appeared after I recreated the user's Desktop Known Folder via a PowerShell command (the folder wasn't being resolved by some apps) and rebooted. Windows Search also temporarily failed to resolve documents at that time but self-resolved after a later reboot. Claude Desktop has not recovered.

Code Example

2026/04/19 12:06:09.842331 [VM] Graceful shutdown failed, forcing termination:
HcsShutdownComputeSystem failed with HRESULT 0x0/0x8037010d:
{"Error":-1070137075,
"ErrorMessage":"The virtual machine or container JSON document is invalid.",
"ErrorEvents":[{"Message":"The specified property query is invalid:
The virtual machine or container JSON document is invalid.
(0xC037010D, 'Invalid JSON document \'$\'').",
"Provider":"17103e3f-3c6e-4677-bb17-3b267eb5be57",
"EventId":11001}]}

---

Warning: failed to open service for recovery config: Access is denied.

---

Claude Desktop Failed to Launch
RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

What's Wrong?

Subject: Claude Desktop 1.3109.0.0 fails to launch on Windows 11 Pro 25H2 — root-cause candidate identified (HCS Invalid JSON document)

Hi Claude Support / Engineering Team,

I'm reporting a persistent failure of Claude Desktop to launch on Windows 11 Pro 25H2. I've already completed extensive troubleshooting and have isolated what looks like the root-cause error from cowork-service.log. I'd appreciate engineering's help resolving it.

Summary

Claude Desktop consistently fails to launch with the generic error: "Claude Desktop failed to launch. Please check for updates and try again." The error appears a few seconds after launch. No window ever renders. No crash dump is generated in %LOCALAPPDATA%\CrashDumps (the process dies too early).

System

  • OS: Windows 11 Pro 25H2
  • Claude Desktop: Claude_1.3109.0.0_x64__pzs8sxrjxfjjc (MSIX)
  • App ID: Claude_pzs8sxrjxfjjc!Claude
  • WebView2 Runtime: 147.0.3912.72 (healthy)
  • sfc /verifyonly: no integrity violations
  • Virtual Machine Platform: enabled
  • No NTFS compression on C:
  • No COR_PROFILER / CORECLR_* env vars set
  • Desktop Known Folder registry is correct and folder exists

Root-cause candidate found in cowork-service.log

On the last successful VM session (before this issue began), the log shows the VM shutdown failed with an HCS error indicating a corrupted VM configuration:

2026/04/19 12:06:09.842331 [VM] Graceful shutdown failed, forcing termination:
HcsShutdownComputeSystem failed with HRESULT 0x0/0x8037010d:
{"Error":-1070137075,
"ErrorMessage":"The virtual machine or container JSON document is invalid.",
"ErrorEvents":[{"Message":"The specified property query is invalid:
The virtual machine or container JSON document is invalid.
(0xC037010D, 'Invalid JSON document \'$\'').",
"Provider":"17103e3f-3c6e-4677-bb17-3b267eb5be57",
"EventId":11001}]}

Since then, every subsequent CoworkVMService start completes cleanly (Service ready. Listening on \\.\pipe\cowork-vm-service) but Claude Desktop still fails to launch. The service is healthy; the app-to-service handoff or the stored VM configuration is what's broken.

Also, every service startup logs:

Warning: failed to open service for recovery config: Access is denied.

Secondary signal

Application Event Log shows a .NET Runtime error (ID 1022) around each launch attempt:

.NET Runtime version 4.0.30319.0 - There was a failure initializing profiling API attach infrastructure. This process will not allow a profiler to attach. HRESULT: 0x80004005.

Unclear if related to the VM service or independent.

Troubleshooting already performed

  1. Full MSIX uninstall + reinstall with manual deletion of %LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc, %LOCALAPPDATA%\AnthropicClaude, %APPDATA%\Claude, and %ProgramData%\Claude. Reinstalled as administrator. Same failure.
  2. Full LocalCache wipe specifically to invalidate any cached VM JSON. Rebooted. Same failure.
  3. Cowork VM bundle reset (stopped CoworkVMService, restarted vmcompute, deleted vm_bundles, restarted service). Same failure.
  4. All MSIX services confirmed running (AppXSvc, StateRepository, InstallService).
  5. All Hyper-V / VM services confirmed running (CoworkVMService, vmcompute, hvhost, vmms).
  6. No orphan VMs registered in HCS.
  7. Direct launch via Start-Process "shell:AppsFolder\Claude_pzs8sxrjxfjjc!Claude" — same failure.

Background context

Claude Desktop worked correctly for an extended period (including Cowork) after an in-place Windows 11 repair from ISO. The launch failure appeared after I recreated the user's Desktop Known Folder via a PowerShell command (the folder wasn't being resolved by some apps) and rebooted. Windows Search also temporarily failed to resolve documents at that time but self-resolved after a later reboot. Claude Desktop has not recovered.

What I'd like help with

  • Confirm whether the Invalid JSON document '$' error from HCS is the root cause
  • Advise on how to fully purge the stored VM configuration (if LocalCache + ProgramData\Claude + vm_bundles deletion isn't sufficient)
  • Provide a verbose logging flag or debug build for Claude Desktop's early startup path
  • Confirm whether there are known issues with Claude Desktop 1.3109.0.0 on Windows 11 Pro 25H2 following Known Folder recreation

I have full PowerShell transcripts and cowork-service.log available on request. Happy to run any additional diagnostics.

Thank you for looking into this.

Best regards,

What Should Happen?

open

Error Messages/Logs

Claude Desktop Failed to Launch

Steps to Reproduce

Open de app

Claude Model

None

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

No response

extent analysis

TL;DR

The most likely fix involves purging the corrupted VM configuration and resolving the Invalid JSON document error.

Guidance

  1. Verify the root cause: Confirm whether the Invalid JSON document '$' error from HCS is indeed the root cause of the issue by analyzing the cowork-service.log and Application Event Log.
  2. Purge stored VM configuration: Attempt to fully purge the stored VM configuration by deleting the following directories: %LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc, %LOCALAPPDATA%\AnthropicClaude, %APPDATA%\Claude, and %ProgramData%\Claude. Also, try stopping the CoworkVMService, restarting vmcompute, deleting vm_bundles, and restarting the service.
  3. Check for known issues: Investigate if there are known issues with Claude Desktop 1.3109.0.0 on Windows 11 Pro 25H2, especially after recreating the Desktop Known Folder.
  4. Enable verbose logging: Request a verbose logging flag or debug build for Claude Desktop's early startup path to gather more detailed logs and diagnose the issue.

Example

No code snippet is provided as the issue seems to be related to configuration and logging rather than code.

Notes

The issue may be related to the recreation of the Desktop Known Folder, and resolving this might require additional troubleshooting steps. The Access is denied warning when opening the service for recovery config could also be a contributing factor.

Recommendation

Apply a workaround by attempting to purge the stored VM configuration and resolving the Invalid JSON document error, as this seems to be the most likely root cause of the issue. If this does not work, further investigation into known issues with Claude Desktop on Windows 11 Pro 25H2 may be necessary.

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