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.

Recover Deleted Files on Windows 11: Free Built-In and Tool-Based Methods

Need to recover deleted files on Windows 11? I walk through Recycle Bin, Previous Versions, Windows File Recovery, and Recuva — free first, with the steps that work.

Recovering deleted files on Windows 11 is far more possible than most people think, even when the Recycle Bin is already empty. When you delete a file, Windows doesn’t scrub the data off the disk — it just marks that space as available and waits. That gap between “deleted” and “overwritten” is the whole reason recovery works, and it’s why your next move matters more than anything.

I’ve pulled back work documents, photos, and a half-finished spreadsheet I deleted in a hurry, so I’ve tested every method below on my own machine. The single most important rule: the moment you notice a file is gone, stop saving, downloading, and installing anything on that drive — every new write risks overwriting what you’re trying to save.

Quick Answer

To recover deleted files on Windows 11, check the Recycle Bin first and right-click the file to Restore. If it’s emptied, try Previous Versions (folder Properties tab), File History in Control Panel, the free Windows File Recovery tool, or Recuva. Act immediately — the sooner you try, the higher your odds.

How does file deletion actually work in Windows 11?

When you delete a file and empty the Recycle Bin, Windows removes the pointer to the data but leaves the actual bytes on the drive until new data lands on top of them. On an SSD, the TRIM command can wipe that space faster, so recovery odds drop quicker than on a traditional hard drive. The takeaway is the same either way: speed wins.

The first time I recovered a deleted invoice, I’d already kept browsing for ten minutes — and the file came back slightly corrupted. Acting within seconds, not minutes, is what protects a clean copy.

Deleted data survives only until something overwrites it, so stop using the drive immediately.

Is the file still in the Recycle Bin?

This is always my first stop. Files removed with the Delete key land here before they’re truly gone.

  1. Double-click the Recycle Bin icon on your Desktop.
  2. Browse or search for your file.
  3. Right-click it and click Restore. The file returns to its original location.

To restore several files at once, hold Ctrl, select each one, then right-click and choose Restore the selected items.

No Recycle Bin icon on your desktop? Open File Explorer and type C:\$Recycle.Bin in the address bar. If you can’t spot your file, click the Date Deleted column header to sort by the most recent deletions first.

Always check the Recycle Bin before reaching for anything more technical.

Can Previous Versions bring a file back without a backup?

Yes — Windows quietly creates folder snapshots through System Restore points, even if you never configured a backup. This is one of the most underused built-in recovery features I rely on.

  1. Open File Explorer and go to the folder that contained the deleted file.
  2. Right-click the folder and select Properties.
  3. Click the Previous Versions tab.
  4. Choose a snapshot dated before the deletion and click Open.
  5. Find your file inside the snapshot window, then drag it to a safe location.

If the tab shows “no previous versions available,” System Restore was disabled on your PC — skip ahead to Windows File Recovery or Recuva.

Previous Versions takes 30 seconds to check and often hands you the file instantly.

How do I restore a file with File History?

File History is Windows’ built-in incremental backup, but it only helps if you enabled it earlier with an external drive or network location.

  1. Open Control Panel, then System and Security, then File History.
  2. Click Restore personal files in the left sidebar.
  3. Navigate to the folder and use the arrow buttons to step back to a date before the deletion.
  4. Select the file and click the green Restore button.

If File History is off, it can’t help with this deletion. It’s still worth setting up afterward — my guide to automatic file backups on Windows 11 walks through doing it in under 20 minutes.

File History only rescues files if you switched it on before the deletion.

What is Windows File Recovery and how do I use it?

Windows File Recovery is Microsoft’s official free command-line tool for recovering permanently deleted files from NTFS drives. Search for Windows File Recovery in the Microsoft Store and install it.

Open Command Prompt as Administrator, then run:

winfr C: D:\RecoveryFolder /regular /n \Users\YourName\Documents\report.docx

Replace C: with your source drive and D:\RecoveryFolder with a destination on a different drive — never recover to the same drive you’re scanning. Swap the file path for your actual target file name.

For a broader sweep when you don’t know the exact name, use:

winfr C: D:\RecoveryFolder /extensive

You can target file types too: /n *.docx scans for all Word files, and /n *.jpg for all photos. If winfr finds the file but the recovery is corrupted, the data was partly overwritten — try Extensive mode for a deeper scan. Microsoft documents every flag in its official Windows File Recovery guide.

Always recover to a separate drive so winfr can’t overwrite what it’s reading.

Does OneDrive keep a copy after I empty the Recycle Bin?

Yes. If the file lived in your OneDrive folder, a cloud copy almost certainly survives even after you cleared the local Recycle Bin.

  1. Go to onedrive.live.com and sign in with your Microsoft account.
  2. Click Recycle bin in the left sidebar.
  3. Find and select your file, then click Restore.

OneDrive holds deleted files for 30 days before permanently removing them from the cloud, which has saved me more than once after I’d already given up on the local copy.

The OneDrive cloud Recycle Bin is a separate 30-day safety net worth checking.

Is Recuva a safe choice for beginners?

Yes — Recuva by Piriform is the most beginner-friendly free recovery tool I’ve used. It’s safe, runs a step-by-step wizard, and color-codes your recovery odds so you know what’s worth restoring.

  1. Download Recuva from piriform.com/recuva. Install it on a USB drive or a different drive — never the one holding the deleted file.
  2. Launch Recuva and choose your file type and scan location in the wizard.
  3. Enable Deep Scan for the best results.
  4. Select files marked with a green dot (good recovery chance) and click Recover.

Recuva’s green-dot rating shows which files are actually worth recovering before you start.

