Save ChatGPT Conversations: My Reliable Backup Workflow

Save ChatGPT conversations the reliable way: official export, PDF, copy-paste, or a browser extension. I show what each method keeps so nothing ever slips away.

I learned to save ChatGPT conversations the hard way, after a thread full of debugged code vanished when I cleaned up my chat list one evening. ChatGPT has no recycle bin, and there is no guarantee a thread you leaned on last month will still be there next week. The export you make beforehand is the only copy you will ever get back.

The good news is that none of this needs technical skill. OpenAI built an official export tool right into Settings, and three lighter methods cover the edge cases: a single chat, a quick snippet, or a Markdown-friendly file. Below I walk through all four the way I actually use them.

Quick Answer

Open ChatGPT Settings, go to Data Controls, and click Export data. OpenAI emails a ZIP file within minutes containing every conversation as both HTML and JSON. Open the HTML file in any browser to read your history. For a single chat, use your browser’s Print to Save as PDF instead.

The official export backs up everything, while Print, copy-paste, and extensions each handle a single chat.

How Do I Export My Entire ChatGPT History at Once?

This is the fastest way to back up everything, and it is the method I run every couple of months. OpenAI emails a ZIP archive containing every conversation in two formats: a human-readable HTML file and a machine-readable JSON file.

Steps for the Official Export

  1. Open chat.openai.com and sign in.
  2. Click your profile icon in the bottom-left corner, then select Settings.
  3. Go to Data controls.
  4. Click Export data, then confirm with Confirm export.
  5. Check the email inbox linked to your OpenAI account; the download link usually arrives within 5 to 10 minutes.
  6. Download and unzip the file, then open conversations.html in any browser to browse your full history.

The first time I did this my archive was about 40 MB and opened instantly. If you want to search or filter chats programmatically, the conversations.json file opens in Python or a spreadsheet app, but for most people the HTML file is all you need.

One click in Data Controls hands you a complete, browsable backup of every chat.

How Do I Save a Single ChatGPT Chat as a PDF?

When I only need one conversation rather than my whole history, printing to PDF is the quickest option and needs nothing installed. I use it constantly to file a single useful answer alongside project notes.

Steps in Chrome, Edge, or Firefox

  1. Open the ChatGPT conversation you want to save.
  2. Scroll to the bottom so the entire conversation has loaded.
  3. Press Ctrl + P (Windows) or Cmd + P (Mac) to open the print dialog.
  4. Change the destination to Save as PDF.
  5. Click Save and choose a folder, for example C:\Users\You\Documents\Chats.

If the PDF cuts off mid-sentence, scroll to the very bottom and wait a moment for every message to render before printing. Long code blocks sometimes take an extra second to finish loading, which is the same reason a live answer can stall partway. If yours does that often, my notes on why ChatGPT cuts off mid-response explain how to coax out the rest.

Print to PDF freezes one finished conversation into a tidy file in seconds.

How Do I Copy ChatGPT Text Into a Document?

Copying works anywhere and gives you an editable version, which is ideal for pulling a code snippet into a project file or grabbing key points for a report. This is my go-to when I only want one paragraph.

Steps to Copy and Paste

  1. Open the chat in ChatGPT.
  2. Click the copy icon beneath an individual response to grab just that message, or select everything with Ctrl + A (Windows) or Cmd + A (Mac).
  3. Paste into Google Docs, Word, Notion, or any text editor.
  4. Add today’s date at the top so you know when the conversation happened.

Saving these documents to cloud storage keeps them backed up automatically. Before you trust that backup, it is worth knowing what ChatGPT remembers about you, because a pasted chat can carry more personal context than you expect.

Copy-paste is the lightest option when you just need one snippet somewhere editable.

How Do I Export ChatGPT Chats With a Browser Extension?

Extensions like ChatGPT Exporter add a one-click export button directly inside the chat interface. They let you save a single conversation as Markdown, plain text, or HTML without opening account settings, and Markdown is what I reach for when notes are headed into a wiki.

