


You can use Administrative tools, manage user accounts on the computer in a flexible way, maintain data backups, change the functionality of hardware and many other things. It has a familiar user interface which many users prefer over the Settings app. In the next dialog, click "Scan drive" or "Repair drive" to start the operation.Ĭheck a Drive for Errors in Windows 10 using Control PanelĪs of this writing, the classic Control Panel in Windows 10 still comes with a number of options and tools which are not available in Settings.Click the button "Check" under "Error checking". In the Properties dialog, switch to the Tools tab.Right click the drive you would like to check for errors and select "Properties" in the context menu.To take the drive offline (prevent app writes during check and lock it), execute the command with the argument OfflineScanAndFix: Repair-Volume -DriveLetter C -OfflineScanAndFixĬheck a Drive for Errors in Windows 10 from File Explorer.The command above will check your drive C: for errors. Type or copy-paste the following command: Repair-Volume -DriveLetter C.Tip: You can add "Open PowerShell As Administrator" context menu. Modern PowerShell versions come with a special cmdlet to check your drive for errors.

The output will be as follows: Check a Drive for Errors in Windows 10 with PowerShell You can learn about chkdsk command line arguments by running it with the /? switch as follows. Tip: See How to find chkdsk results in Windows 10. The following command will try to recover information from bad sectors: chkdsk C: /F /R.The command will check your drive C: for errors and attempt to fix them automatically. Type or copy-paste the following command: chkdsk C: /F.To check a Drive for Errors in Windows 10, do the following. The user can start it manually if he connects an external drive or wants to check an existing local partition or drive for errors manually. It starts automatically when Windows is booting if your hard drive partition was marked dirty. Check a Drive for Errors in Windows 10 using Control Panel Check a Drive for Errors in Windows 10 with ChkDskĬhkdsk is the built-in console tool in Windows to check and fix file system errors.