Which recovery method should I use?

Each method fits a different situation — this table maps the six options to when each one wins.

Method Needs prior setup? Works after Recycle Bin emptied? Best for
Recycle Bin No No Most accidental deletions
Previous Versions No (if System Restore is on) Yes Files in known folders
File History Yes Yes Regular scheduled backups
Windows File Recovery No Yes Technical users; any file type
OneDrive Recycle Bin Needs OneDrive sync Yes Files stored in OneDrive
Recuva No Yes Beginners; deep scan

Start at the top row and work down — the no-setup options come first because they help even when you never prepared.

Common Mistakes to Avoid

  1. Continuing to use the drive after the file goes missing. Fix: pause every save, download, and install on that drive immediately to avoid overwriting the data.
  2. Emptying the Recycle Bin before checking it. Fix: always look inside first — once it’s emptied, you need deeper tools to recover.
  3. Downloading recovery software onto the same drive. Fix: install Recuva or Windows File Recovery on a USB stick or another drive instead.
  4. Skipping the Previous Versions tab. Fix: spend the 30 seconds to check it — it often yields instant results when System Restore was running.
  5. Forgetting the OneDrive cloud Recycle Bin. Fix: sign in at onedrive.live.com, since a cloud copy survives 30 days after the local one is gone.

Most failed recoveries come down to writing new data to the drive before you act — protect the disk first, recover second.

Frequently Asked Questions

Can I recover permanently deleted files on Windows 11?
Yes, in many cases. Permanently deleted files aren’t truly gone until new data overwrites the space, so tools like Windows File Recovery and Recuva can often retrieve them. I recovered a “permanently deleted” PDF this way minutes after emptying the bin.

How long do I have to recover a deleted file on Windows 11?
There’s no fixed deadline, but the clock starts the second you delete the file. Every minute of normal PC use raises the risk — when I waited ten minutes once, the recovered file came back partly corrupted.

Can I recover files after emptying the Recycle Bin?
Yes. Stop using the drive immediately and run Windows File Recovery or Recuva. After I emptied a folder of receipts by mistake, Recuva’s deep scan pulled most of them back intact.

Does Windows 11 back up my files automatically?
Not by default. File History needs manual setup, while OneDrive backs up files in the OneDrive folder automatically once sync is on. I keep both enabled so a single deletion is never fatal.

Can I recover deleted files from an external hard drive?
Yes. Connect the drive without writing anything new to it, then point Windows File Recovery or Recuva at it. I recovered photos from a USB stick this way by leaving it untouched until the scan finished.

What’s the easiest free file recovery tool for Windows 11?
Recuva is the most beginner-friendly thanks to its wizard and color-coded dots. Windows File Recovery is more powerful but runs from Command Prompt, which I only reach for when Recuva comes up short.

Conclusion

Losing a file rarely means losing it forever. Start with the Recycle Bin, try Previous Versions and File History, then bring in Windows File Recovery or Recuva for deeper retrieval — most people get their file back in the first three steps.

Once you’ve recovered it, spend five minutes enabling File History or OneDrive sync so it can’t happen again. For more, see my guides on setting up automatic file backups and fixing File Explorer crashes on Windows 11.

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 CPU Usage at 100%: How to Find the Cause and Fix It

Windows 11 CPU usage stuck at 100%? I show how I find the runaway process in Task Manager and the exact fixes that bring it down, using free built-in tools only.

The first time my Windows 11 desktop pinned its CPU at 100%, the fans roared, every click lagged, and Task Manager showed one process eating the whole processor. The fix took me about ten minutes once I knew where to look. Almost every case of 100% CPU usage on Windows 11 traces back to a single identifiable process — not failing hardware.

High CPU usage on Windows 11 happens when a background task, a runaway app, an outdated driver, or malware grabs the processor and refuses to let go. Sometimes Windows itself is to blame, running an update or file-indexing job at the worst moment. The good news is that you can find the cause and fix it with free, built-in tools — no technician and no reinstall.

Quick Answer

To fix 100% CPU usage on Windows 11, open Task Manager with Ctrl + Shift + Esc, click the CPU column to find the top process, and end that task. Then disable startup apps, install Windows Updates, run a full malware scan in Windows Security, and disable SysMain if usage stays high.

Start in Task Manager to name the offending process, then work the fixes below from easiest to deepest.

How do I check what is using my CPU?

Before changing anything, I always pinpoint the culprit so I am not fixing the wrong thing:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the CPU column header to sort processes by usage, highest first.
  3. Note the top two or three processes. That is your starting point.

The first time I did this, the offender was a browser sitting at 40+ open tabs. Common culprits include antivirus scans, Windows Update, browsers, and sync tools like OneDrive or Google Drive.

Sort Task Manager by CPU first so you fix the real offender instead of guessing.

Which fix should I try for high CPU usage?

I work through these in order, easiest first. Here is how the main fixes compare so you can jump to the one that matches your symptoms.

Fix Best for Time
Restart the PC Usage built up over days 2 min
End the process One app at the top of the list 1 min
Disable startup apps High CPU right after login 5 min
Windows + driver updates Spikes after a recent update 15 min
Full malware scan High usage while idle 30-60 min
Disable SysMain SSD-based PCs with steady load 5 min

Restart your PC first

A restart clears temporary files, flushes memory, and stops runaway processes that may have been building for days. Choose Restart, not Shut Down — Windows 11’s Fast Startup means a shutdown does not fully reset running processes the way a proper restart does.

End the high-CPU process in Task Manager

  1. Open Task Manager (Ctrl + Shift + Esc).
  2. Right-click the process at the top of the CPU column.
  3. Click End Task.

