Codex app doesn't restart after update
Open 💬 11 comments Opened Jun 24, 2026 by kendonB
💡 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)?
Version 26.616.81150
What subscription do you have?
Pro
What platform is your computer?
Windows 11 x64
What issue are you seeing?
Click blue button. Codex closes and never reopens.
What steps can reproduce the bug?
Click blue update button.
What is the expected behavior?
It opens again.
Additional information
This has never worked. How has no one reported this yet? No uses Codex app on Windows bc so buggy?
11 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
i confirm, was about to report this as i am tired of it updating and nto starting back up
the image says "installing update, codex will restart when installation finishes"
terrible ux, this should be fixed
Same..
Still not fixed updating to 26.623.141536
This worked a few updates ago, then again today updating to 26.707.51957. Seems still intermittent so I will wait a few more before closing.
No restart updating to 26.707.62119
No restart updating to 26.707.71524
I can reproduce this on the Windows Codex app as well.
Environment:
Observed behavior: after applying the latest in-app update, Codex closed but did not relaunch automatically. I had to start it manually. Manual relaunch succeeded.
Expected behavior: after the update is applied, the app should reopen automatically; if relaunch fails, it should show an actionable error.
Not fixed updating to 26.707.72221
Additional evidence for the Windows Store update loop:
OpenAI.Codex_26.707.9564.0_x64__2p2nqsd0c76g0.26.707.9981.0; its update check completes withhasUpdate=true.The Windows AppX Deployment Server log shows that
OpenAI.Codex_26.707.9981.0stages successfully, but the deployment/register step fails:The deployment reached
StageUserDataProcessedbut failed beforePackagesInUseClosed; another event says the package was not updated because the affected app was still running.So this does not look like a download or verification failure. The update is downloaded and staged, but Codex is relaunched while its package is still in use (or before the updater confirms a complete shutdown and successful registration). It comes back on
26.707.9564.0and immediately offers the same update again.Could the Windows Store updater wait for package-app termination and successful register/promotion before relaunching, and surface the deployment failure if that step fails?
This appears to duplicate #24047. Both reports describe the Windows app closing after the blue in-app update button is clicked, the package update completing, and Codex failing to relaunch until it is started manually.
I have also opened #33321 for the unattended variant, where no update button is clicked and a background Microsoft Store/AppX update silently removes a running tray instance. That variant has a different trigger and user-visible symptom, even though it likely reaches the same post-update relaunch failure.