Windows 11 Freezing Randomly: How to Diagnose and Fix It

Windows 11 freezing randomly? I walk through the exact order I use to fix it — GPU driver, SFC, RAM test, CHKDSK, and heat checks. No reinstall, just free tools.

Your screen locks up, the mouse stops moving, and you sit there waiting for a system that never comes back. The first time this happened to me mid-edit, I lost an hour of work to a forced power-off — and that taught me one thing: Windows 11 freezing randomly almost always traces back to one of four causes, and fixing it is about checking them in the right order, not guessing.

The usual culprits are outdated GPU drivers, corrupt system files, faulty RAM, or a failing storage drive. Windows rarely names the cause, so I work fastest-first, deepest-last using only free, built-in tools. No reinstall needed.

Quick Answer

To fix Windows 11 freezing, update your GPU driver in Device Manager, then run sfc /scannow in an admin Command Prompt to repair system files. If freezes continue, test your RAM with Windows Memory Diagnostic and run chkdsk C: /f /r to scan your drive for bad sectors. These four steps resolve most cases.

Why does Windows 11 keep freezing?

Freezing happens when Windows gets stuck waiting for a response that never arrives — from a driver, a damaged file, or failing hardware. In my experience the order below also reflects how often each cause is to blame:

  • Outdated or corrupt GPU drivers — the single most frequent trigger
  • Faulty RAM — even one bad memory stick can cause random lockups
  • Overheating CPU or GPU — hardware throttles or halts to prevent damage
  • Corrupt Windows system files — damaged files disrupt core processes
  • A failing hard drive or SSD — bad sectors make the system hang while reading data
  • Malware — background processes spiking CPU or disk usage

Most freezes come down to drivers, RAM, heat, system files, or a dying drive — and they fix in that priority order.

How do I install pending Windows updates first?

Microsoft ships stability patches regularly, and a missing one can leave known driver conflicts unresolved. I always clear the update queue before touching anything deeper.

  1. Press Windows + I to open Settings.
  2. Go to Windows Update and click Check for updates.
  3. Install everything listed, then restart your PC.

Pro tip: If freezing started right after a recent update, go to Windows Update > Update history > Uninstall updates and remove the newest one to test whether it is the cause.

Clearing pending updates rules out known bugs Microsoft has already patched.

Should I update or roll back my display driver?

A corrupt or incompatible GPU driver is the most common cause of Windows 11 freezing. This is the fix most people skip — and the one that worked on my own machine after weeks of random lockups.

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters and right-click your GPU.
  3. Choose Update driver > Search automatically for drivers.
  4. If freezing started after a recent driver update, choose Properties > Driver > Roll Back Driver instead.

Troubleshooting tip: If Device Manager shows a yellow warning icon next to your GPU, the driver is corrupt. Download the latest driver directly from NVIDIA, AMD, or Intel and install it manually — I never rely on Windows Update for GPU drivers.

Updating or rolling back the display driver fixes the largest single share of random freezes.

How do I repair system files with SFC and DISM?

Two built-in command-line tools find and automatically repair corrupt Windows files that cause instability. I run them back to back so the repair is thorough.

  1. Type cmd in the Start search bar, right-click Command Prompt, and choose Run as administrator.
  2. Type the following and press Enter, then wait 5 to 15 minutes:

sfc /scannow

  1. Once that finishes, run:

DISM /Online /Cleanup-Image /RestoreHealth

  1. Restart your PC when both scans complete.

SFC repairs individual corrupt files. DISM fixes the Windows image those files are sourced from. Microsoft documents the full SFC and DISM repair workflow if you want the official reference.

SFC and DISM together rebuild any damaged system files that disrupt core processes.

How do I test my RAM for errors?

A single faulty RAM stick can cause random freezing with no other warning signs. Windows includes a free memory tester I lean on before assuming the worst.

  1. Press Windows + S and search for Windows Memory Diagnostic.
  2. Click Restart now and check for problems.
  3. Your PC restarts and runs the test automatically — it takes a few minutes.
  4. After rebooting, open Event Viewer > Windows Logs > System and look for a MemoryDiagnostics-Results entry to see the outcome.

If errors appear, remove one RAM stick at a time and retest to identify the faulty module.

Windows Memory Diagnostic confirms or clears bad RAM before you spend a cent on replacements.

Does disabling Fast Startup stop freezing?

Fast Startup saves your session to disk to speed up boot, but it can leave drivers in a bad state — especially after updates. Turning it off has cured intermittent freezes on more than one machine I have worked on.

  1. Open Control Panel and go to Power Options.
  2. Click Choose what the power buttons do in the left sidebar.
  3. Click Change settings that are currently unavailable.
  4. Uncheck Turn on fast startup (recommended).
  5. Click Save changes and restart your PC.

Disabling Fast Startup forces a clean driver load on every boot, which clears post-update freezes.

How do I check if overheating is the cause?

When a CPU or GPU exceeds its safe temperature, it throttles or shuts down to prevent damage — which looks exactly like a freeze. To read real temperatures you need a monitoring tool, and these three cover most needs.

Tool What it checks Cost
Task Manager (built in) CPU and GPU usage, not temperature Free
HWMonitor (CPUID) CPU, GPU, and drive temperatures Free
Windows Security Malware spiking CPU and disk Free
  1. Press Ctrl + Shift + Esc and open the Performance tab to watch CPU and GPU load.
  2. For temperatures, download HWMonitor free from CPUID. Keep CPU cores below 90°C under load and GPUs below 95°C.
  3. If readings run high, clean the dust from your vents with compressed air.

Pro tip: If Task Manager shows your CPU stuck at 100% usage even at idle, that is a separate issue to fix before diagnosing heat.

A blocked heatsink is one of the most overlooked freeze causes, and HWMonitor exposes it in seconds.

How do I scan for malware that causes freezing?

Malware running quietly in the background can push CPU and disk usage high enough to freeze the whole system. I start with the built-in scanner, then add a free second opinion.

  1. Press Windows + S and search for Windows Security.
  2. Go to Virus & threat protection and click Quick scan.
  3. For a deeper check, choose Scan options > Full scan.

Windows Defender handles most threats. For a free second opinion, run Malwarebytes Free afterward — it catches things Defender can miss.

A clean malware scan removes hidden processes that quietly starve your system into freezing.

How do I scan my drive with CHKDSK?

A drive developing bad sectors forces Windows to retry failed reads, which makes the system hang. CHKDSK finds those sectors and marks them so Windows stops using them.

  1. Open Command Prompt as administrator, as in the SFC step.
  2. Type the following and press Enter:

chkdsk C: /f /r

  1. When prompted to schedule the scan on next restart, press Y, then restart your PC.

The scan runs before Windows loads and can take 30 to 60 minutes. It can look stuck during the first stage but is not — let it finish.

Troubleshooting tip: If CHKDSK reports many bad sectors, your drive may be near failure. Back up your files immediately and plan to replace it.

CHKDSK isolates failing sectors so Windows stops hanging on reads it can never complete.

Should I reset virtual memory to system-managed?

When physical RAM fills up, Windows uses your drive as overflow memory through the page file. A misconfigured page file can cause freezing, especially on systems with 4 to 8 GB of RAM.

  1. Press Windows + S and search for View advanced system settings.
  2. Under Performance, click Settings > Advanced > Virtual memory > Change.
  3. Uncheck Automatically manage paging file size for all drives.
  4. Select your C: drive, choose System managed size, then click Set > OK.
  5. Restart your PC.

Letting Windows manage the page file removes a freeze cause that hits low-RAM machines hardest.

Common Mistakes to Avoid

  • Checking software first and skipping the driver. The display driver causes more freezes than any software issue. Fix it first — it takes two minutes.
  • Force-restarting repeatedly without diagnosing. Hard resets do not fix the cause and can add file-system errors. Diagnose before rebooting again.
  • Running SFC without administrator rights. Without them, the scan silently fails and reports nothing. Always run Command Prompt as administrator.
  • Canceling CHKDSK early. The scan looks frozen in its first stage but is not. Stopping it can leave the file system worse than before.
  • Assuming a clean case means a clean inside. Dust collects on internal heatsinks even when the case looks spotless. Use compressed air inside the vents at least once a year.

Avoiding these five traps saves you from chasing the wrong cause for hours.

Frequently Asked Questions

Why does Windows 11 freeze randomly with no error message?

Random freezes with no blue screen usually point to hardware — bad RAM, an overheating CPU or GPU, or a failing drive. On my own PC, an intermittent no-message freeze turned out to be a single failing RAM stick that Windows Memory Diagnostic flagged on the first pass. If your freeze ends in a blue crash screen instead, see our Windows 11 Blue Screen of Death fix guide.

Is Windows 11 freezing the same as Windows 11 restarting randomly?

No, they are different problems with different causes. Freezing locks the PC up and needs a manual power-off, while random restarts involve a crash or power event. When a client’s PC was rebooting on its own rather than locking, the random restart guide covered the right fixes.

Will factory resetting Windows 11 fix random freezing?

A reset can fix freezing caused by software corruption, but it will not resolve hardware faults like bad RAM or a failing drive. I once reset a laptop that kept freezing, only for the lockups to return within a day because the real cause was a dying SSD. Work through the steps above first.

How do I know if my PC is freezing because of overheating?

If freezes hit during heavy tasks like gaming or large file transfers and the PC feels hot, overheating is likely. I keep HWMonitor open during a demanding task and watch for sustained CPU readings above 90°C, which is a clear warning sign. A quick compressed-air cleaning often drops those numbers fast.

Can a full hard drive cause Windows 11 to freeze?

Yes. When your C: drive drops below 10 to 15 percent free, Windows struggles to manage virtual memory and temporary files, which triggers freezing. The last time a relative’s PC kept hanging, the drive was 98 percent full. Our guide on how to free up disk space on Windows 11 walks through reclaiming space safely.

What if Windows 11 freezes at startup or on the login screen?

