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…
- 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.
- 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.
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.
- Open Safari (not the ChatGPT app) and navigate to OpenAI’s status page.
- Look for active incidents on “ChatGPT” or “API” components.
- 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.
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.
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.
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.
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.
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:
- Capture the exact error — screenshot any error message or behavior. Note the timestamp.
- Try the web version — open Safari → chat.openai.com. If this works, the problem is definitively app-side.
- Try a different network — switch from Wi-Fi to cellular (or vice versa) to rule out network-level blocks.
- Contact OpenAI support — use OpenAI’s help center and include your iOS version, app version, and the error screenshot.
- 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.