How ChatGPT Memory Works
ChatGPT memory is a persistent storage system that saves facts about you across conversations. When working correctly:
- ChatGPT automatically identifies important facts (your name, preferences, job, projects)
- Facts are saved to a persistent store linked to your account
- New conversations can access these saved facts without you repeating them
- You can explicitly ask ChatGPT to remember or forget specific things
Memory is separate from conversation history. Deleting a conversation does not delete memories created during that conversation.
Step-by-Step Fix
Step 1: Verify Memory Is Enabled
- Click the gear icon (Settings) in ChatGPT
- Navigate to Personalization → Memory
- Confirm the toggle is ON
- If it was off, turn it on — memories will only be saved from this point forward
Step 2: Check Your Memory Storage
- In the same Memory settings, click Manage
- Review the list of saved memories
- If you see hundreds of entries, you may be near the 256KB limit
- Delete outdated or irrelevant entries to free space
Step 3: Test Memory Explicitly
- Start a new conversation
- Type: "Remember that my favorite programming language is Python"
- Wait for ChatGPT to confirm it saved the memory
- Start another new conversation
- Ask: "What is my favorite programming language?"
- If it answers "Python," memory is working
Step 4: Force a Sync (Mobile Issues)
If memory works on web but not mobile:
- Log out of the ChatGPT mobile app
- Force-close the app completely
- Reopen and log back in
- Test memory in a new conversation
Why This Happens: Memory Architecture
ChatGPT memory is stored server-side, not in your browser or app. When you say something memorable, ChatGPT's memory system:
- Identifies the fact as worth saving (using a separate classification model)
- Writes it to your account's memory store
- On the next conversation, loads relevant memories into the context window
Failures can occur at any of these three steps:
- Step 1 fails: ChatGPT does not recognize the fact as important → use explicit "remember this" commands
- Step 2 fails: Storage is full or a backend write error occurs → clear old memories
- Step 3 fails: Memory retrieval does not find the relevant entry → rephrase your question to trigger retrieval
Common Causes of Memory Failure
The 256KB storage limit
The most common cause of "memory stopped working" is hitting the storage cap. ChatGPT does not warn you when you approach the limit — it simply stops saving new memories. If you have been using ChatGPT with memory enabled for months, check your storage.
Model updates resetting memory indexing
Major model updates (like the GPT-5 rollout) can temporarily disrupt memory retrieval. The memories are not deleted — the indexing system that finds relevant memories during new conversations may need time to rebuild. This typically resolves within 1–2 weeks.
Temporary conversations
If you are using ChatGPT in "Temporary Chat" mode (available from the model selector dropdown), memories are neither saved nor retrieved. Check that you are not accidentally in temporary mode.
Region restrictions
ChatGPT memory is not available in all regions due to data privacy regulations (notably parts of the EU under GDPR). If you are in a restricted region, the Memory option may not appear in Settings at all.
Common Mistakes to Avoid
- Assuming memory is automatic for everything: ChatGPT only saves facts it classifies as important — routine conversation details are not saved unless you explicitly request it
- Not managing memory storage: The 256KB limit fills up over months of use with no automatic cleanup
- Confusing conversation context with memory: ChatGPT remembers things within a single conversation regardless of the memory feature — memory only matters across separate conversations
- Using Temporary Chat mode: This mode explicitly disables memory for privacy — check your chat mode if memory seems broken
When Memory Genuinely Cannot Help
Memory has architectural limitations:
- It cannot store files, images, or code blocks — only text facts
- It cannot remember the full context of a previous conversation — only extracted facts
- It has no concept of time — it cannot remember "last Tuesday you said X"
- It cannot be shared between accounts or team members
For use cases that need these capabilities, consider using ChatGPT's Projects feature or Custom GPTs with uploaded knowledge files instead.
Related Guides
- ChatGPT messages not saving — different issue: conversation history not persisting
- ChatGPT Plus message limits — unrelated to memory, covers usage caps
- ChatGPT tools hub — all ChatGPT guides and how-tos