UK tech experts · info@vividrepairs.co.uk
Vivid Repairs

Glossary/software-systems

chkdsk

A Windows command-line utility that scans hard drives and SSDs for file system errors, bad sectors, and lost files, then repairs them automatically.

Also known as: Check Disk, CHKDSK.EXE, disk check utility

chkdsk (Check Disk) is a built-in Windows diagnostic tool that inspects the integrity of your storage drive's file system and the physical media itself. It runs from the command prompt and identifies problems like corrupted file tables, orphaned files, and hardware faults.

What it does. The tool performs two levels of checking. A basic scan examines the file system structure and metadata without fixing anything. The repair mode (run with administrator privileges) can fix logical errors, recover lost file clusters into separate files, and mark bad sectors to prevent future data loss.

Why it matters. Drives develop errors over time from sudden shutdowns, power failures, or gradual hardware wear. Without regular checks, these errors spread and corrupt more files. Running chkdsk periodically catches problems early, potentially preventing complete drive failure or data loss.

Common gotchas. The tool requires administrator access and may need to schedule a reboot to scan the drive Windows is currently using (C: drive). Scans on large drives can take several hours. If chkdsk finds many errors, it often signals the drive is failing and replacement may be needed soon. Some users run it unnecessarily, which doesn't harm anything but wastes time.

How to use it. Open Command Prompt as administrator, then type chkdsk C: to check your main drive (replace C: with another letter for different drives). Add /F to fix errors or /R to locate bad sectors and recover readable data. Always back up important files before running repair mode.