claude-code - 💡(How to fix) Fix No UI to restore/unarchive archived sessions in Desktop app

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…

Fix Action

Fix / Workaround

After archiving a session in the Claude Code Desktop app, there is no way to restore it through the UI. The only workaround is to manually edit the session metadata JSON file and change isArchived from true to false.

Current Workaround

Code Example

AppData/Local/Claude-3p/claude-code-sessions/{group}/{sub}/local_{sessionId}.json
RAW_BUFFERClick to expand / collapse

Bug Description

After archiving a session in the Claude Code Desktop app, there is no way to restore it through the UI. The only workaround is to manually edit the session metadata JSON file and change isArchived from true to false.

How to Reproduce

  1. Open Claude Desktop app
  2. Archive a session from the session list
  3. Try to find and restore the archived session
  4. No "Archived" filter, tab, or restore option exists in the UI

Current Workaround

Manually edit the metadata file at:

AppData/Local/Claude-3p/claude-code-sessions/{group}/{sub}/local_{sessionId}.json

Change "isArchived": true"isArchived": false

This requires AI assistance or technical knowledge to locate and edit the file — not a reasonable expectation for regular users.

Expected Behavior

  • An "Archived" section or filter in the session list sidebar
  • A right-click context menu option to "Restore" or "Unarchive" a session
  • Or a Settings page that lists archived sessions with an unarchive action

Environment

  • Claude Code version: 2.1.149
  • OS: Windows 11 Pro

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