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…
- 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.
- 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.
- Hard-refresh Claude.ai: Ctrl + Shift + R (Windows/Linux) or ⌘ + Shift + R (Mac).
- Log out of Claude.ai completely, then log back in.
- Open Claude.ai in an incognito/private window.
- Confirm your account is on a Pro, Team, or Enterprise plan.
- 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.
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.
## 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.
## 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:**
**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.
## 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.
claude.ai and *.anthropic.com rather than disabling the extension entirely.## 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.
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:
- 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.
- 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.
- Try a different device entirely. If Projects are missing on both your phone and laptop, the issue is account-side, not client-side.
- Capture the error. Open DevTools → Console, reproduce the issue, and screenshot any red errors. This is essential for a useful support ticket.
- 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.
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.
Remove local blockers
Temporarily disable extensions, VPN, custom DNS, or network filters, then refresh the session and try again.
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.