🥝GuideKiwi
Free Guide

Restart File Explorer Windows Troubleshooting Guide

Understanding File Explorer and When It Stops Working File Explorer is the built-in Windows program that lets you browse, organize, and manage files and fold...

GuideKiwi Editorial Team·

Understanding File Explorer and When It Stops Working

File Explorer is the built-in Windows program that lets you browse, organize, and manage files and folders on your computer. It appears as a folder icon on your taskbar and opens when you want to view your documents, pictures, downloads, or any stored files. For most Windows users, File Explorer is one of the most frequently used applications—research shows that the average computer user opens File Explorer multiple times per day to locate and manage files.

File Explorer sometimes stops responding or becomes unresponsive, which means it freezes, crashes, or closes unexpectedly. When this happens, you cannot access your files until the program restarts. Common signs that File Explorer needs restarting include: the window becomes white or blank, you cannot click on folders or files, the program displays "not responding" in the title bar, or the entire window closes suddenly without warning.

Several situations trigger File Explorer problems. A corrupted file in your folders, a stuck background process, outdated graphics drivers, or conflicts with antivirus software can cause instability. Sometimes File Explorer simply runs out of memory if you have too many folders open at once or if the program has been running for many hours without restarting.

Unlike other Windows programs that you might uninstall and reinstall, File Explorer is a core part of Windows itself. Therefore, restarting it requires different steps than restarting other applications. Learning how to properly restart File Explorer can solve many common issues without needing to restart your entire computer.

Practical Takeaway: File Explorer problems are often temporary and fixable by restarting the program. Before attempting complicated fixes, try the restart methods described in this guide—they work for the majority of File Explorer issues.

Method 1: Restart File Explorer Using Task Manager

Task Manager is a built-in Windows tool that shows all running programs and processes on your computer. It allows you to stop programs that are frozen or misbehaving without restarting your entire system. Restarting File Explorer through Task Manager is the most straightforward method and works on all recent versions of Windows, including Windows 10 and Windows 11.

To restart File Explorer using Task Manager, follow these steps: First, right-click on an empty area of your taskbar (the bar at the bottom of your screen). A menu will appear with several options. Look for and click on "Task Manager." The Task Manager window will open, showing a list of running programs. Look for "Windows Explorer" in the list—this is File Explorer. Some Windows versions call it "explorer.exe" in the Processes tab. Once you locate it, click on it to highlight it, then click the "Restart" button in the bottom right corner of the Task Manager window.

If you don't see a "Restart" button, try this alternative: Click on "Windows Explorer" to select it, then look for the "End Task" button at the bottom. Click "End Task" to close File Explorer completely. Wait a few seconds, then click the "File" menu at the top of Task Manager and select "New Task" or "Run new task." Type "explorer.exe" in the box that appears and press Enter. This manually restarts File Explorer.

The restart happens within seconds. Any File Explorer windows you had open will close, but your files remain safely stored on your computer. When File Explorer restarts, it typically opens to the same location where you were browsing before. Most users find that after restarting File Explorer this way, performance returns to normal and freezing issues disappear.

Practical Takeaway: Task Manager offers the quickest path to restarting File Explorer. Keep this method in mind as your first response when File Explorer becomes unresponsive—it usually solves the problem without needing to restart your entire computer.

Method 2: Restart File Explorer Using the Command Line

Windows includes command-line tools that allow you to restart File Explorer through typed commands rather than mouse clicks. This method works well if Task Manager itself is not responding or if you prefer keyboard-based solutions. Two tools can accomplish this: Command Prompt and PowerShell. Both are built into Windows and work on Windows 7, Windows 10, and Windows 11.

To use Command Prompt, press the Windows key plus the R key simultaneously to open the "Run" dialog box. Type "cmd" in the box and press Enter. A black command window opens. Copy and paste this command exactly as written: taskkill /f /im explorer.exe & timeout /t 2 & explorer.exe. Press Enter after pasting. This command terminates File Explorer, waits two seconds, then restarts it automatically. The command window may stay open—you can close it by typing "exit" and pressing Enter, or simply closing the window.

PowerShell is a more advanced command tool available on Windows 10 and Windows 11. Right-click on the Windows Start button and select "Windows PowerShell (Admin)" or "Terminal (Admin)." In the window that opens, paste this command: Stop-Process -Name explorer -Force; Start-Sleep -Seconds 2; Start-Process explorer. Press Enter. PowerShell will restart File Explorer using slightly different syntax but with the same result.

Both methods are safe and do not harm your computer or files. The two-second delay built into the commands allows File Explorer to fully shut down before restarting, which prevents errors. This method is particularly useful if you want to restart File Explorer while doing other tasks—you can enter the command and continue working while the restart happens in the background.

Practical Takeaway: Command-line methods work when Task Manager is unavailable and are reliable across all Windows versions. Save these commands as a reference for future use.

Method 3: Restart File Explorer Using Batch Files and Shortcuts

If you find yourself restarting File Explorer frequently, you can create a quick shortcut or batch file that does the restart with a single click. A batch file is a simple text file containing commands that Windows executes automatically. This method saves time if File Explorer problems occur regularly on your computer.

To create a batch file restart shortcut, open Notepad (search for "Notepad" in the Windows Start menu). In the blank window, copy and paste exactly this text: @echo off taskkill /f /im explorer.exe timeout /t 2 explorer.exe pause. Save this file by pressing Ctrl+S, then name it "Restart Explorer.bat" (the .bat extension is important). Choose a location you can remember, such as your Desktop. Close Notepad.

Now whenever File Explorer freezes, you can simply double-click the "Restart Explorer.bat" file on your Desktop. A command window will appear and execute the restart automatically. The "pause" command at the end keeps the window open so you can see the progress. Press any key to close the window when the restart completes.

Alternatively, you can create a direct shortcut without the batch file. Right-click on an empty area of your Desktop and select "New" then "Shortcut." In the location field, paste: C:\Windows\System32\cmd.exe /c taskkill /f /im explorer.exe & timeout /t 2 & explorer.exe. Click "Next," name it "Restart Explorer," and click "Finish." This creates a clickable shortcut icon that restarts File Explorer immediately.

Both methods are completely safe. Creating these shortcuts takes about five minutes the first time and can save significant frustration if File Explorer issues occur repeatedly. Some advanced users even place these shortcuts in the Startup folder so File Explorer restarts automatically when Windows boots, though this is only necessary if problems occur immediately after turning on your computer.

Practical Takeaway: For frequent File Explorer problems, invest a few minutes in creating a one-click restart method. This approach turns a multi-step process into a simple, repeatable action.

Preventing File Explorer Problems Before They Occur

While knowing how to restart File Explorer is valuable, understanding what causes problems in the first place allows you to prevent many issues from happening. Most File Explorer crashes result from specific behaviors or system conditions that you can monitor and control.

One common cause is browsing folders containing thousands of files. When File Explorer loads a folder with many files—particularly on older computers with limited memory—the program slows down or freezes. If you regularly work with large folders, try opening them in smaller sections. For example,

🥝

More guides on the way

Browse our full collection of free guides on topics that matter.

Browse All Guides →