UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 laptop showing File Explorer window frozen on modern office desk with soft desk lamp lighting, calm professional workspace atmosphere
Fix It Yourself · Troubleshooting

File Explorer not responding Windows 11

Updated 28 June 202613 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

File Explorer stops responding on Windows 11 and suddenly you can't browse files, save documents, or access your data. Frustrating, right? Most of the time it's not your hardware, it's cache corruption, a dodgy shell extension, or damaged system files. The good news is that the majority of freezes can be fixed in under an hour without wiping your PC.

TL;DR

File Explorer not responding Windows 11 usually stems from corrupted Quick Access cache, problematic shell extensions, or damaged system files. Start by restarting Explorer and clearing its history. If that doesn't work, try Safe Mode to rule out third-party software, then run SFC and DISM to repair system files. Reset your user profile or Windows itself as a last resort.

⏱️ 14 min read✅ 75% success rate📅 Updated June 2026

Key Takeaways

  • File Explorer not responding Windows 11 can usually be fixed in 15-45 minutes using built-in Windows tools
  • Restart Explorer, clear its cache, and check for updates before diving into advanced fixes
  • Safe Mode testing isolates third-party drivers and shell extensions as the culprit
  • SFC and DISM repair damaged system files that Explorer depends on
  • A new user account test determines whether your profile is corrupted
  • Corrupted cache, shell extensions, and missing system files account for 80% of freezing issues

At a Glance

  • Difficulty: Easy to Intermediate
  • Time Required: 15, 45 minutes
  • Success Rate: 75% of users resolve it themselves

What Causes File Explorer Not Responding Windows 11?

File Explorer is the window into your files and folders. When it freezes or hangs, it's almost always because something is interfering with its ability to display folder contents or read your user profile settings. The culprits break down into five main categories.

Corrupted cache and jump lists are the most common offender. Quick Access, Recent Files, and jump lists (those shortcuts in the taskbar) store metadata about where you've been and what you've done. If this cache gets corrupted, Explorer has to spend time trying to load invalid data, and it gets stuck. You'll see Explorer open but just sit there spinning, or it'll close silently without warning.

Shell extensions are third-party hooks into Explorer's context menu and overlay system. Antivirus software, cloud storage sync clients (OneDrive, Dropbox, Google Drive), and backup utilities all install shell extensions. If one of these is buggy or incompatible with Windows 11, it can crash Explorer every time you right-click or navigate to certain folders. This is why File Explorer not responding Windows 11 often happens in predictable patterns.

Corrupted system files or a broken Windows component store can cripple Explorer. Windows 11 relies on hundreds of system DLLs and resources that Explorer needs to function. If a Windows update fails, or if malware damaged files, or if a botched repair left files in an inconsistent state, Explorer won't start or will freeze immediately.

Bad updates or driver changes occasionally introduce regressions. A recent cumulative update or graphics driver update can trigger File Explorer not responding Windows 11 on the next restart. Uninstalling the most recent patch often fixes it.

Profile corruption means something in your user registry or profile folder is damaged. This is rarer but harder to diagnose because it only affects your account, another user on the same PC may have no problems at all.

File Explorer Not Responding Windows 11: Quick Fix (5, 15 minutes)

Start here. These steps are quick, reversible, and work about 40, 60% of the time for transient hangs and mild cache corruption.

1

Restart Windows Explorer Process Easy

  1. Press Ctrl + Shift + Esc to open Task Manager immediately.
  2. Click the Processes tab at the top if it's not already selected.
  3. Scroll down and find Windows Explorer in the list. It'll have a folder icon.
  4. Right-click it and select Restart, or select it and click the Restart button at the bottom.
  5. Watch Explorer restart in your taskbar. The taskbar will blink off for a second, then come back.
  6. Test File Explorer immediately by clicking the folder icon in your taskbar or pressing Windows + E.
✓ If Explorer opens and responds normally, the freeze was transient. You're done. If it freezes again within a few hours, move to Step 2.
2

