FIX Jun 13, 2026 11 min read

Claude Projects Not Showing? Fix Missing Projects in Claude.ai

TL;DR Claude Projects require a Pro, Team, or Enterprise plan — check your subscription first. Browser cache corruption and stale sessions are the most common causes of Projects disappearing. Try…

by Bugi 11 min
TL;DR

  • Claude Projects require a Pro, Team, or Enterprise plan — check your subscription first.
  • Browser cache corruption and stale sessions are the most common causes of Projects disappearing.
  • Try an incognito window or a different browser before troubleshooting further.
Quick fixes to try first
  • Open Claude in a private/incognito window to rule out a bad browser session.
  • Disable extensions, VPN, or strict privacy tools temporarily, then retry the same action.
  • Check the official status page or app notice before assuming your account is broken.
  • Try the web app and mobile/desktop app separately to isolate the failing surface.

Overview

You open Claude.ai, click the sidebar, and your Projects are gone. No error message — just missing. This happens more often than Anthropic’s docs suggest, and the causes range from trivial (expired session) to plan-specific (feature gating).

This guide walks through every known fix, ordered from fastest to most involved. Most users resolve it within the first two steps.

Quick fixes
  1. Hard-refresh Claude.ai: Ctrl + Shift + R (Windows/Linux) or + Shift + R (Mac).
  2. Log out of Claude.ai completely, then log back in.
  3. Open Claude.ai in an incognito/private window.
  4. Confirm your account is on a Pro, Team, or Enterprise plan.
  5. Check Anthropic’s status page for active incidents.

Symptoms

The problem shows up in several ways, and the specific symptom narrows down the cause:

  • Sidebar shows no Projects section at all. The “Projects” label is completely absent from the left navigation. This usually points to a plan or account issue — free-tier accounts may not have access.
  • Projects section visible but empty. The heading exists, but previously created Projects are gone. Likely a sync or session problem.
  • Projects load briefly, then disappear. The sidebar flickers or the Projects section renders for a moment before vanishing. JavaScript errors or extension conflicts.
  • “Something went wrong” when clicking Projects. A generic error replaces the Project list. Server-side or authentication issue.
  • Projects visible on one device but not another. Account sync lag or browser-specific cache corruption.
Note
If your Projects are missing only in the Claude mobile app but visible on desktop, this is a known sync delay — give it a few minutes after logging in.

Why This Happens

Claude Projects go missing for five primary reasons, and they’re worth understanding because the fix depends on the cause.

Plan restrictions. Projects is not available on all Claude plans. Anthropic gates certain features behind paid tiers. If your subscription lapsed or you switched accounts, the Projects section disappears without warning — no error, no downgrade notice in the sidebar.

Session expiry. Claude.ai sessions expire silently. The page still looks functional, but API calls to load Projects fail in the background. The UI doesn’t always surface this as a login prompt.

Browser cache serving stale UI. Claude.ai is a single-page application. If your browser cached an older version of the frontend bundle, the Projects component may not render. This is especially common after Anthropic ships UI updates.

Browser extensions interfering. Ad blockers, privacy extensions (uBlock Origin, Privacy Badger), and JavaScript-blocking extensions can break the API calls that load Projects data.

Organization or workspace context. If you belong to a Team or Enterprise workspace, your Projects may exist in a different workspace context than the one currently selected.

01

## Verify your plan and account status

Before troubleshooting the browser, confirm your account actually has Projects access.

1. Go to claude.ai/settings.
2. Check the **Plan** section. Projects require a Pro, Team, or Enterprise plan.
3. If you see “Free” — that may be why Projects aren’t showing. Upgrade if needed.
4. If you have multiple accounts (personal + work), confirm you’re logged into the correct one. Check the email address shown in settings.
5. For Team/Enterprise users: check the workspace selector in the top-left corner. Switch between personal and organizational workspaces — your Projects may live in a different workspace.

Warning
If your Team admin removed you from a workspace, Projects created there become inaccessible. Contact your workspace admin to verify membership.
02

