If your Discord app is running slow, crashing, or showing old images, you might need to clear its cache. This guide will show you exactly how to clear Discord cache on PC to fix these common issues.
Clearing the cache is a simple maintenance task that can free up space and resolve many performance problems. You don’t need to be a tech expert to do it. We’ll walk you through the process step by step.
How To Clear Discord Cache On Pc
The Discord cache is a temporary storage folder on your computer. It holds data like profile pictures, server icons, and recently viewed images to load them faster next time. However, this data can become corrupted or too large over time.
When the cache gets too big, it can slow down the app. Clearing it forces Discord to fetch fresh data, which can solve glitches. It’s a safe process and will not delete your messages, login info, or account settings.
Why You Should Clear Your Discord Cache
There are several clear signs that indicate a cache clearing might be necessary. You should consider doing this if you encounter any of the following issues.
- Discord is running slower than usual: The app takes a long time to start or switch between channels.
- You see missing or outdated images: Profile pictures or server icons are not displaying correctly or show old versions.
- Discord crashes or freezes frequently: The app becomes unresponsive during normal use.
- You are receiving strange error messages: Errors related to loading assets or displaying content appear.
- You want to free up disk space: The cache folder can grow to several gigabytes over time.
What Gets Removed When You Clear The Cache
It’s important to understand what you are deleting. The cache only contains temporary, non-essential files that can be downloaded again.
- Cached profile pictures and server icons
- Recently viewed images and videos from chats
- Temporary application assets and update files
- Some local logs of app activity (not chat logs)
Your personal data, including login credentials, friends list, direct messages, and server memberships, are stored separately. They will remain completely untouched after you clear the cache.
Preparing To Clear The Discord Cache
Before you begin, take two quick preparatory steps. This ensures the process goes smoothly and you don’t lose any important information.
First, make sure Discord is completely closed. Do not just minimize it to your system tray. Right-click the Discord icon in your taskbar and select “Quit Discord” to fully exit the application.
Second, it’s a good idea to know your login credentials. While clearing the cache should not log you out, having your email and password handy is a sensible precaution in case the app acts unexpectedly.
Locating the Discord Cache Folder
The cache folder is located within Discord’s local application data. The path is similar for most Windows PCs, but we’ll show you how to find it directly.
- Press the Windows Key + R on your keyboard to open the Run dialog box.
- Type %appdata% and press Enter. This will open the Roaming folder.
- Navigate up one directory level to view the main AppData folder.
- Open the Local folder inside.
- Look for and open the folder named Discord.
Inside, you will see several version-numbered folders (like “app-1.0.9013”). You need to open the correct one for your current Discord installation.
Identifying the Correct Version Folder
You may see multiple version folders if you’ve updated Discord several times. You need to find the one currently in use.
- Inside the Local > Discord folder, look for folders starting with “app-“.
- Open each “app-” folder and look for a subfolder named Cache.
- The active version will have a populated Cache folder with subfolders like “Cache_Data”.
- You can also check the “modules” folder; the active one will have many subfolders.
Once you’ve identified the correct “app-[version]” folder, you are ready to proceed with clearing the cache.
Step-by-Step Guide To Manually Clear The Cache
Follow these instructions carefully to manually delete the cache files. This method gives you the most control over the process.
- Fully quit the Discord application using the system tray icon.
- Open File Explorer and navigate to the path: C:\Users\[YourUsername]\AppData\Local\Discord.
- Open the active version folder (e.g., app-1.0.9013).
- Locate and open the Cache folder inside.
- Select all files and folders inside the Cache folder (Ctrl + A).
- Press the Delete key on your keyboard, or right-click and select “Delete”.
- Confirm the deletion if prompted. The files will be moved to your Recycle Bin.
- You can also delete the contents of the Code Cache and GPUCache folders in the same parent directory for a more thorough clean.
- Restart your computer to ensure all system processes are refreshed.
- Launch Discord normally and log back in if required.
After restarting Discord, you may notice images loading slightly slower at first as the app rebuilds its cache with new data. This is normal and performance should improve quickly.
Using The Run Command For Faster Access
You can use a direct Run command to jump straight to the cache folder. This is a faster method once you are familiar with the steps.
- Close Discord completely.
- Press Windows Key + R to open Run.
- Copy and paste this exact path: %localappdata%\Discord
- Press Enter. This will open the Local Discord folder directly.
- From here, follow the same steps: open the active app version folder, then the Cache folder, and delete its contents.
This method bypasses the need to navigate through the AppData folder manually. It’s a useful shortcut to remember for future use.
Clearing Discord’s Cache Through The App Itself
Unlike some applications, Discord does not have a built-in “Clear Cache” button within its settings. The cache is managed by the underlying Electron framework and must be cleared manually at the file system level, as described above.
Some third-party guides might suggest using the Developer Tools (Ctrl+Shift+I) and the Application tab to clear storage. However, this method often only clears website-style data and is not reliable for the desktop app. The manual file deletion method is the officially recommended and most effective approach for the PC application.
Additional Steps For A Complete Cleanup
If clearing the main cache didn’t solve your problem, you can take additional steps. These actions address other potential sources of corruption or bloat.
Clearing the Discord Local Storage and Logs
Beyond the Cache folder, other directories can hold temporary data. The Local Storage and logs folders can also be cleared.
- Navigate to %appdata%\Discord (the Roaming folder, not Local).
- Look for folders named Local Storage and logs.
- You can open these and delete their contents while Discord is closed.
- Be cautious not to delete the entire Discord folder in Roaming, as it contains your account settings.
Reinstalling Discord for a Fresh Start
If problems persist after clearing all cache and data, a full reinstall may be necessary. This gives you a completely clean slate.
- First, use Windows Settings to uninstall Discord.
- After uninstalling, manually delete any remaining Discord folders in both %localappdata% and %appdata%.
- Empty your Recycle Bin to remove all leftover files.
- Restart your computer.
- Download the latest installer from the official Discord website and install it fresh.
A clean reinstall will remove every trace of the old application, including any deeply corrupted files that simple cache deletion might miss.
Troubleshooting Common Post-Clearance Issues
Sometimes, you might encounter minor issues after clearing the cache. Here’s how to fix the most common ones.
- Discord won’t start: Try a full computer restart. If that fails, run the installer again to repair the installation.
- All settings were reset: This means you likely deleted files from the Roaming folder. You will need to reconfigure your settings manually.
- Images are still not loading: Check your internet connection. Also, try pressing Ctrl+R in Discord to reload the client fully.
- The cache folder reappears empty: This is normal. Discord will create new cache files as you use the app again.
How To Automate Cache Clearing
You can use Windows Task Scheduler or a simple batch file to automate clearing the cache. This is helpful if you want to do it regularly without remembering the steps.
To create a basic batch file, open Notepad and paste the following lines:
@echo off
cd /d %localappdata%\Discord
for /d %%i in (app-*) do (
if exist "%%i\Cache" (
rmdir "%%i\Cache" /s /q
mkdir "%%i\Cache"
)
)
echo Discord cache cleared.
pause
Save the file with a .bat extension (e.g., “clear_discord_cache.bat”). Run this file as an administrator after closing Discord to automatically delete the contents of all Cache folders. Always review code from the internet before running it.
Maintaining Discord Performance
Regular maintenance can prevent issues from building up. Here are some best practices to keep Discord running smoothly.
- Clear your cache every few months or when you notice performance drops.
- Keep your Discord app and graphics drivers updated to the latest versions.
- Regularly restart your Discord app and your PC to clear temporary system memory.
- Disable hardware acceleration in Discord’s settings (Appearance > Advanced) if you experience graphical glitches.
- Manage your local storage by being mindful of the large files you share and download in chats.
FAQ Section
Is clearing Discord cache safe?
Yes, clearing the Discord cache is completely safe. It only removes temporary files like images and update data. Your account information, messages, servers, and friends list are stored securely online and will not be affected.
How often should I clear my Discord cache?
There’s no set rule, but a good practice is to clear it every 3 to 6 months, or whenever you start experiencing slowness, visual glitches, or crashes. If you use Discord very heavily, you might need to do it more frequently.
Will clearing cache delete my login information?
Typically, no. Your login token is usually stored separately. However, it’s a slight possibility the app might ask you to log in again. Therefore, it’s always wise to know your password before clearing the cache, just in case.
What is the difference between cache and data in Discord?
The cache holds temporary files for faster loading. “Data” usually refers to your local application settings, like theme preferences or keybinds, stored in the Roaming folder. Clearing cache does not delete your personalized settings.
Can I clear Discord cache without closing the app?
No, you cannot. Discord actively uses and locks the cache files while it is running. You must fully quit the application from the system tray before you can successfully delete the cache files. Attempting to do so while it’s open will cause errors.