FIX Jun 12, 2026 9 min read

ChatGPT Not Working on iPhone — Fix App Crashes, Loading Issues & Login Errors

TL;DR Force-quit the ChatGPT app and relaunch — resolves most transient freezes. Check OpenAI’s status page before deep troubleshooting; server-side issues are common. Clear the app cache or reinstall if…

by Bugi 9 min
TL;DR

  • Force-quit the ChatGPT app and relaunch — resolves most transient freezes.
  • Check OpenAI’s status page before deep troubleshooting; server-side issues are common.
  • Clear the app cache or reinstall if responses fail to load after an iOS update.

Overview

ChatGPT stops working on iPhone for reasons ranging from a stale app session to iOS-level network restrictions silently blocking API connections. The ChatGPT iOS app relies on persistent WebSocket connections to OpenAI’s servers — any interruption at the network, OS, or authentication layer breaks the conversation flow without always surfacing a clear error.

This guide separates the problem into four layers: server availability, app state, iOS configuration, and account/network issues. Work through them in order — the first fix that matches your symptom saves time.

Quick fixes
  • Force-quit the app (swipe up from app switcher) and reopen
  • Toggle Airplane Mode on/off to reset the network stack
  • Check status.openai.com for active incidents
  • Sign out of the ChatGPT app, then sign back in
  • Update the app from the App Store if a new version is available

Symptoms

The failure modes on iPhone cluster into a few recognizable patterns:

  • Blank chat screen — the app opens but shows no conversation history or input field.
  • Infinite loading spinner — you send a message and the response never arrives.
  • “Something went wrong” error — a generic toast with no actionable detail.
  • Login loop — the app redirects to sign-in repeatedly without completing auth.
  • App crash on launch — immediate close before the interface renders.
  • Partial responses — ChatGPT starts generating text then cuts off mid-sentence.

Each symptom points to a different layer. Blank screens and login loops typically indicate auth or session problems. Spinners and partial responses suggest network or server-side interruptions.

Why This Happens

The ChatGPT iOS app can break for reasons that have nothing to do with your account or the AI model itself:

Server-side capacity — OpenAI throttles traffic during peak demand. The app may appear broken when the backend is simply overloaded.

iOS Low Data Mode or VPN conflicts — Low Data Mode (Settings → Cellular → Cellular Data Options) restricts background connections. Some VPN configurations intercept the WebSocket upgrade handshake the app needs.

Stale authentication tokens — iOS Keychain stores OAuth tokens that expire server-side. The app may not prompt for re-auth and instead silently fails.

Corrupted local cache — After iOS updates or storage pressure, the app’s local data can become inconsistent.

Warning
If ChatGPT stopped working immediately after an iOS update, the issue is almost always a cache or Keychain conflict — not a server problem. Reinstalling the app is the fastest path.
01

Verify OpenAI server status

Visit status.openai.com or check @OpenAI on X/Twitter. If there’s an active incident, no local fix will help — wait for resolution.

Check Server Status and Account Access

Before touching your phone’s settings, confirm the problem isn’t upstream.

  1. Open Safari (not the ChatGPT app) and navigate to OpenAI’s status page.
  2. Look for active incidents on “ChatGPT” or “API” components.
  3. Try loading chat.openai.com in Safari. If the web version works but the app doesn’t, the issue is app-specific.

If your account uses SSO (Google, Apple, Microsoft sign-in), verify your identity provider isn’t having its own outage. A broken Google OAuth flow, for example, will prevent the ChatGPT app from authenticating even though OpenAI’s servers are fine.

02

Force-quit and clear app state

Kill the app process completely, then reset its cached session data to eliminate stale state.

Force-Quit and Reset App State

A background app on iOS can hold a dead connection indefinitely. Force-quitting drops that connection and forces a fresh handshake on relaunch.

Force-quit the app:
– Swipe up from the bottom of the screen (or double-click the Home button on older models).
– Find the ChatGPT card in the app switcher.
– Swipe it up and off the screen.
– Wait 5 seconds, then reopen.

Sign out and back in:
– Open ChatGPT → tap your profile icon (bottom-left or top-right depending on version).
– Scroll to “Log out” and confirm.
– Close the app completely (force-quit again).
– Reopen and sign in fresh.

This cycle clears the in-memory auth token and forces the app to request a new one from OpenAI’s auth server.

Tip
If you use “Sign in with Apple” and get a login loop, go to Settings → Apple ID → Sign-In & Security → Sign in with Apple → ChatGPT, and verify your forwarding email is active.
03

Fix network and iOS restrictions

Disable Low Data Mode, check VPN interference, and reset network settings if connections consistently fail.

Fix Network and iOS-Level Restrictions

iOS has multiple network-throttling features that can silently kill the app’s connection without showing an error.

Disable Low Data Mode:
– Settings → Cellular → Cellular Data Options → Data Mode → select “Standard” or “Allow More Data on 5G.”
– Also check Settings → Wi-Fi → tap the (i) next to your network → toggle off Low Data Mode.

Check VPN and DNS:
– If you run a VPN, temporarily disconnect it and retry ChatGPT. Some VPNs block WebSocket upgrades or OpenAI’s IP ranges.
– Custom DNS profiles (from ad blockers like NextDNS or AdGuard) may blacklist OpenAI domains. Temporarily disable them under Settings → General → VPN & Device Management → DNS.

