Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»Fix: The Computer Has Rebooted From a Bugcheck

Fix: The Computer Has Rebooted From a Bugcheck

Abhishek SilwalBy Abhishek SilwalOctober 26, 2022
the computer has rebooted from a bugcheck

The Event Viewer shows the error log “The computer has rebooted from a bugcheck” when your PC reboots after encountering a Blue Screen of Death (BSOD) error. The log also shows a bugcheck stopcode along with the parameters which give additional information on the error.

However, it is difficult to analyze these parameters for most people. So we have created this article to help troubleshoot your issue. Since it is a blue screen error, there are many possible causes. But you should be able to determine the exact reason as well as the corresponding solution using the methods we have provided below.

Table of Contents

  • Causes for The Computer Has Rebooted From a Bugcheck
  • How to Fix The Computer Has Rebooted From a Bugcheck Error?
    • Analyze Minidump File
    • Update Drivers
    • Update or Roll Back System
    • Run Memory Diagnostic
    • Disable Fast Startup
    • Repair Corrupt System Files
    • Check Disk Faults
    • Perform Clean Boot
    • Reset BIOS Settings
    • Restore or Reset System

Causes for The Computer Has Rebooted From a Bugcheck

Here are some of the major causes of the BSOD crashes resulting in the bug check log on the event viewer:

  • Device driver issues.
  • Defective RAM.
  • Errors in the system update.
  • Fast startup.
  • Corruption of system files and system disk.
  • Conflicts between the applications.
  • Improper BIOS settings.
  • Overclocking CPU or GPU.

How to Fix The Computer Has Rebooted From a Bugcheck Error?

The first thing you should do is check the Bug Check stopcode. This stopcode represents the nature of the BSOD error and while it’s difficult to determine the cause for most errors, some have very limited possible causes. You can check the Microsoft Bug Check Reference page for more information on different errors.

If the stopcode narrows down the possible causes, you can apply only the relevant solutions. Otherwise, go through the solutions below one by one to troubleshoot your issue.

Analyze Minidump File

Since you get the same error message on the Event Viewer after all BSOD errors, we need to determine the exact cause of the crash. The best way to do this is by analyzing the minidump file created by the crash. Here’s how you can do so:

  1. Install Microsoft WinDbg Preview from Microsoft Store.
  2. Search for the app on the Search bar (Win + S)
  3. Right-click on it and select Run as administrator.
  4. Press Ctrl + D to load the minidump and navigate to %windir%\Minidump.
  5. Click on the latest minidump and select Open.
  6. On the WinDbg terminal at the bottom, type !analyze -v and press Enter. If the terminal is not there, select View > Command from the menu bar to load it.
    analyze-using-windbg
  7. The app will analyze the minidump and then display the results. There, search for MODULE_NAME and probably caused by to determine the culprit.
  8. Search for the file (usually a driver with .sys extension) on the internet to learn more about it and determine which software component it refers to. You can also usually learn about the file from the file’s properties. To do so,
    • Navigate to C:\Windows\System32\drivers on the file explorer.
    • Search for the file in the folder and right-click on it.
    • Go to the Details tab and check the File description as well as other details.
      sys-file-properties

You can also run the Driver Verifier for a more thorough analysis. This process stresses your drivers and causes the problematic one to fail, thereby inducing another BSOD. You can then analyze the new minidump file to determine the failing driver.

Update Drivers

In most cases, problems with the drivers are responsible for BSOD crashes. This issue can happen in different scenarios, such as, after a system upgrade, after installing new hardware due to conflicts, and so on.

We recommend having all your drivers fully updated to prevent such issues. If you figured out that the error occurred due to a specific driver using the above method, you can directly try updating the driver. Otherwise, it’s better to update all available drivers.

Here’s how you can update a driver:

  1. Open Run by pressing Win + R.
  2. Enter devmgmt.msc to open the Device Manager.
  3. Expand the device categories and right-click on the device.
  4. Click Update driver and then Search automatically for drivers.
    update-wireless-bluetooth-driver

You can also download and install the latest driver updates from their official websites. Some updates are available as .exe files that you can run directly. If only a .inf file is available,

  1. After selecting Update driver on the Device Manager, click on Browse my computer for drivers.
  2. Select Let me pick from a list of device drivers on my computer > Have Disk > Browse.
    Let-me-pick-from-a-list-of-device-drivers-on-my-computer
  3. Navigate to the .inf file and select it. Then, click Open.
  4. Follow the on-screen instructions.

Update or Roll Back System

If you started encountering the error after a system update, the update is likely buggy. You should report the bug to Microsoft and wait for the bug fixes in such cases. And make sure to install further updates as soon as they are available.

In the meantime, you can uninstall the problematic update and roll back your system to resolve the issue. Here’s how you can do so:

  1. Open Run and enter appwiz.cpl to open Programs and Features.
  2. Click on View installed updates.
    view-installed-updates
  3. Look for the latest update (usually under Microsoft Windows) by checking the date on the Installed On column.
  4. Select it and click Uninstall and confirm with Yes.
    installed-on-uninstall

Run Memory Diagnostic

Along with driver faults, defective RAM is responsible for the majority of cases of BSOD errors. We recommend you run the Memory Diagnostic app to detect any potential RAM faults whenever you encounter any BSOD crashes. To do so,

  1. Open Run and enter mdsched to load the Windows Memory Diagnostic.
  2. Select Restart now and check for problems.
    restart-now-memory-diagnostic

Now, the tool tests your RAM after a reboot. After the test, your computer restarts again and shows the test results. Any errors indicate faults with your RAM.

  • First, make sure that your RAM sticks are seated properly.
  • You should also use a RAM stick on separate slots and run the Diagnostic app again to check whether the fault is with the stick or the RAM slot.
  • If you have multiple RAM sticks, test by only using one at a time to determine which one is defective.