Clear File Explorer History and Quick Access Easy

  1. Press Windows + E to open File Explorer (if it's working now).
  2. Click the three dots menu (top right) and select Options, or press Windows + S, type "File Explorer Options", and open it.
  3. On the General tab under Privacy, click Clear to clear your File Explorer history.
  4. Also click Restore Defaults on each tab (General, View, Search) to reset any corrupted settings.
  5. Click OK and close File Explorer Options.
  6. Press Windows + R, type shell:recent\AutomaticDestinations, and press Enter. This opens a hidden folder with cached recent files.
  7. Press Ctrl + A to select all files in that folder, then press Delete to remove them.
  8. Press Windows + R again, type shell:recent\CustomDestinations, and press Enter.
  9. Select all and delete the files here as well.
  10. Empty your Recycle Bin (right-click Recycle Bin on desktop, select Empty).
  11. Restart your PC completely.
✓ This wipes corrupted cache and jump list data. File Explorer should be noticeably faster and more responsive after restart.
3

Check for Windows Updates and Free Disk Space Easy

  1. Press Windows + I to open Settings.
  2. Go to System > Windows Update on the left.
  3. Click Check for updates and wait for the scan to complete.
  4. If updates are available, click Install now and let them download. This may take 5, 10 minutes.
  5. Restart your PC when prompted.
  6. After restart, check your free disk space: Right-click your C: drive in File Explorer and select Properties. Note the Free space figure. If it's below 10% of your total drive size, you need to clean up.
  7. Press Windows + S, type Disk Cleanup, and open it.
  8. Select your C: drive, click OK, and wait for the scan.
  9. Check all categories (Temporary Internet Files, Recycle Bin, Temporary files, Downloads folder) and click OK to delete them.
✓ Updates often include File Explorer stability fixes. Low disk space forces Explorer to work harder, so freeing up space helps.

Intermediate File Explorer Not Responding Windows 11 Solutions (20, 40 minutes)

If the quick fixes didn't stick or File Explorer is still freezing, these next steps dig deeper into profile corruption and third-party interference. Success rate jumps to 60, 80% here.

4

Boot Into Safe Mode to Rule Out Shell Extensions Medium

  1. Press Windows + S and type System Configuration.
  2. Open System Configuration (msconfig).
  3. Click the Boot tab at the top.
  4. Check the Safe boot checkbox and select Minimal from the dropdown below it.
  5. Click Apply, then OK.
  6. A dialog will appear asking to restart. Click Restart.
  7. Your PC will boot into Safe Mode. You'll see a dark desktop with a watermark saying "Safe Mode" in the corners.
  8. Once logged in, press Windows + E and test File Explorer thoroughly. Navigate to a few folders, try right-clicking, open some files.
  9. If Explorer works perfectly in Safe Mode, a third-party driver or shell extension is the culprit. Note this and proceed to Step 5 to find which one.
  10. If Explorer still freezes in Safe Mode, the problem is Windows itself, skip to Step 6 (SFC/DISM).
  11. To exit Safe Mode, open System Configuration again, uncheck Safe boot, and restart.
✓ Safe Mode loads only essential Microsoft drivers and no third-party software. If Explorer works here, you've narrowed it down to malware, antivirus, cloud sync software, or other shell extensions.
5

Clean Boot to Isolate Problematic Services Medium

  1. Open System Configuration (msconfig) again.
  2. Click the Services tab.
  3. Check Hide all Microsoft services at the bottom left. This prevents you from disabling anything critical.
  4. Click Disable All to turn off all third-party services.
  5. Click the Startup tab at the top.
  6. Click Open Task Manager at the top right.
  7. In Task Manager's Startup tab, right-click each non-essential app (OneDrive, Dropbox, cloud storage, antivirus, etc.) and select Disable. Keep Windows Defender enabled if you have no other antivirus.
  8. Close Task Manager and System Configuration.
  9. Restart your PC.
  10. Test File Explorer. If it's stable now, a disabled service or startup item was the problem.
  11. Re-enable services one at a time, restart, and test after each one until you find the culprit. Once you identify it, uninstall that software.
💡 Common culprits: OneDrive sync, Dropbox, Google Drive, Norton Antivirus, McAfee, WinRAR Explorer extension, and older antivirus software that has poor Windows 11 support.
6

Create a New User Account to Test for Profile Corruption Medium

  1. Press Windows + I to open Settings.
  2. Go to Accounts > Other users on the left sidebar.
  3. Click Add account under "Add other users".
  4. Select I don't have this person's sign-in information at the bottom.
  5. Select User without a Microsoft account.
  6. Enter a username (like TestUser) and a password, then click Next.
  7. Back in Other users, select the new account and click Change account type.
  8. Select Administrator and click OK.
  9. Sign out of your current account (Windows logo > sign out).
  10. Sign into the new TestUser account with the password you set.
  11. Test File Explorer (Windows + E) thoroughly in the new account.
  12. If Explorer works perfectly here, your original profile is corrupted. You can either delete the old account and migrate to the new one, or use your profile repair tools.
✓ A brand new profile starts with a clean registry and cache. If File Explorer not responding Windows 11 disappears in a new account, the fix is straightforward: retire your old profile.

Advanced File Explorer Not Responding Windows 11 Fixes (30+ minutes)

These steps repair system file damage and component store corruption. Success rate is 70, 90% for problems that survive Tier 1 and 2. Some require administrator privileges and patience, system scans can take 20, 30 minutes.

7

Run System File Checker (SFC) Advanced

  1. Press Windows + S and type cmd.
  2. Right-click Command Prompt and select Run as administrator.
  3. Type the following command and press Enter: sfc /scannow
  4. Wait for the scan to complete. This takes 10, 20 minutes. You'll see a progress bar.
  5. Read the result message at the end: It will say one of three things: "Windows Resource Protection found corrupt files and successfully repaired them" (good), "Windows Resource Protection found corrupt files but was unable to fix some of them" (problematic, try DISM next), or "Windows Resource Protection did not find any integrity violations" (system files are fine).
  6. Close the Command Prompt and restart your PC completely.
  7. Test File Explorer after restart.
⚠️ Do not interrupt SFC while it's running. If a scan fails or gets stuck, restart your PC and try again. SFC is safe, it only repairs, never deletes system files.
8

Run DISM to Repair Component Store Advanced

  1. Open Command Prompt as administrator again (Windows + S, type cmd, right-click, Run as administrator).
  2. Type the following and press Enter: DISM /Online /Cleanup-Image /RestoreHealth
  3. Wait for the repair to complete. This can take 15, 30 minutes and requires an internet connection to download repair files from Microsoft.
  4. You'll see "The operation completed successfully" at the end.
  5. Close the Command Prompt and run SFC again: sfc /scannow
  6. Wait for SFC to complete. SFC uses the component store that DISM just repaired, so it should find and fix more corruption this time.
  7. Restart your PC completely.
  8. Test File Explorer. If File Explorer not responding Windows 11 was caused by system file corruption, SFC + DISM should have fixed it.
💡 DISM and SFC work together. DISM fixes the underlying component store; SFC uses that store to repair individual system files. Running both in sequence (DISM first, then SFC) gives the best results.
9

Run Startup Repair from Recovery Environment Advanced

  1. Press Windows + I to open Settings.
  2. Go to System > Recovery on the left.
  3. Under Advanced startup, click Restart now. Your PC will restart into the Windows Recovery Environment.
  4. Select Troubleshoot from the menu that appears.
  5. Select Advanced options.
  6. Select Startup Repair.
  7. Choose your user account and enter your password.
  8. Allow Startup Repair to scan and attempt repairs. It will restart your PC one or more times.
  9. Once repairs complete and you're back to the desktop, test File Explorer.
✓ Startup Repair scans for boot sector corruption, broken bootloader entries, and other low-level damage that SFC and DISM might miss. It's a last-resort fix before resetting Windows.
10

Uninstall Recent Windows Updates Advanced

  1. Note the date when File Explorer not responding Windows 11 started.
  2. Press Windows + I and go to Windows Update > Update history.
  3. Scroll down and click Uninstall updates.
  4. Look for the most recent cumulative or feature update released around the date the problem began.
  5. Click it and select Uninstall.
  6. Follow the prompts to remove it. Your PC will restart.
  7. After restart, test File Explorer.
  8. If that update wasn't the culprit, go back and try uninstalling another recent update. Don't uninstall more than 2, 3 at a time, or you'll miss critical security patches.
⚠️ Uninstalling Windows updates means you'll miss those security patches until Microsoft releases a fixed version. Only do this if you're certain an update triggered the freeze. After testing, consider re-installing the update and trying another fix instead.
11

Reset This PC or In-Place Upgrade (Last Resort) Advanced

  1. Back up all important files to an external drive or cloud storage first. This step can delete data if something goes wrong.
  2. Option A: Reset This PC (recommended for file preservation)
    • Press Windows + I and go to System > Recovery.
    • Under Reset this PC, click Reset PC.
    • Choose Keep my files. This reinstalls Windows but preserves your documents, photos, and desktop files.
    • Follow the prompts. The reset takes 20, 40 minutes.
  3. Option B: In-Place Upgrade Repair Install (fixes system files more thoroughly)
    • Download Windows 11 installation media from Microsoft on another PC or device.
    • Copy it to a USB drive (at least 8 GB) using the Media Creation Tool.
    • Insert the USB drive, restart your PC, boot from USB (usually F12 or ESC during startup), and run setup.exe.
    • Choose Keep personal files and apps. This reinstalls Windows components without wiping data.
    • Follow the prompts. The upgrade takes 20, 30 minutes.
  4. After either option completes, test File Explorer. Both options reinstall Explorer and all core Windows components, which fixes 90%+ of stubborn corruption issues.
✓ If File Explorer not responding Windows 11 persists after SFC, DISM, and Startup Repair, resetting or upgrading Windows is your most reliable fix. It's heavy-handed but it works.

Why You Might Encounter File Explorer Not Responding Windows 11 Across Browsers and Cloud Apps

If you also notice Chrome freezing and not responding, that's a related but separate problem. File Explorer freezing points to Windows shell corruption, while Chrome freezing usually involves extensions or GPU acceleration. That said, if your entire system feels sluggish, including File Explorer, Chrome, and other apps, check your Task Manager for resource hogs. High CPU or disk usage by Windows processes can cause File Explorer not responding Windows 11 to appear.

Similarly, if you're experiencing issues with other hardware like printers, you might want to review our guide on Canon printer not responding to print commands, as problematic drivers can sometimes interfere with system stability overall.

Preventing File Explorer Not Responding Windows 11 Going Forward

Once you've fixed it, keep it fixed. Here's what actually works:

  • Keep Windows updated. Every cumulative update includes stability fixes. Go to Settings > Windows Update once a week and install all available patches.
  • Avoid shell extension bloat. Every antivirus, cloud sync tool, and backup utility adds hooks to Explorer. Uninstall ones you don't actively use. If you use OneDrive but not Dropbox, remove Dropbox.
  • Clear Explorer history quarterly. Don't wait for corruption to pile up. Open File Explorer Options > General > Privacy > Clear every few months.
  • Keep 10, 15% free disk space. Run Disk Cleanup monthly. Explorer gets slower and less stable as free space shrinks.
  • Disable startup items you don't need. Open System Configuration, go to Startup, and disable cloud sync clients and utilities that don't need to run in the background.
  • Use reputable antivirus only. Cheap or pirated antivirus software is notorious for breaking Explorer. Stick with Windows Defender or a name-brand product like Kaspersky or Bitdefender (which you can check on AV-Comparatives benchmarks).
  • Back up before major changes. Before a Windows update, driver update, or big system change, create a system restore point: Settings > System > Recovery > Create a restore point. If something breaks, you can roll back.

File Explorer Not Responding Windows 11: Summary

File Explorer not responding Windows 11 is almost always fixable without replacing your PC or wiping your files. Start with a restart and cache clear, 40, 60% success rate. Move to Safe Mode testing and profile checks if needed, 60, 80% success rate. Run SFC and DISM for system file corruption, 70, 90% success rate. And if nothing else works, a Windows reset or upgrade will fix it, preserving your data in the process.

Most users get their File Explorer working again in the first 30 minutes. If you're stuck after trying these steps, a remote technician can pinpoint the exact culprit and fix it faster than you can diagnose it yourself. Don't live with a broken file manager, it's one of Windows' most fundamental tools.

Frequently Asked Questions

File Explorer freezes most commonly due to corrupted Quick Access and jump list cache, problematic third-party shell extensions, corrupted system files, or insufficient disk space. Start with the quick fixes like restarting Explorer and clearing its cache. If that doesn't work, move to intermediate fixes like running a clean boot or creating a new user account to isolate profile corruption.

Restarting Explorer provides temporary relief but usually doesn't fix the underlying cause. You should also clear the cache, check for updates, and run system repair tools if the problem persists. Tier 1 fixes work about 40-60% of the time for transient issues, but persistent freezing requires deeper troubleshooting.

If Explorer works in Safe Mode, a third-party driver or shell extension is causing the problem. Use a clean boot to disable services and startup items gradually until you identify the culprit. Once you find it, uninstall or disable that software.

Yes, SFC (System File Checker) and DISM (Deployment Image Servicing and Management) are safe Microsoft tools designed to repair system files and the component store. They require administrator privileges and may take some time to complete. These are standard troubleshooting tools recommended by Microsoft Support.

Create a new user account and test File Explorer. If it works fine in the new account but not in your original account, your profile is likely corrupted. You can then either delete and recreate your profile, or use the new account as your primary account.