Skip to content
WindowsAdvanced

Windows File Type Icons or Associated Software Not Showing in File Explorer? Restart Windows Explorer (explorer.exe) First

Sometimes a Windows problem looks much more serious than it actually is. A user may report that file associations have disappeared, PDF files are no longer s...

BI
Bison Technical Team Enterprise IT specialists
Updated 25 Aug 2026 16 min read 0 total views

Sometimes a Windows problem looks much more serious than it actually is.

A user may report that file associations have disappeared, PDF files are no longer showing the Adobe Acrobat icon, Microsoft Word documents are displaying generic icons, Excel files do not look associated with Excel, or several different file types suddenly appear with blank or generic icons in File Explorer.

Advertisement

The immediate assumption may be that Windows file associations are corrupted, the Default Apps configuration has been damaged, Microsoft Office or Adobe Acrobat needs repair, the icon cache must be rebuilt, or even that Windows system files are corrupted.

Before going that far, try one of the simplest troubleshooting steps:

Restart Windows Explorer (explorer.exe) from Task Manager.

In many cases, this immediately restores the correct file-type and associated-application icons without rebooting Windows, reinstalling applications, modifying the Registry, or resetting file associations.

This article explains why this happens, why restarting Explorer can fix it, how to perform the restart safely, and when deeper troubleshooting is actually required.


Understanding the Problem

A typical complaint may sound like:

  • "My PDF files are no longer showing the Adobe icon."
  • "Word documents are showing blank icons."
  • "All file associations have disappeared."
  • "The programs are installed, but their icons are not showing."
  • "Files are opening normally, but File Explorer isn't showing which software they belong to."
  • "Yesterday the icons were fine, but today they are blank."
  • "Different file types are showing the same generic white icon."

An important distinction must be made here.

Missing Icon Does Not Necessarily Mean Missing File Association

A file association tells Windows which application should handle a particular file extension.

For example:

Extension Typical Associated Application
.doc / .docx Microsoft Word
.xls / .xlsx Microsoft Excel
.pdf Adobe Acrobat Reader, Acrobat, Edge or another PDF reader
.zip / .rar Windows, WinRAR, 7-Zip or another archive utility
.txt Notepad or another text editor

The icon displayed in File Explorer is a visual representation of that association.

Therefore:

File association working + icon not displaying correctly = possible Explorer/Shell display problem.

This is different from:

File association actually broken = Windows does not know which application should open the file.

Recognizing this distinction can save considerable troubleshooting time.


A Real-World Troubleshooting Scenario

Consider a Windows computer where File Explorer suddenly displays many downloaded files using generic white icons.

The filenames and extensions are present, and the applications such as Microsoft Word and Adobe Acrobat are installed, but the familiar application icons are missing.

At first glance, this could suggest:

  • broken file associations;
  • corrupted Default Apps configuration;
  • damaged Adobe Acrobat installation;
  • damaged Microsoft Office installation;
  • icon cache corruption;
  • Windows Registry problems;
  • damaged Windows system files;
  • a failed Windows update;
  • a problematic shell extension.

However, before attempting any of those repairs, the technician opens Task Manager, restarts Windows Explorer, and immediately the icons return.

Problem solved.

This is a good example of an important IT troubleshooting principle:

Start with the least invasive and easiest reversible fix before moving to complex repairs.


Why Can Restarting Explorer.exe Fix Missing File-Type Icons?

What Is explorer.exe?

explorer.exe is much more than the window used for browsing folders.

Windows Explorer is an important part of the interactive Windows shell and is involved in displaying and managing elements such as:

  • File Explorer windows;
  • desktop;
  • taskbar;
  • Start-related shell components;
  • notification area integration;
  • file and folder icons;
  • thumbnails;
  • context menus;
  • file-type visual representation;
  • shell extensions;
  • parts of the Windows icon-handling environment.

If Explorer's current shell session becomes temporarily inconsistent, the underlying file association may still be perfectly correct while the icon presented to the user is wrong.


What Happens When Windows Explorer Is Restarted?

Restarting Explorer terminates the current Explorer shell process and launches a fresh instance.

This forces Windows to reconstruct or refresh many shell-related elements.

For example, Explorer may re-read information relating to:

  • registered file types;
  • file extensions;
  • associated applications;
  • icon resources;
  • shell handlers;
  • Explorer views;
  • desktop elements;
  • taskbar components.

That is why restarting Explorer can sometimes fix a visual file-association problem instantly.

It should not be interpreted as proof that the Registry or association itself was damaged.


First Diagnostic Question: Does the File Still Open Correctly?

