You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Description
Claude Desktop frequently shows a completely black/blank window when clicking the app
from the taskbar or restoring it after it's been in the background. The only reliable way
to get the UI to render is to launch the app fresh from the .exe file.
This has been happening consistently for weeks across multiple versions, and is still
present on the latest version (1.1.2156).
Environment
App version: 1.1.2156 (also occurred on 1.1.1200 / 1.1.351)
OS: Windows 11 (build 26200)
CPU: AMD Ryzen 9 9950X3D
RAM: 128GB
Claude Code version: 2.1.32
Steps to Reproduce
Open Claude Desktop normally
Use the app for a while, or minimize / switch to another window
Click the Claude icon on the taskbar to restore the window
Window appears completely black — no UI renders
Re-launching from the .exe creates a fresh window that works fine, confirming
the issue is with window restoration, not the app failing to start.
Root Cause (from logs)
The unknown-window.log shows a React hydration error (#418) firing on
nearly every app restore/wake, followed immediately by an EventEmitter memory leak
on the AutoUpdater state store. These errors have been occurring daily since at
least January 18, 2026:
What Should Happen?
When clicking the Claude Desktop icon on the taskbar or restoring the window
from the background, the app should render the UI immediately without a
black/blank screen. The window should reliably restore to its previous state
with the conversation visible, regardless of how long the app has been
minimized or in the background.
What actually happens The window restores but shows a completely black/blank screen. The app process
is running but no UI renders. The only workaround is to fully quit and relaunch
from the .exe file. This happens on the majority of restore attempts,
particularly after the app has been running for a while.
Error Messages/Logs
# From unknown-window.log (recurring on every restore/wake):
[error] Uncaught Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[warn] MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 $eipc_message$_..._$_claude.web_$_AutoUpdater_$_updaterState_$store$_update listeners added. Use emitter.setMaxListeners() to increase limit
[error] Refused to connect to 'https://a-api.anthropic.com/v1/m' because it violates the following Content Security Policy directive: "connect-src 'self' https://api.segment.io https://*.segment.io https://*.segment.com https://a-cdn.anthropic.com https://*.google.com https://*.facebook.com https://*.facebook.net https://*.doubleclick.net".
[error] Fetch API cannot load https://a-api.anthropic.com/v1/m. Refused to connect because it violates the document's Content Security Policy.[error] Error sending segment performance metrics TypeError: Failed to fetch# From main.log (on fresh launch after cache clear, errors returned within minutes):[error] [REACT_QUERY_CLIENT] QueryClient error: Error: ["account_profile"] data is undefined[error] ERROR [Statsig] Failed to parse EvaluationResponse# Timeline showing the error occurs on nearly every startup/restore:# 2026-01-19, 01-22, 01-23, 01-24, 01-25 (x2), 01-27, 01-28, 01-29, 01-30,# 02-04, 02-05 (x4), 02-06 (x2) — all React #418 + memory leak warnings
Steps to Reproduce
Open Claude Desktop on Windows (v1.1.2156)
Use the app normally for any period of time (even a few minutes is enough)
Switch to another application, or minimize Claude to the taskbar
Click the Claude Desktop icon on the taskbar to restore the window
Window appears completely black/blank — no UI content renders
Notes:
Happens on the majority of restore attempts, not 100% but very frequent
More likely to occur the longer the app has been running
Launching fresh from the .exe file always works — the issue is specifically
with restoring an existing window
Clearing all app caches allows one clean launch, but the React Feature: implement aider --watch-files #418 error
returns within minutes and the black window comes back on next restore
Occurs with and without MCP servers connected
Claude Model
Not sure / Multiple models
Is this a regression?
No, this never worked
Last Working Version
No response
Claude Code Version
2.1.32
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Other
Additional Information
System Specs
Windows 11 Build 26200
AMD Ryzen 9 9950X3D 16-Core Processor
128GB RAM
App version: 1.1.2156 (previously 1.1.1200 and 1.1.351)
Claude Code: 2.1.32
Node: 22.21.1 (bundled with app)
Troubleshooting Already Attempted
Full cache clear of the following folders with no lasting fix:
A clean launch succeeds after cache clear, but the React #418 hydration
error returns within minutes and the black window issue resumes on next
window restore.
Preflight Checklist
What's Wrong?
Description
Claude Desktop frequently shows a completely black/blank window when clicking the app
from the taskbar or restoring it after it's been in the background. The only reliable way
to get the UI to render is to launch the app fresh from the .exe file.
This has been happening consistently for weeks across multiple versions, and is still
present on the latest version (1.1.2156).
Environment
Steps to Reproduce
Re-launching from the .exe creates a fresh window that works fine, confirming
the issue is with window restoration, not the app failing to start.
Root Cause (from logs)
The
unknown-window.logshows a React hydration error (#418) firing onnearly every app restore/wake, followed immediately by an EventEmitter memory leak
on the AutoUpdater state store. These errors have been occurring daily since at
least January 18, 2026:
What Should Happen?
When clicking the Claude Desktop icon on the taskbar or restoring the window
from the background, the app should render the UI immediately without a
black/blank screen. The window should reliably restore to its previous state
with the conversation visible, regardless of how long the app has been
minimized or in the background.
What actually happens The window restores but shows a completely black/blank screen. The app process
is running but no UI renders. The only workaround is to fully quit and relaunch
from the .exe file. This happens on the majority of restore attempts,
particularly after the app has been running for a while.
Error Messages/Logs
Steps to Reproduce
Notes:
with restoring an existing window
returns within minutes and the black window comes back on next restore
Claude Model
Not sure / Multiple models
Is this a regression?
No, this never worked
Last Working Version
No response
Claude Code Version
2.1.32
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Other
Additional Information
System Specs
Troubleshooting Already Attempted
Full cache clear of the following folders with no lasting fix:
A clean launch succeeds after cache clear, but the React #418 hydration
error returns within minutes and the black window issue resumes on next
window restore.
Key Observations
almost daily from Jan 18 to Feb 6 (3 weeks of data)
AutoUpdater state store (listeners never cleaned up)
be the app's own analytics endpoint blocked by its own policy
window triggers the black screen
Related Closed Issues
All closed but the underlying problem remains on the latest Windows build.