Why Claude Won't Launch on Windows: 3 Causes and Fixes

Article summary by AI chatpowered by Claude

Reports are piling up from users in Japan of Claude failing to open at all, getting stuck on a loading screen that spins forever, or crashing immediately after installation. This article breaks down the 3 most common causes and walks through the exact fix for each, with specific commands included.

Article summary by AI chatpowered by Claude
結論powered by Claude

Launch failures in the Windows version of Claude fall into 3 patterns. The most common — "corrupted AppData cache" — is resolved simply by deleting the session data folder. The "infinite loading loop" is typically fixed by force-quitting the process and clearing the cache. "Path encoding issues caused by a Japanese username" is a Claude Cowork-specific problem, resolved by switching Windows system locale to UTF-8 (Beta).

All of these procedures require only a PC restart to complete, and your account information and chat history are preserved. If none of the three fixes work, uninstalling and reinstalling from the official site is the final option.

目次 (23)

Claude Desktop vs. Claude Cowork — Check Which App You're Using First

Some users searching for "Claude won't launch on Windows" are actually confusing two different apps.

App Name Developer Primary Use
Claude Desktop Anthropic (official) Chat and Claude Code integration
Claude Cowork Anthropic (official) Parallel sessions and file integration

Both can be downloaded from claude.com/download, but they have different internal structures, and the causes of launch failures differ slightly. The fixes below are organized by which ones apply to both apps and which apply to only one.

Overview of the 3 Common Launch Failure Patterns

Based on reports aggregated from domestic communities (Qiita, note), the following 3 patterns account for the overwhelming majority of cases.

  1. Corrupted AppData cache — crashes immediately after launch or no response
  2. Infinite loading loop ("spinning forever") — screen appears but keeps loading indefinitely
  3. Path encoding issues from a Japanese username — unable to launch after installation (Claude Cowork only)

Outside of these, false positives from Windows Defender or antivirus software occasionally block Claude from launching. Adding Claude to the exceptions list resolves this in some cases, so check this first if you suspect it.

Cause 1: Corrupted AppData Cache — Crashes Right After Launch

Symptoms

  • Double-clicking the taskbar icon shows no window
  • A loading screen flashes briefly, then immediately crashes
  • No claude.exe process visible in Task Manager

What Causes It

Claude Desktop / Cowork saves per-user session data to the AppData folder at startup. If an update is interrupted, the app is force-quit, or Windows shuts down at the wrong moment, this data can be left in a corrupted state and cause a crash the next time the app launches.

Fix

  1. Open Task Manager (Ctrl + Shift + Esc), right-click any "Claude" process, and select "End Task"
  2. Type %APPDATA% in the File Explorer address bar and press Enter
  3. Find the "Claude" or "claude-cowork" folder in the directory that opens
  4. Move the folder to another location (e.g., the Desktop) — moving rather than deleting is safer
  5. Restart Claude

To handle this all at once in PowerShell, run the following commands as administrator:

# Back up Claude Desktop cache
Move-Item "$env:APPDATA\Claude" "$env:USERPROFILE\Desktop\Claude_backup"

# Back up Claude Cowork cache
Move-Item "$env:APPDATA\claude-cowork" "$env:USERPROFILE\Desktop\claude-cowork_backup"

If the issue is resolved after restarting, you can delete the backup folder. If Claude still won't launch, restore the backup to its original location.

This procedure was first reported on Qiita (Source: How to fix Claude Desktop not launching on Windows) and has been confirmed to work for many users.

Cause 2: The Infinite Loading Loop ("Spinning Forever")

Symptoms

  • The splash screen with Claude's logo appears, but the loading icon just keeps spinning
  • Even after waiting 10–30 minutes, the app never finishes loading
  • Once this happens, it keeps happening even after restarting the PC

What Causes It

The infinite loading loop typically occurs when network connectivity issues and local cache inconsistencies overlap. Because Claude Desktop syncs with the cloud during startup, if it tries to write session data while the connection is unstable, the process can get stuck in a loop.

Fix

  1. Force-quit claude.exe (or claude-cowork.exe) in Task Manager
  2. Navigate to %APPDATA%\Claude\Cache in File Explorer
  3. Delete all files inside the Cache folder (keep the folder itself)
  4. Also check %LOCALAPPDATA%\Claude and clear any Cache folder found there the same way
  5. Restart your PC, then launch Claude

If this doesn't help, also check your network environment. In corporate environments with proxy settings, Claude's communication ports may be blocked.

Using the Web Version as a Temporary Workaround