Steps to Use ChatGPT Exporter

  1. Search “ChatGPT Exporter” in the Chrome Web Store and install it.
  2. Open ChatGPT in Chrome or Edge and sign in.
  3. Open the conversation you want to save.
  4. Click the export icon that now appears in or near the chat interface.
  5. Choose your format; Markdown works well for notes, while HTML preserves formatting.

A trusted extension turns export into one click and gives you Markdown the others cannot.

Which Save Method Should I Use?

Each method keeps a different slice of your history, so the right pick depends on whether you want everything or one chat. Here is how the four compare at a glance.

Method What it saves Output format Skill level
Official export All conversations HTML + JSON Beginner
Print to PDF One conversation PDF Beginner
Copy to document Any portion Plain text Beginner
Browser extension One conversation Markdown / HTML / TXT Beginner

Pick the official export for everything and the lighter three for one-off saves.

What Mistakes Should I Avoid When Saving ChatGPT Chats?

  • Waiting indefinitely for the export email. If it does not arrive in 15 minutes, check spam; the message comes from no-reply@openai.com and some filters catch it.
  • Opening the JSON file directly. conversations.json is hard to read raw. Open conversations.html in a browser instead for a clean layout.
  • Printing before the page fully loads. Long conversations render progressively, so printing too early cuts off newer messages. Scroll to the bottom and let it settle first.
  • Assuming deleted chats can be recovered. ChatGPT has no recycle bin, so a deleted conversation is gone permanently. Export beforehand or lose it.
  • Installing unverified extensions. Stick to extensions with many reviews and a clear privacy policy, because anything that reads page content can see your entire chat.

Most lost backups trace back to one of these five slips, and each takes seconds to sidestep.

Frequently Asked Questions

Does ChatGPT delete old conversations automatically?
No, ChatGPT does not auto-delete conversations on an active account, though OpenAI’s policies can change over time. I export every month or two as a safety habit, which is how I still have a research thread from a project that wrapped up last winter.

Can I export conversations from the ChatGPT mobile app?
Not with the official tool; data export only lives on the desktop website at chat.openai.com. On my phone I instead use the Share feature or copy the text manually, which is how I grabbed a recipe ChatGPT gave me while I was standing in the kitchen.

Does the export include my Custom Instructions or memory?
No, the ZIP file covers conversation history only. When I checked my own export, my Custom Instructions, the memory feature, and my saved GPT configurations were all missing, so keep separate notes of those.

Is the exported HTML file safe to share?
Be careful, because it holds your full chat history in plain text. Before I sent a teammate a single answer, I had to delete several unrelated threads first, so redact sensitive details rather than forwarding the whole file.

Which AI chatbot has the best export options?
ChatGPT and Claude both support conversation export or sharing, while Gemini’s native tools are more limited. When I tested all three side by side, ChatGPT’s full ZIP was the most complete; for the wider picture see ChatGPT vs Gemini vs Claude.

In short: ChatGPT’s ZIP export is the most complete, but keep separate notes for Custom Instructions and redact before sharing.

Conclusion

The official export covers most needs: it is free, takes under a minute to request, and saves everything. I keep Print to PDF for quick one-off saves, an extension for Markdown, and copy-paste for single snippets.

Set a reminder to export every couple of months and run your first official export today, before the thread you need quietly disappears.

Last updated: June 25, 2026

Free AI Chatbot Comparison: ChatGPT vs Gemini vs Claude

A practical free AI chatbot comparison of ChatGPT, Gemini, and Claude. Match each to writing, research, coding, or long docs and pick the right one fast.

Picking a free AI chatbot gets confusing fast, because ChatGPT, Google Gemini, and Claude all promise to answer questions, write emails, and summarize documents in seconds. After running the same tasks through all three for months, I landed on one takeaway: each tool wins a different job, so the smart move is matching the chatbot to the task instead of picking a favorite brand.

