Hi,
Do the following.
- Hit Windows key + X and click "Command Prompt (Admin)".
- Type: chkdsk /f and hit Enter.
You'll get a message that a diags check can't run because the volume is in use and whether you want to run a diags check on the next reboot.
Click Yes and then either reboot immediately, or finish what you're doing and then reboot.
A diags check will only take about ten minutes. Chkdsk can fix bad clusters using the /f switch.
If that fails to resolve the problem, open the same command prompt again and then type the following command and hit Enter:
chkdsk /f /r
With the /r switch included, the tool will scan the entire disk for bad sectors and mark them as such so that they can't be used. This particular diags check can take several hours and can't be interrupted once started.
You can also copy each command and then right click in the command prompt and click "Paste" instead of typing a command.