If it is a program you recognize, close and reopen it fresh — a single crashed instance is often the whole problem. If the name is unfamiliar, search it online before ending it. If the process instantly reappears at high CPU, it may be a Windows service or malware, so skip to the malware scan.

Disable unnecessary startup programs

Apps that launch at login quietly consume CPU in the background. Open Task Manager, click the Startup apps tab, right-click any non-essential app, and select Disable. Good candidates: Spotify, Microsoft Teams, game launchers, and manufacturer utilities you rarely use.

Update Windows and your drivers

A single buggy driver or unpatched build can pin CPU at 100% until a fix ships. Go to Settings → Windows Update and install everything available. Then open Device Manager (right-click Start → Device Manager), look for yellow warning icons, and choose Update driver. If the spikes began right after an update, check Windows Update again a day or two later — a patch may already be queued.

Run a full malware scan

Malware, especially cryptocurrency miners, is built to hijack your CPU silently. Open Windows Security, go to Virus & threat protection → Scan options, choose Full scan, and click Scan now. A full scan takes 30-60 minutes and removes most threats automatically. Microsoft’s own Windows Security guide explains how the built-in scanner works.

Disable the SysMain service

SysMain (formerly Superfetch) pre-loads apps into RAM to speed launches. On PCs with fast SSDs it can backfire and drive CPU up. Press Win + R, type services.msc, double-click SysMain, set Startup type to Disabled, click Stop, then restart. If you run an older mechanical hard drive instead of an SSD, leave SysMain on — it genuinely helps spinning drives.

Switch your power plan to Balanced

If your PC is set to High Performance, Windows runs the CPU at full speed even for light tasks. Search for Power plan, click Choose a power plan, and select Balanced (recommended) so the CPU can throttle down when idle.

Run System File Checker

Corrupted system files can make processes like WMI Provider Host spike unpredictably. Open Command Prompt as administrator, type sfc /scannow, and press Enter. Wait 10-15 minutes without closing the window, then restart. If it repairs files, corrupted components were the cause; if it reports no integrity violations, your files are clean and the problem lies elsewhere.

Move down the list in order and most people resolve it within the first three fixes.

If your processor is fine but the drive is the bottleneck, see my guide on how to stop 100% disk usage on Windows 11. For a broader tune-up, read how to speed up a slow Windows 11 PC, and if Windows is throwing other errors, see how to fix File Explorer crashing.

What mistakes should I avoid with high CPU usage?

  • Ending critical system processes — Terminating “System” or “Windows Security Health Service” can crash your PC. Fix: search an unfamiliar process name online before ending it.
  • Running two antivirus programs at once — Two real-time scanners fight over the CPU constantly. Fix: stick to Windows Defender unless you have fully replaced it with one paid alternative.
  • Skipping Windows Update — Delaying updates means missing CPU-bug patches. Fix: install them regularly, not only when something breaks.
  • Using High Performance mode on a laptop — It forces maximum CPU speed, drains the battery, and overheats compact laptops. Fix: switch to Balanced.
  • Disabling startup apps blindly — VPN clients, accessibility tools, and security software matter at login. Fix: only disable entries you are certain about.

The fastest way to make high CPU worse is ending a process you cannot name, so verify before you click.

Frequently Asked Questions

Why is my Windows 11 CPU at 100% when I am not doing anything?
A background task such as Windows Update, file indexing, or an antivirus scan is running. If usage stays at 100% for more than 15 minutes at idle, a process has gone rogue. On my own PC the culprit was a stalled Windows Update that cleared after one restart.

Is 100% CPU usage dangerous for my computer?
Sustained high CPU generates heat that can wear components over time, but it will not destroy your PC overnight. On a laptop I once left maxed out for an afternoon, the keyboard got uncomfortably hot — that heat is the reason to fix it quickly.

What is “Antimalware Service Executable” and why does it spike my CPU?
It is Windows Defender running a background scan, and it usually settles within 30 minutes. When it ran constantly on my machine, I opened Windows Security → Virus & threat protection → Manage settings and scheduled scans for overnight, which stopped the daytime spikes.

Will disabling SysMain make my PC slower?
On an SSD you will not notice a slowdown, and it can reduce background CPU load. After I disabled it on my SSD laptop, app launch times were identical but idle CPU dropped a few percent.

Can browser extensions cause high CPU usage?
Yes, a poorly coded or malicious extension can spike CPU with many tabs open. I test this by opening a private window, which disables extensions; when CPU drops noticeably, an extension is the culprit and I remove it.

What if none of the fixes work?
The cause may be hardware — overheating, a failing drive, or low RAM. Check your CPU temperature with a free monitoring tool; on my older tower, readings above 90°C meant the cooler needed cleaning and fresh thermal paste, which solved it.

Conclusion

High CPU usage on Windows 11 is annoying but almost always fixable without a technician or factory reset. Start in Task Manager to find the offender, then work the fixes in order. If random slowdowns continue, read my guide on how to diagnose Windows 11 freezing next.

Name the process first, fix in order, and you will almost always tame the CPU without spending a cent.

Windows 11 Screen Flickering: How to Diagnose and Fix It

Windows 11 screen flickering almost always traces to a display driver or a clashing app. Here is the 30-second test that tells you which, plus the fix.

The first time I dealt with Windows 11 screen flickering, my monitor strobed so hard I had to look away to read the error. One minute the display was fine; the next it was flashing, tearing, and randomly going black. Before you start blindly reinstalling drivers, there is one 30-second test that tells you exactly where to look. Almost every case comes down to one of two things: a bad display driver or a single app fighting your graphics system.

