Knowing where to start troubleshooting can be a chore, but we've put together some steps you can take to fix a crashed Windows 11 PC below.
Before delving deeper, you can try these basic troubleshooting steps to resolve the issue.
First, try shutting down Windows 11 completely, unplugging any external devices, and then turning your PC on again to see if it crashes. Plug in one peripheral at a time to shrink troublesome peripherals.
If you are still having problems, try a clean boot with only minimal startup applications and drivers loaded. If Windows is unstable internally and crashes before reaching the login screen, boot Windows 11 into Safe Mode instead.
If your system crashes, Microsoft may provide an update with a bug fix to mitigate the problem.
You can manually check for Windows 11 updates by opening Start > Settings > Windows Update and clicking the Check for Updates button.
It’s also important to check for updates from your PC manufacturer. Find the OEM update application (if available) and check for system and hardware updates. If there is no OEM update application, check the manufacturer's support site to download system updates.
One of the internal hardware issues could be a RAM problem in your PC. Windows has a built-in memory diagnostic tool that can be used to check for problems.
To run the Windows Memory Diagnostic Tool, use the following steps:
After the PC restarts, it will boot into the diagnostic tool and check your RAM for problems.
If you are looking for a third-party utility, check out Memtest86 to test for RAM corruption.
Note: If you installed RAM manually in your PC, please double check that it is installed correctly.
The hardware drivers on your system may be out of date. If you encounter a blue screen error, pay attention to any mention of specific hardware so you know where to start looking.
It's also a good idea to open Device Manager and check for errors. To check Device Manager, use the following steps:
Viruses and other malware can cause Windows 11 to crash. Windows Security (formerly Windows Defender) is built into Windows 11 and scans your system in real time, but nothing is 100% effective.
You can run a malware scan manually using the following steps:
Whether or not the Windows Security app finds malware, you may want to get a second opinion. Run a scan using a free security app like Avast or AVG AntiVirus. Of course, if you have a paid software suite, you'll want to use it to run scans.
If your Windows 11 PC overheats, it may crash. It's actually a protection mechanism for Windows that shuts itself down when it overheats to avoid component damage.
To avoid heating issues on your desktop, make sure it has adequate ventilation and that the fan is working properly. Use canned air to clean it out and make sure there's no dust. Also, if you built a PC, check to see if the heatsink is loose.
If you are using a laptop, try to keep it away from surfaces such as blankets or leave the fan port on your lap for too long. Also, don't leave your laptop running all the time and carry it in a backpack or other bag.
If you find Windows 11 crashing after running a specific application, update or uninstall it. Updates may bring important bug fixes, but if the app is poorly made, you may be able to fix any system instability issues by simply removing it.
To update the Microsoft Store app, do the following:
#Other Win32 desktop applications you own can be updated within the application. Every app is different, but generally you'll want to look for Settings > Updates or About > Updates to get the latest version. Uninstall an appTo uninstall an app on Windows 11, do the following:
ClickStart > Settings > Apps > Apps & Features
and search for the problematic app.Click Uninstall
again to verify.After the application is uninstalled, check if Windows still crashes. If not, you may want to try reinstalling the app.
8. Run DISM and SFC scans
The reason why your Windows 11 PC keeps crashing could be due to corrupted system files. You can fix it using the SFC and DISM tools included with your operating system. These utilities will scan Windows for corrupted system files and replace them.
Start
button and selectEnter the following command in the terminal and press Enter
:DISM /Online /Cleanup-Image /RestoreHealth
DISM Once the scan is complete, run the following command:
sfc /scannow
9. Reset your PC to factory settings
One of the utilities included in Windows 11 is the Reset This PC feature. It will roll your device back to factory settings and you can choose to keep or discard your data.
Start > Settings > System > Recovery
and clickChoose the type of reset you want to perform - keep your files (you might want to) or delete everything and start over.
If your PC starts crashing at some point, maybe after installing a bunch of software, you can recover it from a restore point. It's important to know that the System Restore feature is not enabled by default. You have to open it and create a restore point. So, if you have one, the good news is that you can use it to restore your system to working condition.
#The Restore Point utility applies changes to your system and restores it to a working state. Remember, your computer will restart during this process.
Restore points are not the only way to restore Windows. If you created a system image backup before the crash started, you can use it to restore your PC.
To use this option, you need to have a USB installation drive or a Windows 11 USB recovery drive to boot Windows 11 into its recovery environment.
The above is the detailed content of Windows 11 keeps crashing: 11 fixes. For more information, please follow other related articles on the PHP Chinese website!