Here is a detailed troubleshooting guide for Windows rebooting randomly:
Windows Reboots Randomly: Troubleshooting Guide
1. Identify the Problem
The computer reboots randomly, and no apparent reason can be found. After checking every possible solution, the problem still occurs randomly.
2. Check for Hardware Issues
Hardware issues can cause a computer to reboot randomly. Check the following hardware components:
- Power Supply Unit (PSU)
- RAM
- Hard Drive
- CPU Cooler
Replace any faulty hardware components to see if the problem persists.
3. Use PowerShell Command Line
- Press
Win + Xand selectWindows PowerShell (Admin). - Type the following command and press
Enter:
bcdboot C:\Windows /s C:
This command rebuilds the Boot Configuration Data (BCD) store.
4. Disable Automatic Restart
- Press
Win + R, typeregedit, and pressEnterto open the Registry Editor. - Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters. - Right-click on an empty space and select
New > DWORD (32-bit) Value. Name itEnableSuperfetch. - Double-click on the newly created
EnableSuperfetchand set its value to0. ClickOK. - Close the Registry Editor and restart your computer.
5. Update Drivers
- Press
Win + Xand selectDevice Manager. - Expand the categories and check for any yellow exclamation marks.
- Right-click on the device with the yellow exclamation mark and select
Update Driver.
6. Check for Malware
Run a full system scan using your preferred antivirus software to check for malware.
7. System Restore
- Press
Win + R, typerstrui, and pressEnterto open System Restore. - Follow the on-screen instructions to restore your system to a previous point.
8. Check Event Viewer
- Press
Win + R, typeeventvwr, and pressEnterto open Event Viewer. - Navigate to
Windows Logs > System. - Look for any error events that occurred around the time of the random reboots.
9. Consult a Professional
If none of the above solutions work, it may be best to consult a professional for further assistance.
References
- Microsoft Support: Windows 10, 8.1, 8, or 7 randomly restarts or shuts down
- TechRepublic: 10 steps to troubleshoot a Windows PC that keeps rebooting
- Lifewire: How to Stop a Windows 10 PC from Randomly Restarting