I have fixed this on my own desktop, a work laptop, and a friend’s gaming rig, and the order below is the exact sequence I run every time. You will not need to be a technician or reinstall Windows.

Quick Answer

Windows 11 screen flickering is usually caused by an outdated, corrupted, or incompatible display driver, or by a conflicting app. Open Task Manager: if it flickers too, update or roll back your graphics driver. If it does not flicker, find and uninstall the problem app. Most people fix this in under 10 minutes.

Run the Task Manager test first; it tells you whether to chase the driver or the app.

How do I tell what is causing the flicker?

Before I touch a single driver, I run the Task Manager test. It pinpoints the cause in about 30 seconds and saves you from chasing the wrong fix.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Watch your screen carefully while Task Manager is on top.

Here is what the result tells you:

What flickers Most likely cause Where to go next
Everything, including Task Manager Display driver problem Driver fixes below
Everything except Task Manager Incompatible app The conflicting-app section

If Task Manager flickers with everything else, it is a driver; if it stays steady while your screen flashes, it is an app.

Why is my screen flickering after a Windows update?

An outdated or buggy graphics driver is the single most common cause, and a fresh Windows update is the usual trigger because it can swap your working driver for a newer, less stable one. When my laptop started flickering the day after a feature update, updating the driver from the vendor fixed it in one restart.

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your graphics adapter (for example NVIDIA GeForce, AMD Radeon, or Intel UHD Graphics) and choose Update driver.
  4. Select Search automatically for drivers.
  5. If Windows finds an update, install it and restart your PC.

For NVIDIA and AMD cards, I always download the latest driver directly from the manufacturer (the official NVIDIA driver download page or amd.com) rather than trusting Windows, because vendor drivers are usually newer and better tested. If Windows insists the best drivers are already installed but the flicker continues, the current driver is likely corrupted, so jump to the clean reinstall.

A driver update straight from the GPU maker fixes most post-update flicker in a single restart.

How do I roll back a display driver that broke?

If the flickering started right after a driver or Windows update, rolling back to the previous version often solves it instantly. This is the second thing I try whenever a known-good machine suddenly goes haywire.

  1. Open Device Manager (right-click Start, then Device Manager).
  2. Expand Display adapters and double-click your graphics adapter.
  3. Go to the Driver tab.
  4. Click Roll Back Driver. If the button is greyed out, Windows has no previous driver saved, so move on to the reinstall.
  5. Choose a reason when prompted, click Yes, and restart your PC.

Roll Back Driver restores the last working version in one click, when Windows still has it saved.

How do I completely reinstall a corrupted driver?

If updating and rolling back both fail, the driver files themselves are probably corrupted, and a clean reinstall wipes them out and starts fresh. This is the step that finally fixed my friend’s gaming rig after two updates failed.

  1. Open Device Manager, then Display adapters.
  2. Right-click your graphics adapter and select Uninstall device.
  3. If you see a checkbox for Delete the driver software for this device, tick it.
  4. Click Uninstall, then restart your PC.
  5. Windows loads a basic driver on its own. From there, download and install the latest driver from your GPU maker (NVIDIA, AMD, or Intel).

Uninstalling the driver entirely and reinstalling from the vendor clears corruption that an update cannot.

Can the wrong refresh rate cause flickering?

Yes. A refresh rate your monitor cannot reliably handle, especially on external or high-refresh displays, causes a steady flicker that looks just like a driver fault. I hit this with a budget cable that could not sustain 144 Hz.

  1. Go to Settings, then System, then Display.
  2. Scroll down and click Advanced display.
  3. Under Choose a refresh rate, try a lower value, for example switch from 144 Hz to 60 Hz.
  4. If the flickering stops, your cable or monitor cannot reliably support the higher rate.

Drop the refresh rate one notch; if the flicker dies, the cable or monitor is your real limit.

How do I find the app that is causing flicker?

If Task Manager did not flicker in the first test, an app is the culprit. Windows 11 is known to clash with certain programs, and Norton Antivirus, iCloud for Windows, and some older audio utilities are frequent offenders. When my screen flickered only on the desktop, the trigger turned out to be a recently updated antivirus.

  1. Think about what changed before the flickering started. Did you recently install or update an app?
  2. Go to Settings, then Apps, then Installed apps.
  3. Temporarily uninstall recently added apps one at a time, checking after each removal whether the flicker stops.
  4. When you find the app that fixes it, look for an update, or keep it uninstalled if none exists.

You can often avoid uninstalling by disabling hardware acceleration inside the app instead. In Chrome, open Settings, then System, toggle off Use hardware acceleration when available, and relaunch. If an app keeps misbehaving, our guide on fixing the Windows 11 black screen covers related display conflicts.

Uninstall recently changed apps one at a time, or just switch off hardware acceleration to test.

Will Windows Update fix display flickering?

Sometimes, yes. Microsoft regularly ships driver and stability patches through Windows Update, and a pending update may already contain your fix, especially after a release that caused widespread display issues.

  1. Go to Settings, then Windows Update.
  2. Click Check for updates.
  3. Install everything, then open Advanced options, then Optional updates, where driver patches often hide and are not installed automatically.
  4. Restart your PC and check the display.

If Windows Update itself is stuck, see our guide on fixing Windows Update when it will not work.

Check Optional updates too, because Microsoft hides many display driver fixes there.

What if it is the cable or hardware?

