Prerequisites and compatibility
Quick walkthrough
- Save open work before restarting Windows Explorer or restarting the PC.
- You need an account with administrator rights for the repair commands.
- Keep the PC connected to the internet for
DISM /Online /Cleanup-Image /RestoreHealth, because DISM normally obtains repair files through Windows Update. - If the Start menu and Settings both fail, use Task Manager to launch the required tools:
- Press Ctrl + Shift + Esc.
- Select Run new task from the top-right of Task Manager. On older Windows 10 layouts, select File > Run new task.
- Enter the command or program name shown in the applicable step.
- For administrative commands, select Create this task with administrative privileges before selecting OK.
Primary procedure
1. Restart Windows Explorer
The Start menu, taskbar, desktop, and File Explorer share parts of the Windows shell. Restarting Windows Explorer is the quickest low-risk repair.
- Press Ctrl + Shift + Esc to open Task Manager.
- If Task Manager opens in the simplified view, select More details.
- On the Processes tab, find Windows Explorer.
- Select Windows Explorer, then select Restart.
- In Windows 10, you can also right-click Windows Explorer and select Restart.
- The taskbar and desktop may briefly disappear or flash. This is expected.
- Wait about 10 seconds, then select the Start button or press the Windows key.
Expected result: The taskbar returns and the Start menu opens normally.
If Windows Explorer is not listed:
- In Task Manager, select Run new task.
- Enter:
explorer.exe - Select OK, then test Start again.
2. Sign out and restart Windows
If Explorer restarts but Start still does not respond, end the current session fully. This clears processes tied to the user profile and reloads the shell.
- Press Ctrl + Alt + Delete.
- Select the Power icon in the lower-right corner.
- Select Restart.
If the Power menu is unavailable:
- Press Ctrl + Shift + Esc to open Task Manager.
- Select Run new task.
- Enter:
shutdown /r /t 0 - Select OK.
The PC restarts immediately. Sign in and test the Start button and the Windows key.
Warning: A restart closes open applications. Save files first if possible. Do not hold the physical power button unless Windows is completely unresponsive, because forcing power off can interrupt updates or disk activity.
3. Check for and install Windows updates
A current cumulative update can contain reliability fixes for the shell, Start menu, servicing stack, or Windows components.
Windows 11
- Press Windows + I to open Settings.
If that does not work, open Task Manager, select Run new task, enterms-settings:, and select OK. - Select Windows Update.
- Select Check for updates.
- Install all available important updates.
- Select Restart now if prompted.
Windows 10
- Press Windows + I to open Settings.
If needed, open Task Manager, select Run new task, enterms-settings:, and select OK. - Select Update & Security.
- Select Windows Update.
- Select Check for updates.
- Install available updates and select Restart now when prompted.
After the restart, test both the Start button and the Windows key.
4. Repair the Windows component store with DISM
If Start still will not open, repair the Windows image before running System File Checker. DISM can repair the component store that SFC uses as its source for protected system files.
- Open Task Manager with Ctrl + Shift + Esc.
- Select Run new task.
- Enter:
cmd - Select Create this task with administrative privileges.
- Select OK.
- At the Administrator: Command Prompt window, run:
DISM.exe /Online /Cleanup-Image /RestoreHealth - Press Enter and wait for the command to finish.
DISM can take several minutes. Its progress may appear to pause at certain percentages; leave the window open and let it complete.
Expected result:
The restore operation completed successfully.
The operation completed successfully.
Do not restart yet unless DISM specifically requests it. Continue directly to the next step.
5. Run System File Checker
- In the same elevated Command Prompt window, run:
sfc /scannow - Press Enter.
- Wait until verification reaches 100%.
Possible results include:
- Windows Resource Protection did not find any integrity violations.
No protected system-file corruption was found. - Windows Resource Protection found corrupt files and successfully repaired them.
Restart the PC and test Start. - Windows Resource Protection found corrupt files but was unable to fix some of them.
Restart once, run DISM again, then runsfc /scannowonce more. If the message persists, use the escalation options later in this guide. - Restart Windows after SFC completes:
shutdown /r /t 0 - Sign in and test Start, Search, taskbar icons, and Settings.
6. Check whether the issue affects only your Windows account
If Start still fails after Explorer, updates, DISM, and SFC repairs, determine whether the problem is limited to the current user profile.
- Press Ctrl + Shift + Esc to open Task Manager.
- Select Run new task.
- Enter:
netplwiz - Select OK.
- Select Add.
- Choose Sign in without a Microsoft account (not recommended) if shown, then choose Local account.
- Create a temporary local account with a password.
- Restart Windows.
- Sign in to the temporary account.
- Test Start.
Expected result: If Start works in the new account, Windows itself is likely functional and the original profile has a user-specific problem.
Do not delete the original account or profile at this stage. Copy needed files from the original account only after confirming that the replacement profile works and that important folders such as Desktop, Documents, Pictures, Downloads, and browser data are available.
Verification of success
The repair is successful when all of the following work after a normal restart:
- Selecting the Start button opens the Start menu.
- Pressing the Windows key opens the Start menu.
- You can type into Start search and launch an application.
- Pinned taskbar apps and notification-area controls respond normally.
- Settings opens through Windows + I.
- The issue does not return after signing out and signing back in.
Alternate method: repair-install the current Windows version
Use a repair install when DISM and SFC complete but the Start menu, taskbar, Settings, or other Windows shell components remain broken. A repair install reinstalls Windows system components while preserving personal files, installed apps, and settings when you select the correct retention option.
Windows 11: Reinstall through Windows Update
This option is available on eligible, fully updated Windows 11 systems.
- Open Settings with Windows + I. If Settings will not open, use Task Manager > Run new task and enter:
ms-settings:recovery - Go to System > Recovery.
- Under Fix problems using Windows Update, select Reinstall now.
- Review the prompt and select OK or Reinstall now to continue.
- Keep the PC connected to power and the internet.
- Allow Windows to download and reinstall the current version. The PC will restart.
Windows 10 or Windows 11: repair install from matching Windows installation media
Use current official Windows installation media that matches the installed edition, language, and architecture as closely as possible.
Warning: Do not boot from the USB drive or choose a custom installation if your goal is to preserve applications and files. Booting installation media can lead to a clean-install path. Startsetup.exefrom within the affected, signed-in Windows installation instead.
- Back up important files first.
- Connect the installation media or mount the Windows ISO while signed in to Windows.
- Open the mounted drive in File Explorer. If Explorer is unusable, open Task Manager > Run new task, enter the drive letter followed by a colon, such as
D:, then select OK. - Run:
setup.exe - Approve the User Account Control prompt.
- Continue through Windows Setup.
- At Choose what to keep, select:
Keep personal files and apps - Confirm that Setup says it will keep personal files and apps before selecting Install.
- Allow the installation to complete. The PC may restart several times.
After sign-in, run Windows Update again and verify Start.
Troubleshooting and rollback/escalation
DISM stops with “source files could not be found”
This often means the PC cannot reach Windows Update, Windows Update is blocked by policy, or the installed build needs a matching repair source.
- Confirm the PC is online.
- Install pending Windows updates, restart, and run the DISM command again.
- If the device is managed by work or school, contact the administrator. Organizational policy can control component repair sources.
- If DISM still fails, use the repair-install method rather than downloading random DLL files or third-party “repair” utilities.
Do not manually replace files in
C:\Windows, edit component-store folders, or download system DLLs from unofficial websites.
SFC cannot start the repair service
First restart Windows and retry from an elevated Command Prompt. If it continues:
- Run DISM again.
- Confirm the command window says Administrator: Command Prompt.
- Use the Windows repair-install method if both DISM and SFC cannot complete.
Start works briefly, then stops after sleep or restart
- Complete the Windows Update step and install all available updates.
- Restart Windows normally rather than using shutdown or sleep repeatedly.
- Temporarily disconnect or uninstall third-party taskbar, Start-menu, desktop customization, shell replacement, or “debloating” software. These tools can alter shell behavior.
- Restart and test before reinstalling or re-enabling the software.
The problem began immediately after a Windows update
If the Start menu failure began right after a specific update and normal repairs do not correct it, uninstall the latest quality update from Windows Recovery Environment.
Warning: Uninstalling an update removes its security and reliability fixes. Use this only when the timing clearly matches the update and restore normal updating after the issue is resolved.
- At the Windows sign-in screen, select the Power icon.
- Hold Shift and select Restart.
- Release Shift when the recovery menu appears.
- Select Troubleshoot > Advanced options > Uninstall Updates.
- Select Uninstall latest quality update.
- Follow the prompts, then sign in and test Start.
If uninstalling the quality update does not help, return to recovery and use System Restore only if you have a restore point from before the issue started:
- Select Troubleshoot > Advanced options > System Restore.
- Choose the affected Windows installation and sign in if requested.
- Select a restore point dated before the Start menu failure.
- Select Next > Finish.
System Restore rolls back system files, drivers, installed applications, and configuration changes made after the restore point. It does not normally remove personal documents, but back up important files before proceeding.
Start does not work, Settings does not open, and the desktop or taskbar is also unstable
Treat this as broader Windows shell corruption. Run the DISM and SFC steps through Task Manager. If the PC remains unstable afterward, perform a repair install. If Windows cannot sign in reliably or cannot start normally, enter Windows Recovery Environment with Shift + Restart and try Startup Repair, Uninstall Updates, or System Restore before considering a reset or clean installation.