Discord Guide

How to Clear Discord Cache — Complete Guide for Windows, Mac, iPhone and Android

July 31, 2026 · 9 min read

To clear Discord cache on Windows press Win+R, type %appdata%\Discord, and delete the Cache, Code Cache, and GPUCache folders. On Mac open Finder, press Cmd+Shift+G, type ~/Library/Application Support/discord, and delete the same folders. On iPhone go to Settings → General → iPhone Storage → Discord → Offload App. On Android go to Settings → Apps → Discord → Storage → Clear Cache.

Discord has no built-in cache clear button — you must delete the cache folders manually. This guide covers every device with exact steps.

What Is Discord Cache and Why Clear It

Discord cache stores temporary files — images, videos, sounds, and other media — so they load faster when you see them again. Over time this cache grows significantly:

  • Some users report 4-5GB of Discord cache on iPhone
  • Desktop cache can grow to several gigabytes
  • Old cache files can cause Discord to lag, crash, or show errors

When to clear Discord cache:

  • Discord is running slowly or lagging
  • Discord keeps crashing or freezing
  • Images and media are not loading correctly
  • Discord shows a gray or blank screen
  • You are getting update failed errors
  • Your device is low on storage
  • Discord is showing old or incorrect content

Clearing cache does not delete your messages, servers, friends, or account data. It only removes temporary files that Discord will rebuild automatically.

How to Clear Discord Cache on Windows

Windows 10 and Windows 11:

  1. Fully close Discord — right-click the Discord icon in the system tray and select Quit Discord
  2. Open Task Manager (Ctrl+Shift+Esc) and end any remaining Discord processes
  3. Press Win+R to open the Run dialog
  4. Type %appdata%\Discord and press Enter
  5. Delete these three folders:
    • Cache
    • Code Cache
    • GPUCache
  6. Press Win+R again and type %localappdata%\Discord
  7. Delete the Cache folder here too if present
  8. Empty your Recycle Bin
  9. Restart Discord

Alternative path for Windows:

C:\Users\[YOUR USERNAME]\AppData\Roaming\discord
Pro Tip:You can also clear cache automatically by running this command in Command Prompt: rd /s /q "%appdata%\discord\Cache" && rd /s /q "%appdata%\discord\Code Cache" && rd /s /q "%appdata%\discord\GPUCache" — this deletes all three cache folders in one step without having to navigate to each one manually.

How to Clear Discord Cache on Windows 11

Same steps as Windows 10 — the AppData path is identical:

  1. Press Win+R → type %appdata%\Discord → press Enter
  2. Delete Cache, Code Cache, and GPUCache folders
  3. Restart Discord

Windows 11 users can also search for the path in File Explorer by typing %appdata% in the address bar.

How to Clear Discord Cache on Mac

  1. Quit Discord completely — click Discord in the menu bar → Quit Discord
  2. Open Finder
  3. Press Cmd+Shift+G to open the Go to Folder dialog
  4. Type ~/Library/Application Support/discord and press Enter
  5. Delete these folders:
    • Cache
    • Code Cache
    • GPUCache
  6. Empty the Trash
  7. Restart Discord

Alternative Mac path: Open Terminal and run:

rm -rf ~/Library/Application\ Support/discord/Cache
rm -rf ~/Library/Application\ Support/discord/Code\ Cache
rm -rf ~/Library/Application\ Support/discord/GPUCache

How to Clear Discord Cache on iPhone

Discord does not have a built-in cache clear option on iPhone. The official method is to offload the app which clears temporary cache files while keeping your account data:

Method 1 — Offload App (Recommended):

  1. Open iPhone Settings
  2. Tap General
  3. Tap iPhone Storage
  4. Scroll down and find Discord
  5. Tap Offload App
  6. Confirm — Discord will be removed but your data stays
  7. Reinstall Discord from the App Store
  8. Log back in

Method 2 — Delete and Reinstall:

  1. Press and hold the Discord app icon
  2. Tap Remove AppDelete App
  3. Go to the App Store and reinstall Discord
  4. Log back in

How much space will this free? iPhone Discord cache commonly grows to 4-8GB. Offloading or reinstalling frees all of this space instantly.

How to Clear Discord Cache on Android

  1. Open your phone Settings
  2. Go to Apps or Application Manager
  3. Find and tap Discord
  4. Tap Storage or Storage & Cache
  5. Tap Clear Cache

Important: Tap Clear Cache only — do NOT tap Clear Data unless you want to log out and lose your local settings. Clear Cache removes temporary files. Clear Data removes everything including your login session.

Samsung Galaxy specific path: Settings → Apps → Discord → Storage → Clear Cache

Google Pixel specific path: Settings → Apps → See all apps → Discord → Storage & cache → Clear cache

How to Clear Discord Cache on Mobile Browser

If you use Discord in a mobile browser clear the browser cache instead:

Chrome on Android:

  1. Open Chrome → tap the three dots menu
  2. Settings → Privacy and Security → Clear browsing data
  3. Select Cached images and files → Clear data

Safari on iPhone:

  1. Open iPhone Settings → Safari
  2. Tap Clear History and Website Data
  3. Confirm

Discord Cache Location — Where Are Cache Files Stored