The gap only shows when you push past simple requests — asking Gemini for today’s headlines, handing Claude a 20-page report, or asking ChatGPT to debug a script. Below is how I actually split the work between them.

Quick Answer

ChatGPT is the most versatile all-rounder and the best starting point for most people. Gemini taps live Google Search, so it wins for current events and research. Claude handles long documents and careful writing better than the other two. All three are genuinely free — choose by task, not brand loyalty.

Bottom line: ChatGPT for general use, Gemini for live research, Claude for long documents.

What Does Each Free AI Chatbot Do Best?

Each chatbot has a clear sweet spot once you use them side by side. Here is how I’d describe each one after daily use.

ChatGPT (OpenAI)

ChatGPT launched the mainstream AI era and is still the one I open first. The free tier, powered by GPT-4o mini, handles writing, Q&A, coding, brainstorming, and translation with ease. You sign up free at chatgpt.com with an email address or Google account.

  • Best for: Writing, code, quick explanations, creative tasks
  • Free limit: Unlimited chats; the stronger GPT-4o model is rate-limited on free plans

The trick I rely on is opening with a role and a goal, like “You are a plain-English editor; rewrite this for a non-technical reader.” That one framing shift sharpened my results more than any other tweak. If you want this baked in permanently, our guide to ChatGPT custom instructions shows how to set it once.

ChatGPT is my default for general writing, code, and quick explanations.

Google Gemini

Gemini’s biggest free edge is live internet access. Unlike the other two on their free tiers, it pulls real-time search results, which makes it my pick for current news, prices, or anything that changes by the hour. It also plugs directly into Gmail, Google Docs, and Drive.

  • Best for: Current events, research, Google Workspace tasks
  • Free limit: Generous on the web; Gemini Advanced (paid) unlocks deeper app integrations

There is more under the hood than most people realize — I found several useful tools buried in the menus, which I cover in our roundup of Google Gemini hidden features.

Gemini is the one I reach for whenever an answer depends on fresh, live information.

Claude (Anthropic)

Claude, built by Anthropic, is my specialist for long documents. I paste in a contract, research paper, or sprawling email thread and ask it to extract key points, flag inconsistencies, or rewrite a section — it holds the thread across large inputs without drifting. It also reasons through nuanced questions more carefully than the other two in my testing.

  • Best for: Summarizing long documents, careful editing, nuanced analysis
  • Free limit: Daily message cap that resets each day

The daily cap is the main thing to plan around; our breakdown of the Claude AI free plan explains what you get and how to stretch each session.

Claude is the tool I trust most with dense, lengthy text and detailed editing.

How Do the Three Free Chatbots Compare Side by Side?

When three tools cover overlapping ground, a quick table makes the trade-offs obvious at a glance.

Feature ChatGPT (free) Gemini (free) Claude (free)
Real-time web access Limited Yes No
Long document handling Good Good Excellent
Coding assistance Excellent Good Good
Google app integration No Yes No
Mobile app available Yes Yes Yes

No single chatbot wins every row, which is exactly why I keep all three open.

Which Chatbot Should I Use for My Task?

Here is how I route each kind of job to the right tool.

Writing and creative work

Both ChatGPT and Claude shine here. I use ChatGPT for short, punchy content because it is faster, and Claude for longer, polished pieces like reports or cover letters where its more deliberate prose pays off.

Research and current information

Gemini, every time. It is the only free option with live web access, so it stays reliable for time-sensitive questions about news, events, or prices.

Coding and technical help

ChatGPT is my strongest free choice for writing, debugging, and explaining code across Python, JavaScript, SQL, and most common languages.

Reading and summarizing long texts

Claude takes the longest inputs of the three. When I have a dense report or contract to work through, it is the first tool I open.

Match the task to the tool and you sidestep most of the frustration people blame on AI.

Common Mistakes to Avoid

