Quick fix: File Explorer freezes are usually caused by a corrupted shell extension. Open Task Manager → right-click Windows Explorer → Restart. If freezes recur, run ShellExView from NirSoft and disable non-Microsoft context menu extensions one at a time. Common offenders: outdated OneDrive, broken antivirus integration, archive tools.
You double-click File Explorer or press Win+E. Explorer hangs — window doesn’t open, or opens but cursor is busy spinner forever. The cause is typically a shell extension that blocks the load. Identifying and disabling the bad extension solves it.
Affects: Windows 11 (and Windows 10) with shell extension issues.
Fix time: ~15 minutes.
What causes this
File Explorer loads shell extensions at startup — small DLLs that add features (context menu items, preview handlers, property handlers, column handlers). Each extension runs in Explorer’s process. A buggy or slow extension blocks Explorer’s thread, freezing the UI. Common offenders: cloud sync extensions, archive tools, antivirus shell entries, OEM utilities.
Method 1: Restart Explorer immediately (recovery)
For when you’re frozen now.
- Press
Ctrl + Shift + Escto open Task Manager (doesn’t need a clickable taskbar). - Find Windows Explorer in the Processes tab.
- Right-click → Restart.
- The taskbar disappears for 1–3 seconds, returns. File Explorer is unfrozen.
- If Task Manager is also slow: wait. After 30 seconds it usually responds.
- If Task Manager doesn’t respond at all: hold Power button for 10 seconds to force reboot.
This is the immediate recovery. The freeze pattern likely recurs — investigate via Method 2.
Method 2: Identify the bad shell extension with ShellExView
The diagnostic step.
- Download ShellExView from NirSoft (free).
- Run as administrator (right-click EXE → Run as administrator).
- Click the Company column header to sort. Non-Microsoft entries float to the top.
- Look for recently-installed extensions: cloud sync clients, archive tools, security suites, OEM utilities.
- Disable suspects in batches: select 3–5 non-Microsoft entries → right-click → Disable Selected Items.
- Restart Windows Explorer via Task Manager.
- Use File Explorer for a while. If freezes stop: one of the disabled extensions was the culprit. Re-enable in smaller batches to pinpoint.
- If freezes continue: disable next batch.
- For confirmed bad extension: keep it disabled, or update the parent software. Sometimes the issue is fixed in a newer version.
This identifies the cause.
Method 3: Disable thumbnail and preview generation
For when freezes happen specifically opening folders with media files.
- Open File Explorer → three-dot menu → Options → View tab.
- Tick Always show icons, never thumbnails.
- Untick Show preview handlers in preview pane if applicable.
- Click Apply → OK.
- File Explorer now shows generic icons instead of thumbnails. Should be much faster in image-heavy folders.
- For specific file types causing freezes: in Method 2’s ShellExView, disable Preview Handlers for those types (e.g., disable PDF preview if PDFs are slow).
- For OneDrive specifically: install latest OneDrive version. Or disable OneDrive sync temporarily to test if it’s the cause.
- For network drives causing freezes: map them with credentials saved (see “Map a Network Drive” article). Stale network connections can freeze Explorer.
This is the right path when freezes are media-related.
How to verify the fix worked
- Open File Explorer. Window opens immediately, no hang.
- Navigate to various folders. All open without spinner.
- Right-click files. Context menu appears in <500 ms.
- Open Task Manager → Performance. CPU and disk should be low during File Explorer use.
If none of these work
If File Explorer still freezes after disabling extensions: Profile corruption: sign in to a different user account to test. If freezes don’t occur in another user, the original user profile is corrupted. Migrate to a new user. System file corruption: sfc /scannow in Terminal (Admin). If errors: DISM /Online /Cleanup-Image /RestoreHealth then sfc again. Disk issue: failing SSD causes random Explorer freezes. Check with CrystalDiskInfo. Replace if Caution or Bad health. For freezes specifically when opening Downloads or other large folders: Folder Type may be set to Pictures, triggering thumbnail generation for all files. Right-click folder → Properties → Customize → Optimize this folder for: General items. Apply to subfolders. For PCs with many running apps: high memory pressure can cause Explorer to swap and freeze. Close unnecessary apps before opening Explorer.
Bottom line: Restart Windows Explorer via Task Manager for immediate recovery. ShellExView identifies bad shell extensions. Disable thumbnails for media-heavy folders to prevent recurrence.