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/backup-and-storage/stop-error-from-drive-repair-restart.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Stop Error When Windows Tries to Repair a Drive While Restarting
3
-
description: This article describes an issue where a Windows device displays a drive repair prompt when it restarts. If you select the repair option, the system tries to repair the disk, but encounters a Stop error (also known as a blue screen error or bug check error). The error indicates that disk initialization failed. If you cancel the repair, the system starts successfully. Afterwards, other issues might appear.
2
+
title: Stop error when Windows tries to repair a drive while restarting
3
+
description: This article describes an issue in which a Windows device displays a drive repair prompt when it restarts, and the system experiences a stop error.
4
4
ms.date: 01/22/2026
5
5
manager: dcscontentpm
6
6
audience: itpro
@@ -18,29 +18,29 @@ appliesto:
18
18
19
19
## Summary
20
20
21
-
When you restart a Windows device, you might see a prompt to repair a drive. If you choose to repair the drive, the system might display a stop error (blue screen) that indicates that disk initialization failed. If you cancel the repair, Windows starts, but the device might experience drive errors.
21
+
When you restart a Windows device, you see a prompt to repair a drive. If you choose to repair the drive, the system displays a stop error (blue screen) that indicates that disk initialization failed. If you cancel the repair, Windows starts, but the device experiences drive errors.
22
22
23
23
This article describes the symptoms that characterize this issue, explains the cause, and provides step-by-step guidance to fix the issue.
24
24
25
25
## Symptoms
26
26
27
27
When Windows restarts, you see a pop-up message that prompts you to repair a drive. You perform one of the following actions:
28
28
29
-
- You select **Repair**. The device restarts, and then starts repairing the disk. The device experiences a stop error and reports that the disk initialization failed.
30
-
- You select **Cancel**. The device starts. Afterwards, if you run the Check Disk tool (`chkdsk`), the tool reports errors and then unmounts the drive.
29
+
- You select **Repair**. The device restarts, and then starts repairing the disk. The device experiences a stop error, and reports that the disk initialization failed.
30
+
- You select **Cancel**. The device starts. If you then run the Check Disk tool (`chkdsk`), the tool reports errors, and then unmounts the drive.
31
31
32
-
The system might become stuck in a cycle of repair attempts followed by blue screen errors.
32
+
After either action, the system might become stuck in a cycle of repair attempts followed by blue screen errors.
33
33
34
34
## Cause
35
35
36
-
Typically, this issue indicates file system corruption or disk integrity problems. The corruption prevents the disk repair process from completing successfully. The failed repair process, in turn, leads to system instability and repeated blue screen errors.
36
+
Typically, this issue indicates file system corruption or disk integrity problems. The corruption prevents the disk repair process from finishing successfully. In turn, the failed repair process causes system instability and repeated blue screen errors.
37
37
38
38
## Resolution
39
39
40
40
To resolve this issue, follow these steps:
41
41
42
42
1. Back up all data on the affected drive.
43
-
1. To check the health of the affected drive, open a Windows Command Prompt window on the device and then run the following command:
43
+
1. To check the health of the affected drive, open a Windows Command Prompt window on the device, and then run the following command:
44
44
45
45
```console
46
46
chkdsk <X>: /scan
@@ -57,7 +57,7 @@ To resolve this issue, follow these steps:
57
57
chkdsk <X>: /F
58
58
```
59
59
60
-
1. If `chkdsk` can't repair the drive because it's mounted, unmount the drive and then attach it to another Windows device. Run `chkdsk`from a command prompt on the new device.
60
+
1. If `chkdsk` can't repair the drive because it's mounted, unmount the drive, and then attach it to another Windows device. Run `chkdsk`at a command prompt on the new device.
61
61
1. If the issue persists after the repairs finish, see [Data corruption and disk errors troubleshooting guidance](troubleshoot-data-corruption-and-disk-errors.md), or contact Microsoft Support.
62
62
63
63
## Data collection
@@ -66,10 +66,10 @@ Before you contact Microsoft Support, you can gather the following information a
66
66
67
67
- Windows version and edition (for example, Windows 11 Pro, version 23H2)
68
68
- Device model and hardware specifications
69
-
- Exact error message displayed during the blue screen
69
+
- Exact error message that's displayed during the blue screen
70
70
- Steps that you took before the issue occurred
71
71
- Output from running chkdsk on the affected drive
72
-
- Any recent changes to hardware or software, including updates or installations
72
+
- Any recent changes to hardware or software, including updates and installations
0 commit comments