Boot into Safe Mode by holding Shift while clicking Restart > Troubleshoot > Advanced options > Startup Settings > Enable Safe Mode. When I did this on a PC that froze at login, it ran perfectly in Safe Mode, which pointed straight at a startup driver and back to the display-driver fix above.

Conclusion

Random freezing on Windows 11 is almost always fixable without a reinstall. I start with the two quickest wins — updating the GPU driver and running SFC — and most freezes clear within the first three steps, with RAM, CHKDSK, and heat checks covering the rest.

Once it stops, keep Windows Update current and clean your vents once a year. If you have worked through every step and it still freezes, leave a comment with when it happens and I will help you track it down.

Windows 11 Taskbar Not Working: How to Get It Responding Again

A Windows 11 taskbar not working is almost always a shell glitch, not dead hardware. I show you how to restart Explorer, re-register apps, and run the deeper repairs that stick.

Your taskbar just stopped responding. The Start button is frozen, pinned apps won’t click, and right-clicking gives you nothing — not even a menu. I have hit this exact wall on my own desktop right after a feature update, and the panic of a dead taskbar is real.

Here is the reassuring part: a Windows 11 taskbar not working is almost never a hardware failure or a reason to reinstall Windows. The cause is usually a crashed Windows Explorer process, corrupted system files, a conflicting shell app, or a bad update. In nearly every case I have troubleshooted, the taskbar comes back the moment you restart the right background process.

Quick Answer

To fix a Windows 11 taskbar that is not working, press Ctrl+Shift+Esc to open Task Manager, find Windows Explorer in the Processes tab, right-click it, and choose Restart. This refreshes the shell process that controls the taskbar and Start menu, resolving most freezes instantly with no reboot required.

Why does my Windows 11 taskbar stop responding?

The taskbar, Start menu, and desktop are all drawn by a single background process called Windows Explorer (explorer.exe). When that process hangs or crashes, every part of it freezes at once — which is why your clock can keep ticking while nothing else clicks. The first time it happened to me, I assumed the whole PC had locked up, but the mouse still moved fine.

The usual triggers are a momentary Explorer crash, damaged system files, a third-party Start menu or taskbar app that broke after an update, or a startup program loading too early. Microsoft documents the same shell-restart approach in its own Windows shortcuts and troubleshooting guidance, which is why I always start there before touching anything deeper.

A frozen taskbar is almost always the Explorer shell crashing, not Windows itself failing.

How do I restart Windows Explorer to fix the taskbar?

Restarting Explorer is the single fastest fix, and it is where I start every single time. It takes about ten seconds and reloads the taskbar without rebooting.

  1. Press Ctrl+Shift+Esc to open Task Manager.
  2. In the Processes tab, scroll down to find Windows Explorer.
  3. Right-click Windows Explorer and select Restart.
  4. Your screen will flicker for a second, then the taskbar reloads.

If Ctrl+Shift+Esc does not respond because the taskbar is completely frozen, press Ctrl+Alt+Delete instead and open Task Manager from that menu — it bypasses the taskbar entirely. If the taskbar freezes again within a few minutes, you have a deeper issue, so move to the re-registration step below.

Restarting Windows Explorer in Task Manager clears most taskbar freezes in under a minute.

What if re-registering Windows apps is needed?

A corrupted Start menu or taskbar registration is a common cause of persistent problems, especially after a major update. This PowerShell command re-registers all built-in Windows apps, including the taskbar components, from scratch. I keep it bookmarked because it has saved me twice after big builds.

  1. Press Windows key + X and select Terminal (Admin) or Windows PowerShell (Admin).
  2. Click Yes if User Account Control prompts you.
  3. Paste the following command and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  1. Wait for it to finish. Some red error lines are normal and can be ignored.
  2. Restart your PC when it completes.

If you cannot open PowerShell from the taskbar, press Ctrl+Alt+Delete, open Task Manager, choose File, then Run new task, type powershell, check Create this task with administrative privileges, and click OK.

Re-registering Windows apps rebuilds a broken taskbar registration without reinstalling Windows.

Can corrupted system files break the taskbar?

Yes, and they are one of the most overlooked causes. The System File Checker (SFC) scans for damaged files and repairs them automatically, while DISM repairs the underlying Windows image so SFC can succeed. When my taskbar kept dying every few minutes, these two scans were what finally fixed it for good.

  1. Open Terminal (Admin) or Command Prompt (Admin).
  2. Type the following and press Enter. Do not close the window while it runs (10–15 minutes):
sfc /scannow
  1. Once it finishes, run this second command:
DISM /Online /Cleanup-Image /RestoreHealth
  1. This takes 15–20 minutes. Restart your PC when it finishes.

Always run SFC first, then DISM. If SFC finds errors it cannot fully repair, DISM repairs the Windows image so a second SFC pass can finish the job.

SFC and DISM scans repair the corrupted system files behind many stubborn taskbar failures.

Could a pending Windows update fix it?

Sometimes a broken taskbar is a known Windows 11 bug that Microsoft has already patched. If you have not updated in a while, the fix may already be waiting for you.

  1. Press Windows key + I to open Settings.
  2. Go to Windows Update.
  3. Click Check for updates and install everything available.
  4. Restart your PC after updates finish.

If Windows Update itself is stuck, my step-by-step guide to fixing Windows Update on Windows 11 clears the most common errors first.

Installing pending updates often patches the exact taskbar bug you are fighting.

Are third-party shell apps the real culprit?

Apps like ExplorerPatcher, StartAllBack, and Classic Shell modify the taskbar at a deep system level. After an update they frequently conflict with the new build and break the taskbar entirely — in my experience this is the number one cause of post-update failures.

  1. Press Windows key + I to open Settings.
  2. Go to Apps, then Installed apps.
  3. Search for any taskbar, Start menu, or shell customization app.
  4. Click the three-dot menu next to it and select Uninstall.
  5. Restart your PC.

Even if one of these apps ran fine for months, a recent update can trigger a conflict without warning, so uninstalling is usually an immediate fix.

Removing shell customization apps resolves most taskbar breakage that appears right after an update.

How do I rule out startup apps and services?

A program that launches at startup can interfere with the taskbar before it finishes loading. You can isolate the culprit two ways — quickly through Task Manager, or thoroughly with a clean boot.

Disable startup apps

  1. Press Ctrl+Shift+Esc to open Task Manager.
  2. Click the Startup apps tab in the left sidebar.
  3. Right-click any recently added or suspicious Enabled app and select Disable.
  4. Restart and check if the taskbar responds normally.

Re-enable them one at a time to pinpoint which one is the problem. If your PC is also slow to boot, my fix for a Windows 11 PC that takes forever to start covers the same startup tools in more depth.

Perform a clean boot

  1. Press Windows key + R, type msconfig, and press Enter.
  2. On the Services tab, check Hide all Microsoft services, then click Disable all.
  3. On the Startup tab, click Open Task Manager and disable every startup item.
  4. Close Task Manager, click OK, and restart your PC.

If the taskbar works in clean boot mode, a third-party program is responsible. Re-enable services one by one, restarting each time, until the problem returns — the last one you enabled is the cause.

A clean boot confirms whether a background app or service is breaking your taskbar.

What if only my account has a broken taskbar?

If the taskbar is broken on your account but works fine for others, the problem is in your user profile, not Windows itself. Creating a new account confirms this and gives you a working environment while you move your files.

  1. Press Windows key + I to open Settings.
  2. Go to Accounts, then Other users, then Add account.
  3. Select I don’t have this person’s sign-in information, then Add a user without a Microsoft account.
  4. Give the account a name and password.
  5. Sign out and sign in with the new account to test the taskbar.

If the taskbar works perfectly on the new account, your original profile is corrupted, and you can copy your files over and continue from there. If nothing here helps, the issue may be broader instability — my guides on Windows 11 restarting randomly and File Explorer crashing or freezing cover deeper fixes that often apply.

A corrupted user profile breaks the taskbar for one account while leaving others untouched.

Common Mistakes to Avoid

  • Rebooting instead of restarting Explorer. A full reboot can mask the problem without fixing it. Restart Windows Explorer first — it is faster and tells you immediately whether it worked.
  • Skipping the SFC and DISM scans. Most people try everything except the built-in repair tools, yet corrupted files are a leading cause. Run both scans before assuming the worst.
  • Leaving shell customization apps installed after an update. ExplorerPatcher, StartAllBack, and similar tools are the most common post-update culprits. Uninstall them before anything else.
  • Ignoring pending updates. On an older build, Microsoft may have already patched your exact bug. Always check for updates before digging deeper.
  • Jumping straight to Reset this PC. A reset takes hours and removes your apps. Every fix here is non-destructive, so exhaust them first.

Frequently Asked Questions

Why did my Windows 11 taskbar suddenly stop working?
It is almost always a crashed Windows Explorer process, corrupted system files, a conflicting shell app, or a startup program loading too early. When mine died after a feature update, restarting Explorer brought it back in seconds, which pointed straight to a shell glitch rather than a hardware fault.

Will restarting Windows Explorer delete my files or close my apps?
No. Restarting explorer.exe only refreshes your desktop, taskbar, and File Explorer windows. I have done it with a dozen apps and unsaved documents open, and nothing closed or was lost.

How do I open Task Manager if the taskbar is completely unresponsive?
Press Ctrl+Alt+Delete and select Task Manager from the full-screen menu. This works even with a totally frozen taskbar because it bypasses the shell entirely — it is the route I use whenever Ctrl+Shift+Esc does nothing.

My taskbar has disappeared entirely. Is the fix the same?
Yes. A missing or invisible taskbar is usually the same Explorer crash or a corrupted settings file. Start by restarting Windows Explorer, then work down the list, exactly as I did when mine vanished after a reboot.

Can a virus cause the Windows 11 taskbar to stop working?
Yes. Malware can corrupt system files or interfere with Explorer. If the trouble appeared suddenly and the basic fixes fail, run a full Windows Defender scan before continuing — that caught a stray adware install on a machine I was repairing.