If every software fix fails, the problem is probably physical. I keep a spare DisplayPort cable on my desk purely because a frayed one once gave me a flicker I wasted an hour blaming on drivers.

  • External monitors: Unplug and firmly reseat the HDMI, DisplayPort, or USB-C cable at both ends. Try a different cable if you have one, since even a slightly loose or damaged cable causes intermittent flicker.
  • Laptops: If the flicker appears when you flex the lid or tilt the screen, you likely have a loose internal display cable. That needs professional repair from the manufacturer or a local shop.
  • GPU temperature: An overheating card can flicker under load. Use a free tool like HWMonitor or GPU-Z to check temperatures, and if they sit at 85 to 90 C, clear dust from the cooler or improve case airflow.

If the flicker only shows at certain lid angles, it is a hardware cable issue and no software fix will help.

What mistakes should I avoid while troubleshooting?

  • Skipping the Task Manager test. Updating drivers when an app is the real cause wastes time. Run the test first, every single time, then follow where it points.
  • Relying only on Windows Update for drivers. It often serves generic, older drivers. Download the latest version straight from NVIDIA, AMD, or Intel for the most reliable result.
  • Ignoring Optional updates. Driver patches frequently live under Optional updates, not automatic installs. Check Settings, Windows Update, Advanced options, Optional updates by hand.
  • Installing a new driver over a corrupted one. Fully uninstall the old driver and restart before installing fresh. Layering a new driver over a broken one often makes things worse.
  • Overlooking the cable. A cheap or damaged HDMI or DisplayPort cable flickers exactly like a driver fault. Swap the cable early instead of going deep on software first.

Test before you fix: the wrong first move wastes the most time on a flicker.

Frequently Asked Questions

Why is my Windows 11 screen flickering after an update?
An update can replace your display driver with a version that clashes with your hardware. For example, after a recent feature update my laptop flickered until I opened Device Manager, went to the GPU’s Driver tab, and clicked Roll Back Driver to restore the working version.

Why does my screen flicker only in certain apps?
Those apps use hardware acceleration, which can conflict with your GPU driver. In my case Chrome flickered alone until I turned off “Use hardware acceleration when available” in its settings and relaunched it.

Can a virus cause screen flickering on Windows 11?
Rarely, but it is possible. I once chased a flicker for an hour before a full Windows Security scan flagged adware that was injecting an overlay; removing it cleared the flicker instantly.

What if my screen is flickering in Safe Mode too?
Flickering in Safe Mode, where only basic drivers load, strongly points to hardware. On a friend’s laptop the same flicker in Safe Mode turned out to be a failing display cable that a shop replaced.

How do I fix screen flickering on a laptop?
Start with the driver fixes: update, roll back, or reinstall. When that did nothing on my old ThinkPad, the flicker only appeared at certain lid angles, which meant a loose internal cable that needed professional repair.

Why does my screen flicker randomly and then stop on its own?
Intermittent flicker usually means a loose cable or a GPU starting to overheat. On my desktop it vanished once I reseated the DisplayPort cable and cleared dust from the card, with HWMonitor confirming the temperature drop.

Conclusion

Windows 11 screen flickering almost always comes down to a display driver or a clashing app, and both are fixable without any technical background. Run the Task Manager test first, then follow it to the right fix, and you will usually have a steady display within minutes.

Dealing with other display or stability problems? Our guides on fixing the Blue Screen of Death on Windows 11 and diagnosing Windows 11 freezing pick up where this one leaves off. Found a fix that worked for you? Drop it in the comments and help the next reader.

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.

Windows 11 Sleep Mode Not Working: How to Diagnose and Fix It

Windows 11 sleep mode not working? I show how I trace the exact cause with powercfg, then disable wake timers and Wake-on-LAN to make sleep stick for good.

Your Windows 11 PC should slip into sleep when you step away, saving power and waking instantly when you come back. Instead it stays on all night, or it dozes off for a second and immediately jolts itself awake again.

Windows 11 sleep mode not working is one of the most common power problems I get asked about, and the cause is almost always a short list of culprits: sleep timers set to “Never,” wake timers left enabled, a network adapter pinging the PC awake, or a display driver gone bad after an update. The trick is to stop guessing and let Windows tell you exactly what woke the machine.

Every fix below uses free tools already built into Windows. I have run these same steps on my own desktop and a couple of family laptops, and the diagnostic command in the third section is the one that saves me the most time.

Quick Answer

Open Settings > System > Power & sleep and confirm sleep timers are set, not “Never.” Then run powercfg /lastwake in an administrator Command Prompt to see what woke your PC, disable wake timers under Power Options, and turn off Wake-on-LAN on your network adapter. These steps fix most sleep problems in under 10 minutes.

Is Sleep Actually Turned On in Your Power Settings?

This sounds too obvious to mention, but it is the cause more often than any other single issue, because app installers and Windows updates silently flip the timer to “Never.”

  1. Press Windows + I to open Settings.
  2. Go to System > Power & sleep.
  3. Under Sleep, set both “On battery” and “Plugged in” to a time you like. I use 15 minutes on battery and 30 plugged in.
  4. On a desktop you will only see “Plugged in,” which is normal.

While you are here, check the Screen timeout directly above. Your screen should turn off sooner than the PC sleeps; if the screen never blanks, the machine may never reach sleep. If the sleep dropdown is grayed out, a Group Policy setting or third-party app has locked it, so jump to the power-plan reset near the end.

Most “broken” sleep is simply a timer that was switched off, so always confirm this first.

Why Does Your PC Keep Waking From Wake Timers?

Wake timers are scheduled tasks, such as Windows Update or routine maintenance, that Windows lets pull the PC out of sleep. When my desktop kept waking at the same time every night, this was the cause.

  1. Search for Power Options in the Start menu and open it.
  2. Click Change plan settings next to your active plan, then Change advanced power settings.
  3. Find Sleep > Allow wake timers.
  4. Set both “On battery” and “Plugged in” to Disable.
  5. Click OK, then restart your PC.

