Windows 11 Slow Startup and Long Boot Time? 11 Ways to Fix It (2026)

You press the power button, then wait. The desktop finally loads, but the spinning circle keeps you stuck while apps crawl to life and the disk light stays solid for minutes.

T

Technobezz

Senior Editor

Jun 2, 2026
10 min read

Contents

Don't Miss the Good Stuff

Get tech news that matters delivered weekly. Join 50,000+ readers.

You press the power button, then wait. The desktop finally loads, but the spinning circle keeps you stuck while apps crawl to life and the disk light stays solid for minutes. A Windows 11 PC that takes ages to reach a usable state is almost always doing too much at once during boot, and the good news is that most of the causes are things you can identify and switch off yourself. The fixes below start with the safest, fastest steps and only move toward deeper changes if those do not help. Most of these apply equally to Windows 10, so the same approach works if you have not upgraded yet.

Start With a Clean Restart and Fewer Open Apps

Before changing any settings, give the system a fresh start. A restart clears accumulated state and is the single simplest step before deeper troubleshooting. Select Start > Power > Restart, and when the desktop returns, open only the apps you actually need.

Leaving programs running that you are not using forces Windows to juggle background work during and after boot. Closing what you do not need, then restarting, often makes a noticeable difference on its own. Treat this as the baseline you measure every later fix against.

Let Windows Update Catch Up

Windows updates frequently include fixes and performance improvements, so an out-of-date system can boot slower than it should. Installing pending updates is one of the lowest-risk things you can do.

  1. 1.On Windows 11, go to Start > Settings > Windows Update > Check for updates.
  2. 2.After installing what is offered, open Advanced options > Optional updates to pick up driver updates.
  3. 3.On Windows 10, the path is Start > Settings > Update & Security > Windows Update > Check for updates, then View optional updates for drivers.

Driver updates matter here because storage and graphics drivers directly affect how quickly your PC reaches the desktop. Install them, restart, and see whether boot time improves.

Cut Down the Apps That Launch at Boot

This is usually where the biggest startup wins are. Apps that run at startup can slow boot time and increase background usage. Many programs quietly add themselves to startup, and they all compete for the disk and CPU the moment you log in.

  1. 1.Press Ctrl + Shift + Esc to open Task Manager.
  2. 2.Select the Startup apps tab.
  3. 3.Select an app you do not need at boot, then select Disable.

Task Manager rates each app's startup impact, so you know what to target first. Disable the High Impact items you do not actively use, and leave anything you depend on at login alone. You can also manage these from Settings > Apps > Startup, where you toggle individual apps Off.

Find Out What Is Actually Using Your Disk, CPU, and Memory

If your PC still drags after login, identify the specific culprit before changing more settings. Press Ctrl + Shift + Esc to open Task Manager and go to the Processes tab to see what is consuming resources right now.

Check the Performance and Startup apps tabs as well to see disk, CPU, and memory usage in context. If you spot an unneeded app sitting at the top of the list, you can right-click it and close it. Knowing the exact process behind 100% disk, high CPU, or high memory tells you which of the later fixes will actually help.

Rule Out Malware With Windows Security

Malware can slow a PC and spike disk or CPU usage, so a scan is worth running early. Windows includes Microsoft Defender Antivirus through the Windows Security app, so you do not need anything extra.

  1. 1.Open the Windows Security app and select Virus & threat protection.
  2. 2.Select Quick scan for a fast check.
  3. 3.For a deeper look, select Scan options, then choose Full scan, Custom scan, or Microsoft Defender Antivirus offline scan.

The offline scan restarts the PC and scans before Windows fully loads, which makes it harder for persistent malware to hide. Once it finishes, results appear under Protection history.

Free Up Space on the System Drive

A nearly full system drive hurts performance, including how quickly the PC starts. Clearing temporary files gives Windows room to work.

  1. 1.Go to Start > Settings > System > Storage and turn on or run Storage Sense to remove temporary files.
  2. 2.Review the cleanup recommendations Storage offers for additional space to reclaim.
  3. 3.If Storage Sense is unavailable, search for and run Disk Cleanup instead.

Aim to leave the drive with comfortable headroom rather than running it to the edge. This is especially worth doing if your PC has filled up gradually over months of use.

Dial Back Visual Effects and Choose a Faster Power Mode

Windows spends resources on animations and visual flourishes that you can trade away for speed. Adjusting the performance options to favor best performance turns off many of those effects.

Power settings matter too. In Windows 11, go to Settings > System > Power & battery > Power mode. Best Power Efficiency limits background activity, so if you want speed, choose a higher-performance mode instead. Keep in mind that a higher-performance mode uses more power and can warm a laptop.

