Discord app will not open on my laptop

Jaden Edwards 20 Reputation points
2026-06-05T02:31:16.05+00:00

I have a Windows 11 laptop (x64), and it seems I cannot open Discord at all. Whenever I use the Discord installer, it installs the app, but it will never open, and all I get is the small loading ring on my pointer for a second before disappearing. I have tried countless methods, I deleted the files from my AppData and reinstalled them, which didn't work. I disabled my antivirus both on my computer and on my browser so that it doesn't try to affect my download of the Discord Setup, but that didn't change anything. I even checked my firewall, and it's not even considered as an app on the Windows firewall, so I can't turn it on from there.

I noticed some weird behaviour from it as well whenever I try to run it. I keep Task Manager open when trying to run the app, and it appears under the current tasks for a split second before disappearing. Also, it seems that whenever I run the app, it sort of reinstalls itself. Once I tried to delete the caches on the AppData/Roaming Discord file, and when I tried to run the app, not only did the same happen, but the cache files were suddenly back and reinstalled. It seems whenever I download Discord and then try to run it, it's sort of reinstalling itself. I notice this as well, as whenever I delete it all, reinstall, and then run again, I'll have multiple duplicate Discord tasks appearing on the task manager for a split second before disappearing. Last time I tried, I saw 5 of the same Discord task appear on the task manager before suddenly disappearing right after, and it's not like I can end the tasks because they vanish from the task manager as fast as they appear, so I can't manually end these tasks as the app only opens for a fraction of a second, so I feel like this is some sort of unique problem.

Any kind of help would be appreciated. Thank you.

Windows for home | Windows 11 | Apps

Answer accepted by question author
Clary-N 15,755 Reputation points Microsoft External Staff Moderator
2026-06-05T08:11:37.02+00:00

Hi Jaden Edwards,

Thanks for sharing the details. I’d suggest giving the previous guidance from the AI answer a try first to see if it helps narrow things down.

In the meantime, could you please help confirm a couple of details:

  • Does the issue happen immediately after installing Discord or did it work normally before?
  • When you try to open it, do you see any error message or does it just close silently?

You might also want to test this under a new Windows user profile, as this can help determine whether the issue is related to your current profile:

  • Go to Settings > Accounts > Other users
  • Click Add account then choose I don't have this person's sign-in information > Add a user without a Microsoft account
  • Enter a username and password, then click Next
  • Sign in to the new account and try installing and launching Discord there

If it works in the new profile, it may indicate a profile-specific issue with user data or permissions.

Please let me know how it goes and I’ll be glad to assist you further.


If you have extra questions about this answer, please click "Comment".  

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

1 person found this answer helpful.

Answer recommended by moderator
Samuel Dembinný 5 Reputation points
2026-06-10T18:34:46.7166667+00:00

Hello, @Jaden Edwards and @Tanmay Limje

I experienced the same issue and spent some time investigating the root cause. By running Discord.exe via the command line, I was able to capture the error logs, which revealed that the Electron framework was failing to initialize the GPU context for rendering. Upon further inspection, I discovered that incorrect file permission settings within the installation folder were preventing the application from initializing correctly.

Resetting these permissions and reapplying the necessary access rights resolved the issue.

You can try this steps that worked for me

  • Open Command Prompt as Administrator: Search for "cmd" in the Start menu, right-click it, and select Run as Administrator.
  • Navigate inside the shell to the Discord installation folder:
      cd %localappdata%
    
  • Reset file and folder permissions: This command removes any inherited or "ghost" account restrictions that may be interfering with the app:
      icacls ".\Discord\" /reset /T /C /L /Q
    
  • Grant required access: Re-add the necessary permissions for restricted application packages to ensure proper execution:
      icacls ".\Discord\" /grant "*S-1-15-2-2:(OI)(CI)(RX)" /T /C /L /Q
    
  • Finalize: To ensure all permission changes take effect, log out and log back into Windows, or perform a full system restart.

After these steps, try opening discord app check if it works

Note: I am not entirely certain what initially triggered this issue, as it occurred unexpectedly and persisted even after a clean reinstallation of Discord.

Was this answer helpful?

20+ people found this answer helpful.

1 additional answer

Sort by: Oldest
  1. AI answer

    2026-06-05T02:31:36.19+00:00

    Discord is a desktop app, so the behavior described (briefly appearing in Task Manager, then closing) matches how other Store/desktop apps behave when they fail to start. Use the standard Windows 11 app troubleshooting flow to isolate whether this is a general app issue or specific to Discord.

    Try the following in order:

    1. Confirm other apps work
    • Open built‑in apps such as Microsoft Store, Calculator, or Paint.
    • If these also fail to open or crash, treat this as a general Windows app issue and continue with the steps below.
    1. Make sure Windows is fully updated
    • Select Start > Settings > Windows Update > Check for updates.
    • Install all available updates and restart the PC.
    • Try launching Discord again.
    1. Repair/reset app behavior via clean boot A conflicting background service or app can prevent desktop apps from running.
    • Perform a clean boot:
      • Sign in as an administrator.
      • Select Search, type msconfig, and open System Configuration.
      • On Services, select Hide all Microsoft services, then Disable all, and Apply.
      • On Startup, select Open Task Manager and Disable all enabled startup items.
      • Select OK and restart the PC.
    • In the clean‑boot state, try installing and running Discord again.
    • If Discord runs correctly, re‑enable services/startup items in batches to find the conflicting software.

    If Discord still will not run in a clean boot, the issue is likely not caused by third‑party software.

    1. Check for broader app issues If other apps also fail to start or behave oddly (for example, Microsoft Store apps not opening or crashing):
    • Reset the Microsoft Store cache, which can affect Store‑delivered components and dependencies:
      • Press Windows key + R, type wsreset.exe, and select OK.
      • A blank Command Prompt opens, then closes, and Microsoft Store opens automatically.
    • After that, try installing or updating any Store app to confirm Store‑based apps work.
    1. Use clean‑boot guidance for install/run failures If Discord’s installer or update fails, use the clean‑boot guidance specifically for install/run problems:
    • After booting into the clean‑boot environment (as above), run the Discord installer again and then try to start Discord.
    • If an app runs correctly only in clean boot, a non‑Microsoft service or startup app is interfering and must be identified and disabled.
    1. If apps still fail to run If, even after clean boot and updates, apps (including Discord) still fail to start or immediately close, the system may have deeper configuration or policy issues. In that case, follow the same pattern used for other stubborn app failures:
    • Consider using Process Monitor or similar tools (as described for Store apps) to trace what happens when an app starts and immediately exits.
    • If many apps are affected and troubleshooting does not resolve it, an in‑place repair or reset of Windows may be required, similar to what is recommended when Store, update, and app services are badly corrupted.

    Because Discord is not a Microsoft Store app, there is no Store‑specific repair option for it, so the focus is on:

    • Ensuring Windows and Store infrastructure are healthy.
    • Eliminating interference from third‑party services via clean boot.
    • Repairing Windows if app failures are widespread.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.