If your PC wakes at predictable times overnight, disabling wake timers almost always stops it.

How Do You Find Exactly What Is Waking Your PC?

This is the step I reach for first, because it turns guesswork into a precise answer. Windows ships with a diagnostic that names the device or task responsible.

  1. Search for Command Prompt, right-click it, and choose Run as administrator.
  2. See what last woke your system: powercfg /lastwake
  3. List every active wake timer: powercfg /waketimers
  4. See what is blocking sleep right now: powercfg /requests

On my own machine, /lastwake reported the Ethernet adapter receiving a broadcast packet, which pointed me straight to the Wake-on-LAN fix below. The /requests command often exposes a media player, a Teams or Zoom call, or a browser tab playing audio that is silently holding the PC awake.

Run these three commands before changing anything else, because they tell you which fix to apply.

Should You Turn Off Wake-on-LAN on Your Network Adapter?

Wake-on-LAN lets a network card power the PC on when it receives a signal, which is handy in offices but a nuisance at home when your router broadcasts all night. If /lastwake named a network adapter, yes, turn it off.

  1. Press Windows + X and click Device Manager.
  2. Expand Network adapters.
  3. Right-click your Wi-Fi or Ethernet adapter and choose Properties.
  4. Click the Power Management tab.
  5. Uncheck Allow this device to wake the computer, then click OK.

Repeat this for every adapter. If you have both Wi-Fi and Ethernet, disable it on both; missing one keeps the problem alive. No Power Management tab means that driver does not support it, so move on.

Turning off Wake-on-LAN on every adapter stops a chatty network from waking your PC.

Does Your Display Driver Need an Update or a Roll Back?

A broken or outdated display driver is a frequent cause of sleep failures, especially right after a Windows Update. Which way you go depends on when the trouble started.

  1. Press Windows + X and click Device Manager.
  2. Expand Display adapters.
  3. Right-click your GPU and choose Update driver > Search automatically for drivers.

If sleep broke after a recent update, roll back instead: right-click the GPU > Properties > Driver tab > Roll Back Driver. This fixed it on a laptop here faster than waiting for a new release. If the update itself failed to install cleanly, my guide on how to fix Windows Update not working on Windows 11 can help you get a healthy driver delivered. For NVIDIA and AMD cards, I find the driver from the manufacturer’s site more stable than the one Windows Update ships.

Update the driver if sleep was always flaky; roll it back if sleep broke right after an update.

Comparing the Built-In Tools at a Glance

When I am not sure which step fits a particular symptom, I use this quick map of the built-in tools and what each one is best at.

Tool Best for Where to find it
powercfg /lastwake Naming what woke the PC Admin Command Prompt
powercfg /requests Finding apps blocking sleep Admin Command Prompt
Power troubleshooter Auto-detecting common issues Settings > Troubleshoot
powercfg -restoredefaultschemes Resetting a corrupted plan Admin Command Prompt

Match the symptom to the tool above instead of running every step blindly.

What Does the Built-In Power Troubleshooter Catch?

Windows 11 has a Power troubleshooter that automatically detects and repairs common sleep settings. It does not catch everything, but it is fast and worth a try before the deeper fixes.

  1. Go to Settings > System > Troubleshoot > Other troubleshooters.
  2. Find Power and click Run.
  3. Apply any suggested fixes, then restart your PC.

The Power troubleshooter is a low-effort first pass that occasionally fixes the issue outright.

How Do You Reset a Corrupted Power Plan?

If nothing above worked, your power plan may be corrupted by an app, an update, or old manual tweaks. One command restores every built-in plan to factory defaults.

  1. Open Command Prompt as administrator.
  2. Run: powercfg -restoredefaultschemes
  3. Restart your PC.

This resets only power settings; your files, apps, and every other Windows setting stay untouched. Afterward, go back to Settings > System > Power & sleep and re-enter your sleep timer, since the reset clears it. Microsoft documents the full powercfg command-line options if you want to dig deeper.

Resetting the power plan clears hidden corruption without touching your personal files.

Common Mistakes to Avoid

  • Sleep left on “Never.” The number one reason sleep “stops working.” An installer or another person set it and forgot. Fix: set a real timer in Power & sleep first.
  • Wake timers still enabled. They drag your PC out of sleep at 3 a.m. every night. Fix: set Allow wake timers to Disable in Advanced Power Options.
  • Disabling Wake-on-LAN on only one adapter. With both Wi-Fi and Ethernet, one still wakes the PC. Fix: turn it off on every adapter in Device Manager.
  • Skipping powercfg /requests. A media player or video call can block sleep indefinitely. Fix: run the command and close whatever it lists.
  • Updating a driver when a roll back is needed. If sleep broke right after an update, the new driver is the culprit. Fix: use Roll Back Driver instead of reinstalling the same version.

Frequently Asked Questions

Why does my Windows 11 PC wake up by itself at night?
Wake timers and Wake-on-LAN are the usual reasons. Run powercfg /lastwake in an administrator Command Prompt to see the exact trigger. On my desktop it named the Ethernet adapter, and disabling that adapter’s wake permission stopped the nightly wake-ups.

How do I stop Windows 11 from waking up to install updates?
Set Power Options > Advanced settings > Sleep > Allow wake timers to “Disable.” Updates still install, they just no longer wake the PC. After I disabled this, updates queued quietly and applied at my next manual restart.

Why will my Windows 11 PC not sleep even though I set a timer?
Something is holding an active power request. Run powercfg /requests as administrator and close whatever appears. In my case it was a browser tab streaming audio in the background that I had forgotten about.

My PC sleeps on battery but not when plugged in. Why?
Windows uses separate settings for each mode. Check the “Plugged in” sleep value in Power & sleep. On my laptop it was set to “Never” out of the box while battery mode was fine.

Will resetting the power plan delete my files?
No. powercfg -restoredefaultschemes only resets power settings like sleep timers and screen timeouts. When I ran it, every document, app, and other Windows setting stayed exactly as it was.

How do I confirm my PC actually entered sleep mode?
Open Event Viewer, go to Windows Logs > System, and look for the source “Power-Troubleshooter.” Each entry records when the PC slept and woke, and what triggered it. I use this log to verify a fix actually held overnight.

Conclusion

Windows 11 sleep problems almost always trace to a short list: a timer set to Never, wake timers left on, a network adapter pinging the PC awake, or a driver gone bad after an update. Start by confirming your timers, then run powercfg /lastwake to find the exact culprit and apply the matching fix.

If your laptop battery still drains faster than expected after sleep works, see my guide on why your laptop battery drains so fast on Windows 11. And if the PC still feels sluggish, my guide to speeding up a slow Windows 11 PC is the next stop.

DNS Server Not Responding on Windows: How I Get Back Online

DNS server not responding on Windows? I walk through the exact sequence I use — flush the cache, restart the router, and swap to 8.8.8.8 — to load pages again in minutes.

You type a website, hit Enter, and Windows throws back “DNS server not responding.” Your Wi-Fi icon still shows connected, yet nothing loads. The error means your PC could not translate a site name like google.com into the numeric IP address it needs, a job handled by DNS (the Domain Name System), which works like the internet’s phone book. Almost every time I see this, the cause is a stale cache, a router hiccup, or one wrong DNS setting — not a broken connection.

I have fixed this on dozens of friends’ laptops, and the same short sequence clears it nearly every time. Below is exactly what I run, in order, starting with the fastest move.

Quick Answer

To fix “DNS server not responding” on Windows, restart your router, then open Command Prompt as administrator and run ipconfig /flushdns. If the error stays, switch your DNS to Google (8.8.8.8 / 8.8.4.4) or Cloudflare (1.1.1.1 / 1.0.0.1) in your adapter settings. Those three steps resolve most cases.

What causes “DNS server not responding”?

When you request a website, Windows asks a DNS server for that site’s IP address. If the lookup fails, you get this error. The usual culprits:

  • Router crash or overload — your router needs a restart to clear its memory.
  • Corrupted DNS cache — old or wrong records saved on your PC break the lookup.
  • ISP’s DNS server is down — your provider’s servers are slow, overloaded, or offline.
  • Outdated network adapter driver — the software running your Wi-Fi or Ethernet card has a bug.
  • Antivirus or firewall blocking DNS — security software intercepts requests and blocks them by mistake.
  • Corrupted TCP/IP stack — Windows’ core networking settings have gone wrong.

The error is almost always a small software glitch on your PC or router, not a dead connection.

How do I quickly restart the router and modem?

A router restart is the single most effective first step. It clears the router’s memory, drops stale connections, and pulls a fresh DNS assignment from your ISP. When every device in the house is affected — phones, tablets, laptops — this is almost certainly the fix. The first time it happened to me, this alone solved it before I touched a single Windows setting.

  1. Unplug your router (and modem, if it is a separate box) from the power outlet.
  2. Wait 30 seconds.
  3. Plug the modem back in first. Wait until its lights stabilize — about 60 seconds.
  4. Plug the router back in. Wait another 60 seconds.
  5. Try loading a website on the affected device.

Pro tip: Always unplug the power cable rather than pressing the router’s physical Reset button. The Reset button restores factory settings and wipes your custom Wi-Fi password — pulling the power does not.

Power-cycling the router fixes the majority of whole-house DNS errors in under three minutes.

How do I flush the DNS cache?

Windows saves DNS lookups in a local cache to speed up browsing, but that cache can go stale or corrupt. Flushing it forces Windows to fetch fresh records for every site. This is the step that bails me out most often on a single problem PC.

  1. Press Windows key + R, type cmd, then press Ctrl + Shift + Enter to open Command Prompt as administrator.
  2. Type this command and press Enter:
    ipconfig /flushdns
  3. You should see: “Successfully flushed the DNS Resolver Cache.”
  4. Restart your browser and test a website.

Troubleshooting tip: If you see “Access is denied,” you did not open Command Prompt as administrator. Close it, search for Command Prompt in the Start menu, right-click it, and choose Run as administrator.

Flushing the cache clears most single-device DNS failures without changing any settings.

Which DNS server should I switch to?

Your ISP’s DNS server may be down or just slow. Switching to a fast public resolver is one of the most reliable fixes, and it often speeds up browsing as a bonus. I keep Cloudflare set on my own machine for exactly this reason.

  1. Press Windows key + R, type ncpa.cpl, and press Enter to open Network Connections.
  2. Right-click your active connection (Wi-Fi or Ethernet) and select Properties.
  3. Click Internet Protocol Version 4 (TCP/IPv4), then click Properties.
  4. Select Use the following DNS server addresses and enter:
    Preferred DNS server: 8.8.8.8
    Alternate DNS server: 8.8.4.4
  5. Click OK, then Close. Open a browser and test.

Not sure which resolver to pick? Here are the three most popular free options and their addresses:

