What version of the Codex App are you using (From “About Codex” dialog)?
26.325.3894.0
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Windows 11 Pro 25H2, OS Build 26200.8037, x64
What issue are you seeing?
While using the Codex desktop app on Windows 11, Windows shell/UI components intermittently freeze.
Observed symptoms:
- Start menu stops responding
- Taskbar becomes unusable
- Desktop/shell interaction degrades
- Alt+Tab stops working
- If I try to launch another program as Administrator, the Windows UAC confirmation dialog may fail to appear until later
- Chrome and Task Manager can continue working while the shell/UI is partially frozen
Important behavior:
- Closing Codex restores normal behavior
- Also, the freeze stops if I open the Codex Settings screen
- This suggests the issue may depend on a specific Codex app view/state, not just the app being open
The issue does not always show up as a full crash. In multiple reproductions, the shell/UI becomes temporarily frozen without a formal new Application Hang event for Explorer/StartMenuExperienceHost, even though the user-visible shell is clearly impaired.
What steps can reproduce the bug?
- Open the Codex desktop app on Windows 11.
- Use the app normally for some time.
- Try to open the Start menu.
- Intermittently, the shell/UI enters a frozen state:
- Start menu becomes unresponsive
- Taskbar becomes unresponsive
- Alt+Tab may stop working
- UAC prompt may not appear if another app is started as Administrator
- While the freeze is happening, open the Codex Settings view or just close the Codex app.
- In my testing, switching to Settings can stop the freeze.
Additional validation:
- Microsoft PowerToys was uninstalled
- The machine was rebooted
- The issue still reproduced afterward
What is the expected behavior?
Codex should remain usable without affecting Windows shell/UI components such as the Start menu, taskbar, Alt+Tab behavior, desktop interaction, or UAC prompt display.
Additional information
I captured multiple live reproductions with a background monitor that sampled relevant shell/Codex/WebView2 processes once per second and also tracked Event Viewer entries and WER reports.
Key findings:
- Earlier live repro:
19:23:50 -> Codex.exe hung (Application Hang, MoAppHang)
19:23:52 -> WER archived the Codex hang report
19:24:30 -> explorer.exe was still running but captured as responding=false by the monitor
This suggests the Codex hang preceded and likely contributed to the shell becoming unresponsive.
- Marked freeze window:
19:48:38 -> freeze-start
19:48:53 -> freeze-end
During that window:
- no new formal
Application Hang event was emitted for Explorer/StartMenuExperienceHost
- shell processes remained alive and reported as responsive
- however, shell CPU usage was elevated:
explorer.exe: about 52-54 CPU
StartMenuExperienceHost.exe: about 26-27 CPU
SearchHost.exe: about 11-12 CPU
- at the same time, Codex processes showed high CPU/memory pressure and abrupt memory churn
- Marked freeze window where opening Settings stopped it:
20:00:29 -> freeze started when I tried to open the Start menu
20:00:40 -> opening Codex Settings stopped the freeze
During that window:
- no new formal
Application Hang event was emitted
- shell processes remained alive and reported as responsive
- shell CPU usage was elevated:
explorer.exe: about 64-66 CPU
StartMenuExperienceHost.exe: about 30-32 CPU
SearchHost.exe: about 13-15 CPU
- multiple Codex processes were simultaneously under significant load:
- one Codex process sustained about
45-51 CPU and roughly 430-534 MB working set
- another sustained about
35-45 CPU
- another showed about
15-17 CPU with large private memory usage
Additional relevant observations:
msedgewebview2.exe also showed large memory changes during some repro windows
DISM /Online /Cleanup-Image /RestoreHealth completed successfully
sfc /scannow found and repaired corrupted files
- even after that, the issue still reproduced
Current interpretation:
- this appears to be an intermittent Windows shell/UI freeze associated with Codex activity
- the issue may be tied to a specific Codex UI state/view, because opening Settings appears to stop the freeze
- the problem does not always manifest as a formal shell crash event
What version of the Codex App are you using (From “About Codex” dialog)?
26.325.3894.0
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Windows 11 Pro 25H2, OS Build 26200.8037, x64
What issue are you seeing?
While using the Codex desktop app on Windows 11, Windows shell/UI components intermittently freeze.
Observed symptoms:
Important behavior:
The issue does not always show up as a full crash. In multiple reproductions, the shell/UI becomes temporarily frozen without a formal new
Application Hangevent for Explorer/StartMenuExperienceHost, even though the user-visible shell is clearly impaired.What steps can reproduce the bug?
Additional validation:
What is the expected behavior?
Codex should remain usable without affecting Windows shell/UI components such as the Start menu, taskbar, Alt+Tab behavior, desktop interaction, or UAC prompt display.
Additional information
I captured multiple live reproductions with a background monitor that sampled relevant shell/Codex/WebView2 processes once per second and also tracked Event Viewer entries and WER reports.
Key findings:
19:23:50->Codex.exehung (Application Hang,MoAppHang)19:23:52-> WER archived the Codex hang report19:24:30->explorer.exewas still running but captured asresponding=falseby the monitorThis suggests the Codex hang preceded and likely contributed to the shell becoming unresponsive.
19:48:38-> freeze-start19:48:53-> freeze-endDuring that window:
Application Hangevent was emitted for Explorer/StartMenuExperienceHostexplorer.exe: about52-54CPUStartMenuExperienceHost.exe: about26-27CPUSearchHost.exe: about11-12CPU20:00:29-> freeze started when I tried to open the Start menu20:00:40-> opening Codex Settings stopped the freezeDuring that window:
Application Hangevent was emittedexplorer.exe: about64-66CPUStartMenuExperienceHost.exe: about30-32CPUSearchHost.exe: about13-15CPU45-51CPU and roughly430-534 MBworking set35-45CPU15-17CPU with large private memory usageAdditional relevant observations:
msedgewebview2.exealso showed large memory changes during some repro windowsDISM /Online /Cleanup-Image /RestoreHealthcompleted successfullysfc /scannowfound and repaired corrupted filesCurrent interpretation: