Skip to content
Why is my file explorer so slow?
Technology

Why Is My File Explorer So Slow? 7 Causes & Fast Fixes

Adelinda Manna
Adelinda Manna

File Explorer is slow or not responding because Windows is struggling to load thumbnails, index files, or process a cluttered Quick Access list — and in most cases you can fix it in under five minutes by clearing the thumbnail cache, resetting Quick Access, or disabling search indexing for large folders.

A sluggish File Explorer is one of the most frustrating Windows issues because it blocks you from doing anything else on your computer. The good news is that this almost always has a software cause rather than a hardware failure. Below you will find the most common reasons File Explorer drags or freezes completely, along with step-by-step fixes that work in Windows 10 and Windows 11 in 2026.

Why File Explorer Gets Slow or Stops Responding

File Explorer relies on several background processes — thumbnail generation, search indexing, and Quick Access tracking — and when any of these processes gets overloaded, the entire window hangs or takes forever to display your files.

Understanding what happens behind the scenes helps you target the right fix. When you open a folder, Windows immediately starts generating preview thumbnails for images and videos, checking its search index for file metadata, and refreshing the Quick Access list with your recent files and frequent folders. If any of these tasks encounters a corrupt file, an overstuffed cache, or a network drive that is not responding, File Explorer waits — and waits — which is why you see the dreaded green loading bar crawling across the address bar or the window freezing entirely.

The problem is compounded if your system drive is nearly full, your antivirus is actively scanning files as Explorer accesses them, or Windows itself has a pending update that is degrading performance.

Is Your Quick Access List Overloaded?

Quick Access remembers your recently used files and frequently visited folders, but when the list grows too large or includes network locations that are offline, it causes File Explorer to hang on launch.

Quick Access is the default landing page when you open File Explorer, which means it loads before you can navigate anywhere else. If one of the pinned folders is on a disconnected network drive, a slow USB device, or a cloud sync folder with errors, File Explorer will wait for a response that may never come.

To fix this, clear your Quick Access history: open File Explorer Options (search "folder options" in the Start menu), go to the Privacy section at the bottom of the General tab, and click "Clear" next to "Clear File Explorer history." While you are there, uncheck both "Show recently used files" and "Show frequently used folders" if you want a permanent speed boost. You can always pin specific folders manually later.

Our Pick

Data recovery and file repair software

A top-rated pick that works — readers who tried this reported noticeable improvement within days.

Learn More →

Does Thumbnail Generation Slow Everything Down?

Windows automatically creates preview images for photos, videos, and documents, and this process can overwhelm your system when you open a folder with thousands of files or file types that are difficult to render.

Thumbnail caching is convenient when it works, but corrupted thumbnail databases are one of the top causes of File Explorer slowdowns. Every time you open a folder, Windows checks its thumbnail cache. If that cache is bloated or damaged, File Explorer either freezes while attempting to rebuild it or displays placeholders while the CPU spikes.

You can clear the thumbnail cache through Disk Cleanup: press Windows + S, search "Disk Cleanup," select your C: drive, and check "Thumbnails" before clicking OK. Alternatively, open an elevated Command Prompt and run del /f /s /q %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db followed by a restart.

If you want to disable thumbnails entirely in folders where you do not need them — like folders full of program installers or downloaded zip files — open File Explorer Options, go to the View tab, and check "Always show icons, never thumbnails."

"Corrupted thumbnail caches are a frequent culprit for File Explorer hangs. Clearing the cache forces Windows to regenerate previews cleanly." — Ramesh Srinivasan at WinHelpOnline

Also Read: Why Is My Mouse All White on Google Docs? 7 Causes & Fixes

Is Windows Search Indexing Slowing File Explorer?

The Windows Search Indexer constantly scans your files in the background, and when it indexes large or frequently changing folders, it competes with File Explorer for disk and CPU resources.

Search indexing is designed to make finding files faster, but it can backfire when your drive is slow, your index database is corrupt, or you are indexing folders with hundreds of thousands of files. The indexer also rebuilds itself after major Windows updates, which explains why File Explorer sometimes becomes sluggish right after an update installs.

To check whether indexing is the problem, open Task Manager (Ctrl + Shift + Esc), click "More details" if needed, and look for "Microsoft Windows Search Indexer" or "SearchIndexer.exe" in the Processes tab. If it is consuming significant CPU or disk, that is your culprit.

You can reduce the indexing scope by going to Settings > Privacy & Security > Searching Windows (Windows 11) or Control Panel > Indexing Options (Windows 10). Remove large folders like Downloads or external drives from the indexed locations. In extreme cases, you can disable the Windows Search service entirely by opening Services (services.msc), finding "Windows Search," and setting its startup type to Disabled — but this removes the ability to search file contents.

Do You Have Too Many Items in One Folder?

Folders containing tens of thousands of files force File Explorer to enumerate and sort every item before displaying anything, which can take minutes on a standard hard drive.

There is no official file-count limit for a single folder, but performance degrades noticeably once you exceed 10,000 to 20,000 files — especially on a spinning hard drive rather than an SSD. The problem is worse when the folder view is set to Details with sorting enabled, because Windows must read metadata from each file.