Disable Fast Startup

Fast startup is a convenient setting that decreases the boot time of your computer. However, when it’s enabled, your system doesn’t refresh the kernels during the boot, leading to BSOD errors. Such issues are especially common after an update or upgrade.

So, try disabling fast startup and see if it works. Here’s how you can do so:

  1. Open Run and enter powercfg.cpl to open Power Options.
  2. Click on Choose what the power buttons do and then Change settings that are currently unavailable.
  3. Uncheck Turn on fast startup (recommended) and select Save changes.
    deselect-the-turn-on-fast-startup

Repair Corrupt System Files

The corruption of your system files leads to many issues including bugcheck crashes. If some critical components such as your kernel or driver don’t work as intended, your PC can’t operate properly.

So, it’s always better to scan for and repair such corruption if you encounter such issues. You can use the Deployment Image Servicing and Management (DISM) and System File Checker (SFC) tools for this purpose. To do so,

  1. Open the Elevated Command Prompt.
  2. Enter the commands below:
    • dism /online /cleanup-image /restorehealth
    • sfc /scannow
      sfc dism scan

Check Disk Faults

Many BSOD errors can be attributed to faults in your hard drive or SSD. If the issue is minor, such as errors in the logical partition information or corruption of very few sectors, you can resolve it using the Disk Checking utility. Here’s how you can do so:

  1. Open the Elevated Command Prompt.
  2. Enter the command chkdsk /r /x C:
    chkdsk-r-x-c

However, if the utility detects disk errors but fails to solve them, your disk is likely failing. You can also use third-party disk monitoring software for deeper analysis. If the disk is indeed faulty, you need to replace it.

Perform Clean Boot

Many BSOD errors occur due to conflicts between different applications or processes. You can see if such incompatibility is causing the BSOD on your system by booting in safe mode. To boot in safe mode,

  1. Open the Elevated Command Prompt.
  2. Enter the command bcdedit /set {current} safeboot minimal
    bcdedit-set-current-safeboot
  3. Restart your PC.
  4. Operate your system normally and see if your computer crashes with the above Event Viewer log.
  5. After you are done checking, you need to enter the command bcdedit /deletevalue {default} safeboot on the Elevated Command Prompt to disable safe mode the next time you boot.
    bcdedit-deletevalue-current-safeboot
  6. Then, restart your PC.

If you don’t encounter the issue in safe mode, process conflicts are likely causing your issue. If you started encountering the issue after installing a certain application you can uninstall the app or disable it in startup and check.

However, if you are not sure of the processes involved, you need to perform a clean boot. Here’s how you can do so:

  1. Open Run and enter msconfig to load System Configuration.
  2. Go to the Services tab.
  3. Tick Hide all Microsoft services and select Disable all.
    hide all microsoft services and disable all
  4. Click Apply and then go to the Startup tab.
  5. Click Open Task Manager.
  6. Select each Enabled process and click Disable.
    disable-startup-task-manager

Now, restart your PC and perform the following actions:

  1. Enable half of the services using similar steps to the above.
  2. Restart your PC and operate your system normally.
  3. If the BSOD crash occurs, the responsible service is present in this half. Otherwise do the same for the other half and wait for the crash.
  4. If the services aren’t responsible, do the same for the startup processes in the Task manager.
  5. After determining which half has the problematic service or process, consider it as a whole and troubleshoot by checking each half of the list in a similar manner as above.
  6. Repeat the process multiple times to narrow down the culprit to a process or a service.

Then, check on the internet to figure out the application running the service/process. You can try updating the app first. If it still shows the error you need to uninstall it using the steps below:

  1. Open Run and enter appwiz.cpl to open Programs and Features.
  2. Select the app and click Uninstall or Change (if Uninstall isn’t present).
    uninstall-app
  3. Follow the on-screen instructions.

Reset BIOS Settings

Inappropriate BIOS settings, including improper voltage to the hardware components due to overclocking, are responsible for multiple BSOD errors.

So it’s worth resetting the BIOS to the factory settings if the previous methods were not effective. This reverts all potentially incorrect settings while naturally disabling overclock settings.

You can boot to the BIOS and select the corresponding option to do so.

bios-reset-default

Alternatively, you can also remove and reinsert the CMOS battery on your computer. Some computers also have a dedicated button to Clear CMOS on your motherboard port. Make sure not to press the button to re-flash BIOS though.

Restore or Reset System

If you couldn’t solve your issue using the previous options, we recommend restoring back your system to a previous point. Doing so reverts all changes made afterward and resolves most system errors. Here’s how you can restore your system:

  1. Open Run and enter rstrui to initiate System Restore
  2. Select a suitable restore point and follow the on-screen instructions.
    custom restore point

You need a restore point at the time when this error hadn’t occurred yet to restore your system. If such a restore point doesn’t exist, you need to reset your OS to the factory state.

fix
Abhishek Silwal

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems.

Related Posts

how to make windows 11 look like windows 10

How to Make Windows 11 Look Like Windows 10

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
mouse not showing in chrome

Mouse Not Showing in Chrome? Here’s How to Fix It

January 25, 2023
how-to-move-taskbar-windows-11

How to Move Taskbar on Windows 11

January 24, 2023
stickers on windows

How to Add Stickers on Windows 11 Desktop

January 23, 2023
how to add weather to taskbar windows 11

How to Add Weather to Taskbar Windows 11

January 22, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
4k-tv-as-monitor

How to Use a 4K TV as a Monitor? (Step-by-Step Guide)

January 26, 2023
how-to-install-cinema-on-firestick

How to Install Cinema on Firestick (Step-By-Step Guide)

January 26, 2023
how to adblock on chrome

How to Block Ads on Google Chrome

January 26, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.