Skip to content

Commit 0202a9d

Browse files
author
Simonx Xu
authored
Merge pull request #8369 from warren-msft/docs-editor/troubleshoot-stop-errors-guida-1741122538
AB#4374: Update troubleshoot-stop-errors-guidance.md
2 parents fe02a1e + b5aa37d commit 0202a9d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

support/windows-server/performance/troubleshoot-stop-errors-guidance.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Guidance for troubleshooting stop errors and unexpected restart.
33
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
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
8-
ms.reviewer: kaushika
8+
ms.reviewer: kaushika, warrenw
99
ms.custom:
1010
- sap:system performance\system reliability (crash,errors,bug check or blue screen,unexpected reboot)
1111
- pcy:WinComm Performance
@@ -16,7 +16,7 @@ ms.custom:
1616

1717
This solution is designed to help you troubleshoot Stop error scenarios.
1818

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.
2020

2121
## Troubleshooting checklist
2222

@@ -25,13 +25,17 @@ There's no simple explanation for the cause of Stop errors (also known as blue s
2525
3. Contact the respective hardware or software vendor to update the drivers and applications in the following scenarios:
2626

2727
- 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.
2929
- You have made any software or hardware changes.
3030

3131
4. Make sure that you install the latest Windows updates, cumulative updates, and rollup updates.
3232
5. Make sure that the BIOS and firmware are up-to-date.
3333
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.
3539
3640
## Common issues and solutions
3741

@@ -60,7 +64,7 @@ Stop error code:
6064
6165
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:
6266

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.
6468
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.
6569
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.
6670
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

Comments
 (0)