ChatGPT Outage Disrupts Image Generation, Codex, and Custom GPTs


How ChatGPT's Infrastructure Handles Availability and Common Failure Points


ChatGPT serves over 800-900 million weekly active users as of early 2026, and on July 12, 2026, all of them were one degraded inference cluster away from losing access to image generation, Codex, or Custom GPT retrieval simultaneously. Understanding why a single outage can fracture three distinct product surfaces at once requires a closer look at how OpenAI's architecture separates, and sometimes entangles, those failure domains.



  • ChatGPT's image generation runs on the DALL-E 3 model endpoint, a separate inference cluster from the core GPT-4o text pipeline, which makes it a genuinely distinct failure domain rather than just a different UI tab
  • Codex was reintroduced in 2025 as a cloud-based coding agent built directly into ChatGPT, not through its own standalone API surface, so it shares more infrastructure with standard ChatGPT endpoints than the old Codex API ever did
  • Custom GPTs depend on a retrieval layer that indexes user-uploaded files and third-party actions. When that layer breaks, Custom GPT responses fail even if the base model is running perfectly fine.
  • OpenAI's status page uses three severity tiers: degraded performance, partial outage, and full outage. Most incidents in 2025 and 2026 landed in the partial outage bucket, though duration varies considerably by incident.
  • Enterprise and Team tier customers reportedly hold SLA commitments around 99.9% monthly uptime, which turns confirmed outages into a contractual and financial problem, not just a PR one

The bundling of multiple model-backed services under one product roof is exactly what makes a single incident so messy to diagnose from the outside. GPT-4o text, DALL-E 3 images, Codex agentic tasks, and Custom GPT retrieval can all go sideways at once, which is why user reports during any given outage tend to describe completely different symptoms depending on which feature they happened to be using when things broke.



The July 2026 Outage Affecting Codex, Custom GPTs, and Image Generation


On July 7, 2026, OpenAI confirmed an active outage after user reports started flooding X and Reddit describing failures across several product areas: Codex, Custom GPT search, workspace analytics, conversation search, and a handful of other enterprise tools. OpenAI's status page acknowledged the incident and engineers began investigating, consistent with the company's standard response protocol where public acknowledgment typically trails user reports by some margin. The timing is awkward, to put it mildly. OpenAI is simultaneously managing the shutdown of Atlas, its experimental ChatGPT-integrated browser, while actively building a next-generation AI browser product. That's two major infrastructure storylines running at once.



  • Codex errors and incomplete multi-step coding tasks surfaced throughout the July 12 incident, affecting the agentic coding tool that launched in dedicated CLI form in 2025
  • Custom GPT search returned degraded or empty responses, meaning the internal retrieval mechanism responsible for surfacing documents and action results was either stalling or falling flat entirely, according to multiple developer reports
  • DALL-E 3 image generation inside the ChatGPT interface failed outright, with users receiving error messages in place of generated images, a failure OpenAI confirmed in its status update
  • The concurrent Atlas shutdown, first reported by TechCrunch, added real operational complexity: deprecating one product while actively developing a separate browser initiative means engineering attention is genuinely split
  • The Indian Express and NDTV both reported OpenAI's public acknowledgment of the outage, which signals a severity level serious enough to warrant official communication rather than a quiet backend patch

The Atlas context is worth sitting with for a moment. Deprecating one product while scaling a replacement isn't just an optics challenge; it distributes engineering resources across legacy shutdown work and active new development simultaneously. Outages during product transitions like this are common in large-scale AI infrastructure because retiring one service can unexpectedly stress shared backend components that still-active products depend on. Codex and the Custom GPT retrieval system both live close enough to those shared layers to feel the pressure. For developers who had built production workflows around automated pull request generation via Codex, or internal tooling through Custom GPTs, the July 12 incident wasn't an abstract reliability statistic. It was a real workday disruption, and a clear reminder that building on top of any single provider's API surface carries operational risk that scales with how deeply that dependency runs.