WindowsmacOS

Where Does the ChatGPT Desktop App Store Local Data?

ChatGPT desktop app local data on Windows and macOS, and why chats themselves live in the cloud.

Last updated

The ChatGPT desktop apps are thin clients over your OpenAI account. Chats, files and memory sync server-side, so wiping local data signs you out without deleting a single conversation.

Local folders hold caches, logs and login state. On Windows the app ships through the Microsoft Store, which puts its data in a versioned Packages container instead of plain AppData.

Where ChatGPT stores this, by platform

Windows
%LOCALAPPDATA%\Packages\OpenAI.ChatGPT-Desktop_8wekyb3d8bbwe

Store-app container pattern for local state and cache. The exact package family suffix may vary by install, so list the Packages folder and match the OpenAI entry. The supported reset path is Settings > Apps > ChatGPT > Advanced options > Reset.

macOS
~/Library/Application Support/com.openai.chat

Holds caches and local state for the macOS app. Chats themselves download from your account on sign-in, so deleting this folder only forces a fresh login.

Frequently asked questions

Will clearing ChatGPT app data delete my chats?

No. Chats live on OpenAI servers under your account and reappear on next sign-in. Local deletion only clears cache and login state.

How do I fully reset the ChatGPT Windows app?

Use Settings > Apps > Installed apps > ChatGPT > Advanced options > Reset. That is cleaner than guessing inside the Packages container.

Notice an outdated path? Let us know.