ChatGPT Not Responding
Quick Answer
If ChatGPT opens but does not answer, the failure is usually happening after the interface loads: the request is not leaving your browser, the response stream is blocked, or the service is rejecting the request. Browser session problems, network filtering, rate limits, and temporary platform incidents are the main causes.
Symptoms
- You submit a prompt and nothing happens
- The send button appears active but no response starts
- The conversation shows a typing state and then stops silently
- Regenerate and retry actions do not produce output
- The app may work for short prompts but fail on longer ones
Why This Happens
- The browser session is stale and the request is no longer authenticated correctly
- A network filter, VPN, or firewall blocks streaming responses or websocket-style traffic
- The account or IP hit a temporary rate limit or abuse control
- The conversation thread is corrupted or too heavy to process reliably
- OpenAI is having a partial outage on the response pipeline
How to Fix
- Start with a simple test prompt in a new chat. If the new chat works but one old thread does not, the issue is conversation-specific rather than account-wide.
- Refresh the page and sign out and back in if needed. This resets tokens and session state that may be blocking requests.
- Turn off VPN, proxy, privacy relay, or corporate traffic filtering. ChatGPT often fails to stream replies cleanly when the connection path is altered.
- Clear site data if the problem persists after refresh. Bad cookies or local storage can leave the interface functional while requests fail in the background.
- Reduce prompt size and remove large pasted blocks, especially code or long logs. Oversized input can trigger timeouts, token limits, or backend validation failures.
- Try another browser or device. If the same account works elsewhere, your original browser environment is the likely fault.
- Check whether you are seeing hidden errors such as
429,403, or generic network failures in the browser console or network tab. - Create a fresh conversation instead of repeatedly retrying the same broken thread. Some stuck threads never recover until you move to a clean one.
- Wait a few minutes before retrying if you have sent many prompts quickly. Temporary rate controls often clear without manual action.
- If every prompt on every device fails, check OpenAI status and wait for service recovery before spending more time on local cleanup.
If It Still Doesn't Work
- If replies start and then freeze, continue with
chatgpt-stuck-generating - If the output ends mid-answer, continue with
chatgpt-response-cut-off - If the whole site is functional only on one network, move into connection filtering and DNS diagnosis