A laptop restarting on its own falls into two broad categories: planned restarts you didn't realize were scheduled, and unplanned restarts caused by an actual problem. Telling these apart is the first step, since the fix is completely different depending on which one you're dealing with.
1. Check if it's a forced Windows Update restart
This is the single most common cause, and it's often mistaken for a malfunction. Windows schedules automatic restarts to finish installing updates, and if you've snoozed it past the deadline, Windows will eventually force the restart regardless of what you're doing.
- Go to
Settings > Windows Updateand check the update history for a timestamp matching when the restart happened. - If this is the cause, you can set Active Hours (under
Windows Update > Advanced options) to tell Windows not to force restarts during your typical working hours. - On a managed work device, IT may control update timing through policy, in which case ask them directly about adjusting the schedule rather than changing it yourself.
2. Check Event Viewer for the actual reason
Windows logs the specific cause of every restart, which removes the guesswork entirely.
- Press
Win + R, typeeventvwr, and press Enter. - Navigate to
Windows Logs > System. - Look for entries around the time of the restart with a red "Error" or yellow "Warning" icon — specifically look for Event ID 41 (unexpected shutdown), 6008 (unexpected shutdown detected), or 1074 (a planned restart, which will name the process that triggered it).
An Event ID 1074 entry will literally tell you which process initiated the restart — often Windows Update or, on managed devices, software deployed by IT. An Event ID 41 with no preceding shutdown entry points toward a hardware or power issue instead, covered below.
3. Check for overheating
Laptops can force a restart as a protective measure when internal temperatures get too high, particularly older laptops with dust-clogged fans or vents, or any laptop used on a soft surface (bed, couch) that blocks airflow underneath.
- Feel the bottom and the fan exhaust during heavy use — unusually hot to the touch is a sign.
- Make sure vents aren't blocked, and consider a laptop stand or hard surface if you regularly work from soft furniture.
- If the laptop is a few years old, dust buildup inside the fan is extremely common and usually requires a physical cleaning, which IT or a hardware technician can do.
Tip: if restarts correlate specifically with CPU-intensive tasks — video calls, large file exports, heavy spreadsheet calculations — that's a strong sign of heat-related shutdown rather than a software issue.
4. Check for a driver conflict, especially after a recent update
A buggy or incompatible driver, especially for graphics or network hardware, can cause the kind of crash that results in an automatic restart (sometimes called a "blue screen" restart, even if you don't see the screen because it happens too fast).
- If the restarts started right after a Windows Update or a driver update, that timing is the biggest clue.
- Check
Device Managerfor any device with a yellow warning icon, indicating a driver problem Windows has already flagged. - On a managed device, report the timing to IT rather than trying to roll back drivers yourself, since driver versions are sometimes specifically pinned by company policy for compatibility reasons.
5. Check the power supply and battery, especially on older laptops
A failing battery or a loose power connection can cause sudden shutdowns that look like random restarts, particularly if the laptop restarts specifically when unplugged or when the charging cable is slightly loose.
- Check
Settings > System > Power & battery > Battery usagefor a battery health indicator if available. - If restarts only happen on battery power, never while plugged in, that's a strong sign the battery itself needs attention.
When to escalate to IT instead of troubleshooting further
- Event Viewer shows Event ID 41 (unexpected shutdown) repeatedly with no clear pattern — this often needs hardware diagnostics IT can run that aren't accessible from a standard user account.
- Restarts happen specifically during video calls or other CPU-intensive work — worth flagging in case it's a known issue with that laptop model.
- The laptop is several years old and this is a new behavior — it may simply be reaching end of life, and IT can advise on replacement timing.