Before changing file associations, double-click one of the affected files.

Suppose a .docx file has a generic icon.

If double-clicking it still opens Microsoft Word, then the association between .docx and Word is probably still functioning.

Likewise, if a PDF has a generic icon but double-clicking it correctly launches Adobe Acrobat Reader, the PDF association may be fine.

In such a situation, concentrate initially on Explorer, shell state, and icon display, rather than immediately resetting Default Apps.


Recommended First Fix: Restart Windows Explorer

Method 1 — Restart Explorer Using Task Manager

This is generally the easiest method.

Step 1: Open Task Manager

Press:

Ctrl + Shift + Esc

Alternatively:

Right-click Start → Task Manager

Step 2: Find Windows Explorer

Under Processes, locate:

Windows Explorer

If necessary, expand Task Manager to its full view.

Step 3: Restart Explorer

Right-click Windows Explorer and select:

Restart

The desktop and taskbar may disappear or flash briefly.

This is normal.

Explorer should automatically restart.

Step 4: Check the affected folder

Return to the folder where the problem was visible.

Check whether icons for:

  • Microsoft Word documents;
  • Excel spreadsheets;
  • PDF documents;
  • archive files;
  • images;
  • text files;

are now displayed correctly.

If they are, no further repair may be required.


What Does Restarting Explorer Affect?

Restarting Explorer is normally much less disruptive than restarting the entire computer.

You may temporarily see:

  • taskbar disappear;
  • desktop icons disappear;
  • File Explorer windows close or refresh;
  • taskbar reappear;
  • desktop redraw itself.

Applications such as Word, Excel, accounting software, browsers and other independent applications normally continue running, although users should still save important work before troubleshooting.


Alternative Method: Restart Explorer from Command Prompt

For technicians or administrators, Explorer can also be restarted manually.

Open Command Prompt and run:

taskkill /f /im explorer.exe
start explorer.exe

The first command terminates Explorer.

The second launches it again.

PowerShell Alternative

You can also use:

Stop-Process -Name explorer -Force
Start-Process explorer.exe

For an ordinary end user, however, Task Manager → Windows Explorer → Restart is usually preferable.


Why Restart Explorer Before Rebuilding the Icon Cache?

When icons disappear, many troubleshooting guides immediately recommend rebuilding the Windows icon cache.

That can be useful, but it should not necessarily be the first action.

A sensible escalation path is:

Refresh → Restart Explorer → Sign out/restart Windows → Verify Default Apps → Rebuild icon cache → Repair application → SFC/DISM → Advanced Registry investigation

This approach reduces unnecessary changes to a working system.


Troubleshooting Decision Tree

Case 1: File opens with the correct program but icon is wrong

Example:

A Word document has a blank icon but double-clicking it launches Microsoft Word.

Recommended first action:

Restart Windows Explorer.

This suggests that the problem may be primarily visual or shell-related.


Case 2: Restarting Explorer restores all icons

No further repair is normally necessary.

Avoid making unnecessary changes to:

  • Default Apps;
  • Registry;
  • Microsoft Office;
  • Adobe Acrobat;
  • Windows system files.

If the problem happens repeatedly, however, investigate the underlying cause.


Case 3: File icon is wrong and file opens with the wrong application

Now investigate the actual file association.

In Windows 11, you can generally use:

Settings → Apps → Default apps

Search for the application or file extension and verify the configured default.


Case 4: Only One Application's Icons Are Missing

Suppose only PDF icons are affected while Word, Excel, images and archive icons are normal.

Possible causes include:

  • damaged PDF application registration;
  • Adobe Acrobat/Reader update issue;
  • changed PDF default application;
  • application icon resource problem;
  • shell registration issue.

Verify the default application first.

If necessary, repair the affected application.


Case 5: Many Different File Types Have Generic Icons

If Word, Excel, PDF and other unrelated file types all lose their icons simultaneously, it becomes less likely that every application independently broke at exactly the same time.

That is a useful diagnostic clue.

Start by investigating common components such as:

  • Explorer;
  • Windows shell;
  • icon cache;
  • user profile;
  • recent Windows changes.

If Explorer Restart Does Not Work

Only then should troubleshooting become progressively deeper.

Step 1 — Refresh the Folder

Press:

F5

or right-click inside the folder and choose Refresh.


Step 2 — Close and Reopen File Explorer

Close affected Explorer windows and open the folder again.


Step 3 — Restart Explorer.exe

Use:

Task Manager → Windows Explorer → Restart


Step 4 — Sign Out and Sign Back In

A new user session can clear shell-state problems that survive an Explorer restart.


Step 5 — Restart Windows