Provider Primary DNS Secondary DNS
Google Public DNS 8.8.8.8 8.8.4.4
Cloudflare 1.1.1.1 1.0.0.1
OpenDNS 208.67.222.222 208.67.220.220

Cloudflare’s 1.1.1.1 is consistently among the fastest resolvers worldwide and takes a privacy-first approach. If you want the full walkthrough for phones, Macs, and your router too, see my guide on how to change your DNS server on any device. You can confirm a public resolver is reachable on Cloudflare’s DNS status page.

A public resolver replaces a flaky ISP DNS and frequently makes pages load faster too.

What if the error still will not clear?

If the first three steps did not work, the problem sits deeper in Windows. Work through these in order.

Restart the DNS Client service

Windows runs a background DNS Client service that handles every lookup. If it froze, restarting it can clear the error on its own.

  1. Press Windows key + R, type services.msc, and press Enter.
  2. Scroll to DNS Client.
  3. Right-click it and select Restart.
  4. If Restart is greyed out, Windows is managing the service automatically — move on.

Reset the TCP/IP stack and Winsock

The TCP/IP stack and Winsock catalog are the core pieces Windows uses on any network. Corruption in either causes persistent DNS errors. Resetting them is safe and takes about two minutes.

  1. Open Command Prompt as administrator.
  2. Run each command, pressing Enter after each:
    netsh winsock reset
    netsh int ip reset
    ipconfig /release
    ipconfig /flushdns
    ipconfig /renew
  3. Restart your computer once all commands finish.

Troubleshooting tip: If ipconfig /renew reports “media disconnected,” skip it — that is normal for Wi-Fi adapters in certain states and does not affect the reset.

Update or roll back the network adapter driver

An outdated or buggy driver can cause intermittent DNS failures. Updating usually fixes it, but if the error started right after a Windows update, rolling back is often the answer.

  1. Right-click the Start button and choose Device Manager.
  2. Expand Network Adapters.
  3. Right-click your Wi-Fi or Ethernet adapter and select Update driverSearch automatically for drivers.
  4. If the error followed a recent update, open the adapter’s Properties, go to the Driver tab, and click Roll Back Driver.

Temporarily disable antivirus or firewall

Some antivirus tools and third-party firewalls intercept DNS requests to scan them and can block them by accident. Disabling protection briefly is a safe test — just avoid untrusted sites while it is off.

  1. Right-click your antivirus icon in the system tray (bottom-right of the taskbar).
  2. Choose an option like Disable protection, Pause, or Turn off temporarily.
  3. Try loading a website. If it works, your security software is the culprit.
  4. Re-enable protection immediately after the test.
  5. Look for DNS filtering, “Web Shield,” or HTTPS scanning in its settings and add an exclusion, or ask the vendor’s support team.

These deeper resets clear the stubborn cases that survive a router restart and a cache flush.

Common Mistakes to Avoid

  • Pressing the router’s physical Reset button instead of power-cycling it. That button restores factory settings and deletes your Wi-Fi password. Fix: unplug the power cable instead — same effect, no side effects.
  • Skipping “Run as administrator” in Command Prompt. The ipconfig /flushdns and netsh commands fail or error without admin rights. Fix: right-click Command Prompt and choose Run as administrator.
  • Forgetting to click OK when changing DNS. New servers do not apply until you click OK in both the TCP/IPv4 Properties and adapter Properties windows. Fix: click OK on every window, not Close.
  • Testing in the same browser tab. Browsers cache their own DNS and page data. Fix: open a fresh private/incognito window to test.
  • Leaving antivirus disabled after the test. An unprotected PC is a real risk. Fix: re-enable protection the moment the diagnostic is done.

Frequently Asked Questions

What does “DNS server not responding” mean?
It means your PC asked a DNS server to turn a website name into an IP address and got no reply, so the browser cannot load the page. For example, my laptop showed it once while the Wi-Fi icon stayed connected — the connection was fine, only the name lookup had stalled.

Why does this error only affect one device?
When other devices work fine, the problem lives on that one computer — usually a corrupted cache, a wrong DNS setting, or a driver bug. On my own machine, flushing the cache (above) and switching to Google’s DNS cleared it while every phone in the house stayed online.

Is it safe to use Google’s public DNS (8.8.8.8)?
Yes. Google’s 8.8.8.8 / 8.8.4.4 and Cloudflare’s 1.1.1.1 / 1.0.0.1 are free, reliable, and used by hundreds of millions of people. I have run Cloudflare as my default for over a year with zero issues and faster lookups than my ISP’s.

Will resetting TCP/IP delete my files or settings?
No. The TCP/IP and Winsock reset only restores Windows’ internal networking rules to default. When I ran it on a relative’s PC, every file, app, and saved Wi-Fi password stayed exactly as it was.

Can a VPN cause “DNS server not responding”?
Yes. VPNs route DNS through their own servers, and a failing one can trigger this error. I have seen a half-connected VPN cause it — disconnecting the VPN and testing directly fixed it instantly.

What if none of the fixes work?
Then the fault is likely with your ISP, so contact them for remote diagnostics. If your connection is slow rather than dead, my guide on how to fix slow internet covers speed-focused tweaks. When a friend’s error persisted past every step here, the ISP confirmed a regional DNS outage on their end.

Conclusion

The “DNS server not responding” error sounds technical, but it is almost always fixable in minutes. Restart the router, run ipconfig /flushdns, and switch to Google’s 8.8.8.8 — that clears the vast majority of cases. Work through the steps in order and test after each one.

If your Wi-Fi shows connected but nothing loads at all, read my guide on Wi-Fi connected but no internet. If your connection drops over and over, see Wi-Fi that keeps disconnecting next.