These are the slip-ups I see most often, plus the fix for each.

  1. Trusting every answer at face value. All three can state wrong facts confidently — a flaw called “hallucination.” The fix: verify anything important against a primary source, and our guide on how to fact-check AI answers shows my process.
  2. Using vague prompts. “Write something about marketing” produces generic mush. The fix: specify format, audience, tone, and length — more context, better output.
  3. Ignoring free plan limits. Slow or cut-off responses usually mean you hit a daily or hourly cap. The fix: switch to another chatbot or wait for the limit to reset.
  4. Pasting sensitive personal data. Never enter passwords, bank numbers, or medical records. The fix: review each service’s privacy settings before sharing anything confidential.
  5. Defaulting to one tool for everything. Each has a different sweet spot. The fix: Gemini for current events, Claude for long documents, ChatGPT for code and general writing.

Most bad AI experiences trace back to one of these five habits, not the tool itself.

Frequently Asked Questions

Is ChatGPT completely free to use?
Yes — the free tier gives unlimited conversations on GPT-4o mini with rate-limited access to the stronger GPT-4o model. For example, I draft and revise emails all day on the free plan and only brush the cap during heavy GPT-4o sessions, where ChatGPT Plus would remove most limits.

Do I need an account to use these AI chatbots?
Yes, all three require a free account. ChatGPT and Claude accept an email address or Google sign-in, while Gemini needs a Google account — when I set Gemini up, my existing Gmail login got me in with zero extra steps.

Which free AI chatbot handles privacy best?
They are close, since each lets you disable conversation history. In my own setup I turned it off in ChatGPT under Settings > Data Controls, in Claude’s Settings menu, and in Gemini through my Google account’s Activity controls, which stops chats from feeding model training.

Can I use ChatGPT, Gemini, or Claude on my phone?
Yes — all three offer free apps for Android and iPhone. I bounce between the Claude app on my phone and the browser on my laptop, and the free-plan limits are identical on both.

What happens when I hit the free usage limit?
The behavior differs by tool. ChatGPT quietly drops me to a less capable model, Claude shows a “daily limit reached” message and invites me back tomorrow, and Gemini rarely throws a visible cap on the standard free web tier.

Which free AI chatbot is best for beginners?
ChatGPT, because it is forgiving with messy prompts and covers the widest range of tasks. When I help someone new to AI, I start them on ChatGPT and only add Gemini or Claude once they hit a job that calls for live search or long documents.

Conclusion

ChatGPT is the safest starting point — versatile, fast, and capable across everyday tasks. Add Gemini when you need live search results, and reach for Claude when long documents or nuanced writing are on the table. Each one is free and takes under a minute to set up, so run a real task through all three this week and let the winning answer decide for you.

Last updated: June 25, 2026

Fact-Check AI Answers in Five Minutes: My Step-by-Step Method

Learn to fact-check AI answers in about five minutes. I share the exact claim-by-claim method I use to catch fake citations and wrong stats before sharing.

I learned to fact-check AI answers the hard way, after I almost pasted a confidently wrong statistic from ChatGPT into a report my manager was about to forward. The number looked perfect. It was also completely invented. An AI assistant will state a fabricated fact with exactly the same confidence it uses for a true one, so the tone of an answer tells you nothing about its accuracy.

The good news is that verifying an AI answer takes me less than five minutes once I know what to look for. Below is the practical, repeatable process I run on any response from ChatGPT, Gemini, or Claude before I use or share it. No technical background required.

Quick Answer

To fact-check an AI answer, treat it as an unverified first draft. Highlight every specific claim, search each one independently in a separate browser tab, confirm any cited sources actually exist, and cross-reference two authoritative sources before you trust or share it. The whole check takes me under five minutes.

What Does It Mean to Fact-Check an AI Answer?

To fact-check an AI answer, I identify each specific claim (names, dates, figures, quotes), search each one independently in Google or a reputable source, confirm any cited sources are real and retrievable, ask the AI to flag its own uncertainty, then cross-reference two independent sources. I never rely on a single AI response for a high-stakes decision.

Fact-checking is simply treating every AI answer as an unverified first draft until an outside source confirms it.

Why Do AI Models Get Facts Wrong?

