Chkdsk On External Drive Fix «PREMIUM ◉»
CHKDSK
To fix an external drive using on Windows, you must run the command with specific repair switches in an elevated Command Prompt. Step-by-Step CHKDSK Fix
File Explorer
If you prefer a visual interface, you can run a basic check through your standard folders. Plug in your external drive and open . Go to This PC . Right-click your external drive and select Properties . Navigate to the Tools tab. Under the Error checking section, click Check . Click Scan drive to begin the process. Method 2: The Advanced Fix (Command Prompt) chkdsk on external drive fix
@echo off for /f "skip=1 tokens=1,2" %%i in ('wmic logicaldisk where drivetype=2 get deviceid, volumename') do ( echo Checking %%i ... chkdsk %%i /f /r /x ) pause CHKDSK To fix an external drive using on
Summary
7) Quick troubleshooting checklist
This guide covers two methods to run this repair: using the Windows File Explorer (the easy way) and using the Command Prompt (the powerful way). Go to This PC