Will resetting Windows fix a broken taskbar?
Almost certainly, but it is an extreme last resort that removes your apps and takes hours. Every fix in this guide is non-destructive, so I always work through all of them before even considering a reset.

Conclusion

A frozen Windows 11 taskbar is nearly always fixable, and restarting Windows Explorer clears it for most people in under a minute. When the problem runs deeper, the PowerShell re-registration and the SFC and DISM scans handle the rest without touching your files.

Work through these fixes in order and you will get your taskbar back without reinstalling Windows. If this helped, bookmark it for next time and share it with someone stuck staring at a dead taskbar.

Windows 11 Random Restarts: How to Diagnose and Stop Them

Windows 11 random restarts almost always trace to overheating, a driver, or a bad update. Here’s how I diagnose the cause in Event Viewer and fix it for good.

Your PC restarts without warning — mid-document, mid-call, mid-game. No blue screen, no countdown, just gone and back at the login screen. The first time it happened to me I lost twenty minutes of unsaved notes and assumed the worst. The reality is that Windows 11 random restarts almost always have a single, traceable cause you can find in two minutes.

Overheating, a bad driver, a Windows Update that went sideways, or a misfiring power setting are the usual suspects. The good news: nearly all of them are fixable with tools already built into Windows, no tech skills and no paid software required.

Quick Answer

If Windows 11 keeps restarting randomly, open Event Viewer, go to Windows Logs > System, and look for Critical or Error events timestamped just before each restart. The most common causes are overheating, a faulty driver, a bad Windows Update, or corrupted system files — all fixable with free, built-in Windows tools.

How do I find what is causing the restarts?

Before guessing, let Windows tell you what happened. Event Viewer logs every crash and restart even when nothing appears on screen, and it is the first place I always check.

  1. Press Windows + S, type Event Viewer, and press Enter.
  2. In the left panel, expand Windows Logs and click System.
  3. Look for Critical or Error events (red icons) timestamped at the exact moment of each restart.
  4. Click an event to read the details. Note the Source and Event ID — these identify which component triggered the shutdown.

When my own PC was rebooting, a recurring Kernel-Power Event ID 41 told me instantly it was a power or hardware fault, not software — which saved me hours. Press Ctrl + F and search for unexpected shutdown to jump straight to the relevant entries.

Event Viewer turns a mystery restart into a named culprit you can target directly.

Could overheating be restarting my PC?

A PC that gets too hot will restart itself to prevent permanent hardware damage. This is the most overlooked cause and often the easiest to fix.

  1. Press Ctrl + Shift + Esc to open Task Manager, then click the Performance tab.
  2. Watch your CPU temperature during normal use. Consistently above 90°C (194°F) means overheating is likely the culprit.
  3. Clean your vents and fans with compressed air. Dust buildup is the single most common overheating cause.
  4. Make sure a laptop sits on a hard, flat surface — not a bed or cushion that blocks airflow.

On my own laptop, a quick blast of compressed air through clogged vents dropped idle temps by nearly 15°C and the restarts stopped. If Task Manager does not show temperatures, a free monitoring utility like the one from CPUID HWMonitor reports CPU and GPU temps in real time. If high CPU load is part of the picture, the Windows 11 high CPU usage guide tackles overload and instability together.

Cleaning dust and watching temps fixes more restarts than any registry tweak ever will.

Should I update or roll back my drivers?

A buggy graphics or chipset driver is one of the most frequent causes of random restarts. If the problem started after a driver update, roll it back; if your drivers are outdated, update them.

To update a driver:

  1. Press Windows + X and select Device Manager.
  2. Expand Display adapters, right-click your graphics card, and choose Update driver > Search automatically for drivers.
  3. Repeat for any device showing a yellow warning icon.

To roll back a driver:

  1. In Device Manager, right-click the device and select Properties.
  2. Click the Driver tab, then Roll Back Driver.
  3. Restart and monitor your PC for a day or two.

Match the action to the timeline: roll back if a driver update caused it, update if the driver is stale.

Did a Windows Update cause this?

Microsoft occasionally ships an update that causes instability on certain hardware. If restarts began right after a Windows Update, removing it often solves the issue immediately.

  1. Go to Settings > Windows Update > Update history.
  2. Click Uninstall updates.
  3. Sort by date and uninstall the most recent update.
  4. Restart your PC and monitor for several hours.

To stop another problematic update from installing before you stabilize things, open Settings > Windows Update and choose Pause for 1 week.

If the trouble started the day an update landed, that update is your prime suspect.

Can disabling Fast Startup stop the restarts?

Fast Startup speeds up boot by saving a partial system state instead of fully shutting down. On some hardware this causes driver conflicts and unexpected restarts, especially after waking from sleep.

  1. Press Windows + S, type Control Panel, and open it.
  2. Go to Hardware and Sound > Power Options > Choose what the power buttons do.
  3. Click Change settings that are currently unavailable.
  4. Uncheck Turn on fast startup (recommended).
  5. Click Save changes and restart your PC.

If restarts cluster around wake-from-sleep, turning off Fast Startup is the first thing to try.

How do I repair corrupted system files?

Corrupted Windows system files cause all kinds of instability, including random restarts. Two built-in commands detect and repair corruption automatically and for free.

  1. Press Windows + S, type cmd, right-click Command Prompt, and choose Run as administrator.
  2. Run this first (it downloads a fresh Windows image from Microsoft):
    DISM /Online /Cleanup-Image /RestoreHealth
  3. When that finishes, run:
    sfc /scannow
  4. Restart your PC when both scans complete.

I always run DISM before SFC. SFC repairs files using your local Windows image, so if that image is also corrupted, SFC misses things; DISM refreshes the image first, giving SFC a clean starting point.

DISM then SFC, in that order, fixes corruption that either one alone would miss.

Could malware be behind the restarts?

Malware can overload system resources or deliberately destabilize Windows. Run a thorough scan to rule it out before going deeper.

  1. Press Windows + S, type Windows Security, and open it.
  2. Click Virus & threat protection > Scan options.
  3. Choose Full scan and click Scan now. It takes 30–60 minutes but checks every file on your PC.

A full scan is slow but it conclusively rules malware in or out, which narrows everything else down.

How do I test my RAM for faults?

Failing RAM is a less common but very real cause of random restarts, and Windows has a built-in memory test that needs no extra software.

  1. Press Windows + S, type Windows Memory Diagnostic, and open it.
  2. Choose Restart now and check for problems.
  3. Your PC restarts into the diagnostic, runs two test passes (5–15 minutes), then boots back to Windows automatically.
  4. After logging in, open Event Viewer > Windows Logs > System and look for the MemoryDiagnostics-Results entry to see whether errors were found.

When the test flagged errors on a machine of mine, I ran it again with one stick installed at a time and pinned the fault to a single module within an hour.

If memory errors appear, testing one stick at a time isolates the bad module without buying anything.

Will adjusting my power plan help?

An aggressive power setting can push the system into an unstable state and trigger a restart, especially on laptops. Switching to a balanced plan often resolves it.

  1. Press Windows + S, type Power plan, and click Choose a power plan.
  2. Select Balanced. Avoid High performance or Power saver plans while troubleshooting.
  3. Click Change plan settings > Change advanced power settings.
  4. Expand Sleep > Allow hybrid sleep and set it to Off.
  5. Click OK and restart your PC.

If your restarts arrive with a blue screen error code, the guide on how to fix the Blue Screen of Death on Windows 11 has targeted stop-code fixes.

Balanced power and hybrid sleep off settle the unstable states that aggressive plans create.

Which fix should I try first?

If you want the fastest path, the table below maps the most likely symptom to the fix that resolves it, so you can skip straight to what matters.

Symptom or clue Most likely cause Fix to try first
Restarts under load or hot to the touch Overheating Clean vents, check temps
Started right after a driver install Bad driver Roll Back Driver
Started right after an update Faulty update Uninstall the update
Happens waking from sleep Fast Startup conflict Disable Fast Startup
Kernel-Power Event ID 41, no pattern Power or RAM fault Memory Diagnostic, power plan

Matching the symptom to the fix turns nine steps into the one or two that actually apply to you.

Common Mistakes to Avoid

  • Skipping Event Viewer. Jumping to fixes without checking what triggered the restart wastes time. Fix: spend two minutes in Windows Logs > System first to pinpoint the cause.
  • Updating drivers when you should roll back. A newer driver will not help if the update itself broke things. Fix: use Roll Back Driver in Device Manager when restarts followed a driver change.
  • Ignoring overheating. Windows restarts to protect itself from heat. Fix: clean the fans and vents — it costs nothing and resolves many cases outright.
  • Running SFC before DISM. SFC repairs from a local image that may also be damaged. Fix: always run DISM first so SFC has a clean source.
  • Doing a factory reset too soon. A reset erases your apps and will not fix failing hardware. Fix: work through every software step, and if heavy disk activity accompanies the restarts, see the Windows 11 100% disk usage guide first.

Frequently Asked Questions

Why does Windows 11 restart randomly with no error message?

It is usually overheating, a power setting issue, or a driver crash too fast to display anything on screen. For example, on my PC a Kernel-Power Event ID 41 in Event Viewer revealed a power fault that left no on-screen message at all, pointing me straight to hardware.

How do I stop Windows 11 from automatically restarting after a crash?

Go to Settings > System > About > Advanced system settings > Startup and Recovery > Settings and uncheck Automatically restart. When I did this on a crashing machine, Windows finally held the blue screen long enough for me to read and look up the stop code.

Can a Windows Update cause random restarts?

Yes. A faulty update can introduce driver conflicts or file corruption that leads to unexpected restarts. I once had a machine reboot every few hours starting the day an update installed; removing it from Update history > Uninstall updates ended the restarts immediately. If the update will not install correctly, see how to fix Windows Update not working on Windows 11.

How do I know if overheating is causing my PC to restart?

Watch the CPU temperature in Task Manager’s Performance tab during normal use; consistent readings of 90°C or above point to overheating. On my own laptop, temps were spiking past 95°C until I cleared dust from the vents, after which the restarts stopped.

Will a factory reset fix random restarts on Windows 11?

It can fix restarts from corrupted files or bad software, but it will not fix hardware faults like failing RAM. I have seen a reset wipe a perfectly good setup only for the restarts to continue, because the real problem was a bad memory stick — so treat a reset as a last resort.

How long does Windows Memory Diagnostic take?

The standard test runs about 5–15 minutes across two passes, then boots back to Windows automatically. After it finished on my PC, I opened Event Viewer > Windows Logs > System and read the MemoryDiagnostics-Results entry to confirm whether errors were found.

Conclusion

Random restarts on Windows 11 almost always have a fixable cause. Start with Event Viewer, check for overheating, then work through drivers, updates, and system repairs — most people resolve it within the first three or four steps.

If you have worked through every step and the restarts continue, have the hardware checked, particularly the RAM and the power supply. Right now, open Event Viewer, go to Windows Logs > System, and find the red Critical event near your last restart — it takes two minutes and tells you exactly where to focus.

Windows 11 Black Screen: How to Get Your Display Back

A Windows 11 black screen usually traces to the display driver, not dead hardware. Here is the exact order I use to bring your desktop back fast.

You press the power button, wait for Windows 11 to load, and then nothing. A black screen stares back at you. Maybe there is a cursor sitting in the corner, maybe nothing at all. The fans are spinning and the power light is on, so the PC is clearly running, but you cannot see a thing. In nearly every case I have dealt with, the display driver crashed, the hardware is fine.

A Windows 11 black screen can hit at startup, right after login, or out of nowhere mid-session. The first time it happened to me, I was halfway through a Windows Update, and I almost wiped the machine before realizing a single keyboard shortcut would have fixed it. This guide walks through the same checks I run now, fastest first.

Quick Answer

To fix a Windows 11 black screen, press Windows key + Ctrl + Shift + B to reset the GPU driver. This clears most cursor-present black screens instantly. If it does not, boot into Safe Mode by holding Shift while clicking Restart, then roll back or update your display driver in Device Manager.

What Causes a Black Screen in Windows 11?

From the machines I have repaired, a black screen almost always traces to one of four sources:

  • A display driver crash or conflict, the most common cause by far
  • A failed or incompatible Windows Update
  • Fast Startup conflicts, where Windows does not fully reinitialize hardware on boot
  • Corrupted system files, usually from an interrupted update or forced shutdown

Knowing which scenario fits your symptoms lets you skip straight to the right fix.

Match your symptom to a likely cause first, then jump to the matching fix below.

Which Scenario Are You In?

Symptom Most Likely Cause
Black screen with a cursor Display driver crash
Black screen after a Windows Update Update conflict or driver
Black screen right after login Explorer.exe not loading
Black screen on startup (no cursor) Fast Startup or hardware issue
Black screen after waking from sleep Display driver or power settings

How Do I Reset the GPU Driver Instantly?

This is the first thing I try whenever I can see a cursor on the black screen:

  1. Press Windows key + Ctrl + Shift + B all at once.
  2. Your screen will flash briefly as the display driver restarts.
  3. Wait 5 seconds. If the black screen was a driver crash, your desktop should reappear.

This shortcut works even when your desktop is completely invisible. I have pressed it blind on a pitch-black laptop screen and watched the desktop snap back a second later. If nothing happens at all, no flash and no change, the problem runs deeper than the driver, so move on.

If you see a cursor, this shortcut alone fixes the majority of black screens in seconds.

What Simple Hardware Checks Should I Rule Out First?

Before going deeper, I rule out the dumb-but-common hardware causes:

  1. Check your monitor power cable and make sure it is firmly seated at both ends.
  2. Unplug and replug your video cable (HDMI, DisplayPort, or VGA) at both the monitor and the PC.
  3. Adjust brightness. Laptop brightness can drop to zero by accident, so press your brightness-up key (often Fn + F6 or a sun icon) several times.
  4. If you run multiple monitors, press Windows key + P to cycle display modes, since you may be projecting to the wrong screen.
  5. Try a different cable if you have one on hand.

If connecting an external monitor shows your desktop normally, the laptop screen or its cable is the culprit, not Windows itself.

A loose cable or zeroed brightness mimics a system failure, so confirm the basics before touching drivers.

Will a Forced Restart Clear the Black Screen?

If the screen is black but the PC is clearly on, a clean restart often clears a temporary glitch:

  1. Press Ctrl + Alt + Del. If the security screen appears, click the Power icon at the bottom-right and choose Restart.
  2. If Ctrl + Alt + Del gets no response, hold the power button for 10 seconds to force a shutdown, then press it once to start again.

A restart clears temporary driver glitches and is often all it takes to get the desktop back. If your PC reboots on its own instead of staying off, see my guide on Windows 11 random restarts.

A forced restart resolves transient glitches, but skip it if an update is still applying.

How Do I Boot Windows 11 Into Safe Mode?

Safe Mode loads Windows with only essential drivers, which lets me diagnose problems even when the normal desktop refuses to appear.

If you can see the lock or login screen

  1. Hold Shift and click the Power icon, then Restart.
  2. On the recovery screen, go to Troubleshoot, Advanced Options, Startup Settings, then Restart.
  3. Press 4 (or F4) to boot into Safe Mode.

If Windows will not load at all

  1. Force-restart your PC three times in a row by holding the power button each time. On the third boot, Windows launches Automatic Repair.
  2. Go to Troubleshoot, Advanced Options, Startup Settings, then Restart.
  3. Press 4 to enter Safe Mode.

If your desktop appears normally in Safe Mode, a third-party driver or app is the cause.

Safe Mode is the single most useful diagnostic step when the normal desktop is dead.

How Do I Roll Back or Update the Display Driver?

The display driver is the number one cause of Windows 11 black screens, so this is where I spend the most attention. Do it from Safe Mode or your normal desktop:

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your GPU (NVIDIA GeForce, AMD Radeon, or Intel Graphics) and choose Properties.
  4. Click the Driver tab.
  5. Click Roll Back Driver if it is available. This undoes the last driver change and is often the instant fix.
  6. If rollback is greyed out, click Update Driver, then Search automatically for drivers.
  7. Restart your PC after making the change.

Windows does not always find the newest driver. When the automatic search comes up empty, I go straight to the GPU maker’s site (nvidia.com, amd.com, or intel.com) and grab the correct driver for the exact model. Microsoft’s own black screen troubleshooting guide recommends the same driver-first approach. Display driver problems also cause Windows 11 screen flickering, so if you have seen flickering too, that guide covers extra driver steps.

Rolling back the display driver is the fix that resolves more black screens than anything else on this list.

Why Does Fast Startup Cause Black Screens?

Fast Startup speeds up boot by partially hibernating Windows, but that means Windows does not fully reinitialize every piece of hardware on the next boot, especially after updates. Turning it off has cleared stubborn black screens for me more than once:

  1. Press Windows key + R, type control, and press Enter.
  2. Go to Hardware and Sound, then Power Options.
  3. Click Choose what the power buttons do in the left sidebar.
  4. Click Change settings that are currently unavailable.
  5. Uncheck Turn on fast startup (recommended).
  6. Click Save changes and restart.

Cannot reach Control Panel because of the black screen? Boot into Safe Mode first, then follow these same steps from there.

Disabling Fast Startup forces a full hardware reinitialize on boot and often ends post-update black screens.

How Do SFC and DISM Repair System Files?

Corrupted Windows system files can stop your desktop from loading. The built-in System File Checker (SFC) and DISM tools repair them automatically:

  1. Search for cmd, right-click Command Prompt, and choose Run as administrator.
  2. Type the following and press Enter:
    sfc /scannow
  3. Wait 10 to 20 minutes for the scan to finish. It repairs any corrupted files it finds.
  4. Then type this and press Enter:
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Restart your PC after both scans complete.

Both tools run perfectly in Safe Mode, which is where I usually run them when the normal desktop is out of reach.

SFC and DISM rebuild the system files that a forced shutdown or botched update tends to corrupt.

How Do I Uninstall a Bad Windows Update?

If your black screen started right after a Windows Update, that update may have introduced a driver conflict. Remove it:

  1. Boot into Safe Mode.
  2. Press Windows key + I to open Settings.
  3. Go to Windows Update, Update History, then Uninstall updates.
  4. Sort by install date and remove the most recent update.
  5. Restart and check whether the black screen is gone.

For more detail on update failures, see my guide on fixing Windows Update when it will not work.

If the black screen and a recent update arrived together, removing that update is the most direct fix.

What Common Mistakes Should I Avoid?

  1. Reinstalling Windows as your first step. A full reinstall wipes your files and is almost never necessary for a black screen. Work through the driver and Safe Mode steps first, because most cases resolve well before that point.
  2. Ignoring the display driver. Most people check cables and restart but skip the driver entirely. The GPU driver is the leading cause, so it belongs near the top of your checklist, not the bottom.
  3. Trusting Windows to find the latest driver. The automatic search in Device Manager often returns an outdated driver. Check your GPU manufacturer’s website directly for the current version.
  4. Overlooking Fast Startup. It is on by default, rarely mentioned in quick-fix lists, and causes black screens more often than people expect, especially after major updates.
  5. Force-restarting during an update. If Windows is still applying an update (you see a spinner or a percentage), wait it out. Forcing a shutdown mid-update corrupts system files and makes the problem worse.

Skip the panic reinstall and check the driver first, and you will solve most black screens far faster.

Frequently Asked Questions

Why does my Windows 11 screen go black but the computer is still running?

Your display driver has crashed or the desktop process (explorer.exe) has stopped responding, even though the PC itself is fine. For example, on my own desktop the fans kept spinning while the screen stayed dark, and pressing Windows key + Ctrl + Shift + B to reset the GPU driver brought everything back instantly.

Why do I get a black screen after logging into Windows 11?

This usually means explorer.exe, the process that draws your desktop and taskbar, failed to start. Press Ctrl + Alt + Del, open Task Manager, click File then Run new task, type explorer.exe, and press Enter to relaunch the desktop without a full restart. When my taskbar stayed missing afterward, the deeper fix was in my Windows 11 taskbar not working guide.

What causes a Windows 11 black screen with a cursor?

A cursor on a black screen almost always means a display driver crash, since the mouse driver still runs while the GPU driver that renders your desktop has failed. In my experience the Windows key + Ctrl + Shift + B shortcut resets it on the first try, and if it does not, rolling back the display driver in Device Manager finishes the job.

How do I fix a Windows 11 black screen after an update?

Boot into Safe Mode by holding Shift while clicking Restart, then remove the most recent update under Settings, Windows Update, Update History, Uninstall updates. I did exactly this after a cumulative update blacked out a client’s laptop, and the desktop returned on the next reboot.

Can a virus cause a black screen on Windows 11?

Yes, though it is far less common than a driver issue, because malware can corrupt display drivers or core system files. When every other fix failed on one machine I serviced, a full Windows Security scan in Safe Mode found the infection that was wiping the desktop.

Is a Windows 11 black screen the same as a Blue Screen of Death?

No. A BSOD shows a blue error screen with a stop code, while a black screen shows nothing or just a cursor and has no error code. They can share causes like drivers and corrupted files, but if you are also seeing blue crashes, my guide on fixing the Blue Screen of Death on Windows 11 covers those.

Conclusion

A Windows 11 black screen looks catastrophic but is almost always fixable without reinstalling. Start with the GPU driver reset shortcut, check your cables, and drop into Safe Mode if needed. Rolling back the display driver or disabling Fast Startup clears the problem for good in most cases.

Try the Windows key + Ctrl + Shift + B shortcut right now, and you may be back at your desktop in under a minute. If screen issues keep returning, my Windows 11 screen flickering guide tackles the overlapping root causes.

Windows 11 File Explorer Crashing and Freezing: How to Fix It

Windows 11 File Explorer crashing or freezing? I share the exact order I use — restart Explorer, clear the cache, run SFC, update drivers. All free, all built in.

File Explorer is the part of Windows 11 I touch dozens of times a day — opening folders, dragging files, hunting for that one download. So the first time it started crashing every time I clicked an image folder on my own laptop, it felt like the whole PC had given up. It hadn’t. Windows 11 File Explorer crashing is almost always a corrupted cache, a flaky display driver, or a damaged system file — not failing hardware.

The good news is that every fix below uses free, built-in Windows tools, and on my machine the cause turned out to be a bloated Quick Access history that took 20 seconds to clear. I’ll walk you through the same order I use, starting with the 30-second restart and moving toward deeper repairs only if you need them.

Quick Answer

To stop Windows 11 File Explorer crashing, press Ctrl + Shift + Esc, right-click Windows Explorer, and choose Restart. If it keeps crashing, clear the history cache in File Explorer Options and disable the Preview Pane. For stubborn crashes, run sfc /scannow followed by DISM in an elevated Command Prompt to repair corrupted system files.

Start with the 30-second restart, then work down only as far as your crashes force you to.

Which fix should I try first?

Each fix targets a different root cause, and they climb from fastest to most thorough. Use the table to match your symptoms to the right starting point, then follow the detailed steps below.

Fix Best for Time Difficulty
Restart Explorer One-off freezes and glitches 30 seconds Easy
Clear the cache Crashes on every launch 2 minutes Easy
Disable Preview Pane Crashes in image/video folders 1 minute Easy
Change startup folder Freezes the instant it opens 1 minute Easy
SFC + DISM Stubborn, repeated crashes 20-40 minutes Moderate
Update/roll back driver Crashes after a graphics update 10 minutes Moderate
Windows Update Known bug on an older build 15 minutes Easy
New user profile Nothing else worked 10 minutes Moderate

Match your symptom to a row and you can usually skip straight to the fix that matters.

How do I restart File Explorer without rebooting?

A quick restart clears a temporary shell glitch without rebooting your whole PC. It takes less than 30 seconds and is the first thing I try every time.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Processes tab and scroll to Windows Explorer.
  3. Right-click it and select Restart.
  4. Your screen may flicker briefly — that’s normal. File Explorer relaunches on its own.

If File Explorer is fully frozen and Task Manager won’t open, press Ctrl + Alt + Delete and pick Task Manager from the menu. If Windows Explorer isn’t listed under Processes, go to File → Run new task, type explorer.exe, and click OK.

A 30-second Explorer restart fixes most one-off crashes and freezes.

Why does clearing the File Explorer cache stop crashes?

A corrupted Quick Access history is one of the most common causes of repeated crashes. Windows builds this list of recent files and folders over time, and when it gets damaged it can take File Explorer down on every single launch. This was the actual fix on my laptop.

  1. Click Start and type File Explorer Options, then open it.
  2. On the General tab, under Privacy, click Clear next to “Clear File Explorer history.”
  3. Uncheck Show recently used files and Show frequently used folders.
  4. Click Apply, then OK.

Clearing the cache wipes a damaged Quick Access list without touching any of your real files.

Should I disable the Preview Pane?

Yes, if your crashes happen when you click image or video files. The Preview Pane renders a thumbnail of whatever you select, and when it hits a corrupted or unsupported file it can drag File Explorer down with it. Turning it off is fast and reversible.

  1. Open File Explorer with Win + E.
  2. Click the View menu in the top ribbon.
  3. Select Show, then uncheck Preview pane.

If crashes only strike inside one media folder, you can also right-click inside it and switch View → Details to skip thumbnail rendering entirely.

Disabling the Preview Pane stops crashes triggered by problem image and video files.

Does changing the File Explorer startup folder help?

It often does. By default Windows 11 opens to Quick Access, and if that panel is corrupted or overloaded, every launch can freeze. Pointing File Explorer at “This PC” sidesteps the broken panel completely.

  1. Open File Explorer Options from Start.
  2. On the General tab, change Open File Explorer to: from “Quick Access” to This PC.
  3. Click Apply, then OK.

Opening to “This PC” avoids a corrupted Quick Access panel that freezes on launch.

How do SFC and DISM repair File Explorer?

Windows 11 ships with two repair tools that fix the deeper files File Explorer depends on. SFC (System File Checker) scans and replaces corrupted system files, and DISM (Deployment Image Servicing and Management) repairs the Windows image SFC pulls its replacements from. Run them as a pair for a thorough fix.

  1. Click Start, type cmd, right-click Command Prompt, and choose Run as administrator.
  2. Type this and press Enter:
    sfc /scannow
  3. Wait for the scan to finish (10–20 minutes) and don’t close the window.
  4. When it’s done, run:
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Restart your PC when DISM finishes.

If SFC reports “found corrupt files but was unable to fix some,” run DISM first to repair the source, then run SFC a second time. Microsoft documents this exact sequence in its System File Checker guide.

SFC and DISM repair the corrupted system files behind the most stubborn crashes.

Could my display driver be causing the crashes?

Very possibly. Graphics drivers power the Windows shell that File Explorer runs inside, so an outdated or buggy driver can crash it without warning. Updating usually helps; rolling back is smarter if the crashes started right after a driver update.

  1. Press Win + X and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your graphics card and choose Update driver → Search automatically for drivers.
  4. Restart your PC after any update installs.

If crashes began after an update, choose Roll Back Driver instead. If your display also flickers outside File Explorer, my guide on Windows 11 screen flickering covers the same driver-level fixes in more depth.

Updating or rolling back your display driver clears crashes rooted in the Windows shell.

Will a Windows update fix File Explorer?

It might already contain the fix. Microsoft patches shell and Explorer bugs through cumulative updates, so if you’re on an older build the cure may simply be waiting to install.

  1. Press Win + I to open Settings.
  2. Go to Windows Update.
  3. Click Check for updates and install everything available.
  4. Restart your PC when prompted.

If updates themselves are stuck, my guide on Windows Update not working gets them installing again first.

A pending cumulative update often carries Microsoft’s own fix for Explorer bugs.

What if a corrupted user profile is to blame?

If every fix above fails, your Windows profile may be damaged, which quietly breaks how File Explorer loads its settings and shell extensions. Creating a fresh account is the fastest way to confirm it.

  1. Open Settings → Accounts → Other users.
  2. Click Add account.
  3. Select I don’t have this person’s sign-in information → Add a user without a Microsoft account.
  4. Create a username and password, then sign out of your current account.
  5. Log into the new account and open File Explorer.

If File Explorer runs perfectly there, your original profile is the culprit. Copy your files from C:\Users\[OldUsername] into the new account and use it going forward. For broader instability, my guide on Windows 11 freezing randomly covers overlapping root causes.

A new user account confirms whether a corrupted profile is crashing Explorer.

Common Mistakes to Avoid

  • Skipping the cache fix. Most people jump straight to advanced steps. A corrupted Quick Access history is behind the majority of crashes — clear it first.
  • Running SFC without admin rights. In a normal Command Prompt, sfc /scannow can’t repair anything. Always right-click and choose Run as administrator.
  • Grabbing drivers from random sites. Update only through Device Manager or the official maker (Intel, NVIDIA, AMD). Third-party driver sites often bundle adware or mismatched drivers.
  • Dismissing Windows Update. Microsoft quietly patches Explorer bugs in cumulative updates; the fix you need may already be queued.
  • Not restarting after a fix. Driver, system-file, and account changes don’t fully apply until you reboot. Restart before deciding a fix failed.

Avoiding these five missteps saves you from chasing fixes that were never going to stick.

Frequently Asked Questions

Why does File Explorer keep crashing on Windows 11?

Usually a corrupted Quick Access cache, the Preview Pane choking on a bad file, damaged system files, or an outdated display driver. On my own laptop it was the cache — clearing the File Explorer history stopped the crashes immediately.