AI language models are trained to produce fluent, plausible text, not to retrieve verified facts. They predict what a reasonable answer looks like based on patterns in their training data, which means they can generate false information with no warning. This behavior is called a “hallucination.” The most common types I run into are:

  • Invented citations: real-sounding articles or books that simply do not exist.
  • Wrong dates or statistics: often plausible but slightly off.
  • Misattributed quotes: real quotes assigned to the wrong person.
  • Outdated information: especially for events after the model’s training cutoff.
  • False business details: phone numbers, addresses, or hours that are incorrect.

Knowing what tends to go wrong tells me exactly what to check first. If you want to compare how the major assistants handle this, I broke them down in my ChatGPT vs Gemini vs Claude comparison.

Hallucinations happen because the model is optimizing for plausibility, not truth.

How Do I Verify an AI Answer Step by Step?

I work through the same five steps every time. They take a few minutes and catch the errors AI produces most often.

Step 1: Identify the Checkable Claims

I read the response and highlight every specific, verifiable fact: names, dates, statistics, quotes, citations, product names, prices, and policy details. Vague statements like “studies show” or “experts agree” are red flags, but I start with the concrete claims because they are the most checkable.

Step 2: Search Each Claim Independently

I open a separate browser tab and search the specific claim in Google, Bing, or DuckDuckGo. I never ask the same AI to verify its own answer. For quotes, I use exact phrases in quotation marks. For statistics, I look for the original primary source (a government agency, peer-reviewed journal, or established research firm) rather than a blog reposting the number.

Use Verbatim Search for Exact Quotes

I switch on Google’s verbatim mode (Tools, then All Results, then Verbatim) when checking exact quotes or titles. It disables autocorrect and synonym matching, so I see only pages containing those precise words, which makes it obvious when something does not actually exist.

Step 3: Check Any Citations the AI Provided

If the AI named a specific article, book, or study, I search for it directly. Many AI-invented citations look completely legitimate, with correct-sounding author names, plausible journal titles, and realistic publication years, but they resolve to nothing. If I cannot find the source in Google Scholar, PubMed, or the journal’s own website within 60 seconds, I treat it as fabricated.

Step 4: Ask the AI to Flag Its Own Uncertainty

I return to the chat and ask, “How confident are you in this, and what is your source?” or “Could any of these facts be incorrect?” Well-designed models often flag uncertainty or mention their knowledge cutoff when prompted directly. If the AI doubles down on everything with equal confidence, I take that as a signal to check harder, not to trust more.

When the AI Keeps Insisting It Is Right

If the model keeps defending a fact I have already confirmed is wrong, I do not argue with it. I paste the correct source straight into the chat and ask it to revise its answer based on that. Most models update their response once I give them reliable context to work from.

Step 5: Cross-Reference Two Independent Sources

For anything important, I find at least two independent, authoritative sources confirming the same fact. “Independent” means they do not both trace back to the same single origin. Strong sources include government websites (.gov), established news organizations, academic institutions (.edu), and official company pages. I stay cautious of sites that appear to be aggregating AI-generated content, which is a growing problem across the web.

The whole method comes down to highlighting claims, searching them independently, and confirming two sources.

Which AI Answers Need the Most Scrutiny?

Not every answer needs the full treatment. I scale my effort to the stakes, using this table as a quick gut check.

Answer Type Risk Level What to Check
Medical or legal advice High Every claim; also consult a professional
Statistics and research data High The original primary source
Historical facts and dates Medium Wikipedia plus one additional source
Product features or prices Medium Official manufacturer or retailer page
How-to instructions (cooking, DIY) Low to Medium Test in a low-stakes environment first

When I need answers that already arrive with sources attached, I reach for Perplexity AI, which cites every source in real time, although I still confirm those links myself.

Match your verification effort to how much damage a wrong answer would cause.

