Detailed Analysis
A Reddit user on r/ClaudeAI reported multiple simultaneous malfunctions with the Claude desktop application, encompassing a restart/update conflict error, missing session displays in the CoWork and Claude Code tabs, and an absent subscription plan indicator in the app's sidebar. The user noted that a full PC restart occasionally resolved the update-time conflict — in which the app reports another process is already using Claude — but that a complete reinstallation of the desktop client failed to remedy any of the issues. Notably, session metadata such as token counts and session totals remained visible in the Claude Code tab, while the actual session entries themselves did not render, suggesting a display or data-fetching layer failure rather than a total data loss event.
The issues described align closely with a documented partial outage that affected Claude's app, chat features, Claude Code, and API infrastructure, during which approximately 19% of users reported app-level failures. Anthropic deployed fixes tied to version 1.1.4328, and the recommended remediation path was to update to that version or perform a clean reinstall using the direct installer from downloads.claude.ai. The "another program is using Claude" error at startup or update time is consistent with a known Windows-specific conflict in which a prior Claude process fails to terminate cleanly, leaving a ghost instance in the Task Manager that blocks the new one from initializing — a problem that a full system reboot resolves by flushing lingering processes from memory.
The missing subscription badge and absent session listings likely reflect two distinct failure modes. The subscription display issue may be a rendering bug tied to how the desktop client fetches and caches account data locally, since the information remains accessible both in settings and in the web app — indicating the underlying account data is intact but the UI component responsible for the sidebar display is failing to hydrate correctly. The session visibility problem, where summary statistics load but individual sessions do not, points toward a pagination or lazy-loading failure in the sessions panel, possibly compounded by a stale local cache that a simple reinstall would not clear if user data directories are preserved across installations.
These compounding failures sit within a broader pattern of instability that has accompanied rapid feature expansion in the Claude desktop ecosystem, particularly around Claude Code integration and collaborative session features. The research context reveals that startup crashes, installation errors, and UI regressions have been recurring themes on GitHub issue trackers across multiple recent versions, with fixes often version-specific and not universally applied through standard reinstall paths. The fact that the user's reinstall did not resolve the issues is consistent with reinstall procedures that preserve local app data and configuration directories, meaning corrupted cache files or misconfigured local state can persist across installations. Users experiencing these issues are advised to verify their installed version against the latest release, manually clear temporary application data, and consult Anthropic's status page to rule out ongoing server-side degradation before pursuing further local troubleshooting.
Read original article →