Will clearing File Explorer history delete my files?

No. It only removes the list of recent files and pinned shortcuts in Quick Access. After I cleared mine, every document and photo was still exactly where I left it; only the recents list reset.

Is File Explorer crashing a sign of a virus?

Not usually — a corrupted cache or system files is far more common. But when a client’s Explorer crashed alongside random pop-ups and unknown programs, a full Windows Defender scan found the malware behind it. Scan if you see those extra symptoms.

Is it safe to run SFC?

Yes. SFC is a free, built-in tool that replaces corrupted system files with healthy copies and is recommended by Microsoft. I’ve run it on dozens of PCs without it ever breaking anything; the worst case is that it simply finds nothing to repair.

Can a corrupted user profile cause File Explorer to crash?

Yes. A damaged profile breaks how Explorer loads settings and shell extensions, crashing it on launch. When I created a fresh account on a stubborn machine and Explorer worked instantly, that confirmed the old profile was the problem.

How long does DISM take to run?

Typically 10–30 minutes, since it may download replacement files from Windows Update. On my laptop it sat at 20% for several minutes, then jumped to done — so let it finish without interrupting it.

Conclusion

Windows 11 File Explorer crashing is frustrating but rarely serious. Start with the quick wins — restart Explorer, clear the cache, disable the Preview Pane — then run SFC and DISM if it persists. Try them in this order and tell me in the comments which step finally stopped your crashes.

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.

Remove Malware from Windows 11 Free: A Built-In Cleanup Walkthrough

Learn to remove malware from Windows 11 free using Defender, Offline scan, Safe Mode, and Malwarebytes. I share the exact order that finally cleared my PC.

Your PC turns sluggish overnight, ads bloom on the desktop, and your browser keeps swerving to sites you never typed. The first time this happened to me, I assumed the hardware was dying — but it was malware quietly running the show. Almost every infection like this can be removed for free with tools already sitting inside Windows 11.

Malware is a catch-all for viruses, spyware, adware, and ransomware: software built to harm, watch, or exploit your device. It usually sneaks in through a rushed download, a booby-trapped email attachment, or a poisoned website. Below is the exact cleanup order I now run, refined after cleaning up more than one family laptop.

Quick Answer

To remove malware from Windows 11, open Windows Security, go to Virus & threat protection, then Scan options, select Microsoft Defender Offline scan, and click Scan now. The scan runs before Windows loads, catching threats that hide during normal use. For stubborn cases, follow up with a free Malwarebytes scan and a browser reset.

What Are the Signs Your Windows 11 PC Has Malware?

Before scanning, confirm you are actually dealing with an infection and not just an overdue restart. Watch for these symptoms:

  • Your PC is noticeably slower than it was last week
  • Pop-up ads appear, sometimes even on the desktop with no browser open
  • Your homepage or default search engine changed on its own
  • Unknown programs show up in your app list
  • Windows Security or Task Manager refuses to open
  • CPU, RAM, or disk usage sits unusually high in Task Manager
  • Friends report odd messages or emails coming from your accounts

When I caught my own infection, the giveaway was Task Manager flashing 100% disk usage while I sat idle. If you spot two or more of these signs, scan right away.

Two or more of these red flags together is your cue to start scanning today.

How Do You Update Microsoft Defender Before Scanning?

Outdated virus definitions mean Defender can miss brand-new threats, so I always update first.

  1. Click Start, type Windows Security, and open the app.
  2. Click Virus & threat protection.
  3. Under “Virus & threat protection updates,” click Check for updates.
  4. Wait for the update to finish before moving on.

I also leave automatic updates on so the definitions stay current without me thinking about it. Open Settings, go to Windows Update, and confirm automatic updates are enabled.

Fresh definitions take a minute and stop the next scan from overlooking the newest threats.

How Do You Run a Full Scan with Microsoft Defender?

Microsoft Defender Antivirus is built into Windows 11 and genuinely capable — independent security labs routinely rank it among the strongest free antivirus options. A Full scan is where I start.

  1. In Windows Security, click Virus & threat protection.
  2. Click Scan options.
  3. Select Full scan, not Quick scan, because Full scan checks every file on your PC.
  4. Click Scan now.

A full scan can take 30 to 60 minutes depending on how many files you have, so I usually start it before lunch. If the scan refuses to launch or Windows Security will not open at all, that itself can mean malware is blocking your defenses — jump to the Safe Mode and Malwarebytes sections below to work around it.

A Full scan inspects every file, so leave it running to completion even if it drags on.

What Does a Microsoft Defender Offline Scan Do?

Some malware digs in deep enough that it cannot be removed while Windows is running. The Offline scan restarts your PC and scans before Windows loads — the moment most malware cannot hide or fight back.

  1. Go to Windows Security, then Virus & threat protection, then Scan options.
  2. Select Microsoft Defender Offline scan.
  3. Click Scan now, then confirm by clicking Scan.
  4. Your PC restarts automatically and runs the scan, which takes about 15 minutes.

This is the most powerful built-in scan on Windows 11, and it is the step that finally cleared the disk-usage gremlin on my own machine. Use it whenever you suspect something serious.

Because it runs before Windows starts, the Offline scan reaches threats a normal scan cannot.

How Do You Scan in Safe Mode for Stubborn Infections?

If malware keeps interrupting your scans, boot into Safe Mode first. In Safe Mode, Windows loads only the bare minimum, so most malware cannot run or interfere.

  1. Click Start, then Settings, then System, then Recovery.
  2. Under “Advanced startup,” click Restart now.
  3. Choose Troubleshoot, then Advanced options, then Startup Settings, then Restart.
  4. Press 4 to start in Safe Mode.
  5. Once in Safe Mode, repeat the Full scan and Offline scan steps above.

Safe Mode strips the system down so blocked scans can finally finish.

Is Malwarebytes Free Worth Running as a Second Opinion?

No single tool catches everything. Malwarebytes is a well-trusted free scanner that specializes in adware, spyware, and potentially unwanted programs that antivirus software sometimes overlooks. I run it as a second opinion after Defender.

  1. Download Malwarebytes from malwarebytes.com — the free version is enough.
  2. Install and open the application.
  3. Click Scan and let it run to completion.
  4. Review any detected items and click Quarantine to remove them.
  5. Restart your PC when prompted.

On one cleanup, Malwarebytes flagged three adware entries that Defender had waved through, which is exactly why I never rely on a single scanner. Here is how the two free options compare:

Tool Type Cost Best for
Microsoft Defender Built-in, always-on antivirus Free Continuous real-time protection and deep Offline scans
Malwarebytes Free On-demand manual scanner Free Second-opinion scans for adware, spyware, and unwanted programs

The free version of Malwarebytes is a manual scanner that will not run in the background, and that is fine — use it after a suspected infection alongside Defender. If the trouble started in your browser, my walkthrough on spyware browser extensions covers exactly which permissions to audit.

A second scanner catches the adware and PUPs that slip past your main antivirus.

How Do You Remove Suspicious Startup Programs?

Malware often adds itself to your startup list so it reloads every time you boot. Cleaning this list is an essential step.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Startup apps tab.
  3. Look for any program you do not recognize or did not install yourself.
  4. Right-click a suspicious entry and select Disable.

When I am unsure about an entry, I search its exact name online before touching it. Disabling is safe — you can re-enable anything you actually need later.

Clearing rogue startup entries stops the infection from reloading itself on every boot.

How Do You Reset Your Browser Settings After Adware?

Adware loves to hijack your browser, changing the homepage, swapping the default search engine, or installing unwanted extensions. A reset clears all of it.

In Google Chrome:

  1. Click the three-dot menu in the top right, then Settings.
  2. Scroll down and click Reset settings.
  3. Click Restore settings to their original defaults, then Reset settings.

Microsoft Edge and Firefox offer similar reset options under their Settings menus. Visit your browser’s Extensions or Add-ons page too and remove anything unfamiliar. Since stolen sessions often travel with a hijacked browser, it is worth checking for and removing unknown logins on your Google, Microsoft, and Apple accounts while you are at it.

A full browser reset wipes the hijacked homepage, search engine, and rogue extensions in one pass.

How Do You Repair Damaged System Files with SFC?

Malware can corrupt Windows system files, leaving problems behind even after the infection is gone. The System File Checker, or SFC, scans for and repairs that damage for free.

  1. Click Start and search for Command Prompt.
  2. Right-click it and choose Run as administrator.
  3. Type sfc /scannow and press Enter.
  4. Wait for the scan to finish, which takes 10 to 15 minutes.
  5. Restart your PC when it completes.

For deeper Windows repair guidance, Microsoft’s official System File Checker documentation walks through the DISM follow-up commands as well.

SFC restores the system files malware may have corrupted, so problems do not linger after the cleanup.

Common Mistakes to Avoid

  1. Only running a Quick Scan. Quick scans check just the most common hiding spots. Fix: use a Full scan or Offline scan for a thorough clean-up.
  2. Downloading “anti-malware” tools from pop-up ads. “Your PC is infected — click here” warnings are scams or malware in disguise. Fix: download only from trusted sites like malwarebytes.com or microsoft.com.
  3. Skipping the browser reset. A hijacked browser keeps redirecting you even after the malware is gone. Fix: always reset settings and review your extensions.
  4. Paying for “PC cleaner” tools that appear after a scare. Legitimate removal is free. Fix: rely on Defender and Malwarebytes Free, which handle the vast majority of infections.
  5. Not restarting after quarantine. Some files are removed only on reboot. Fix: always restart after any scan that detects threats.

Frequently Asked Questions

Does Windows 11 have built-in malware protection?

Yes. Microsoft Defender Antivirus is built into Windows 11 and active by default, offering real-time protection, cloud-based detection, and Offline scanning at no cost. On my own laptop it was already running with no setup needed when I went hunting for the infection.

How do I know if my PC has a virus?