What Are the Common Mistakes to Avoid?

  • Asking the AI to verify itself. A model cannot reliably catch its own errors using its own knowledge. Fix: open a search engine in a separate tab before you trust anything.
  • Trusting confident tone as accuracy. AI writes every answer in the same assured voice whether it is right or completely wrong. Fix: treat all AI output as a first draft, not a final fact.
  • Skipping checks on “small” details. A wrong year, a misattributed quote, or a slightly off statistic can undermine an entire piece of work. Fix: the smaller and more specific the claim, the more important it is to verify.
  • Assuming AI knowledge is current. Most models have a training cutoff months or years in the past. Fix: for anything time-sensitive like news, prices, or regulations, check a live, dated source.
  • Assuming a cited URL is real. AI can generate plausible-looking links that return 404 errors or lead to unrelated content. Fix: paste the URL into a browser yourself before referencing it.

Most fact-checking failures come from trusting tone instead of checking sources.

Frequently Asked Questions

Does ChatGPT always hallucinate?
No, ChatGPT gets many things right, especially well-established facts in its training data. The catch is that it does not reliably signal when it is uncertain. Last week it gave me an accurate summary of a tax rule, then in the same chat invented a section number that did not exist, so I still checked everything.

Is Gemini or Claude more accurate than ChatGPT?
Accuracy varies by task and version, and all major assistants can hallucinate. When I asked all three for the same historical date, two agreed and one was off by a year, which is exactly why I never skip verification for high-stakes facts.

What is the best free tool for checking AI claims?
Google Search is the most versatile starting point, and it is free. For an academic claim about a study, I drop the title into Google Scholar; for breaking news I cross-check Reuters and AP News, and for political claims I use FactCheck.org.

Can I just ask the AI the same question twice to check it?
Not reliably, because the model draws from the same knowledge base each time and can repeat the same error. When I asked a model to recheck a citation, it confidently produced the identical fake reference twice in a row.

How long does fact-checking an AI answer actually take?
For a typical paragraph with three to five claims, a thorough check takes me five to ten minutes. After a few weeks of doing it, I now clear most short answers in under five because I know where authoritative sources live.

Do I need to fact-check AI-generated code the same way?
Yes, but the failures look different, such as invented function names or deprecated APIs. I once shipped a snippet that called a method that never existed, so now I test code in a safe environment and verify against official documentation rather than a web search.

Conclusion

AI assistants are excellent for drafting, brainstorming, and summarizing, but they are not search engines and they are not fact-checkers. Building the quick habit of highlighting claims, searching them independently, and confirming two sources protects me from the confident errors AI produces most often, and it adds almost no time once it becomes a reflex.

Start today: run this five-minute check on the very next AI answer you plan to share. To write prompts that produce fewer errors in the first place, see my guide on ChatGPT prompt habits for sharper answers, and apply the same critical eye to visuals from free AI image generators. For background on why this happens, see Wikipedia’s overview of AI hallucination.

ChatGPT Not Working? A Calm, Step-by-Step Recovery Guide

ChatGPT not working again? I walk through the exact checks I run — server status, cache, extensions, VPN, and DNS — to get it answering in minutes flat.

You type a question into ChatGPT, hit enter, and nothing comes back — just “An error occurred,” a “Network error,” or a spinner that never stops. The first time it happened to me mid-deadline, I assumed my account was banned. Almost every time ChatGPT stops working, the cause is something temporary on your own device, not a ban or a dead account.

Quick Answer

When ChatGPT is not working, first check status.openai.com for an outage. If servers are healthy, do a hard refresh (Ctrl + Shift + R on Windows, Cmd + Shift + R on Mac), then clear your browser cache and cookies. Still stuck? Disable extensions or open ChatGPT in an incognito window to isolate the cause.

Is ChatGPT Actually Down, or Is It Just Me?

Before changing a single setting, I confirm the problem is not on OpenAI’s end. It takes ten seconds and saves a lot of pointless troubleshooting.

  1. Open status.openai.com in a new tab.
  2. Look for active incidents or any “degraded performance” notice.
  3. If an outage is listed, the only real fix is to wait — OpenAI’s engineers are already on it.