Reset Network Settings (nuclear option):
– Settings → General → Transfer or Reset iPhone → Reset → Reset Network Settings.
– This erases saved Wi-Fi passwords and VPN configs. Use it only after other steps fail.

Note
Content & Privacy Restrictions (Screen Time) can block specific websites and apps from accessing the internet. Check Settings → Screen Time → Content & Privacy Restrictions → Content Restrictions if you suspect parental controls are active.
04

Update or reinstall the app

An outdated app version may lack required API compatibility. Reinstalling clears corrupted cache and Keychain entries.

Update or Reinstall ChatGPT

OpenAI ships app updates frequently. An outdated version may reference deprecated API endpoints or authentication flows that no longer work.

Update from the App Store:
– Open App Store → tap your profile icon → scroll to see pending updates.
– If ChatGPT shows an “Update” button, install it and retry.

Full reinstall (clears all local data):
1. Long-press the ChatGPT app icon → “Remove App” → “Delete App.”
2. Restart your iPhone (hold Side button + Volume → slide to power off → power back on).
3. Reinstall from the App Store.
4. Sign in fresh.

The reinstall is more thorough than just updating because it purges Keychain entries associated with the app’s bundle ID, corrupted Core Data stores, and any cached WebSocket configuration.

Tip
After reinstalling, if the app asks whether to allow notifications and local network access, say yes — denying local network access can break certain authentication redirect flows on some iOS versions.
05

Check iOS version compatibility and storage

Very old iOS versions or critically low storage can prevent the app from functioning.

iOS Version and Storage Checks

The ChatGPT app requires a minimum iOS version (check the App Store listing for current requirements). If your iPhone runs an older iOS and the app recently updated, compatibility may have broken silently.

Verify iOS version:
– Settings → General → About → iOS Version.
– Compare against the “Compatibility” section on the ChatGPT App Store page.

Free up storage:
– Settings → General → iPhone Storage.
– If available storage is under 500 MB, iOS aggressively purges app caches and may corrupt active app data. Free space by offloading unused apps or clearing photo/video.

Check date and time:
– Settings → General → Date & Time → enable “Set Automatically.”
– An incorrect system clock causes TLS certificate validation failures, which manifest as network errors in the app.

Takeaway

A wrong system clock is the most overlooked cause of “network error” in any iOS app — ChatGPT included. Always verify Date & Time is set to automatic before investigating deeper.

If It Still Fails

When none of the above resolves the issue:

  1. Capture the exact error — screenshot any error message or behavior. Note the timestamp.
  2. Try the web version — open Safari → chat.openai.com. If this works, the problem is definitively app-side.
  3. Try a different network — switch from Wi-Fi to cellular (or vice versa) to rule out network-level blocks.
  4. Contact OpenAI support — use OpenAI’s help center and include your iOS version, app version, and the error screenshot.
  5. Check Apple’s system status — rarely, Apple Push Notification service issues affect app authentication flows. Check Apple’s System Status page.

If the app works on another device with the same account, your iPhone has a device-specific configuration issue. The “Reset Network Settings” step (above) combined with a full reinstall resolves virtually all device-specific problems.

FAQ

Why does ChatGPT keep crashing on my iPhone?
App crashes on launch typically result from corrupted local cache, insufficient storage (under 500 MB free), or an iOS version incompatibility after an app update. Force-quit the app, restart your iPhone, and reinstall from the App Store to clear all cached data.
Does ChatGPT work on older iPhones?
ChatGPT requires a minimum iOS version listed on its App Store page. If your iPhone can’t update to the required iOS version, you can still use chat.openai.com through Safari as a fallback — the web interface has no iOS version requirement beyond a modern browser.
Why does ChatGPT show a blank screen on iPhone?
A blank screen usually means the app loaded but failed to authenticate or fetch conversation data. Sign out, force-quit, and sign back in. If that fails, check whether Low Data Mode or a VPN is blocking the connection.
Can a VPN stop ChatGPT from working on iPhone?
Yes. Some VPNs block WebSocket connections or route traffic through regions where OpenAI services are restricted. Temporarily disable your VPN to test. If ChatGPT works without it, configure your VPN to exclude OpenAI domains.
How do I fix ChatGPT login loop on iPhone?
Login loops happen when the OAuth token stored in iOS Keychain becomes invalid server-side. Delete the app completely (not just offload), restart your iPhone, reinstall, and sign in fresh. For Apple Sign-In users, also verify your relay email is active in Settings → Apple ID → Sign-In & Security.
Why does ChatGPT stop responding mid-message on iPhone?
Partial responses that cut off mid-generation are almost always server-side — either capacity throttling or a dropped connection. Check status.openai.com for incidents. If the status page shows no issues, toggle Airplane Mode to force a fresh network connection and retry.
Should I use the ChatGPT app or Safari on iPhone?
Use the app for voice mode, haptic feedback, and Siri Shortcuts integration. Use Safari if the app is consistently unreliable on your device — the web version bypasses all app-specific cache and Keychain issues and receives server-side updates without requiring App Store downloads.