If fixing the Desktop app is taking a while, you can access claude.ai from a browser and use the same chat features immediately. Your account is shared, so your conversation history and projects remain accessible.

A detailed personal account of escaping the infinite loading loop is available on note (Source: Claude Desktop won't launch! A record of escaping the "spinning forever" loop).

Cause 3: Path Encoding Issues from a Japanese Username (Claude Cowork Only)

Symptoms

  • Your Windows username contains kanji, hiragana, or katakana
  • Installation completes, but an error occurs immediately when trying to launch
  • Error logs contain garbled path strings

What Causes It

Claude Cowork references the path C:\Users\<username>\AppData\... at startup. With Windows default settings, this path is processed with Shift-JIS encoding. When the username contains Japanese characters, a mismatch occurs with the app's expected UTF-8 encoding, causing launch failure.

The same issue is widely reported on Windows in Japanese environments with VS Code, Node.js, Python, and others. It can be resolved by enabling the beta feature "Use Unicode UTF-8 for worldwide language support" added in Windows 10 version 1903.

Fix (Changing the System Locale)

  1. Press Win + R, type intl.cpl, and press Enter
  2. When the "Region" dialog opens, click the "Administrative" tab
  3. Click the "Change system locale..." button
  4. Check the box for "Beta: Use Unicode UTF-8 for worldwide language support"
  5. Click "OK" and restart your PC

After restarting, try launching Claude Cowork again. The username path will now be interpreted correctly in UTF-8, allowing the app to launch.

Note: This locale change may cause display issues in some older software that assumes Shift-JIS encoding. If you use a lot of business software, it is recommended to verify compatibility before making this change.

A detailed analysis of this issue and step-by-step instructions are available on Qiita (Source: [Claude Cowork] The Windows version won't launch! Turns out my Japanese username was the cause).

If None of the 3 Fixes Work — Clean Reinstall

If you've tried all three fixes and the problem persists, perform a clean reinstall.

Complete Uninstall Steps

  1. Go to "Settings" → "Apps" → "Installed apps", search for "Claude", and uninstall it
  2. Manually delete the following folders (leftover files can cause the same problem after reinstalling)
Folder to Delete Path
Roaming data %APPDATA%\Claude
Local data %LOCALAPPDATA%\Claude
Cowork data %APPDATA%\claude-cowork
  1. Restart your PC
  2. Download the latest installer from claude.com/download and run it
  3. After installation completes, launch Claude and log in

Check Available Drive Space

Insufficient disk space can also cause installation and launch failures. Make sure the C drive has at least 2 GB of free space before installing.

Handling Launch Blocks from Antivirus Software

Windows Defender or third-party antivirus software may flag Claude's executable as a false positive and block it from launching.

How to Check

  1. Open Windows Security (search "Security" in the Start menu)
  2. Go to "Virus & threat protection" → "Protection history"
  3. Look for any "Blocked" or "Quarantined" entries related to Claude
  4. If found, change them to "Allow"

You can also prevent recurrence by adding the following paths to your antivirus software's exceptions list:

  • C:\Users\<username>\AppData\Local\Programs\Claude
  • C:\Users\<username>\AppData\Local\Programs\claude-cowork

After Launch — Check Login and Version

Once Claude launches successfully, verify the following two things:

Confirm You Can Log In

Claude requires an account. Sign in with the email address (or Google / Apple account) you use at claude.ai. If you don't have an account, you can register for free.

Check the App Version

Confirm that you're running the latest version. Open the Claude menu (settings icon in the top-left or top-right) and find "About Claude" or "Check for updates" to compare your current version against the latest. Older versions may contain known launch bugs.

Summary: Fixes by Symptom

Symptom Cause Fix
Crashes immediately after launch Corrupted AppData cache Delete / move %APPDATA%\Claude
Infinite loading loop Cache inconsistency or network issue Delete Cache folder + restart PC
Unable to launch with Japanese username (Cowork) Path encoding issue Change system locale to UTF-8
None of the above work File corruption or version issue Fully uninstall, then reinstall
Launch screen never appears Antivirus software blocking Check security history and add to exceptions

The vast majority of Claude launch issues on Windows are resolved by clearing the cache and changing the system locale. If those don't help, you can contact Anthropic's support page (support.anthropic.com) with your logs for individualized assistance.

参考になったら ♡
Clauder Navi 編集部
@clauder_navi

Anthropic の Claude / Claude Code を中心に、日本のエンジニア向けに最新動向と実務 を毎日発信。 運営方針 は メディアについて をご覧ください。