File Explorer repeatedly crashing after the Windows 11 24H2 update disrupts access to files, folders, and even the taskbar. Users report Explorer closing immediately—whether opened from its icon or with Win + E—with the taskbar often vanishing as well. This issue is frequently tied to changes in context menu handling, faulty shell extensions, or corrupted system files introduced by the update.
Disable the New File Explorer Context Menu via Registry
Disabling the updated context menu in File Explorer directly addresses crashes linked to the Microsoft.UI.Xaml.dll module. This method modifies a registry key to revert to the classic context menu, which has resolved persistent crashes for many users.
Command Prompt as administrator. To do this, search for cmd in the Start menu, right-click, and select Run as administrator.
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

This command creates a registry entry that forces Windows to use the legacy context menu style, bypassing the new UI that may be causing Explorer to crash.
Step 4 (Optional): If you want to restore the new context menu after stability returns, remove the registry key by running:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →Repair Corrupted System Files
Corrupted system files can cause Explorer to crash on launch or when right-clicking items. Running built-in repair tools can restore missing or damaged components.

DISM.exe /Online /Cleanup-image /Restorehealth

sfc /scannow

Wait for both scans to finish. If either tool finds and fixes issues, restart your PC and test File Explorer again.
Identify and Disable Problematic Shell Extensions
Third-party shell extensions—such as those added by cloud storage apps or PDF tools—can conflict with File Explorer, especially after major Windows updates. Disabling these extensions can isolate the cause of right-click or navigation pane crashes.
Disable Selected Items.
Common offenders include extensions from Adobe, iCloud, or desktop search tools. If you identify a problematic app, consider uninstalling or updating it.
Restart Windows Explorer Process
Restarting the Windows Explorer process can quickly resolve temporary glitches without rebooting the entire system.

This reloads the Explorer interface and may fix issues caused by stuck processes or memory leaks.
Perform a Clean Boot to Isolate Software Conflicts
Some background programs or startup services may interfere with File Explorer after updates. A clean boot starts Windows with only essential Microsoft services, allowing you to identify conflicts.

Hide all Microsoft services, then click Disable all.
Open Task Manager. Disable all startup items here by right-clicking each one and selecting Disable.
Uninstall Recent Updates or Roll Back Windows 11
If Explorer began crashing immediately after a specific update—such as KB5046633—removing that update or rolling back Windows can restore stability while waiting for a fix.


Go back option under Recovery options. Follow the on-screen instructions to complete the rollback.
After uninstalling the update, use the wushowhide tool to hide the problematic update and prevent automatic reinstallation.
Additional Troubleshooting Steps
- Update Graphics Drivers: Outdated or incompatible display drivers can cause Explorer to become unresponsive. Use Device Manager to update your graphics drivers or download the latest version from your GPU manufacturer’s website.
- Scan for Malware: Run a full scan with Windows Security or a trusted antivirus to rule out malware interfering with system processes.
- Create a New User Profile: If the issue is limited to your account, set up a new local user profile via Settings > Accounts > Other users. Log in with the new profile to test Explorer stability.
- Clear File Explorer History: Open File Explorer Options, go to the General tab, and use the
Clearbutton under Privacy.
Applying these steps restores File Explorer’s stability after the 24H2 update, letting you access files and the taskbar without repeated crashes. If issues persist, monitor Microsoft’s update channels for official fixes or further instructions.






