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.
- Press Windows + S, type Event Viewer, and press Enter.
- In the left panel, expand Windows Logs and click System.
- Look for Critical or Error events (red icons) timestamped at the exact moment of each restart.
- 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.
- Press Ctrl + Shift + Esc to open Task Manager, then click the Performance tab.
- Watch your CPU temperature during normal use. Consistently above 90°C (194°F) means overheating is likely the culprit.
- Clean your vents and fans with compressed air. Dust buildup is the single most common overheating cause.
- 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:
- Press Windows + X and select Device Manager.
- Expand Display adapters, right-click your graphics card, and choose Update driver > Search automatically for drivers.
- Repeat for any device showing a yellow warning icon.
To roll back a driver:
- In Device Manager, right-click the device and select Properties.
- Click the Driver tab, then Roll Back Driver.
- 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.
- Go to Settings > Windows Update > Update history.
- Click Uninstall updates.
- Sort by date and uninstall the most recent update.
- 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.
- Press Windows + S, type Control Panel, and open it.
- Go to Hardware and Sound > Power Options > Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Uncheck Turn on fast startup (recommended).
- 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.
- Press Windows + S, type cmd, right-click Command Prompt, and choose Run as administrator.
- Run this first (it downloads a fresh Windows image from Microsoft):
DISM /Online /Cleanup-Image /RestoreHealth - When that finishes, run:
sfc /scannow - 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.
- Press Windows + S, type Windows Security, and open it.
- Click Virus & threat protection > Scan options.
- 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.
- Press Windows + S, type Windows Memory Diagnostic, and open it.
- Choose Restart now and check for problems.
- Your PC restarts into the diagnostic, runs two test passes (5–15 minutes), then boots back to Windows automatically.
- 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.
- Press Windows + S, type Power plan, and click Choose a power plan.
- Select Balanced. Avoid High performance or Power saver plans while troubleshooting.
- Click Change plan settings > Change advanced power settings.
- Expand Sleep > Allow hybrid sleep and set it to Off.
- 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.