External Publication
Visit Post

Bug: Codex Desktop App Doesn’t Load, Stuck on Logo Screen

OpenAI Developer Community April 25, 2026
Source

Hey, try this, pals

  1. Fully quit Codex from Task Manager.

  2. Delete Codex cache/config folders:

Remove-Item -Recurse -Force "$env:APPDATA\Codex" -ErrorAction SilentlyContinue
Remove-Item -Recurse -Force "$env:USERPROFILE\.codex" -ErrorAction SilentlyContinue
  1. Also clear the Windows app cache/log folder:
Remove-Item -Recurse -Force "$env:LOCALAPPDATA\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache\Local\Codex" -ErrorAction SilentlyContinue
  1. Reopen Codex and sign in again.

Discussion in the ATmosphere

Loading comments...