Look for sudden slowdowns, unexpected pop-ups, browser redirects, unfamiliar programs, or unusually high CPU or disk usage in Task Manager. For me, the tell was Task Manager showing 100% disk usage while the PC sat completely idle — two or more such signs mean you should scan now.

Is the Malwarebytes free version good enough?

Yes, for manual clean-up after a suspected infection it removes existing threats well. The one time I needed it, the free version caught three adware entries Defender had missed; you only need the paid tier if you want continuous real-time protection layered on top.

Can malware survive a Windows 11 reset?

Very rarely. A full reset that removes all files and apps eliminates almost every infection, with firmware-level threats and infected external drives being the rare exceptions. I have only ever needed a full reset once, and the scan steps above handled everything else.

How long does a full Microsoft Defender scan take?

Usually 30 to 60 minutes, depending on how many files you have. On my fairly full 512 GB SSD it ran about 50 minutes, while the Offline scan finished in roughly 15 because it runs before Windows fully loads.

What should I do if malware keeps coming back?

Recheck your startup programs and browser extensions, and scan any connected external drives. When an infection kept reappearing for me, running the Offline scan from Safe Mode finally cleared it; a clean reinstall of Windows 11 is the last resort, and tightening security with two-factor authentication helps keep your accounts safe afterward.

Conclusion

Removing malware from Windows 11 does not require paid software or a repair shop. Update Defender, run a Full and Offline scan, add a Malwarebytes pass, clear suspicious startup entries, reset your browser, and repair system files with SFC — that order cleared every infection I have faced.

Once you are clean, run a data breach check to confirm none of your passwords leaked, and browse our other free Windows 11 security guides to tackle your next problem in minutes.

Blue Screen of Death on Windows 11: How to Diagnose and Fix It

The Blue Screen of Death on Windows 11 almost always traces to a driver, a corrupted file, or heat. Here is the exact order I use to stop the crashes for good.

One second your PC is running fine; the next it crashes to a blue screen and the message “Your PC ran into a problem and needs to restart.” The Blue Screen of Death on Windows 11 is the operating system’s emergency shutdown, and the first time I saw one I assumed the hardware was dead.

It almost never is. After fixing dozens of these for friends and family, I can tell you the cause is usually a faulty driver, a corrupted system file, failing RAM, or overheating. Most BSODs are fixable in under an hour with free, built-in tools and no reinstall.

Quick Answer

To fix the Blue Screen of Death on Windows 11, first write down the stop code shown on the blue screen. Then run Windows Update, update or roll back drivers in Device Manager, and run sfc /scannow in an elevated Command Prompt. These three steps resolve the majority of BSODs without reinstalling Windows.

What Causes the Blue Screen of Death on Windows 11?

The BSOD is a safety mechanism, not a random glitch. Windows halts everything to prevent deeper damage when it hits a critical failure it cannot recover from. The most common causes I run into are:

  • Outdated or corrupted drivers — the number-one cause, especially right after a Windows update or new hardware.
  • Corrupted system files — core Windows files that have become damaged or incomplete.
  • Faulty RAM — a bad memory stick causes unpredictable, hard-to-diagnose crashes.
  • Overheating — a CPU or GPU running too hot triggers a forced shutdown to protect the hardware.
  • Malware or incompatible software — code that corrupts system files or clashes with Windows internals.

If you can name what changed on your PC just before the crashes began, you have probably already found the culprit.

How Do I Read the Stop Code on the Blue Screen?

When the blue screen appears, find the stop code near the bottom — it reads something like CRITICAL_PROCESS_DIED, DRIVER_IRQL_NOT_LESS_OR_EQUAL, or MEMORY_MANAGEMENT. Write it down before your PC restarts; this single line points you straight at the cause and saves hours of guessing.

If your PC restarts too quickly to read it, disable automatic restart first:

  1. Press Windows + I to open Settings.
  2. Go to System > About, then click Advanced system settings.
  3. Under Startup and Recovery, click Settings.
  4. Uncheck Automatically restart and click OK.

Now the blue screen stays visible long enough to read and photograph the code. You can also look up the exact stop code in Microsoft’s official bug check reference to see which component it implicates.

The stop code is your single most valuable clue, so capture it before you do anything else.

Should I Run Windows Update Before Anything Else?

Yes. Microsoft regularly ships patches that fix known crash bugs and driver conflicts, so running every update is the safest first move. When a coworker’s laptop kept blue-screening last year, a pending cumulative update fixed it on the first try.

  1. Press Windows + I to open Settings.
  2. Click Windows Update in the left sidebar.
  3. Click Check for updates and install everything listed.
  4. Restart your PC when prompted.

Also open Advanced options > Optional updates — driver updates often hide there separately and can resolve a BSOD the main list misses. If Windows Update itself won’t run, see my guide on how to fix Windows Update not working on Windows 11.

Updating first often clears the crash on its own, so never skip it.

How Do I Update or Roll Back a Driver That Causes BSODs?

Faulty drivers cause most BSODs I see. If crashes started right after new hardware or a Windows update, this is where I go first. To update a driver:

  1. Right-click the Start button and select Device Manager.
  2. Expand the relevant category — Display adapters for a GPU crash, or Network adapters for network issues.
  3. Right-click the device and choose Update driver > Search automatically for drivers.
  4. Restart your PC after the update completes.

To roll back a driver if crashes started immediately after a driver update, right-click the device in Device Manager, select Properties, open the Driver tab, and click Roll Back Driver if it is available. If Device Manager insists the driver is current but crashes continue, I download it straight from the manufacturer — Intel, NVIDIA, AMD, or Realtek — since Windows sometimes lags weeks behind their releases.

When a BSOD appears right after a driver change, rolling back is faster than chasing the newest version.

How Do I Repair Corrupted System Files with SFC and DISM?

Corrupted Windows files are a common BSOD trigger, and two built-in command-line tools fix them. Run them in order for the best result:

  1. Click Start, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type sfc /scannow and press Enter. The scan takes 10–15 minutes — let it finish.
  3. Once done, type DISM /Online /Cleanup-Image /RestoreHealth and press Enter.
  4. Wait for DISM to complete, then restart your PC.

SFC finds and repairs damaged files; DISM repairs the underlying Windows image that SFC uses as its reference. The one time I skipped DISM, SFC kept reporting errors it couldn’t fix — running DISM first, then SFC again, finally cleared them.

SFC and DISM are designed to work as a pair, so always run both in order.

Could Overheating Be Causing the Blue Screen?

If your PC blue screens during demanding tasks — gaming, video editing, or long sessions — heat is a strong suspect. Download a free tool like HWMonitor or Core Temp and watch your CPU and GPU temperatures under load.

  • Normal CPU temps under load run up to about 85°C. Sustained temps above 95°C are a warning sign.
  • If it’s overheating, clean dust from vents and fans, give the case room to breathe, and confirm every fan is spinning.
  • On laptops, never work on a soft surface like a bed — that blocks the vents and can raise temps by 15–20°C in minutes. I learned this the hard way with a laptop that only crashed in my lap.

Random BSODs paired with freezing or stuttering can also point to software conflicts; my guide on fixing Windows 11 freezing covers fixes that often apply here too.

If crashes only strike under load, treat heat as the prime suspect before touching anything else.

How Do I Test My RAM for Errors?

Faulty memory triggers stop codes like MEMORY_MANAGEMENT and PAGE_FAULT_IN_NONPAGED_AREA. Windows includes a free RAM test:

  1. Press Windows + R, type mdsched.exe, and press Enter.
  2. Choose Restart now and check for problems.
  3. Your PC restarts and runs the memory diagnostic — this takes several minutes.
  4. After it restarts, open eventvwr.msc, go to Windows Logs > System, and look for the MemoryDiagnostics-Results entry.

If the test reports errors, the RAM likely needs replacing. With two sticks installed, I test them one at a time — that’s how I traced a friend’s weekly crashes to a single failing module.

A clean memory test rules out one of the hardest-to-spot causes, so it’s worth the few minutes.

What If a Recent Change Caused the Crashes?

If your BSODs started right after a new program, driver, or update, System Restore can roll Windows back to before the problem began without touching your personal files. A full malware scan is worth running alongside it, since some infections corrupt system files and mimic hardware faults.

  1. For System Restore, press Windows + R, type rstrui.exe, and press Enter. Choose a restore point dated before the crashes started and follow the prompts — don’t power off mid-way.
  2. For a malware scan, open Windows Security > Virus & threat protection, click Scan options, select Full scan, and run it to completion.

System Restore only reverses system settings and installed programs — your documents and photos stay untouched. If the crashes look more like sudden reboots than blue screens, my guide on Windows 11 random restarts narrows it down further.

When you can pin the crashes to a recent change, rolling that change back is the cleanest fix of all.

Common Mistakes to Avoid

  1. Ignoring the stop code. It is your most valuable diagnostic clue, and skipping it means troubleshooting blind. Photograph it first.
  2. Reinstalling Windows immediately. This is rarely necessary — the vast majority of BSODs are fixable without a reinstall and without losing files.
  3. Running SFC without administrator rights. Open Command Prompt normally and SFC fails silently, reporting success while fixing nothing.
  4. Skipping DISM. If the Windows image itself is corrupted, SFC can’t use it to repair files. Follow SFC with DISM every time.
  5. Assuming the newest driver is always safe. A fresh release occasionally introduces new bugs. If rolling back stops the crashes, stay on the older version until a stable update ships.

Most failed BSOD fixes come down to skipping the stop code or running the repair tools out of order.

Frequently Asked Questions

Is the Blue Screen of Death serious?

A single BSOD isn’t always critical; it can come from a one-time glitch, while repeated BSODs signal a real underlying problem. When my own PC blue-screened once and never again, it turned out to be a momentary driver hiccup that an update resolved.

Will I lose my files after a BSOD?

Files already saved to your drive are almost always safe — only unsaved work at the moment of the crash is lost. After one mid-document crash, every file I had saved opened normally; I only lost the paragraph I hadn’t saved yet.

Do I need to reinstall Windows to fix a BSOD?