Optimize Your Drives

Windows can reorganize your drives to help the PC run smoother and boot faster. Search the taskbar for "defrag" and open Defragment and Optimize Drives.

  1. 1.Select the drive you want to work on.
  2. 2.Select Optimize.

Windows already runs this automatically on a schedule, so you may not need to do it often. On an SSD, the tool performs a trim operation rather than classic defragmentation, which is the correct behavior for that drive type.

Tame the Windows Search Indexer If It Is the Culprit

If Task Manager points to the Windows Search service (short name wsearch) as the thing driving disk or CPU, several documented steps can settle it down. Start with the least disruptive ones.

First, rebuild the index. On Windows 11, go to Settings > Privacy & security > Searching Windows > Advanced indexing options > Advanced > Rebuild; on Windows 10, the path is Settings > Search > Searching Windows > Advanced Search Indexer Settings > Advanced > Rebuild. Rebuilding can take a while, so let it finish in the background. You can also reduce the load by excluding folders that do not need indexing via Searching Windows > Add an excluded folder.

If indexing is stuck or paused, restart the Windows Search service from the Services tab of Task Manager or via Services.msc. If the index database has become bloated, you can defragment it from an elevated Command Prompt with these commands, run in order:

  1. 1.Sc config wsearch start=disabled
  2. 2.Net stop wsearch
  3. 3.EsentUtl.exe /d %AllUsersProfile%\Microsoft\Search\Data\Applications\Windows\Windows.edb
  4. 4.Sc config wsearch start=delayed-auto
  5. 5.Net start wsearch

These commands stop the service, defragment its database, then restore the service to a delayed start and turn it back on, so do not leave the service disabled. One thing to watch for: some anti-virus and "optimize your PC" apps disable the Windows Search service, which causes its own set of problems. If search has stopped working, that may be why, so it is best to leave the service running.

Isolate a Background Conflict With a Clean Boot

If a slow start persists and you suspect background software is fighting Windows, a clean boot starts the system with only essential drivers and startup programs. This helps you confirm whether something you installed is the cause.

  1. 1.Type msconfig in the Search box and open System Configuration.
  2. 2.On the Services tab, select Hide all Microsoft services, then Disable all, then Apply.
  3. 3.On the Startup tab, select Open Task Manager, then Disable each Enabled item.
  4. 4.Close Task Manager, select OK, and restart.

If the PC boots quickly in this state, a non-essential service or startup item is to blame, and you can re-enable them in groups to find it. To return to normal, open System Configuration's General tab, select Normal startup, re-enable your services and startup items, and restart.

Run a Built-In Troubleshooter

Windows includes guided troubleshooters that can catch problems automatically. The current path is Start > Settings > System > Troubleshoot > Other troubleshooters.

Microsoft is retiring the older legacy inbox troubleshooters and the Microsoft Support Diagnostic Tool (MSDT), and the Other troubleshooters page is the replacement. Devices on Windows 11 22H2 and earlier, and on Windows 10, are not affected by that retirement and still have the legacy troubleshooters available.

Frequently Asked Questions

Which fix should I try first for a slow Windows 11 startup?

Start with the simplest step: select Start > Power > Restart and reopen only the apps you need. After that, disable High Impact startup apps in Task Manager (Ctrl + Shift + Esc > Startup apps), since startup programs are the most common cause of slow boot times.

How do I see what is causing high disk or CPU usage at startup?

Open Task Manager with Ctrl + Shift + Esc and check the Processes, Performance, and Startup apps tabs. These show which app or service is consuming disk, CPU, or memory, so you can target the right fix instead of guessing.

Is it safe to disable startup apps?

Yes. Disabling a startup app only stops it from launching automatically when Windows starts; you can still open the app normally afterward. Use Task Manager's Startup apps tab or Settings > Apps > Startup, and re-enable anything you find you miss.

What does a clean boot do, and is it reversible?

A clean boot starts Windows with only essential drivers and startup programs to help isolate a background software conflict. It is fully reversible: open System Configuration (msconfig), go to the General tab, select Normal startup, re-enable your services and startup items, and restart.

Should I worry if Windows Search keeps showing high disk usage?

If the Windows Search service is driving disk or CPU, try rebuilding the index (Settings > Privacy & security > Searching Windows > Advanced indexing options > Advanced > Rebuild) and let it finish in the background. Excluding folders you do not search and, if needed, defragmenting the index database can also help. Avoid permanently disabling the Windows Search service, since that breaks search and is not a recommended fix.

Share