You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/performance/troubleshoot-stop-errors-guidance.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: Guidance for troubleshooting stop errors and unexpected restart.
3
3
description: Introduces general guidance for troubleshooting scenarios related to stop errors and unexpected restart.
4
-
ms.date: 01/15/2025
4
+
ms.date: 03/19/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
8
-
ms.reviewer: kaushika
8
+
ms.reviewer: kaushika, warrenw
9
9
ms.custom:
10
10
- sap:system performance\system reliability (crash,errors,bug check or blue screen,unexpected reboot)
11
11
- pcy:WinComm Performance
@@ -16,7 +16,7 @@ ms.custom:
16
16
17
17
This solution is designed to help you troubleshoot Stop error scenarios.
18
18
19
-
There's no simple explanation for the cause of Stop errors (also known as blue screen errors or bug check errors). Many factors might be involved, and the cause is not always obvious. For example, you might be using new hardware or third-party software that isn't compatible with your Windows device.
19
+
There's no simple explanation for the cause of Stop errors (also known as blue screen errors or bug check errors). Many factors might be involved, and the cause isn't always obvious. For example, you might be using new hardware or third-party software that isn't compatible with your Windows device.
20
20
21
21
## Troubleshooting checklist
22
22
@@ -25,13 +25,17 @@ There's no simple explanation for the cause of Stop errors (also known as blue s
25
25
3. Contact the respective hardware or software vendor to update the drivers and applications in the following scenarios:
26
26
27
27
- The error message indicates that a specific driver is causing the problem.
28
-
- You are seeing an indication of a service that is starting or stopping before the failure occurred. In this situation, determine whether the service behavior is consistent across all instances of the failure.
28
+
- You're seeing an indication of a service that is starting or stopping before the failure occurred. In this situation, determine whether the service behavior is consistent across all instances of the failure.
29
29
- You have made any software or hardware changes.
30
30
31
31
4. Make sure that you install the latest Windows updates, cumulative updates, and rollup updates.
32
32
5. Make sure that the BIOS and firmware are up-to-date.
33
33
6. Run any relevant hardware and memory tests.
34
-
7. Run [Microsoft Safety Scanner](https://www.microsoft.com/security/scanner/en-us/default.aspx) or any other virus detection program that includes checks of the Master Boot Record for infections.
34
+
7. Run an anti-malware software scan such as [Microsoft Defender](/defender-endpoint/microsoft-defender-offline).
35
+
8. If the problem occurs after installing a new piece of software, remove the new software. If you can't boot to normal mode, you can try from [Safe Mode](https://support.microsoft.com/windows/windows-startup-settings-1af6ec8c-4d4a-4b23-adb7-e76eef0b847f).
36
+
37
+
> [!NOTE]
38
+
> Some software can't be removed from Safe Mode.
35
39
36
40
## Common issues and solutions
37
41
@@ -60,7 +64,7 @@ Stop error code:
60
64
61
65
This error code indicates that the executing code had an exception, and the thread that was below it is a system thread. Follow these steps:
62
66
63
-
1. If new device drivers or system services have been added recently, try removing or updating them.
67
+
1. If new device drivers or system services have been added recently, try removing or updating them.
64
68
2. Look in Device Manager to see whether any devices are marked with an exclamation point (!) to indicate a problem. Review the events log that's displayed in the properties for any faulting device driver. Try to update the related driver.
65
69
3. Check the System Log in Event Viewer for additional error messages that might help pinpoint the device or driver that's causing the error. Look for critical errors in the system log that occurred around the same time as the Stop error.
66
70
4. If you recently added hardware to the system, try removing or replacing it. Or check with the manufacturer to see whether any updates are available.
0 commit comments