On the status page I always click “Subscribe to updates.” The one time servers were genuinely down, I got an email the moment service returned instead of refreshing the page every two minutes. If you want a backup tool while you wait, my comparison of ChatGPT vs Gemini vs Claude shows which free chatbot to switch to for the task at hand.

If the status page shows green, the problem is on your device — keep going.

How Do I Force ChatGPT to Reload Cleanly?

A normal refresh (F5 or Ctrl + R) reloads the page from your browser’s cache, which may be the exact broken file causing the error. A hard refresh forces a fresh download straight from OpenAI’s servers.

  1. Click anywhere inside the ChatGPT tab.
  2. Press Ctrl + Shift + R (Windows/Linux) or Cmd + Shift + R (Mac).
  3. Wait for the page to fully reload, then send a test message.

When a hard refresh leaves the page blank or stuck, I stop and move to the cache clear below — that pattern usually means the cached data is corrupted, not merely stale.

A hard refresh fixes the broken-file errors a plain refresh quietly reloads.

Why Does Clearing My Cache and Cookies Fix ChatGPT?

Expired session cookies and corrupted cache files are the single most common cause of persistent ChatGPT errors I see. Clearing them forces a clean login and wipes out the bad data that keeps tripping the page.

In Google Chrome

  1. Press Ctrl + Shift + Delete (Windows) or Cmd + Shift + Delete (Mac).
  2. Set the time range to All time.
  3. Check Cached images and files and Cookies and other site data.
  4. Click Clear data.
  5. Reload ChatGPT and log back in.

The same shortcut opens an almost identical dialog in Firefox and Microsoft Edge. One detail that matters: if you suspect a corrupted session, log out of ChatGPT first, then clear cookies, then log back in. Logging out first ensures the bad session token is fully removed rather than left behind.

Clearing cache and cookies after a clean logout resolves most stubborn, repeat errors.

Can a Browser Extension Stop ChatGPT From Replying?

Yes — and this one fooled me for an hour once. Ad blockers, script blockers, and privacy extensions can silently block the JavaScript requests ChatGPT needs to stream responses. There is often no error at all: the interface loads, but it never answers.

  1. In Chrome, click the puzzle-piece icon at the top right and choose Manage Extensions.
  2. Toggle every extension off.
  3. Reload ChatGPT and test it.
  4. If it works, switch extensions back on one at a time until the culprit appears.

In my case, uBlock Origin in aggressive-filtering mode was blocking OpenAI’s endpoint, so ChatGPT loaded visually but never sent my message. The faster test: open an incognito window, where extensions are disabled by default. If ChatGPT works there, an extension is your problem.

A blocking extension can break ChatGPT with no error message at all.

Does Incognito Mode or a Different Browser Help?

An incognito (private) window isolates you from stored cookies, cached data, and most extensions in a single move, so it is my fastest test for browser-specific trouble.

  1. Press Ctrl + Shift + N (Chrome/Edge) or Ctrl + Shift + P (Firefox).
  2. Go to chat.openai.com and test ChatGPT.

If it works in incognito, the fix lives in your normal browser — clear the cache or hunt down the extension. If it still fails in incognito, open a completely different browser to rule out browser-level corruption entirely. One catch: some extensions are allowed to run in incognito, so check each one’s incognito permission under Manage Extensions if a private window still misbehaves.

Incognito mode tells you in seconds whether your normal browser profile is the problem.

Could My VPN or DNS Be Blocking ChatGPT?

Both can, and they produce nearly identical “it just won’t connect” symptoms. VPNs route traffic through shared servers, and OpenAI sometimes rate-limits or blocks IPs tied to busy exit nodes. A stale DNS entry for OpenAI’s servers triggers “network error” messages even when your Wi-Fi looks perfect.

Turn Off Your VPN or Proxy

  1. Open your VPN app and disconnect completely.
  2. Reload ChatGPT and test without the VPN active.
  3. If it works, reconnect using a different server location — ideally one geographically closer to you, since those carry less flagged traffic.

