How to Fix Start Menu and File Explorer Issues in Windows 11 25H2
After updating to Windows 11 25H2, some users are seeing problems with the Start menu or File Explorer:
- Start menu not opening
- Search not responding
- File Explorer freezing or crashing
The good news: most of these issues can be fixed with a few structured steps.
This guide walks you through everything from quick checks to deeper repairs.
1. Start Simple: Restart Windows
Before anything else:
- Save your work.
- Click Start > Power > Restart.
A full reboot clears temporary glitches and often resolves Start and Explorer issues without further effort.
2. Restart File Explorer
If the desktop or taskbar feels “stuck,” restart Windows Explorer only.
From Task Manager
- Press Ctrl + Shift + Esc to open Task Manager.
- Go to the Processes tab.
- Find Windows Explorer.
- Right-click it and choose Restart.
From Command Prompt (Admin)
- Right-click Start and select Windows Terminal (Admin) or Command Prompt (Admin).
- Run:
taskkill /f /im explorer.exe
start explorer.exe
This closes and reloads the Windows shell without a full reboot.
3. Install the Latest Windows Updates
Some Start menu and File Explorer bugs get fixed via cumulative updates.
- Open Settings (Win + I).
- Go to Windows Update.
- Click Check for updates.
- Install everything offered, including optional quality updates.
- Restart when finished.
If your issues started right after 25H2, an additional patch may already be available.
4. Repair System Files and the Windows Image
Corrupted system files can break the Start menu and File Explorer.
- Open Windows Terminal (Admin) or Command Prompt (Admin).
- Run the commands below one at a time and wait for each to finish:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- SFC (System File Checker) scans and repairs system files.
- DISM repairs the underlying Windows image.
Restart the PC after both commands complete.
5. Re-register Start Menu and Windows Search
If Start or search is specifically misbehaving, re-register the Search app.
- Open Windows Terminal (Admin).
- Run:
Get-AppxPackage -Name Microsoft.Windows.Search | Reset-AppxPackage
- Restart your PC.
This refreshes the app package that powers Start menu search and results.
6. Rebuild the Search Index
When search is slow, incomplete, or not returning results, rebuild the index.
- Open Settings (Win + I).
- Go to Privacy & security > Searching Windows.
- Scroll to More search indexer settings and click Advanced indexing options.
- In the window that opens, click Advanced….
- Under Troubleshooting, click Rebuild and confirm.
Index rebuilding can take some time, especially on large drives. You can keep using the PC while it runs, but search results may be incomplete until it finishes.
7. Clear File Explorer History and Panes
File Explorer can act up if its history or preview settings get corrupted.
- Open File Explorer.
- Click the three dots (…) on the toolbar and choose Options.
- On the General tab, click Clear under Privacy.
- Switch to the View tab:
- Temporarily disable Preview pane and Details pane if they’re on.
- Click Apply, then OK.
This can help if Explorer freezes when opening specific folders or files.
8. Check for Third-Party Conflicts (Clean Boot)
Some Start and Explorer issues come from third-party apps, overlays, or shell extensions.
Use System Configuration (msconfig)
- Press Win + R, type
msconfig, and press Enter. - Go to the Services tab.
- Check Hide all Microsoft services.
- Click Disable all to turn off third-party services.
- Go to the Startup tab and click Open Task Manager.
- In Task Manager’s Startup apps list, disable all items.
- Restart the PC.
If the Start menu and File Explorer now work:
- Re-enable startup items and services in small batches to find the culprit.
9. Troubleshoot File Explorer Crashes in Detail
If File Explorer still crashes:
- Disable preview handlers
- In File Explorer, turn off Preview pane and Details pane.
- Avoid opening folders with heavy media files while testing.
- Check Event Viewer
- Press Win + X and choose Event Viewer.
- Go to Windows Logs > Application.
- Look for Error entries related to explorer.exe or ShellExperienceHost.exe around the time of the crash.
- Note any DLL or program listed—this often reveals the problem extension or app.
- Remove problem folders or network paths
- If crashes only happen in a specific folder, try:
- Removing mapped network drives
- Disconnecting offline or slow network locations
- Moving or renaming problematic media files temporarily
- If crashes only happen in a specific folder, try:
- Disable non-Microsoft shell extensions (advanced)
- Use a tool like ShellExView to:
- Sort by Company
- Disable third-party extensions, one group at a time
- Test File Explorer after changes.
- Use a tool like ShellExView to:
10. Test with a New User Profile
Sometimes the user profile itself is damaged.
- Open Settings > Accounts > Other users.
- Click Add account and create a new local administrator account.
- Sign out and log in with the new account.
- Test the Start menu and File Explorer.
If everything works correctly in the new profile, the issue is likely tied to the original user profile’s settings, cache, or installed apps. You can then:
- Migrate documents and settings to the new account, or
- Spend time repairing the old profile if necessary.
Extra Tips for Windows 11 25H2
- Keep an eye on Microsoft’s Windows 11 Release Health page for known 25H2 issues and temporary workarounds.
- If you’re an advanced user, you can experiment with disabling experimental features using tools like ViVeTool, but only if you’re comfortable with command-line tweaks and understand the risks.


