Fix Discord Error ‘Update Cannot Be Applied’ Despite Sufficient Disk Space
🔍 WiseChecker

Fix Discord Error ‘Update Cannot Be Applied’ Despite Sufficient Disk Space

You see the error ‘Update Cannot Be Applied’ when launching Discord, even though your drive shows plenty of free space. This error occurs because Discord’s update process is blocked by file permission issues, a corrupted update cache, or a conflicting background process — not by actual disk capacity. This article explains the technical cause behind the misleading error and provides step-by-step fixes to get Discord updating normally again.

Key Takeaways: Fixing the Discord Update Error Without Disk Space Issues

  • Close Discord via Task Manager: Force-quit all Discord processes to release locked update files.
  • Delete the %appdata%\discord\update.exe file: Remove the corrupted update installer that triggers the false error.
  • Run Discord as Administrator: Grant full write permissions to the installation folder during the update.

ADVERTISEMENT

Why Discord Shows ‘Update Cannot Be Applied’ When Disk Space Is Fine

The error message ‘Update Cannot Be Applied’ typically appears during the update process when Discord attempts to replace its core files. Even with adequate disk space, the update fails if the update installer itself is corrupted, if the Discord process lacks write permissions to its own folder, or if another instance of Discord is already running in the background.

The Role of the Update.exe File

Discord uses a file named update.exe located in %appdata%\discord. This executable downloads the latest version and then replaces the main Discord application files. If this file becomes corrupted — for example, from a partial download or antivirus interference — it displays the false ‘cannot be applied’ error regardless of available space.

Permission Conflicts

Discord installs per-user in %appdata% by default. However, if the installation folder was created or modified by a different user account or by an older version, the current user may not have full write permissions. The update process then fails because it cannot overwrite existing files, and Discord incorrectly reports insufficient disk space instead of a permission error.

Stale Discord Processes

When Discord updates, it must terminate all running instances. If a background Discord process remains active — such as a leftover process from a previous crash or a minimized system tray instance — the update cannot replace the locked files. The error appears because the update engine cannot complete the file swap.

Steps to Fix the Discord Update Error

  1. Close Discord completely using Task Manager
    Press Ctrl + Shift + Escape to open Task Manager. Look for any process named Discord.exe, DiscordPTB.exe, or DiscordCanary.exe. Select each one and click End Task. Also check for update.exe under the Processes tab and end it if present.
  2. Delete the corrupted update.exe file
    Press Windows + R, type %appdata%\discord, and press Enter. In the folder that opens, locate the file named update.exe. Right-click it and select Delete. If prompted by User Account Control, click Yes. This removes the corrupted update installer.
  3. Clear Discord’s update cache
    In the same %appdata%\discord folder, delete the cache folder and the Code Cache folder. These folders store temporary files that may interfere with the update process. Right-click each folder and select Delete.
  4. Run Discord as Administrator
    Navigate to %appdata%\discord again. Right-click Discord.exe and select Properties. Go to the Compatibility tab and check the box Run this program as an administrator. Click Apply and then OK. Launch Discord normally — it will now have full write permissions to its folder.
  5. Disable real-time antivirus temporarily
    If you use Windows Defender or a third-party antivirus, the update may be blocked. Open Windows Security by clicking Start and typing Windows Security. Go to Virus & threat protection and click Manage settings. Toggle Real-time protection to Off. Try launching Discord again. Re-enable real-time protection after the update completes.
  6. Reinstall Discord completely
    If the error persists, uninstall Discord through Settings > Apps > Apps & features. Select Discord and click Uninstall. Then download the latest installer from the official Discord website and run it. This ensures a clean installation with no corrupted files.

ADVERTISEMENT

If Discord Still Shows the Update Error After the Main Fix

Error Appears After Windows Update

A recent Windows update can change file permission settings for the AppData folder. To fix this, right-click the %appdata%\discord folder, select Properties, go to the Security tab, and click Edit. Select your user account and check Full control under Allow. Click Apply and restart Discord.

Discord Fails to Update After Moving to Another Drive

If you moved Discord’s installation to a different drive using a symbolic link or junction, the update process may not follow the link correctly. Uninstall Discord and reinstall it to the default location (%appdata%\discord) on the system drive. Avoid moving the folder manually.

Error Returns After Each Update

If you need to delete update.exe every time Discord tries to update, the underlying cause is likely a permission issue. Follow the steps to run Discord as Administrator permanently. If that does not help, create a new Windows user profile and install Discord under that profile to isolate the issue.

Item Delete update.exe Run as Administrator Reinstall Discord
Difficulty Easy Easy Medium
Time required 2 minutes 3 minutes 10 minutes
Preserves settings Yes Yes No
Fixes corrupted installer Yes No Yes
Fixes permission errors No Yes Yes

You can now resolve the ‘Update Cannot Be Applied’ error by deleting the corrupted update.exe file, running Discord as Administrator, or reinstalling the application. After applying the fix, test the update by clicking Settings > Check for Updates in Discord. For persistent issues, creating a new Windows user profile provides a clean environment that bypasses permission conflicts.

ADVERTISEMENT