The fix is organizational: break large folders into subfolders. For example, split a Downloads folder by year or file type. If you must work with large folders, switch the view to "List" instead of "Details" or "Large icons," which reduces the metadata Windows needs to load.

Folder View Metadata Loaded Relative Speed
List File name only Fastest
Details Name, date, size, type Slower
Large icons Name + thumbnail Slowest

Could a Faulty Extension or Shell Integration Be the Cause?

Third-party software often integrates with File Explorer by adding context-menu items, overlay icons, or preview handlers, and buggy extensions can freeze Explorer entirely.

Cloud storage apps (OneDrive, Dropbox, Google Drive), antivirus programs, and archive utilities like WinRAR or 7-Zip all hook into File Explorer. When one of these extensions misbehaves, every right-click or folder navigation triggers a delay.

To diagnose this, use Microsoft's free ShellExView utility from NirSoft. Download it, run it as administrator, and sort by "Type" to find shell extensions. Disable any non-Microsoft extensions one at a time, restart Explorer, and test. If the slowness vanishes after disabling a particular extension, you have found your culprit — update or uninstall that software.

"Shell extensions are a common cause of Explorer slowdowns and crashes. ShellExView lets you identify and disable the problematic ones without uninstalling entire applications." — Nir Sofer at NirSoft

Is Your Drive Failing or Nearly Full?

A hard drive with less than 10% free space or one developing bad sectors will make every file operation — including opening File Explorer — painfully slow.

When your system drive is nearly full, Windows cannot create temporary files, swap memory efficiently, or expand its thumbnail cache. This affects File Explorer before almost anything else because Explorer relies heavily on temporary data.

Check your free space in This PC. If your C: drive is in the red, delete unnecessary files, empty the Recycle Bin, and run Disk Cleanup with the "Clean up system files" option to remove old Windows Update backups.

For aging hard drives, run a health check. Open Command Prompt as administrator and run wmic diskdrive get status — a result of "OK" is reassuring but not definitive. For a deeper analysis, download CrystalDiskInfo (free) to check SMART data for reallocated sectors or pending failures.

Also Read: Why Is My AVD Deployment So Expensive? 7 Causes & Fixes

How to Fix File Explorer Not Responding in 2026

When File Explorer freezes completely and shows "Not Responding" in the title bar, you can restart the explorer.exe process without rebooting your entire computer.

Here is the quickest recovery method:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Find "Windows Explorer" under Processes.
  3. Right-click it and select "Restart."

Your taskbar will disappear briefly and then return along with a fresh File Explorer window. This clears whatever temporary state caused the freeze without closing your other applications.

If the problem recurs frequently, apply the fixes above — clear Quick Access, clear the thumbnail cache, and check shell extensions. Persistent freezes after those steps may indicate a corrupt Windows installation that benefits from running sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth in an elevated Command Prompt.

In Short

File Explorer slowdowns and "Not Responding" freezes almost always trace back to an overloaded Quick Access list, a corrupt thumbnail cache, aggressive search indexing, oversized folders, or buggy shell extensions. Clearing the thumbnail cache and Quick Access history fixes most cases in under a minute, while disabling non-essential shell extensions or excluding large folders from indexing addresses deeper issues. If your drive is nearly full or showing health warnings, that hardware bottleneck must be resolved before software tweaks will help.

What You Also May Want To Know

Why Is My File Explorer So Slow and Not Responding at the Same Time?

When File Explorer is both slow and stops responding, it usually means a background process is blocking the main window. The most common cause is Quick Access trying to load a network folder that is offline or a thumbnail cache that is corrupt. Clearing both — using File Explorer Options and Disk Cleanup — resolves the combined symptoms in most cases.

Why Is My File Explorer Not Responding When I Right-Click?

Right-click freezes point to a faulty context-menu shell extension. Third-party apps add options to your right-click menu, and if one of them hangs, the entire menu hangs. Use ShellExView to disable non-Microsoft context-menu handlers one at a time until you identify the problematic extension.

Does Upgrading to an SSD Fix File Explorer Slowness?

Yes, switching from a spinning hard drive to a solid-state drive dramatically improves File Explorer performance. SSDs eliminate the mechanical seek time that causes delays when loading folders with many files. If your current drive is a hard disk and File Explorer is slow despite software fixes, an SSD upgrade is the single most impactful hardware change you can make.

Can Antivirus Software Cause File Explorer to Lag?

Antivirus programs scan files in real time as you access them, and aggressive settings can slow down folder navigation noticeably. Try temporarily disabling your antivirus (or adding your frequently accessed folders to its exclusion list) to see if performance improves. Windows Defender in 2026 is optimized to avoid this issue, but third-party antivirus suites vary in their impact.

Will a Windows Reset Fix a Persistently Slow File Explorer?

A Windows reset (Settings > System > Recovery > Reset this PC) can fix File Explorer issues caused by deep system corruption that repair commands cannot reach. However, it is a last resort — try clearing caches, disabling extensions, and running SFC and DISM first. If File Explorer remains slow after all of those steps, a reset with the "Keep my files" option reinstalls Windows without deleting your documents.

Reviewed and Updated on May 27, 2026 by George Wright

Share this post