Home >Computer Tutorials >Computer Knowledge >Fix File Explorer Not Working After Windows 11 24H2 Update
File Explorer does not work properly after Windows 11 24H2 update? This article provides several solutions.
After upgrading to Windows 11 24H2, some users encountered the problem that File Explorer could not be opened. Microsoft has confirmed this issue. The following methods can help you fix this problem:
Method 1: Restart Windows Explorer
File Explorer is used to manage computer files. Restarting it can solve some of the problems.
Step 1: Right-click the "Start" button and select "Task Manager".
Step 2: Locate Windows Explorer in the Processes tab.
Step 3: Right-click on "Windows Explorer" and select "Restart".
After restarting, check whether the File Explorer returns to normal.
Method 2: Repair corrupt system files
Corrupted system files may cause the application to fail to start properly. Fixing these files can solve the problem.
Step 1: Enter "cmd" in the Windows search box, right-click "Command Prompt", and select "Run as Administrator".
Step 2: Click "Yes" in the UAC window.
Step 3: Enter DISM.exe /Online /Cleanup-image /Restorehealth
and press Enter.
Step 4: When finished, enter sfc /scannow
and press Enter.
This process takes some time, please be patient.
Method 3: Perform a clean startup
After the update, some software may be incompatible, causing the application to not work properly. A clean boot can help determine if it is a problem caused by a background program or software conflict.
Step 1: Press Win R to open the Run dialog box.
Step 2: Enter msconfig
and press Enter or click OK.
Step 3: Switch to the Services tab, check "Hide all Microsoft services", and then click "Disable all".
Step 4: Switch to the "Startup" tab and click "Open Task Manager".
Step 5: Right-click on all services and select "Disable".
Step 6: Restart the computer. After restarting, enable the services one by one, check which service is causing the problem, and disable it after finding it.
Method 4: Roll back Windows 11 to earlier versions
If the above method does not work, you can try rolling back Windows 11 to the previous version.
Step 1: Right-click the "Start" button and select "Settings".
Step 2: Click System > Recover. Under Recover Options, click the "Back" option and follow the on-screen instructions to complete the entire process.
Summarize
This article lists several ways to solve the problem that File Explorer does not work properly after Windows 11 24H2 update, and you can choose the appropriate method according to your situation. Hope these methods help you.
The above is the detailed content of Fix File Explorer Not Working After Windows 11 24H2 Update. For more information, please follow other related articles on the PHP Chinese website!