## Clear browser state and re-authenticate

This fixes the majority of “Projects were here yesterday, gone today” cases.

**Option A — Incognito test (30 seconds):**

Open an incognito/private window, navigate to claude.ai, and log in. If Projects appear here, your regular browser profile has a cache or extension problem. Move to the full cache clear below.

**Option B — Full cache clear:**

1
Open browser settings → Privacy → Clear browsing data
Select “Cookies and other site data” and “Cached images and files.”
2
Set time range to “All time” and filter to claude.ai
In Chrome, use “Advanced” tab. In Firefox, search for “claude” in the cookie list.
3
Close all Claude.ai tabs, reopen, and log in fresh
Don’t just refresh — close every tab first, then open a new one.

**Option C — Hard refresh without clearing everything:**

Sometimes a force-reload is enough. Use Ctrl + Shift + R on the Claude.ai tab. This bypasses the disk cache for that page load.

03

## Disable browser extensions temporarily

Extensions are a surprisingly frequent cause, and the failure mode is silent — no console errors, no visible warnings.

1. Open Claude.ai in a browser window with all extensions disabled. In Chrome: `chrome://extensions/` → toggle off all extensions. In Firefox: `about:addons` → disable all.
2. Reload claude.ai and check if Projects appear.
3. If they do, re-enable extensions one at a time to find the culprit.

**Known conflicts:**

– **uBlock Origin** — may block Anthropic’s API endpoints if using aggressive filter lists. Add `claude.ai` to the whitelist.
– **Privacy Badger** — can block third-party scripts that Claude’s frontend depends on.
– **Dark Reader** — older versions occasionally break React hydration, causing UI components to fail silently.
– **Grammarly** — its content scripts inject into textareas and can interfere with Claude’s SPA rendering.

Tip
If you rely on an ad blocker, whitelist claude.ai and *.anthropic.com rather than disabling the extension entirely.
04

## Run platform-specific checks

### Chrome (desktop)

Open DevTools (F12), go to the **Console** tab, and reload Claude.ai. Look for red errors mentioning `projects`, `403`, `401`, or `network`. A `401` means your session expired. A `403` may mean feature access was revoked.

Also check the **Network** tab — filter by `projects` and see if the API call returns a non-200 status.

### Safari (macOS)

Safari’s Intelligent Tracking Prevention (ITP) aggressively purges site data. If you visit Claude.ai infrequently, Safari may have deleted your session cookies.

1. Go to **Safari → Settings → Privacy → Manage Website Data**.
2. Search for “claude” or “anthropic.”
3. Remove those entries, then log in fresh.

### Firefox

Firefox’s Enhanced Tracking Protection may classify Anthropic’s analytics as trackers. Click the shield icon in the address bar when on claude.ai and check if any content is being blocked.

### Mobile browsers (iOS/Android)

Mobile browsers have smaller cache limits and more aggressive tab killing. If Projects worked on desktop but not mobile:

1. Clear the browser’s cache for claude.ai specifically.
2. Ensure you’re not in a “desktop site” mode, which can cause layout issues that hide the Projects sidebar.
3. Try the Claude mobile app instead of the browser — the app handles sessions more reliably.

### Claude desktop app

If you’re using the Claude desktop app on macOS or Windows:

1. Quit the app completely (not just close the window).
2. Relaunch it. The app often caches UI state more aggressively than browsers.
3. Check for app updates — outdated versions may not render newer features like Projects.

A Gotcha Official Docs Underplay

Here’s something Anthropic’s documentation doesn’t emphasize: workspace context silently determines what you see. If your organization uses Claude Team or Enterprise, you may have both a personal workspace and an organizational workspace. Projects created in one do not appear in the other.

The workspace switcher is a small dropdown near the top of the sidebar. It’s easy to miss, and if you accidentally switch workspaces (or if your browser restores a session in the wrong context), your Projects vanish with zero indication of why.

This also means that if a colleague shared a Project with you but it was in a different Team workspace than the one you’re viewing, you won’t see it until you switch. There’s no cross-workspace Project search.