A full reboot reloads Windows services, user-session components and shell processes.


Step 6 — Check Default Apps

Go to:

Settings → Apps → Default apps

Verify the relevant file extension.

For example:

  • .pdf
  • .docx
  • .xlsx
  • .jpg
  • .png

Make sure the correct application is selected.


Rebuilding the Windows Icon Cache

If file associations work but icons remain blank or incorrect even after restarting Explorer and Windows, the icon cache may require rebuilding.

This is a more advanced troubleshooting step and should generally not be the first action.

Before doing so, save all work.

One approach is to stop Explorer, remove the relevant icon-cache database files for the current user, and allow Windows to recreate them.

Because Windows versions can handle icon cache files differently, technicians should use a method appropriate for the specific Windows version and user profile rather than blindly deleting system files.


Check Whether the Problem Is User-Specific

Sign in using another Windows account if available.

If the icons display correctly in another account, the issue may be related to the original user's:

  • Explorer configuration;
  • icon cache;
  • user-specific file associations;
  • shell configuration;
  • profile data.

If every user has the same problem, investigate machine-wide components.

This distinction is especially useful on:

  • Remote Desktop Servers;
  • Windows Server environments;
  • shared office PCs;
  • multi-user systems.

Check for Problematic Shell Extensions

Third-party applications can install Explorer shell extensions.

Examples include:

  • archive utilities;
  • cloud-storage clients;
  • antivirus products;
  • PDF utilities;
  • document-management software;
  • context-menu tools;
  • synchronization applications.

A defective or incompatible shell extension can sometimes cause unusual Explorer behaviour.

This becomes more relevant when symptoms repeatedly return after restarting Explorer.


Run System File Checker Only When Necessary

If Explorer continues behaving abnormally and there are other signs of Windows corruption, an administrator can run:

sfc /scannow

System File Checker checks protected Windows system files and attempts to repair detected corruption.

However, SFC should not be the first response to a simple icon-display problem that disappears after restarting Explorer.


DISM Repair

If Windows component corruption is suspected and SFC cannot resolve the problem, administrators may use:

DISM /Online /Cleanup-Image /RestoreHealth

After DISM completes, running:

sfc /scannow

again may be appropriate.

DISM and SFC are valuable repair tools, but using them for every minor Explorer display issue is unnecessary.


Should You Immediately Edit the Windows Registry?

No.

Registry editing should not be the first troubleshooting action for this symptom.

File associations can involve Registry structures related to:

  • file extensions;
  • ProgIDs;
  • application registrations;
  • shell commands;
  • icon definitions;
  • per-user preferences.

Changing the wrong value can turn a simple visual issue into a genuine association problem.

If restarting Explorer fixes the issue, there is usually no justification for manually modifying Registry association entries.


Should You Reinstall Microsoft Office or Adobe Acrobat?

Not initially.

If Word documents have generic icons but still open normally in Word, reinstalling Microsoft Office is excessive as a first step.

The same principle applies to Adobe Acrobat.

Consider application repair only when evidence specifically points toward the application.

For example:

  • only that application's file types are affected;
  • the application cannot open its own files;
  • its registration is damaged;
  • its executable/icon resource is missing;
  • the application itself reports errors.

A Better Troubleshooting Philosophy

IT technicians frequently encounter problems where the visible symptom appears severe.

The temptation is to immediately perform advanced repairs.

A better sequence is:

  1. Observe the exact symptom.
  2. Determine whether functionality is actually broken or only its visual representation.
  3. Identify the simplest component capable of producing the symptom.
  4. Restart or refresh that component.
  5. Retest.
  6. Escalate only if the simple fix fails.

In this case, the symptom is:

File-associated application icons are missing in File Explorer.

Explorer is responsible for presenting those icons.

Therefore:

Restart Explorer before repairing Windows.

That is efficient troubleshooting.


Why This Approach Is Important for IT Support Teams

Suppose a technician immediately assumes file-association corruption.

They might spend time:

  • resetting default applications;
  • repairing Microsoft Office;
  • repairing Adobe Acrobat;
  • rebuilding icon caches;
  • changing Registry entries;
  • running SFC;
  • running DISM;
  • rebooting the computer multiple times.

Those actions may take considerable time and introduce additional variables.

If a ten-second Explorer restart fixes the problem, most of those steps were unnecessary.

The lesson is not that Explorer restart fixes every file-association issue.

The lesson is:

Test the least invasive plausible solution before escalating.


File Association vs Icon Display Problem

This distinction is extremely important.

