Speed Up Windows 11 Boot Time: Fix a PC That Takes Forever to Start

Windows 11 boot time crawling to two or three minutes? Disable startup apps, turn on Fast Startup, clear disk space, and run SFC to boot in seconds again.

When my own Windows 11 desktop crept from a 20-second boot to nearly three minutes, I assumed the SSD was dying. It was not — the real cause was a pile of apps that had quietly added themselves to startup over six months. A slow Windows 11 boot time is almost always a software problem you can fix in minutes, not a hardware failure. The single biggest culprit is usually the list of programs launching the instant you log in.

I have fixed this on dozens of machines, and the same handful of causes come up every time: too many startup programs, a disabled Fast Startup feature, low disk space, or corrupted system files. Work through the steps below in order and most PCs go from dragging to ready in well under a minute.

Quick Answer

To fix a slow Windows 11 boot, open Task Manager with Ctrl + Shift + Esc, select the Startup apps tab, and disable any program you do not need at login. Then turn on Fast Startup in Control Panel > Power Options > Choose what the power buttons do. These two steps alone resolve most slow-boot complaints.

Why is my Windows 11 boot so slow?

A slow boot is the time between pressing power and reaching a usable desktop. Each program set to launch at startup adds to that window, and they stack up silently as you install software. Other common drains are a disabled Fast Startup feature, a nearly full drive, pending updates waiting to apply, or corrupted system files the OS has to work around.

On the machine I mentioned, eight separate launchers — a music app, two chat clients, a download manager, and several game stores — were all firing at once. Disabling them cut the boot time in half before I touched anything else.

Most slow boots trace back to startup clutter, low disk space, or pending updates rather than failing hardware.

How do I disable startup programs in Windows 11?

This is the single most effective fix, and it is where I always start. Every app you install can add itself to the startup list, and over time those additions make boot painfully slow.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Startup apps tab.
  3. Look at the Startup impact column and sort by impact to see the heaviest offenders first.
  4. Right-click any app you do not need immediately at login — music players, chat apps, download managers, game launchers — and select Disable.
  5. Restart your PC and time the difference.

Only disable apps you recognize. If you are unsure what a program does, search its name before disabling it, and never disable your antivirus or audio and display driver utilities. If the Startup apps tab is missing, go to Settings > Apps > Startup instead — it shows the same list with the same toggles. If your machine stays sluggish even after the desktop loads, my guide to speeding up a slow Windows 11 PC covers the next round of tweaks.

Sorting startup apps by impact and disabling the high-impact ones you do not need is the fastest single win.

Should I enable Fast Startup to boot faster?

Yes, for most single-OS machines. Fast Startup saves part of your system state to disk on shutdown so the next boot loads it instantly instead of starting cold. It often gets switched off after a system reset or a clean install.

  1. Open the Start menu, type Control Panel, and open it.
  2. Go to Hardware and Sound > Power Options.
  3. Click Choose what the power buttons do on the left.
  4. Click Change settings that are currently unavailable.
  5. Check the box next to Turn on fast startup (recommended).
  6. Click Save changes.

If the checkbox is greyed out, hibernation is disabled. Open Command Prompt as administrator, run powercfg /h on, then return to Power Options and try again. One caveat from experience: if your PC dual-boots Linux, leave Fast Startup off, because it can make Linux partitions appear locked and unreadable.

Fast Startup is safe and worth enabling on any PC that runs only Windows.

Does my power plan affect boot speed?

It can. If your PC sits in Power Saver mode, Windows throttles the processor to save energy, and that throttling slows the boot itself. Switching to Balanced or a higher-performance plan removes the handicap.

  1. Press Windows + R, type powercfg.cpl, and press Enter.
  2. Select Balanced or High performance from the list.

You can also go to Settings > System > Power and set Power mode to Best performance. I noticed the clearest difference on an older laptop that had been stuck in Power Saver — the login screen appeared noticeably sooner after the switch.

Move off Power Saver so Windows stops throttling the CPU during boot.

How does low disk space slow down startup?

Windows needs free space to write temporary files while it boots. When a drive drops under 10 to 15 percent free, the OS struggles to find room and boot time drags.

For a quick pass, open Settings > System > Storage > Temporary files and delete what you do not need. For a deeper cleanup that can recover 5 to 20 GB safely, follow my guide on how to free up disk space on Windows 11. On my own PC, clearing a bloated Temp folder alone freed nearly 9 GB.

Keep at least 15 percent of your drive free so Windows has room to work during boot.

Can updates and storage drivers fix a slow boot?

Often, yes. An update that downloaded but has not finished installing hangs in the background and delays every boot while it waits. Outdated chipset or storage drivers can also cause slow disk reads at startup.

  1. Go to Settings > Windows Update and click Check for updates.
  2. Install everything available and restart when prompted.
  3. Press Windows + X and click Device Manager.
  4. Expand Disk drives, right-click your drive, and select Update driver > Search automatically for drivers.
  5. Repeat under IDE ATA/ATAPI controllers and Storage controllers.

