Discord Icon missing on Windows: How to solve
Is the Discord icon missing from the Windows Uninstall menu? Find out how to restore it easily by changing the System Registry.

If the Discord icon has disappeared from the program uninstall menu on Windows, don’t worry: it is a known bug with a very simple solution. With quick operation through the Microsoft Official System Registry Editor, you can restore the correct display of the app. Here is a step-by-step guide to solve the problem in a few minutes.
Method 1: Edit System Registry Manual #
- Open the Registry Editor:
- Click on the Start button or use the Windows search bar.
- Search for “System Registry Editor” (or type regedit) and open it with administrator privileges.
- Naviga fino alla chiave di Discord:
- Segui esattamente questo percorso all’interno delle cartelle:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Discord - Create a new string value:
- Click with the right mouse button in an empty right panel area.
- Select from the drop-down menu “New” → “Strong Value”.
- Name this new item exactly as
DisplayIcon. - Set the icon path:
- Double-click the newly created
DisplayIconstring. - Inserisci il seguente percorso locale nel campo “Dati valore”:
C:\Users\%UserProfile%\AppData\Local\Discord\app.ico - Click on “OK” to confirm.
- Double-click the newly created
- Segui esattamente questo percorso all’interno delle cartelle:
Method 2: Creating a Registry File #
If you prefer a faster and more automated method, you can create a .reg file to apply the change in one shot. Here are the steps to follow:
- Open a basic text editor:
- You can use the classic Windows Notepad or any other text editor you prefer.
- Inserisci il seguente codice:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Discord] "DisplayIcon"="C:\\Users\\%UserProfile%\\AppData\\Local\\Discord\\app.ico" - Save the file with the
.regextension:- Assigns to the file a recognizable name, such as
FixDiscordIcon.reg. - Be sure to select the “All Files” item in the “Save As” drop-down menu to prevent it from becoming a text file, and manually add
.regto the end of the name. - Run the registry script:
- Double-click the
.regfile you just saved on your desktop or folder. - Reply “Yes” to the security notice to confirm the addition of keys to the System Registry.
- Double-click the
- Assigns to the file a recognizable name, such as
Following one of the two methods described above, you will correctly reset the Discord icon into the Windows app menu. This practical workaround allows you to solve your visual error in total autonomy, without having to wait for corrective patches released by developers.
FAQ: Frequently Asked Questions about Discord Icon Restore #
Are you sure to change the Windows System Registry for Discord icon? Yes, it is a safe operation if you follow the instructions carefully. The suggested modification only touches the graphical parameters of the uninstall menu, without altering in any way the functionalities of the operating system or application. It is always recommended, however, to create a restore point before making manual changes.
Why does the Discord icon disappear from the Windows App menu? #
This visual drawback generally occurs due to overwriting errors during automatic update of the app, or due to cache of corrupt Windows icons. The update temporarily loses the path that links the logo to the uninstall key.
Do I have to restart the computer after applying the correction? #
In most cases it is not strictly necessary to restart the entire system. Just close and reopen the “App and Features” window (or the “Control Panel”) so that the changes made to the DisplayIcon string have effect and the visible turn icon.
