Codex Desktop on Windows overflows screen bounds on multi-monitor 200% DPI setup

Open 💬 1 comment Opened Jul 18, 2026 by lmf-cumt

What version of the Codex App are you using?

OpenAI.Codex_26.715.4045.0_x64__2p2nqsd0c76g0

Executable path observed locally:

C:\Program Files\WindowsApps\OpenAI.Codex_26.715.4045.0_x64__2p2nqsd0c76g0\app\ChatGPT.exe

What platform is your computer?

Windows x64

Display setup

The issue reproduces with a dual-monitor setup and 200% DPI scale reported for the Codex window.

Detected monitor layout:

DISPLAY1: secondary, Bounds X=-1536 Y=0 W=1536 H=960, WorkingArea X=-1536 Y=0 W=1536 H=912
DISPLAY2: primary,   Bounds X=0     Y=0 W=1920 H=1080, WorkingArea X=0     Y=0 W=1920 H=1032
Codex/ChatGPT window DPI: 192 (200%)

What issue are you seeing?

The Codex desktop window repeatedly exceeds the current screen bounds on Windows. The issue persists after normal recovery attempts, including rebooting, restoring from maximized state, manually resizing, using Windows snap shortcuts, and programmatically moving the window back into the primary monitor working area.

Observed Win32 window geometry while the app was maximized on the left secondary display:

Window rect:              L=-1543 T=-7 R=6 B=918 W=1549 H=925
DISPLAY1 working area:    X=-1536 Y=0 W=1536 H=912
Saved normal position:    L=-1363 T=221 R=-273 B=981 W=1090 H=760

The maximized window rect is larger than the monitor working area and extends beyond the screen edges. The restored normal position also exceeded the bottom of DISPLAY1.

Steps to reproduce

  1. Use Codex Desktop on Windows with a dual-monitor setup where the secondary display is positioned to the left of the primary display.
  2. Use 200% DPI scaling.
  3. Move Codex Desktop / ChatGPT window to the left secondary display.
  4. Maximize, restore, resize, close, and reopen the app.
  5. Observe that the window can restore or maximize outside the monitor working area.

Expected behavior

The Codex desktop window should stay within the active monitor working area when restored, resized, maximized, closed, and reopened.

Actual behavior

The window repeatedly returns to bounds outside the current monitor working area. Normal Windows recovery actions do not make the fix persist.

Workarounds tried

  • Rebooted the computer.
  • Restored the window from maximized state and manually resized it.
  • Used Win + Arrow snap shortcuts to refresh the window placement.
  • Programmatically forced the main window back into the primary screen working area:
Forced safe rect: L=80 T=80 R=1360 B=952 W=1280 H=872
Primary working area: X=0 Y=0 W=1920 H=1032

The issue still returned afterward.

Additional information

The app appears to be the Windows packaged Codex desktop app. The process name is ChatGPT, and the executable path is under OpenAI.Codex_26.715.4045.0_x64__2p2nqsd0c76g0.

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