PlatformCache Location
Windows%appdata%\Discord\Cache
Windows (local)%localappdata%\Discord\Cache
Mac~/Library/Application Support/discord/Cache
Linux~/.config/discord/Cache
iPhoneManaged by iOS — use Offload App
AndroidManaged by Android — use Clear Cache in App Settings

How to Clear Discord Cache on Linux

rm -rf ~/.config/discord/Cache
rm -rf ~/.config/discord/Code\ Cache
rm -rf ~/.config/discord/GPUCache

Or navigate to ~/.config/discord/ and delete the Cache folders manually.

Does Clearing Discord Cache Delete Messages or Data

No — clearing Discord cache only removes temporary files. It does not delete:

  • Your messages or message history
  • Your servers or server memberships
  • Your friends list
  • Your account settings
  • Your Discord profile

The cache is rebuilt automatically as you use Discord. The first time you open Discord after clearing cache it may take slightly longer to load images and media as it rebuilds the cache from scratch.

How Often Should You Clear Discord Cache

Most users do not need to clear cache regularly. Clear it when:

  • Discord is noticeably slower than usual
  • You are running low on storage space
  • You are experiencing specific errors that other fixes have not resolved

For heavy Discord users who send and receive many images and videos clearing cache every 1-3 months keeps Discord running smoothly.

Common Mistakes to Avoid

Not fully closing Discord before clearing cache — If Discord is still running in the system tray the cache folders may be locked and cannot be deleted. Always quit Discord completely first.

Tapping Clear Data instead of Clear Cache on Android — Clear Data removes your login session and all local settings. Always use Clear Cache only unless you specifically want to log out.

Only deleting one cache folder on Windows — Discord has three cache folders: Cache, Code Cache, and GPUCache. Deleting only one leaves the others behind. Delete all three for a complete cache clear.

Expecting Discord to have a built-in clear cache button — Discord removed the mobile cache clear option that used to exist. You must clear cache manually using the steps above.

Related Guides

Also try our free tools:

Frequently Asked Questions

Press Win+R, type %appdata%\Discord and press Enter. Delete the Cache, Code Cache, and GPUCache folders. Then press Win+R again, type %localappdata%\Discord and delete the Cache folder there too. Empty the Recycle Bin and restart Discord.
Discord has no built-in cache clear on iPhone. Go to Settings → General → iPhone Storage → Discord → Offload App. This removes Discord and clears the cache while keeping your account data. Reinstall from the App Store and log back in.
Go to Settings → Apps → Discord → Storage → Clear Cache. Do not tap Clear Data as that will log you out. Clear Cache only removes temporary files and is safe to use without losing any account information.
Open Finder, press Cmd+Shift+G, type ~/Library/Application Support/discord and press Enter. Delete the Cache, Code Cache, and GPUCache folders. Empty the Trash and restart Discord.
No — clearing Discord cache only removes temporary files like cached images and media. Your messages, servers, friends list, and account settings are stored on Discord's servers and are not affected by clearing the local cache.
Discord cache can grow significantly over time. iPhone users commonly report 4-8GB of Discord cache. Desktop users may see several gigabytes in the Cache, Code Cache, and GPUCache folders. Clearing cache frees all this space instantly.
Discord used to have a cache clear option on mobile but removed it. Currently there is no built-in cache clear button on any platform — you must delete the cache folders manually following the steps above for your specific device.
Most users do not need to clear cache regularly. Clear it when Discord is running slowly, when you are low on storage, or when you are experiencing specific errors. Heavy Discord users who send and receive many images may benefit from clearing cache every 1-3 months.
The Discord cache folder is located at %appdata%\Discord\Cache on Windows. You can navigate there by pressing Win+R, typing %appdata%\Discord and pressing Enter. There are three cache folders to delete: Cache, Code Cache, and GPUCache.

Ready to generate Discord timestamps?

Open the Generator

Did You Miss These?

Discord Guide

Generate a Discord Timestamp

Free tool — all 7 formats, live Discord preview, auto timezone detection.

Open Generator →
Discord Guide6 min read

Aug 1, 2026

Discord Error 2007 — How to Fix Stream Reconnecting Error Fast

Discord error 2007 means your stream is reconnecting due to network issues or high packet loss. Fix it by checking your connection, disabling VPN, or lowering stream quality.

Read Article →
Discord Guide7 min read

Aug 1, 2026

Discord Error 3002 — How to Fix Mic Not Detected Fast

Discord error 3002 means your microphone is connected but not picking up sound. Fix it by checking OS permissions, selecting the correct input device, and adjusting audio settings.

Read Article →
Discord Guide7 min read

Aug 1, 2026

Discord Error 3004 — How to Fix Screen Share Failure Fast

Discord error 3004 means your screen share or stream failed to start due to an OS-level capture error. Fix it by disabling hardware acceleration, changing capture settings, or freeing up storage.

Read Article →
Discord Guide8 min read

Jul 31, 2026

Discord Update Failed Loop — How to Fix It Fast (9 Methods)

Discord stuck in update failed loop? Fix it by downloading a fresh installer, clearing AppData folders, or disabling antivirus. Complete guide for Windows and Mac.

Read Article →