Takeaway

Always check the workspace selector before troubleshooting further — it’s the silent culprit in most Team/Enterprise “missing Projects” reports.

When to Use Projects vs. Conversations

If you’re new to Projects and unsure whether the feature is even what you need, here’s the quick distinction. Regular Claude conversations are ephemeral — they have no shared context beyond the current chat. Claude Projects let you attach persistent instructions, files, and knowledge that apply across multiple conversations within that Project.

Use Projects when you’re working on something ongoing: a codebase, a writing project, a research area. Don’t bother for one-off questions. If Projects aren’t showing and you just need a quick answer, a regular conversation works fine while you troubleshoot.

If It Still Fails

If none of the above steps restore your Projects:

  1. Check the official status page at status.anthropic.com — if there’s an active incident affecting the Claude.ai web app, Projects may be temporarily unavailable for everyone.
  2. Try a completely different browser. If you’ve been using Chrome, try Firefox or Edge. This isolates whether the issue is browser-specific or account-level.
  3. Try a different device entirely. If Projects are missing on both your phone and laptop, the issue is account-side, not client-side.
  4. Capture the error. Open DevTools → Console, reproduce the issue, and screenshot any red errors. This is essential for a useful support ticket.
  5. Contact Anthropic support through the help option in Claude.ai settings or via their support portal. Include your browser, OS, plan type, and the console screenshot.
Danger
Do not delete your Claude.ai account and recreate it to “fix” missing Projects. This permanently deletes all conversations, Projects, and uploaded files.
01

Isolate the failing surface

Repeat the same claude projects not showing check in another browser, private window, or app so you know whether the issue is local or account-wide.

02

Remove local blockers

Temporarily disable extensions, VPN, custom DNS, or network filters, then refresh the session and try again.

03

Escalate only after the basics fail

If the issue follows your account across devices, collect the exact error text and contact the vendor support channel with that evidence.

FAQ

Why did my Claude Projects suddenly disappear?
The most common cause is a stale browser session. Claude.ai sessions expire silently, and the page may look functional while failing to load Projects data in the background. Hard-refresh with Ctrl+Shift+R or log out and back in. If that doesn’t work, check that you’re in the correct workspace — the workspace selector in the sidebar determines which Projects are visible.
Are Claude Projects available on the free plan?
Projects is a feature gated behind paid plans. If you’re on the free tier, the Projects section may not appear in your sidebar at all. Check your plan status at claude.ai/settings. If you recently downgraded or your subscription lapsed, Projects access may have been revoked.
My Projects show on desktop but not on my phone. Why?
Mobile browsers handle sessions differently and may purge cookies more aggressively. Clear the browser cache on your phone for claude.ai, then log in again. Alternatively, try the Claude mobile app, which manages sessions more reliably than mobile browsers.
Can browser extensions cause Claude Projects to not show?
Yes. Ad blockers like uBlock Origin and privacy tools like Privacy Badger can block the API calls that load Projects data. The failure is silent — no error message appears. Test by opening Claude.ai in an incognito window with extensions disabled, or whitelist claude.ai in your ad blocker settings.
How do I switch workspaces in Claude to find my Projects?
Look for the workspace selector near the top of the Claude.ai sidebar. If you belong to a Team or Enterprise organization, you may have both a personal and an organizational workspace. Projects created in one workspace do not appear in the other. Click the selector and switch to the workspace where you originally created the Project.
Will clearing my browser cache delete my Claude Projects?
No. Clearing your browser cache removes locally stored data like cookies and cached files, but your Projects, conversations, and uploaded files are stored server-side on Anthropic’s infrastructure. After clearing cache, log back into Claude.ai and your Projects should reload from the server.
How do I contact Anthropic support about missing Projects?
Use the help option within Claude.ai settings or visit support.anthropic.com. Before contacting support, capture a screenshot of any console errors (open DevTools with F12, check the Console tab) and note your browser, OS, and plan type. This speeds up troubleshooting significantly.