[Windows] Codex freezes the desktop and repeatedly crashes after migrating to the new ChatGPT app
Open 💬 14 comments Opened Jul 16, 2026 by summer521521
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the Codex App are you using (From “About Codex” dialog)?
- Codex app package:
OpenAI.Codex_26.707.9981.0_x64__2p2nqsd0c76g0- Codex app version:26.707.9981.0
What subscription do you have?
[Please fill in: Plus / Pro / Business / Enterprise]
What platform is your computer?
- Windows 11 Home China, 64-bit - OS build:
26200- GPU: NVIDIA GeForce RTX 4060 Laptop GPU - NVIDIA driver:32.0.16.1062
What issue are you seeing?
After Codex was updated and migrated to the new ChatGPT desktop app, the application became extremely unstable.
When submitting a task or when a task completes, Codex may become extremely slow or crash. In severe cases, the Windows UI also becomes temporarily unresponsive and the mouse pointer stops moving.
The problem started around July 15, 2026 and continues after restarting the app. The application can also continue crashing shortly after launch, before submitting a new task.
What steps can reproduce the bug?
- Open Codex Desktop on Windows.
- Submit a local Codex task.
- Wait for the task to start or complete.
- Codex becomes very slow, closes, or crashes.
- Windows input may become temporarily unresponsive.
What is the expected behavior?
Codex should remain responsive while submitting and completing tasks. A Codex application crash should not freeze the Windows UI or mouse input.
Additional information
Windows Event Viewer repeatedly reports:
- Event ID:
1000 - Faulting application:
ChatGPT.exe - Faulting module:
unknown - Exception code:
0xc06d007f - Fault offset:
0x00007ffcd6f71ada
The Codex log also contains:
[desktop-notifications] A dynamic link library (DLL) initialization routine failed.
14 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Same here
What subscription do you have?
Pro
What platform is your computer?
Windows 11 ARM64 running in Parallels on an Apple Silicon Mac.
What issue are you seeing?
The July 16, 2026 Microsoft Store update broke the Codex/ChatGPT desktop application on Windows 11 ARM64.
The application worked normally before the update. Immediately after Microsoft Store installed the update, Codex began opening and then exiting almost immediately.
Reinstalling the application, restarting Windows, resetting the AppX package state, deleting
%USERPROFILE%\.codex, disabling GPU acceleration, and clearing the packaged LocalCache did not resolve the issue.What steps can reproduce the bug?
26.707.9981.0.What is the expected behavior?
Codex should open normally and remain running after being launched from the Windows Start menu.
Updating the application should not make it unusable, and reinstalling the application should restore normal functionality.
Additional information
Microsoft Store package:
OpenAI.Codex26.707.9981.0OpenAI.Codex_26.707.9981.0_arm64__2p2nqsd0c76g0The process exits with:
-10665982730xC06D007FThe installed executable was:
C:\Program Files\WindowsApps\OpenAI.Codex_26.707.9981.0_arm64__2p2nqsd0c76g0\app\ChatGPT.exeThe application log also reports:
[install-primary-runtime] primary_runtime_update_poll_failed errorMessage="Failed to download primary runtime manifest (404 Not Found)."WinDbg showed that
ChatGPT.exereachedExitProcessduring Chromium startup. It did not record0xC06D007Fas an unhandled exception.Microsoft Store continued reinstalling the same ARM64 package version even when installation was requested with the x64 architecture option.
Same thing here.
And
Windows 11 Pro - English
Enterprise subscription
Restarting, Repairing, Resetting the application didn't work.
Same here!! My computer stutters, freezes up and I also transfer files, and when I do that after having this app open file transfers become really slow when no chat is active or doing anything. Then after I close the program things go back to normal!
This appo has been messing with my PC's performance a lot.
I have the latest version too after many updates of this new App too and it's been a problem since the switch.
I have Microsoft Windows 11 Home (x64) Build 26200.8875 (25H2).
It was fixed for me after the last update.
Same here; it was the case before the migration and is worse after. The Windows app is extremely unstable; clicking on the skill button freezes the app, and opening the codex app makes my mouse jitter across the entire Windows OS.
It's still not fixed. Codex constantly hangs even after we were told the issue was resolved.
https://status.openai.com/incidents/kmkxgcrp
Uninstalled and reinstalled what seems to be the latest version - no difference.
After the update, it seems worse. It keep freezing and I can barely use the app. I eventually go to use the cli version and wait for the update
I began experiencing an intermittent freezing issue after updating to ChatGPT version 26.715.4045.0 (Inside the app, the version was 26.715.31925 ), released on July 18, 2026, on Windows 11. The application would repeatedly freeze, show as not responding, and then become responsive again.
In Windows Task Manager, I noticed that one of the ChatGPT subprocesses named “ChatGPT” had a “Not responding” status. The other processes, including those with Codex in their names, appeared to be running normally.
I tried several troubleshooting methods, but none resolved the issue. The solution that worked for me was to uninstall the latest version and reinstall the older version 26.707.9981.0 (Inside the app, the version is 26.707.72221), released on July 14, 2026.
Since downgrading to the older version, I have not experienced the freezing issue anymore.
This is ridiculous. I guess we have to wait until Monday for people to show up.
Because of Auto-update (there is no option to disable it), after the restart, ChatGPT installs the latest version automatically, and I need to uninstall and install the old version again and again and again /:
I have another reproducible data point for this freeze on Windows 11, using package
OpenAI.Codex_26.715.4045.0_x64__2p2nqsd0c76g0.In my case the trigger appears to be a HyperX Cloud III USB headset (
VID_03F0&PID_089D), or more specifically its USB connection/control interface.Observed sequence:
The USB topology changed meaningfully with the port move:
USB(3)USB(7)#USB(4)The headset is a composite USB device. Its audio interface is separate from an
MI_03HID interface containing consumer-control and vendor-defined HID collections. That likely carries headset buttons/mute/status/configuration rather than audio itself.One additional clue: the installed Codex package includes
node-hid 3.3.0and a nativeHID.nodemodule under the bundled@worklouder/device-kit-oaidependency. I have not captured the exact runtime call stack proving that this module is where the hang occurs, but it makes a HID enumeration/control-call path plausible. A slow USB/HID driver call would also fit the otherwise-idle system and the immediate recovery when the headset is disconnected.Games and normal audio playback did not show this problem, which may simply be because they use the audio endpoint and do not enumerate or query the headset's vendor HID control interface.
The port change is a reliable workaround so far, but it may only avoid the problematic USB-controller/hub state. It would still be valuable for the app to keep HID enumeration/report calls off the Electron main/UI thread and apply timeouts/cancellation around native device calls.
This appears consistent with the separate controlled HID observations in #33780.
Got an update about an hour ago. Been fine since.... so far....