Flush Your DNS Cache

First confirm the internet itself is fine at fast.com or speedtest.net, then flush DNS.

On Windows

  1. Press Win + R, type cmd, and press Enter.
  2. Type ipconfig /flushdns and press Enter.
  3. You will see “Successfully flushed the DNS Resolver Cache.”
  4. Reload ChatGPT.

On Mac

  1. Open Terminal (search in Spotlight).
  2. Type sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
  3. Enter your Mac password and press Enter.
  4. Reload ChatGPT.

If the network errors persist after this, the issue is broader than ChatGPT, and OpenAI’s own help center documents service-side connection problems worth ruling out.

A flagged VPN IP or a stuck DNS entry can make ChatGPT look completely broken while everything else loads fine.

Which Fix Should I Try First?

When I am short on time, I work top to bottom — the fixes are ordered by how often they solve the problem versus how long they take.

Fix Best for Time
Check server status Total outage, error on every device 10 sec
Hard refresh Blank page, stuck spinner 15 sec
Clear cache + cookies Repeat errors, login loops 2 min
Disable extensions Loads but never replies 2 min
VPN off / DNS flush “Network error” only 1 min

For a sibling tool that throws similar errors, the same logic powers my guide on Google Gemini not responding.

Working the table top to bottom resolves most cases by the cache or extension step.

Common Mistakes to Avoid

  • Assuming it is always an outage. Most errors are local. If status.openai.com shows green, keep troubleshooting your own device.
  • Using a normal refresh instead of a hard refresh. Ctrl + R reloads from cache; Ctrl + Shift + R forces a fresh download. Use the hard refresh.
  • Forgetting extensions can run in incognito. If you granted incognito access, the extension can still break ChatGPT there — check its permissions under Manage Extensions.
  • Reconnecting to the same VPN server. Toggling off and back on to the same node changes nothing. Switch locations or disable the VPN while testing.
  • Clearing cookies without logging out first. A corrupted session token can survive a cache clear. Log out, clear, then log back in.

Skip these five traps and you avoid the dead ends that waste the most troubleshooting time.

Frequently Asked Questions

Why does ChatGPT say “An error occurred”?
It usually means a server-side hiccup, an expired session token, or a dropped connection. Clearing your cache and disabling extensions fixes it in most cases. Last week mine cleared instantly the moment I logged out, wiped cookies, and signed back in.

Is ChatGPT down right now?
Check status.openai.com for live server status. If no incident is listed but ChatGPT still fails, the problem is on your device or local network. I once spent ten minutes blaming OpenAI before realizing my own VPN was the block.

Why does ChatGPT keep stopping in the middle of a response?
A brief connection dip while ChatGPT streams the reply is the usual cause, though hitting the output limit also cuts answers short. Switch to wired Ethernet or move closer to your router; for the token-limit version, see my guide on why ChatGPT cuts off mid-response.

Why can’t I log in to ChatGPT?
Clear your cookies and cache fully, then try again. When I use “Sign in with Google,” I open a separate tab first to confirm that account is working, which has saved me twice from blaming ChatGPT for a Google session glitch.

Does a VPN stop ChatGPT from working?
Not always, but it can — some VPN IP ranges are rate-limited by OpenAI. Disable the VPN and test; if it loads, reconnect on a different server. A nearby server location fixed it for me every time.

Why does ChatGPT work on my phone but not my computer?
Your desktop browser likely has a conflicting extension, a corrupted cache, or different DNS than your phone. Start with the cache clear and extension check on the computer. That combination has resolved every phone-works-but-laptop-fails case I have hit.

Conclusion

Nearly every “ChatGPT not working” moment comes down to a quick server check, a hard refresh, a cache clear, a disabled extension, or a VPN and DNS reset. Work the list top to bottom and you will usually be back in business within a minute or two.

Bookmark this page so the next time ChatGPT throws an error, your fix checklist is one click away.