How do I reinstall file explorer?

Daniel Kendall 0 Reputation points
2024-05-31T20:58:34.56+00:00

I accidentally uninstalled file explorer from my PC and would like to reinstall it. I tried running

Get-AppxPackage *windowsfile*

in powershell, but nothing happened.

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. S.Sengupta 24,476 Reputation points MVP
    2024-06-01T00:39:52.7733333+00:00

    Unfortunately, neither Windows 10 nor Windows 11 supports reinstalling File Explorer. There is no straight forward way to reinstall it. You may try the following suggestions:

    1. Go for a System Restore. Select any earlier restore point when there was no such issue.
    2. Open Command Prompt as Admin and type the following commands followed by hitting the Enter key in each case:

      sfc /scannow

      DISM /Online /Cleanup-Image /RestoreHealth

    3. You may create a New User Account.
    4. Update Windows to the latest.
    5. Reset your PC keeping all the files.

  2. Anonymous
    2024-06-04T04:27:21.0533333+00:00

    Hi Daniel Kendall,

    Thanks for your post. File explorer is a system file, not an appx package. Please run the following methods to repair the system. If both methods don’t help, please go with the system restore.

    Method 1: Run the SFC. Follow the below steps:

    1. Open Command Prompt.
    2. Select “Run as Administrator”.
    3. Type “sfc /scannow” without quotes and hit Enter.

    Now check for the issue.

    Method 2: Run the DISM Tool. If the issue persists, I would have you run the DISM tool to check the system health and will try to restore the files.

    1. Click on 'Start'.
    2. Enter 'Command prompt' in the Search box.
    3. In the list of results, swipe down on or right-click Command prompt, and then tap or click 'Run as administrator'.
    4. In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    To close the Administrator: Command Prompt window, type Exit, and then press Enter.

    Note: The tool might take 15-20 minutes to finish running, so please do not cancel it.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  3. Kapil Arya 8,451 Reputation points MVP Volunteer Moderator
    2024-06-04T15:56:58.25+00:00
    0 comments No comments

Your answer

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