Introduction
If Windows 11 is taking two, three, or even five minutes to reach your desktop, you are not alone. Slow startup is one of the most common complaints from Windows 11 users — and it usually gets worse over time as more apps install themselves and silently start with your PC.
The good news: a Windows 11 slow startup is almost always caused by fixable software problems, not hardware failure. Too many startup programs, a disabled Fast Startup feature, low disk space, or corrupted system files are the usual suspects. Work through these eight fixes in order and your PC should be booting in under 30 seconds.
Quick Answer
To fix Windows 11 slow startup, open Task Manager (Ctrl + Shift + Esc), go to the Startup apps tab, and disable any program you do not need at boot. Then enable Fast Startup in Control Panel > Power Options > Choose what the power buttons do. These two steps alone fix the problem for most users.
Fix 1: Disable Startup Programs
This is the single most effective fix. Every time you install an app, it often adds itself to the startup list — and over time those additions stack up, making boot painfully slow.
- Press Ctrl + Shift + Esc to open Task Manager.
- Click the Startup apps tab.
- Look at the Startup impact column. Sort by impact to see the heaviest offenders first.
- Right-click any app you do not need immediately on boot — music players, chat apps, download managers, game launchers — and select Disable.
- Restart your PC and time the difference.
Pro tip: Only disable apps you recognize. If you are unsure what a program does, search its name online before disabling it. Never disable your antivirus or audio/display driver utilities.
Troubleshooting tip: If the Startup apps tab is missing, go to Settings > Apps > Startup instead — it shows the exact same list with the same toggle controls.
Fix 2: Enable Fast Startup
Fast Startup is a Windows feature that saves part of your system state to disk when you shut down, so the next boot loads it instantly instead of starting from scratch. It is sometimes disabled after a system reset or a clean Windows install.
- Open the Start menu, type Control Panel, and open it.
- Go to Hardware and Sound > Power Options.
- Click Choose what the power buttons do on the left.
- Click Change settings that are currently unavailable.
- Check the box next to Turn on fast startup (recommended).
- Click Save changes.
Troubleshooting tip: If the Fast Startup checkbox is greyed out, hibernation is disabled on your PC. Open Command Prompt as administrator, run powercfg /h on, then return to Power Options and try again.
Note: If your PC dual-boots with Linux, leave Fast Startup off — it can cause Linux partitions to appear locked and unreadable.
Fix 3: Switch to a Faster Power Plan
If your PC is set to Power Saver mode, Windows deliberately throttles the processor to conserve energy — and that throttling includes the time your PC spends booting. Switching to Balanced or Best Performance removes that handicap.
- Press Windows + R, type
powercfg.cpl, and press Enter. - Select Balanced or High performance from the list.
Alternatively, go to Settings > System > Power and set Power mode to Best performance.
Fix 4: Free Up Disk Space
Windows needs free space to write temporary files during startup. When your drive is nearly full — under 10–15% free — the operating system struggles to find room and boot time drags.
For a quick fix: open Settings > System > Storage > Temporary files and delete what you do not need. For a more thorough cleanup — and to recover 5–20 GB safely — see our guide on how to free up disk space on Windows 11.
Fix 5: Update Windows and Your Storage Drivers
A Windows Update that has downloaded but not finished installing hangs in the background and delays every boot while it waits to apply. Outdated chipset or storage drivers can also cause slow disk reads at startup.
- Go to Settings > Windows Update and click Check for updates.
- Install all available updates and restart when prompted.
- Press Windows + X and click Device Manager.
- Expand Disk drives, right-click your drive, and select Update driver > Search automatically for drivers.
- Repeat under IDE ATA/ATAPI controllers and Storage controllers.
Fix 6: Run SFC and DISM to Repair System Files
Corrupted Windows system files can add minutes to your boot time as the OS tries to work around damage. Two built-in command-line tools find and fix this automatically — and they are completely safe to run.
- Open the Start menu, search for Command Prompt, right-click it, and select Run as administrator.
- Type the following and press Enter:
sfc /scannow - Wait for the scan to complete — it takes 5–15 minutes. Then run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart your PC when both commands finish.
Troubleshooting tip: If SFC reports “Windows Resource Protection found corrupt files but was unable to fix some of them,” run the DISM command first to restore the repair source, then run sfc /scannow again.
If your PC is also freezing or crashing after boot, our article on Windows 11 keeps freezing covers the next diagnostic steps.
Fix 7: Scan for Malware
Certain types of malware embed themselves in the startup sequence and run silently while you wait for your desktop. A slow boot that appeared suddenly — without any new apps installed — is a red flag worth taking seriously.
- Open Windows Security from the Start menu.
- Go to Virus & threat protection > Scan options.
- Select Full scan and click Scan now.
For a thorough second-pass scan using a free dedicated tool, follow our step-by-step guide to removing malware from Windows 11 for free.
Fix 8: Adjust Visual Effects for Performance
Windows 11’s animations, shadows, and transparency effects look polished, but they add overhead to the boot and login sequence. Scaling them back is quick, reversible, and surprisingly effective on older hardware.
- Press Windows + R, type
sysdm.cpl, and press Enter. - Go to the Advanced tab and click Settings under Performance.
- Select Adjust for best performance to disable all animations, or choose Custom and keep only the effects you prefer (for example, “Smooth edges of screen fonts” and “Show thumbnails instead of icons”).
- Click Apply and OK, then restart.
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 | Always 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 silently reports failure | Always right-click Command Prompt and select Run as administrator |
| Leaving the drive almost full | Under 10% free space forces Windows to work harder during boot | Keep at least 15% of your drive free at all times |
Frequently Asked Questions
Why did Windows 11 suddenly start booting slowly?
The most common triggers are a recently installed app that added itself to startup, a pending Windows Update waiting to apply, or a drive that has filled up. Start with Fix 1 (disable startup programs) and Fix 5 (check for updates) — together they resolve the majority of sudden slowdowns.
How long should Windows 11 take to boot?
On an SSD, Windows 11 should reach the desktop in 10–30 seconds. On a traditional spinning hard drive, 45–90 seconds is normal. Anything consistently over two minutes points to a problem worth fixing.
Does enabling Fast Startup cause any problems?
For most users, Fast Startup is safe and recommended. The main exception is dual-boot setups that run Linux alongside Windows — Fast Startup can make Linux partitions appear locked. If you only run Windows, leave it enabled.
Will disabling startup programs delete them?
No. Disabling a startup app only stops it from launching automatically when your PC boots. The program itself is untouched and you can still open it manually at any time. You can also re-enable it in Task Manager whenever you want.
Can a virus make Windows 11 boot slowly?
Yes. Some malware embeds itself in the startup sequence and runs silently in the background while you wait for your desktop to load. A sudden slowdown with no obvious cause is a good reason to run a full scan before trying anything else.
Does adding more RAM make Windows 11 boot faster?
RAM primarily affects how fast apps load after boot, not boot time itself. Boot speed is mainly limited by your storage drive speed and the number of startup programs. Upgrading from an HDD to an SSD has a dramatically larger impact on boot times than adding more RAM.
How do I know which startup programs are safe to disable?
In Task Manager, sort by Startup impact and look for High-impact items. Safe to disable: Spotify, Teams, Discord, Steam, Epic Games Launcher, and similar apps you do not need the moment you log in. Leave enabled: your antivirus, any hardware driver utilities (Realtek Audio, NVIDIA GeForce Experience), and cloud sync tools you rely on.
Conclusion
A slow Windows 11 startup almost always traces back to three things: too many startup programs loading at once, Fast Startup being disabled, or a drive that is nearly full. Tackle those three first and most PCs go from dragging to ready in under a minute. If the slowdown persists, running SFC and DISM and doing a malware scan will catch anything hiding underneath.
Start with Fix 1 right now — open Task Manager, click Startup apps, and disable anything with a High impact that you do not need at login. That single step takes two minutes and often cuts boot time in half.