Symptom Likely Direction
Correct application opens, correct icon displays Normal
Correct application opens, generic icon displays Explorer/icon/shell issue possible
Wrong application opens File association problem likely
"How do you want to open this file?" appears Association may be missing
Many unrelated icons disappear simultaneously Explorer/icon cache/shell issue possible
Only one application's icons fail Application registration/default-app issue possible
Explorer restart immediately fixes icons Temporary Explorer/shell state issue likely
Problem repeatedly returns Investigate underlying shell/cache/software issue

Important Note About the "Type" Column

Windows File Explorer can display both an icon and a Type description.

For example:

  • Microsoft Word Document
  • Adobe Acrobat Document
  • Microsoft Excel Worksheet
  • WinRAR archive

If the icon is generic but the Type column still correctly identifies the file, that is another useful clue that the association information may still exist.

However, the Type description alone should not be considered absolute proof. Testing by opening the file and checking Default Apps provides stronger confirmation.


What Can Cause Explorer to Temporarily Display Wrong Icons?

There is no single cause.

Possible contributors include:

  • temporary Explorer process instability;
  • stale shell state;
  • icon cache inconsistencies;
  • software installation or update;
  • application registration changes;
  • Windows updates;
  • shell extensions;
  • user-session glitches;
  • abnormal Explorer termination;
  • application uninstall/reinstall operations;
  • profile-specific problems.

If the issue happens once and disappears after Explorer restart, extensive investigation may not be worthwhile.

If it happens repeatedly, determine the root cause.


Recommended Troubleshooting Order for IT Technicians

When a customer reports missing associated-software icons, use this order:

Level 1 — Basic Checks

Confirm that:

  • file extensions are normal;
  • files are not corrupted;
  • expected applications are installed;
  • files still open in the correct application.

Level 2 — Explorer Refresh

Try:

F5 → Close/reopen folder → Restart Windows Explorer

Level 3 — User Session

Try:

Sign out → Sign back in

and, if required:

Restart Windows

Level 4 — Association Check

Check:

Settings → Apps → Default apps

Level 5 — Application-Level Repair

Repair or re-register the affected application when appropriate.

Level 6 — Icon/Shell Investigation

Investigate:

  • icon cache;
  • shell extensions;
  • user profile;
  • recent software changes.

Level 7 — Windows Repair

If there is evidence of broader Windows corruption:

sfc /scannow

followed, when appropriate, by:

DISM /Online /Cleanup-Image /RestoreHealth

Level 8 — Advanced Investigation

Only after gathering evidence should you consider:

  • Registry investigation;
  • new user-profile testing;
  • shell extension isolation;
  • application reinstallation;
  • Windows repair installation.

Quick Fix Summary

If Windows File Explorer suddenly stops showing the correct application icons:

1. Do not immediately reset file associations.

2. Test whether affected files still open with the correct application.

3. Press Ctrl + Shift + Esc.

4. Find Windows Explorer in Task Manager.

5. Right-click Windows Explorer → Restart.

6. Recheck the folder.

If the icons return, the issue was likely related to the current Explorer/shell state rather than a completely broken file association.


Frequently Asked Questions (FAQ)

1. Why are my file association icons suddenly missing in Windows?

The actual association may still exist while File Explorer fails to display the correct icon. A temporary Explorer or shell-state problem can cause generic or blank icons.

2. What should I try first when Word, Excel or PDF icons disappear?

First check whether the files still open with their correct applications. If they do, restart Windows Explorer from Task Manager.

3. How do I restart Windows Explorer?

Press:

Ctrl + Shift + Esc

Find Windows Explorer, right-click it and select Restart.

4. Is restarting explorer.exe safe?

Generally, yes. It is a normal troubleshooting technique. Your taskbar and desktop may disappear briefly while Explorer restarts. Saving important work before system troubleshooting is still good practice.

5. Will restarting Explorer restart my computer?

No. It restarts the Windows shell process, not the entire operating system.

6. Will restarting Explorer close Microsoft Word or Excel?

Normally, independent applications continue running. Explorer windows and some shell elements may close or refresh.

7. Why does restarting Explorer restore file icons?

Restarting Explorer creates a fresh shell process and causes Windows to reload or refresh shell-related information, including file-type and icon presentation.

8. Does a blank icon mean my file association is definitely broken?

No. If double-clicking the file still opens the correct application, the underlying association may still be working.

9. How can I determine whether the association is actually broken?

Double-click the file and observe which application opens it. You can also verify the configured default under Settings → Apps → Default apps.

10. Why do many unrelated file types sometimes lose their icons together?

When multiple unrelated file types are affected simultaneously, a common component such as Explorer, the shell, icon cache or user session becomes a stronger suspect.