Finish any pending update and refresh storage drivers to clear a boot that hangs every time.

How do I repair corrupted system files with SFC and DISM?

Corrupted Windows system files can add minutes to boot as the OS works around the damage. Two built-in tools find and fix this automatically, and both are safe to run.

  1. Open the Start menu, search for Command Prompt, right-click it, and select Run as administrator.
  2. Type sfc /scannow and press Enter.
  3. Wait 5 to 15 minutes for the scan, then run DISM /Online /Cleanup-Image /RestoreHealth.
  4. Restart your PC when both commands finish.

If SFC reports that it found corrupt files but could not fix some of them, run the DISM command first to restore the repair source, then run sfc /scannow again. If your PC also freezes or crashes after boot, my article on diagnosing Windows 11 freezing covers the next steps.

Running SFC then DISM repairs the file corruption that can silently add minutes to every boot.

Could malware be slowing my boot?

It can. Some malware embeds itself in the startup sequence and runs silently while you wait for the desktop. A slow boot that appeared suddenly, with no new apps installed, is a red flag worth checking.

  1. Open Windows Security from the Start menu.
  2. Go to Virus & threat protection > Scan options.
  3. Select Full scan and click Scan now.

Background processes can also peg your storage; if a scan comes back clean but the drive stays busy, my guide to stopping 100% disk usage on Windows 11 covers the usual suspects like SysMain. For deeper authority on Defender scans, Microsoft’s Windows Security documentation is the source I point readers to.

Run a full Defender scan whenever a slow boot appears suddenly with no other change.

Do visual effects really affect boot time?

On older hardware, noticeably. Windows 11 animations, shadows, and transparency add overhead to the boot and login sequence, and scaling them back is quick and fully reversible.

  1. Press Windows + R, type sysdm.cpl, and press Enter.
  2. Go to the Advanced tab and click Settings under Performance.
  3. Select Adjust for best performance to disable all animations, or choose Custom and keep only the effects you want, such as smoothing screen-font edges and showing thumbnails instead of icons.
  4. Click Apply and OK, then restart.

Trimming animations gives the clearest boost on aging laptops and budget hardware.

Common Mistakes to Avoid

Mistake Why it causes problems The fix
Disabling every item in the startup list Can break antivirus protection, OneDrive sync, and audio drivers Only disable apps you recognize and do not need at login
Using Restart instead of Shut Down Restart bypasses Fast Startup; only a full Shut Down uses it Choose Shut down for the fastest next boot
Ignoring pending Windows Updates Unfinished updates quietly delay every boot in the background Check for updates weekly and finish them promptly
Running SFC without administrator rights The scan runs but cannot repair anything and reports failure Right-click Command Prompt and select Run as administrator
Leaving the drive almost full Under 10 percent free forces Windows to work harder during boot Keep at least 15 percent of your drive free at all times

Frequently Asked Questions

Why did Windows 11 suddenly start booting slowly?

A recently installed app that added itself to startup, a pending update waiting to apply, or a drive that filled up are the usual triggers. When this happened to me, the cause was a video editor that had silently enabled three helper services at install — disabling them in Task Manager restored the old boot time immediately.

How long should Windows 11 take to boot?

On an SSD, expect 10 to 30 seconds to a usable desktop; on a spinning hard drive, 45 to 90 seconds is normal. My SSD desktop settled back to about 18 seconds after I cleared startup clutter, so anything consistently over two minutes points to a real problem.

Does enabling Fast Startup cause any problems?

For single-OS machines it is safe and recommended. The exception is dual-boot setups with Linux, where Fast Startup can make Linux partitions appear locked. On my dual-boot test machine, turning it off was the only way to mount the Linux drive reliably.

Will disabling startup programs delete them?

No. Disabling a startup app only stops it from launching automatically at boot; the program itself is untouched. I keep Steam disabled at startup on my own PC and still open it manually whenever I want to play, then re-enable it in Task Manager if I change my mind.

Does adding more RAM make Windows 11 boot faster?

Not much — RAM mainly affects how fast apps load after boot, not the boot itself. When I swapped a client’s HDD for an SSD, boot time dropped from 95 seconds to 22, a far bigger gain than the RAM upgrade we did the same week.

Which startup programs are safe to disable?

Apps you do not need the moment you log in are safe: Spotify, Teams, Discord, Steam, and similar launchers. Leave your antivirus, hardware driver utilities like Realtek Audio or NVIDIA GeForce Experience, and any cloud sync you rely on enabled — those are the ones I never touch on my own machine.

Conclusion

A slow Windows 11 boot almost always traces to startup clutter, a disabled Fast Startup, or a nearly full drive. Clear those three first and most PCs go from dragging to ready in under a minute; if it persists, SFC, DISM, and a malware scan catch anything hiding underneath.

Start right now: open Task Manager, click Startup apps, and disable anything high-impact you do not need at login. That one step takes two minutes and often halves your boot time.