[BUG] Desktop 1.24012.9–1.25927.0 (Windows MSIX): package enters NeedsRemediation (0x3CFC) after opening the in-app browser pane — 3 reinstalls in one day
Update 2026-07-31 — see the comment below for corrections. Two claims in this report are refuted by later evidence, and I am leaving the original text intact rather than rewriting it: (1) the dangling%TEMP%\Claude-*.msixstaging-session theory is wrong — a second machine of mine has exactly that state and has never failed; (2) "unrepairable" is wrong — @quetzaone found thatStop-Service CoworkVMService -ForcebeforeAdd-AppxPackage -Registerrecovers the package without a reinstall or data loss. The browser pane is also not the only path in: #82381 reproduces the same0x3CFCwith no pane and no localhost involved. Related: #81747, #81992, #82381.
---
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?
Since the 2026-07-26 auto-update of Claude Desktop for Windows (1.24012.1 → 1.24012.9), opening the in-app browser pane on a localhost dev server permanently destroys the MSIX package registration. The app then cannot launch (Windows dialog: "reset or repair the app"), Repair/Reset both fail, and only a full reinstall works — losing all app state. This happened three times in one day (2026-07-28). On 1.24012.1 I used the browser pane with localhost daily without any issues.
The third occurrence isolates the trigger: the dev server was running externally in a terminal and the app spawned no processes — merely navigating the browser pane to http://localhost:3000 (attach-only launch.json, url field only) killed the app within a minute. So this is not RAM-related and not caused by spawning a dev server; the browser-pane process spawn / package validation itself triggers it.
Suspected root cause: the installer/auto-updater stages a package in %TEMP%\Claude-<random>.msix with deferred registration. Once that temp file is cleaned up, a dangling staging session remains; the next packaged process spawn (a browser-pane tab) fails machine-level package validation (0x3CFC) and permanently bricks the installation — Repair loops chasing the deleted temp file. Normal chat usage spawns no such process, which is why the app appears stable until the browser pane is used.
What Should Happen?
Opening the in-app browser pane on localhost should render the page. An app crash or a missing staged update file in %TEMP% must never corrupt the installed MSIX package; Repair should be able to recover without a full reinstall, and reinstalls should preserve app data.
Error Messages/Logs
Windows event log, third incident (13:41, dev server external, attach-only):
Microsoft-Windows-AppModel-Runtime/Admin, Event 6 (13:41:09, 5x):
0x3CFC: Der Prozess für das <NULL>-Paket kann nicht erstellt werden, da beim Prüfen des Paketstatus auf Computerebene ein Fehler aufgetreten ist: Die Anwendung konnte nicht gestartet werden. Installieren Sie die Anwendung neu.
Microsoft-Windows-AppXDeploymentServer/Operational (13:41:46, repeating loop; Events 465/497/403/404):
Fehler 0x80070002: Fehler beim Öffnen des Pakets im Speicherort "Claude-494409263.msix".
Fehler 0x80070002: Fehler beim Öffnen des Msixvc-Pakets vom Speicherort Claude-494409263.msix.
Fehler 0x80070002: Fehler beim Abrufen der Stagingsitzung für: file:///C:/Users/<user>/AppData/Local/Temp/Claude-494409263.msix.
Fehler "0x80073CF0" beim AppX Deployment-Vorgang für Paket "".
Event 717 (13:42:56, why app data is lost on reinstall):
"Claude_1.24012.9.0_x64__pzs8sxrjxfjjc" kann nicht entfernt werden, da das PreserveApplicationData-Kennzeichen nur für ein Paket verwendet werden kann, das im Entwicklungsmodus bereitgestellt wurde. (0x80073CFA)
Earlier incidents same day: identical 0x3CFC + repair loop on a *different* random temp file (Claude-3676116916.msix). After the 07-26 update, cleanup of the old version failed on locked icudtl.dat (Event 471, 0x12C) and the package sat on the deletion list across reboots (Event 503). Notably absent: no Resource-Exhaustion events (System 2004) and no node.exe/WER crashes during incidents 2 and 3 — the failure is package-state, not OOM.
Steps to Reproduce
- Windows 11, Claude Desktop MSIX 1.24012.9 (package Claude_pzs8sxrjxfjjc), machine that took the 1.24012.1 → 1.24012.9 auto-update on 2026-07-26.
- Run any dev server externally in a terminal (in my case: Next.js 16.2 with Turbopack on port 3000).
- In a Claude Code session in the desktop app, open the browser pane on http://localhost:3000 (attach-only; the app spawns nothing).
- Within ~1 minute the app's package registration breaks (Event 0x3CFC). Every subsequent launch shows the Windows "repair the app" dialog; Repair/Reset fail (repair loop on a deleted %TEMP%\Claude-<random>.msix); only full reinstall works, wiping app state.
Reproduced 3/3 times on 2026-07-28 (twice with the dev server started via the in-app preview, once attach-only). Never happened on 1.24012.1.
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
Claude Desktop for Windows 1.24012.1 (the regression is in the desktop app, not the CLI)
Claude Code Version
2.1.219 (Claude Code, bundled with the Desktop app where the bug occurs; standalone terminal CLI reports 2.1.215)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Other
Additional Information
Related issues (same package family / error class, none covers this trigger): #35366 (MSIX crash-on-restart, reinstall loop), #47877 (MSIX stuck in Staged state after auto-update, same package family pzs8sxrjxfjjc — closed as invalid, but it matches this failure class), #25162 (0x80073CFA on Squirrel→MSIX migration).
Environment: Windows 11 Home 10.0.26200, 16 GB RAM (Samsung Galaxy Book 950QDB). Full event log extracts and exact timestamps for all three incidents available on request. I also filed this via /bug in-app today (with session transcript) — this issue adds the third, attach-only occurrence that isolates the trigger.
Showing cached comments. Read the full discussion on GitHub ↗
3 Comments
Got same problem, so annoying, here is what claude says:
Confirming this on a second machine, and adding evidence that narrows the cause, plus a
recovery path that does not require a full reinstall and does not lose app data.
Confirmation
Same failure, different hardware and locale:
| | |
|---|---|
| OS | Windows 11 Pro, 10.0.26200.8655 |
| Package |
Claude_1.24012.9.0_x64__pzs8sxrjxfjjc|| Claude Code | 2.1.219 bundled |
| SignatureKind |
Developer(sideloaded MSIX) || Package Status |
Okbefore and after every incident |Identical signature: 5×
Microsoft-Windows-AppModel-Runtime/AdminEvent ID 6,0x3CFC(= 15612,ERROR_NEEDS_REMEDIATION), package field<NULL>, then Event ID 217destroying the AppX container. Same
0x80070002onClaude-<random>.msix, same0x80073CFAonPreserveApplicationData.One difference worth noting: no localhost and no dev server involved. Plain use of the
in-app browser pane is enough. So the trigger is the pane itself, not a local dev server or
anything the app spawns for it.
10 occurrences over two days, frequency increasing:
Recovery without a full reinstall (keeps your data)
This is the most useful part for anyone hitting this. Repair from Settings fails, but
Add-AppxPackage -Registersucceeds — provided the packaged service is stopped too.Claude ships a packaged Windows service,
CoworkVMService, displayed in services.msc as"Claude", running from
app\resources\cowork-svc.exe. It does not stop when youclose the app window. While it runs, Repair fails with:
That is what makes Repair look permanently broken. Stop the service as well and
re-registration succeeds:
Verified working:
Deployment Register operation ... (AppxManifest.xml) finished successfully.No reinstall, no data wipe.
Evidence that narrows the cause
1. Blocking auto-updates does not prevent it.
Set
disableAutoUpdates = 1(DWORD) in bothHKCU\SOFTWARE\Policies\ClaudeandHKLM\SOFTWARE\Policies\Claude. The app confirms it took effect:The failure recurred 4 minutes later. So the dangling-staging-session theory needs
refining: no update or staging operation was running at the time of the failure.
2. The redeploy is the recovery, not the trigger. Millisecond ordering:
Five process-creation failures within 5 ms, container destroyed 240 ms later, and the
deployment activity only starts ~9 seconds afterwards.
3. A full clean removal does not fix it.
Remove-AppxPackage -AllUsers, leftover%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjcdeleted, stale
%TEMP%\Claude-*.msixdeleted, fresh package installed. The failurerecurred 4 minutes after the fresh install. Whatever state is bad either survives a
full removal or is recreated immediately.
4. Component store corruption exists but is not the cause.
sfc /scannow→[SR] Repairing 0 components.DISM /Online /Cleanup-Image /RestoreHealth→ repaired 2044CSI FileFlagscorruptions (
Total Repaired Corruption: 2044,All WCP store corruptions were fixed,HRESULT = 0x00000000 - S_OK). Followed by reboot and successful re-registration.Failure recurred anyway. Possibly related, since FileFlags corruption is file
attribute/security metadata — but not sufficient on its own.
5. Every
Registerhas to repair the package ACLs (Event ID 649):6. Integrity validation is being attempted on a package it does not apply to
(
Microsoft-Windows-AppXDeploymentServer/Operational, Event ID 8107):7. Not graphics, not security software, not licensing services.
Ruled out independently, each with the failure still reproducing:
isHardwareAccelerationDisabled: true; per-app GPU preference pinned to the discrete GPU;virtual display adapter disabled; GPU overlay disabled; no third-party AV
(
root\SecurityCenter2empty);fltmc filtersshows Microsoft filters only; nothird-party Winsock LSPs;
Get-ProcessMitigation -SystemallNOTSET; Smart App Controloff;
ClipSVC,LicenseManager,AppXSvc,StateRepositoryall Running.Note the app log line
GPU process gone: { reason: 'crashed', exitCode: 101457950 }isbyte-identical across all 10 incidents including runs with hardware acceleration
disabled — it is the container teardown, not a graphics fault. Worth stating because it
sends people down the GPU path.
Data loss is narrower than reported — you can save most of it
Only the desktop app's Claude Code chat store is destroyed:
...\LocalCache\Roaming\Claude\claude-code-sessions— wiped...\LocalCache\Roaming\Claude\local-agent-mode-sessions— survives (233 files retained here)%USERPROFILE%\.claude(CLI sessions, projects, settings, plugins) — never affected(302 session files retained, going back six weeks)
So the CLI is a fully usable workaround with no data at risk, and everything except
claude-code-sessionscan be backed up and restored around a reinstall.Why nobody gets a crash dump
The app never faults — the OS declines process creation. That path produces no exception,
no WER report and no Crashpad minidump.
Crashpad\reportsstays empty;sentry\session.jsononly marks the previous session abnormal with
value: 'No message'. Anyone trying to debugthis by looking for a dump will find nothing, regardless of WER configuration.
Two requests
with
disableAutoUpdatespolicy set a downgrade would actually stick. No older installeris cached on disk once
%TEMP%\Claude-*.msixis cleaned up.completely stable as long as the pane is never opened — an explicit switch would be a
usable workaround while this is investigated.
@quetzaone — much better report than mine, thank you. Reading it alongside #82381 (and its comments from @my270yuto0413-cmyk and @jmverse4), I want to correct two things I got wrong in the original post, and add one measurement that I think is useful.
The recovery path is the headline — with one caveat
Stop-Service CoworkVMService -ForcebeforeAdd-AppxPackage -Registeris the piece I never found. I stopped at the wrong conclusion: Repair failed in a loop, so I assumed the package was unrecoverable, reinstalled three times in one day, then stopped using the browser pane — which ended the problem for me and ended my investigation with it. The packaged service holding file locks is exactly why Repair looks permanently broken, and it explains the0x80073D02the Settings UI never surfaces.Caveat for anyone trying it: in #82381
CoworkVMServicedoes not exist at all (sc.exe query→ 1060) andAdd-AppxPackage -DisableDevelopmentMode -Registerdoes not clear the flag there. So it is worth trying first, but it is not universal. The MSIX-as-ZIP extraction workaround in #82381 is the fallback when re-registration won't take.Correcting my own report: the dangling-staging theory doesn't hold
Your point 1 already refutes it, and I can add a data point. My second machine (32 GB desktop, same package
Claude_1.24012.9.0_x64__pzs8sxrjxfjjc,SignatureKind: Developer, Windows 11 Pro 10.0.26200.8875 vs your 8655) has:%TEMP%\Claude-*.msixleft on disk, no EndOfLife registry entriesCoworkVMService("Claude") running, Automatic — same as yoursSo the exact dangling-staging state I blamed is present here, and this machine has zero Event ID 6 /
0x3CFCin the whole log (which goes back to 26 July). Dangling staging is not sufficient.Correcting my own report again: the pane is not the trigger
I claimed the browser pane on localhost was the trigger. On my laptop it correlated 3/3, including a passive url-only attach with the dev server running externally — so nothing the app spawned for it. Your machine narrows that further: no localhost, no dev server, plain pane use is enough.
But #82381 flips the package with no pane involved at all — two Claude Code sessions in the Code tab, ~35 minutes after a verified-clean install. Same
0x3CFC, same untouched files on disk. So the honest statement is that the pane is one path into the machine-level package-status check that fails, not the only one, and the underlying trigger is still unconfirmed. Not opening the pane has been sufficient on both of my machines so far, but #82381 shows that is not a general guarantee.Worth noting the two Status readings in this thread are not actually in conflict. Your millisecond timeline has
RepairPackageOperationstarting ~9 s after the Event 6 burst, which puts the package back toOk; #82381 (Windows 10 19045) is left sitting inModified, NeedsRemediation. SameERROR_NEEDS_REMEDIATIONcondition, different auto-remediation outcome by OS generation.chrome-native-host.exeruns from LocalCache, not from the packageThis matters for both the uninstall defect and the workaround. On my machine the running native host is:
not the copy in
...\WindowsApps\Claude_1.24012.9.0_x64__pzs8sxrjxfjjc\app\resources\chrome-native-host.exe. Both are byte-identical (SHA256D896135FBD253BC1BF5FEE7359A52E8FDA87C947F4A246ABED8C78BDF54C577C), and the Chrome native-messaging manifest underHKCU\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.anthropic.claude_browser_extensionpoints at the LocalCache copy.That explains the uninstall defect @my270yuto0413-cmyk and @jmverse4 hit (Event 5224 /
0x5→0x80073D05→0x80073CF6): the process is not package-owned at runtime, so nothing in the package teardown stops it, and it holds the very LocalCache directory that removal has to delete. Killchrome-native-host.exeand close Chrome before any uninstall or re-register attempt.The same fact is why the Chrome route is usable as a substitute for the pane — it is not a process activation inside the package container, so it does not go through the package-status check that fails here.
Workaround for anyone else landing here
claude-in-chrometoolset (navigate,read_page,computer,read_console_messages,read_network_requests, …), which covers what I used the preview pane for, console and network inspection included. It is connected and in use on the machine described above, which has zero Event 6 — though given #82381, treat that as "one less trigger", not immunity.curlfor headless checks where you only need a status code or a response body.%USERPROFILE%\.claudeis never touched —claude --resumein a terminal gets you back into a session the desktop app has forgotten. @n3tman's script in #82381 restores the wiped sidebar index if you want the sessions listed in the app again.Seconding the requests
An explicit setting to disable the in-app browser pane would remove one reproducible path into this while the root cause is open. And a downloadable 1.24012.1 would be the other half, since
disableAutoUpdatesmakes a downgrade actually stick.For @jmverse4's cross-issue table: this issue (#81947) is Windows 11 Pro, package
Claude_1.24012.9.0_x64__pzs8sxrjxfjjc,SignatureKind: Developer. The three destructions were on a 16 GB laptop; the 10.0.26200.8875 desktop above is a second machine that has stayed clean.Still reproduces on 1.25927.0.0 (the new release that rolled out around Aug 4) — and this datapoint is cleaner than any of my previous ones, because it killed the machine I have been citing as the healthy control.
What happened
This is the second machine from my Jul 31 comment: Windows 11 Pro 10.0.26200.8875, zero Event ID 6 in the entire AppModel-Runtime log, no dangling staging, clean deferred registrations — the machine I used to argue the dangling-staging theory was wrong. Today, the first time the in-app browser pane was ever opened on it (an agent session opened the pane and navigated to a public domain — no localhost, no dev server), the app died instantly:
Three consequences:
<NULL>package field at the moment the pane spawns its process.Developer-signed MSIX looks like the common core, with the pane's process spawn being the most reliable way to hit it.Recovery is much better on current versions — worth knowing if you hit this today
The July incidents on my laptop were unrepairable because the Repair flow looped on a deleted
%TEMP%\Claude-<id>.msix(0x80070002→0x80073CF0). Today's Repair flow instead downloaded the package from the release CDN:The
0x80073D02retries are the known process-lock issue from this thread — package-family processes (CoworkVMService,claude.exe,chrome-native-host.exe) have to be gone before Register can succeed. Once they were, the app came back with state intact. Total outage: ~3 minutes, no reinstall, no data loss.So the current practical guidance for anyone landing here:
CoworkVMService,claude, andchrome-native-host, then let Windows Repair run (orAdd-AppxPackage -Registerper the comment above). On current versions Repair can actually pull the MSIX fromdownloads.claude.ai, so the July-era "unrepairable, reinstall only" outcome no longer necessarily applies.