11. Should I reinstall Microsoft Office if Word icons disappear?

Not as the first step. If Word files still open normally, restart Explorer and verify the association before repairing or reinstalling Office.

12. Should I reinstall Adobe Acrobat if PDF icons disappear?

Not initially. Check whether PDFs still open in the expected PDF application and restart Explorer first.

13. Do I need to rebuild the Windows icon cache?

Only if simpler actions such as refreshing Explorer, restarting Explorer, signing out or restarting Windows do not solve the problem.

14. Should I run SFC /scannow immediately?

Usually not for an isolated icon-display problem. SFC is more appropriate when there are indications of Windows system-file corruption or persistent Explorer problems.

15. What does sfc /scannow do?

It checks protected Windows system files and attempts to repair detected corruption.

16. What does DISM RestoreHealth do?

The command:

DISM /Online /Cleanup-Image /RestoreHealth

checks and repairs the Windows component store used by Windows servicing and system-file repair operations.

17. Can I restart Explorer from Command Prompt?

Yes:

taskkill /f /im explorer.exe
start explorer.exe

18. Can I restart Explorer using PowerShell?

Yes:

Stop-Process -Name explorer -Force
Start-Process explorer.exe

19. What if restarting Explorer fixes the problem but it keeps returning?

Investigate recurring causes such as icon-cache problems, shell extensions, application updates, profile-specific corruption, or other software interacting with Explorer.

20. What if only PDF icons are affected?

Check the configured PDF default application and the PDF application's installation/registration. A problem affecting only one file family is more likely to be application-specific than a system-wide Explorer problem.

21. What if Word, Excel, PDF and ZIP icons all disappear simultaneously?

Restart Explorer first. Since several unrelated applications are affected, a common Windows shell/display component is a logical first area to test.

22. What if Windows asks "How do you want to open this file?"

That is stronger evidence of an actual missing or invalid file association. Select or configure the correct default application.

23. Does restarting Explorer modify the Windows Registry?

Simply restarting Explorer does not itself constitute manually changing file-association Registry entries. It mainly restarts the shell session.

24. Can this problem occur on Windows 10?

Yes. Explorer and icon-display problems can occur on Windows 10 as well as Windows 11.

25. Can the same troubleshooting method be useful on Windows Server or RDS?

Yes, but administrators should consider the multi-user environment. Explorer normally runs within each user's interactive session, so determine whether the problem affects one user or multiple users before taking broader action.


Final Technical Takeaway

When Windows suddenly stops displaying the icons of associated applications, do not automatically conclude that the file associations themselves are damaged.

Ask one simple question first:

Does the file still open with the correct application?

If the answer is yes, start with Explorer.

Open:

Task Manager → Windows Explorer → Restart

If all the application icons immediately return, you have resolved the symptom without changing Default Apps, editing the Registry, reinstalling applications, rebuilding Windows components, or rebooting the entire computer.

For IT support professionals, this is an excellent reminder that effective troubleshooting is not about starting with the most advanced repair available.

It is about finding the simplest test that can confirm or eliminate the most likely cause, and escalating only when necessary.

#Tags

#Windows11 #Windows10 #WindowsExplorer #FileExplorer #ExplorerEXE #FileAssociation #FileAssociations #MissingIcons #BlankIcons #FileIcons #WindowsIcons #IconCache #WindowsTroubleshooting #WindowsSupport #ITSupport #TechSupport #DesktopSupport #WindowsTips #WindowsFix #ExplorerRestart #RestartExplorer #TaskManager #DefaultApps #MicrosoftWord #MicrosoftExcel #AdobeAcrobat #PDF #Office365 #MicrosoftOffice #WindowsShell #ShellTroubleshooting #ComputerRepair #PCRepair #WindowsRepair #SystemAdministrator #SysAdmin #ITAdministrator #TechnicalSupport #WindowsHelp #WindowsGuide #TroubleshootingGuide #ExplorerProblem #FileTypeIcons #DefaultPrograms #WindowsServer #RemoteDesktop #RDS #SFC #DISM #BisonKnowledgebase

YOUR FEEDBACK

Was this guide useful?

Your answer helps us keep BISONKB accurate and practical.

BISON AI

Ask about “Windows File Type Icons or Associated Software Not Showing in File Explorer? Restart Windows Explorer (explorer.exe) First”

This interface is ready to connect to your preferred AI provider. No article or user data is sent until that service is configured.

THE BISON BRIEF

Practical IT knowledge, once a week.

New troubleshooting guides, scripts and infrastructure notes. No noise.

By subscribing, you agree to our privacy policy.