Codex Windows desktop app stuck on logo/loading screen
What version of the Codex App are you using (From “About Codex” dialog)?
Unable to access About Codex because the app is stuck on the logo/loading screen.
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Windows 11 Home 25H2 Acer Nitro ANV15-51 Intel 13th Gen Core i5-13420H 16GB RAM 64-bit operating system, x64-based processor
What issue are you seeing?
Codex Windows desktop app is stuck indefinitely on the logo/loading screen.
The app initially opened successfully and allowed me to complete onboarding/setup and add a local project folder. After a Windows update/restart, the desktop app stopped loading and now remains stuck on the Codex logo/loading screen indefinitely.
Codex web works correctly in the browser, so this appears isolated to the Windows desktop app.
Troubleshooting already attempted:
- Restarted Windows multiple times
- Reinstalled Codex from Microsoft Store / OpenAI link
- Killed Codex processes via Task Manager and PowerShell
- Cleared/renamed Codex local state/cache folders:
%APPDATA%\Codex
%USERPROFILE%\.codex
%LOCALAPPDATA%\Codex
%LOCALAPPDATA%\Packages\OpenAI.Codex_...\LocalCache
- Installed/repaired Microsoft Edge WebView2 Runtime
- Checked Windows Defender Firewall; Codex is allowed on private/public networks
- Confirmed Codex web works in browser
Expected result:
Codex desktop app should load to the main interface/login/project screen.
Actual result:
Codex desktop app remains stuck on the logo/loading screen indefinitely.
What steps can reproduce the bug?
- Install Codex Windows desktop app.
- Open Codex and complete initial onboarding/setup.
- Add a local project folder.
- Restart Windows after a Windows update.
- Reopen Codex desktop app.
- App remains stuck on the Codex logo/loading screen indefinitely.
- Reinstalling Codex, clearing local cache/state folders, repairing WebView2, and allowing Codex through Windows Defender Firewall does not resolve it.
What is the expected behavior?
Codex desktop app should launch normally and load the main interface, allowing me to sign in, access projects, and continue working with the local project folder.
Additional information
Codex web works correctly in the browser using the same account, so the issue appears isolated to the Windows desktop app.
The app worked before the Windows update/restart, then became stuck on the logo/loading screen afterwards.
7 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I have the same issue as well.
<img width="3071" height="1794" alt="Image" src="https://github.com/user-attachments/assets/daa055c5-09eb-4dc8-986e-e53495c4f74d" />
I’m seeing the same behavior on Windows 11 x64 with Codex
OpenAI.Codex_26.422.8496.0_x64__2p2nqsd0c76g0.My issue is #20217. I tried clean reinstall, resetting
%USERPROFILE%\.codex,Reset-AppxPackage, updating NVIDIA driver, repairing WebView2, repairing VC++ x64, and launching as Administrator, but it still stays on the logo/loading screen.I ran into a frustrating issue with the Codex extension in Visual Studio Code — it was stuck on the loading screen and never opened.
After trying multiple fixes (GPU settings, cache cleaning, reinstalling the extension), the root cause turned out to be surprisingly simple:
INSTALL >>> Microsoft Visual C++ Redistributable (x64)
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version
Once I installed it, the extension started working instantly.
If you're facing a similar issue where an extension stays stuck on loading, especially with WebView-based tools, make sure you have the required system dependencies installed.
Sometimes the problem isn’t in the code or the editor — it’s in the system environment.
Hope this helps someone save a few hours.
Same issue, reproducible with clear diagnostic detail that may help narrow it down:
Environment: Windows 11 Enterprise (build 26200), Codex
OpenAI.Codex_26.707.3748.0_x64__2p2nqsd0c76g0(also reproduced on the prior auto-updated build26.623.13972.0before it self-updated — same symptom on both).Symptom: App launches (visible in Task Manager as
ChatGPT.exe, 5-6 processes: main + gpu-process + utility x2-3 + crashpad-handler), all responding, idle CPU, but never creates a window. No error, no crash, no exception anywhere (Application event log, Codex's own log file, crashpad — all clean).Log always stops at the identical two lines, every single time:
Nothing after that — the log file just ends, no matter how long you wait (tested 10+ minutes).
Things I've ruled out, all with no effect on the hang:
AppData\Local\Packages\OpenAI.Codex_2p2nqsd0c76g0\LocalCache) — full wipe, identical hang on next launch%USERPROFILE%\.codexentirely (fresh folder, no prior config/auth/sessions) — identical hangGiven it hangs at the exact same point regardless of cache/config state, this looks like a genuine deadlock in the startup sequence itself (likely in whatever runs right after the Appshot hotkey registration — possibly an update check or auth/license handshake with no timeout), not an environment/corruption issue on affected users' machines.
Additional environment details from another reproducible occurrence:
The issue reproduces on every desktop launch.
Status update — still unresolved:
The Codex Windows desktop app still does not start successfully and never reaches a usable interface on Windows 11 25H2, build 26200.8894. The problem remains reproducible on every launch attempt.
Codex web continues to work normally in the browser using the same account.