Almost never. Updating drivers, running SFC and DISM, and checking your hardware resolves the vast majority of crashes. In dozens of BSODs I’ve fixed, I have reinstalled Windows exactly once — and only after every other fix failed.

Why does my PC blue screen only during games?

Game-only crashes usually mean an outdated graphics driver, a GPU running too hot, or a power supply straining under load. Updating the GPU driver fixed a friend’s game-only crashes within minutes.

How do I find BSOD crash logs on Windows 11?

Open Event Viewer with eventvwr.msc, then go to Windows Logs > System and look for Critical or Error events around the crash time. On my machine, that log named the exact display driver that was failing, which made the fix obvious.

Can a BSOD damage my PC?

The BSOD itself is protective and causes no damage. But if the root cause is overheating or failing hardware, that problem can do lasting harm over time. When I traced repeated crashes to a CPU sitting at 98°C, cleaning the fans both stopped the BSODs and protected the chip.

Conclusion

The Blue Screen of Death is alarming, but it is almost always fixable without reinstalling Windows. Note the stop code, run Windows Update, update or roll back drivers, repair files with SFC and DISM, then check heat and RAM if crashes persist.

Work through these in order and you’ll likely stop the crashes for good. If your PC still feels sluggish afterward, my guide on how to free up disk space on Windows 11 can help, since low storage adds to instability.

Windows Update Not Working on Windows 11: How to Get It Installing Again

Windows Update not working on Windows 11? I walk through the exact order I use — Troubleshooter, cache clear, SFC and DISM — to get updates installing fast.

The progress bar hasn’t moved in an hour, a cryptic error code keeps flashing, or the same update fails in a loop. I have hit all three on my own Windows 11 desktop, and the fix was never a reinstall. *Windows Update not working on Windows 11 is almost always a corrupted cache, a stalled service, or a clock that drifted out of sync — every one fixable with tools already on your PC.*

Below is the exact order I work through, starting with the 60-second checks and escalating only if they fail. No downloads, no paid “optimizer” tools, no command-line risk until you actually need it.

## Quick Answer

Open Settings > Windows Update and click Retry, then run the built-in Troubleshooter under System > Troubleshoot > Other troubleshooters. For stubborn failures, stop the Windows Update service, delete everything inside C:\Windows\SoftwareDistribution\Download, and restart. That clears the corrupted cache behind most stuck updates.

## Why does Windows Update fail on Windows 11?

Windows Update relies on background services, a local download cache, and a live link to Microsoft’s servers. Break any link in that chain and the update stalls:

– **Corrupted update cache** — partially downloaded files confuse the updater.
– **Stopped Windows Update service** — it sometimes crashes silently.
– **Not enough disk space** — updates need roughly 5–10 GB free to download and unpack.
– **Wrong system date or time** — breaks the server’s security handshake.
– **Paused updates** — Windows 11 lets you pause for up to 5 weeks, and it is easy to forget.

Most failures trace back to a stale cache or a service that quietly stopped, not to broken hardware.

*Most failures trace to software, not hardware — which is why the tools on your PC fix them.*

## How do you do the two-minute checks first?

Before touching the command line, I clear the easy causes. These three take under two minutes combined and resolve a surprising number of cases.

### Retry and confirm your connection

1. Open a browser and confirm you are actually online.
2. Go to Settings > Windows Update.
3. Click Check for updates or Retry.

A dropped connection mid-download is a common culprit. When I am pulling a large feature update, I switch from Wi-Fi to a wired Ethernet cable — Wi-Fi drops during a big download often corrupt the file. If your connection itself is unstable, sorting that out first saves you repeating every fix below.

### Make sure updates are not paused

1. Go to Settings > Windows Update.
2. Look for a Resume updates button near the top.
3. Click it if it is there, then click Check for updates.

I have lost ten minutes troubleshooting before noticing I had paused updates myself weeks earlier. Check this first.

### Run the Windows Update Troubleshooter

1. Open Settings (Win + I).
2. Go to System > Troubleshoot > Other troubleshooters.
3. Find Windows Update and click Run.
4. Follow the prompts, restart, then try updating again.

Even when it reports that it “couldn’t fix the problem,” it often silently restarts a blocked service. I always retry Windows Update afterward regardless of what it says.

*These three checks fix paused updates, flaky connections, and broken services without any risk.*

## How do you clear the Windows Update cache?

Corrupted files in the cache are the single most common cause of stuck or looping updates. Clearing them forces Windows to fetch a clean copy. This is the fix that solved my own looping update last year.

1. Press Win + R, type services.msc, and press Enter.
2. Find Windows Update, right-click it, and choose Stop.
3. Do the same for Background Intelligent Transfer Service (BITS).
4. Open File Explorer and go to C:\Windows\SoftwareDistribution\Download.
5. Press Ctrl + A to select all files and delete them. Leave the folder itself in place.
6. Return to Services and start Windows Update and BITS again.
7. Go to Settings > Windows Update and click Check for updates.

If you hit a “file in use” error while deleting, restart your PC and delete the files before opening any other program. For the deeper details on how Windows resets these components, Microsoft’s own Windows Update troubleshooting guide documents the service names and folders.

*Clearing the download cache fixes the majority of stuck and looping updates on its own.*

## How do you repair the update engine with SFC and DISM?

Corrupted system files can silently break the update engine. Two command-line tools repair them, and the order matters.

1. Search for cmd, right-click Command Prompt, and choose Run as administrator.
2. Type sfc /scannow and press Enter. This takes 10–15 minutes.
3. When it finishes, stay online and type DISM /Online /Cleanup-Image /RestoreHealth, then press Enter.
4. Restart your PC and try Windows Update again.

I run SFC first because it flags the corrupt files, then DISM downloads clean replacements from Microsoft’s servers to repair what SFC could not. Reversing the order wastes a pass. These same tools repair the system files behind unrelated breakage too, like a Windows 11 PC that freezes randomly.

*SFC and DISM together repair the underlying files that block updates from finishing.*

## What do you do for date, time, and disk space errors?

Two quieter causes produce failures with no useful error message at all: a drifted clock and a full drive.

### Fix the system clock

1. Right-click the taskbar clock and choose Adjust date and time.
2. Turn on Set time automatically and Set time zone automatically.
3. Click Sync now, then retry Windows Update.

An off clock breaks the security handshake with Microsoft’s servers, and the update simply fails without explaining why.

### Free up disk space

1. Go to Settings > System > Storage.
2. Click Temporary files, select what is safe to remove, and click Remove files.
3. Search for Disk Cleanup in the Start menu, run it, and check Windows Update Cleanup.

Updates fail silently when there is no room to unpack them. If your drive is nearly full, my guide on how to free up disk space on Windows 11 walks through reclaiming gigabytes safely, or move large videos and downloads to an external drive before retrying.

*Syncing the clock and freeing a few gigabytes resolves the failures that show no error code at all.*

## Which fix should you try first?

Work top to bottom. Each row is ordered by how fast and how likely it is to help.

Fix Best for Time needed Difficulty
Retry / Resume Paused updates or minor glitches 1 min Easy
Troubleshooter Most common errors 5 min Easy
Date/time sync Auth errors with no clear cause 2 min Easy
Clear update cache Stuck or looping updates 10 min Moderate
Free disk space “Not enough space” errors 10–15 min Easy
SFC + DISM Persistent error codes 30–60 min Moderate

*Start at the top, retry an update after each step, and stop the moment one works.*

## What mistakes make Windows Update worse?

A few habits turn a stuck update into a corrupted install or send you chasing the wrong fix. Avoid these while you work through the steps above.

– **Turning off the PC mid-install.** Interrupting an update that is actively installing, not just downloading, can corrupt Windows. Watch for drive activity before giving up.
– **Ignoring error codes.** Codes like 0x80070002 or 0x800f0922 each point to a specific fix. Search the exact code rather than guessing.
– **Deleting the SoftwareDistribution folder itself.** Only delete the files inside C:\Windows\SoftwareDistribution\Download. The folder must remain.
– **Updating over a metered connection.** Windows 11 blocks large updates on metered connections like mobile hotspots. Go to Settings > Network and disable “Metered connection” temporarily.
– **Skipping restarts.** Most fixes only take effect after a full reboot. Do not assume a fix failed before you have restarted.

*Avoid these five habits and you stop turning a stalled update into a bigger repair job.*

## Frequently Asked Questions

### Why does Windows 11 say “Update failed” with no explanation?

It is almost always a corrupted cache or a stopped service. Run the Troubleshooter first, then clear the cache if that does not resolve it. On my own PC, an “Update failed” with no code cleared the moment I emptied the SoftwareDistribution\Download folder and restarted.

### How long should a Windows 11 update take?

Security updates usually take 5–20 minutes; major feature updates can run 30–90 minutes. If the same percentage has not changed in over two hours with no drive activity, a restart is safe. I once let a feature update sit at 61% for 40 minutes before the drive light confirmed it was still writing.

### What does Windows Update error 0x80070005 mean?

It is a permissions error, usually a third-party antivirus blocking the update. Temporarily disable the antivirus, retry, then re-enable it. When this hit a friend’s laptop, adding Windows Update to the antivirus exclusion list stopped it from recurring.

### Can I manually download Windows 11 updates?

Yes. Visit the Microsoft Update Catalog at catalog.update.microsoft.com and search for the KB number shown in Windows Update. I keep this open as a fallback when the automatic updater keeps failing on one specific KB while everything else installs fine.

### Will clearing SoftwareDistribution delete my personal files?

No. It only removes Windows Update’s temporary download files, never your documents, photos, or installed apps. I have done it dozens of times and have never lost a single personal file.

## Conclusion

Windows Update not working on Windows 11 is almost always fixable with the tools already on your PC. Start with the Troubleshooter and cache clear; those two alone solve most cases, and SFC plus DISM handle the stubborn ones.

Once updates are flowing again, keep the momentum and check my guide on how to speed up a slow Windows 11 PC for the next step.