Windows 11 uses folder icons and localized folder names to make navigation easier and more user-friendly. For example, system folders such as Documents, Pictures, and Downloads may display customized icons or translated names based on your language settings. However, some users encounter issues where folder icons disappear, default icons appear instead, or localized folder names fail to display correctly.
This problem can occur due to corrupted icon cache files, damaged desktop.ini files, incorrect folder attributes, Windows Explorer glitches, or system file corruption. In some cases, third-party customization software or recent Windows updates may also interfere with how folder names and icons are displayed.
Fortunately, there are several effective ways to restore missing folder icons and localized names in Windows 11. In this guide, we will walk you through all the working solutions step by step.
How to Fix Folder Icons or Localized Folder Names Not Showing in Windows 11
1. Restart Windows Explorer
Temporary File Explorer glitches can prevent folder icons and localized names from displaying correctly.
- Press Ctrl + Shift + Esc to open Task Manager.
- Locate Windows Explorer under the Processes tab.
- Right-click Windows Explorer.
- Select Restart.
- Wait for the taskbar and desktop to refresh.
Check whether the folder icons and names are displayed correctly afterward.
If the issue persists, continue with the next method.
2. Rebuild the Icon Cache
A corrupted icon cache is one of the most common causes of missing or incorrect folder icons.
- Close all open applications.
- Open Command Prompt as administrator.
- Run the following commands one at a time:
taskkill /f /im explorer.exe
del /a /q "%localappdata%\IconCache.db"
del /a /f /q "%localappdata%\Microsoft\Windows\Explorer\iconcache*"
start explorer.exe
- Restart your computer.
Windows will automatically rebuild the icon cache during the next startup.
3. Enable Hidden Files and Protected System Files
Localized folder names often rely on hidden configuration files such as desktop.ini.
- Open File Explorer.
- Click View > Show.
- Enable Hidden items.
- Click the three-dot menu and select Options.
- Open the View tab.
- Uncheck Hide protected operating system files (Recommended).
- Click Apply and then OK.
Now check whether the affected folder contains a desktop.ini file.
4. Restore the desktop.ini File
Folder localization and custom icons are often controlled by the desktop.ini file.
- Open the affected folder.
- Verify whether a file named desktop.ini exists.
- If the file is missing, copy it from another identical folder or restore it from a backup.
- Ensure the file is marked as Hidden and System.
You can set the attributes using Command Prompt:
attrib +h +s desktop.ini
After restoring the file, restart File Explorer.
5. Restore Folder Attributes
Incorrect folder attributes can prevent Windows from applying custom icons and localized names.
- Open Command Prompt as administrator.
- Navigate to the affected folder.
- Run the following command:
attrib +r "FolderPath"
Replace FolderPath with the actual folder location.
For example:
attrib +r "C:\Users\Username\Documents"
The read-only attribute allows Windows to process folder customization settings properly.
6. Run System File Checker
Corrupted system files may affect folder rendering and localization.
- Right-click the Start button.
- Select Terminal (Admin).
- Run the following command:
sfc /scannow
- Wait for the scan to complete.
- Restart your computer afterward.
The System File Checker repairs corrupted Windows files automatically.
7. Run DISM to Repair Windows Image
If SFC does not resolve the issue, use DISM to repair Windows components.
- Open Terminal (Admin).
- Run the following command:
DISM /Online /Cleanup-Image /RestoreHealth
- Wait for the process to complete.
- Restart your PC.
DISM repairs deeper Windows image corruption that may affect File Explorer.
8. Reset Folder View Settings
Incorrect folder settings can sometimes interfere with icon display.
- Open File Explorer.
- Click the three-dot menu.
- Select Options.
- Open the View tab.
- Click Reset Folders.
- Select Apply to Folders if necessary.
- Click Apply and then OK.
Check whether the icons and names appear correctly afterward.
9. Change the System Language
Localized folder names depend on installed language packs. If the language pack is missing or corrupted, folder names may not display properly.
- Press Windows + I to open Settings.
- Navigate to Time & language > Language & region.
- Verify that the correct display language is installed.
- Download the required language pack if needed.
- Sign out and sign back in.
After logging back in, check the folder names again.
10. Create a New User Profile
If the issue is limited to a single account, your user profile may be corrupted.
- Open Settings.
- Navigate to Accounts > Other users.
- Click Add account.
- Select I don’t have this person’s sign-in information.
- Choose Add a user without a Microsoft account.
- Create a new account.
- Sign in to the new profile.
- Check whether folder icons and localized names work correctly.
If they do, you may need to migrate your data to the new profile.
Conclusion
Missing folder icons or localized folder names in Windows 11 are usually caused by corrupted icon cache files, missing desktop.ini files, incorrect folder attributes, or damaged system components. In most cases, rebuilding the icon cache, restoring desktop.ini, or repairing system files successfully resolves the issue.
If the problem persists after trying all the methods above, consider performing an in-place Windows repair upgrade to restore missing system components without losing your personal files. Keeping Windows 11 updated can also help prevent similar File Explorer issues in the future.