Quick Command: Run Administrator Disk Check
If your Windows system is experiencing sudden stalls, sluggish file searches, or 100% disk usage warnings, you can scan and repair your primary C: drive with one native command:
C:\Windows\System32> CHKDSK C: /F /R
The type of the file system is NTFS.
Cannot lock current drive.
Chkdsk cannot run because the volume is in use by another process.
Would you like to schedule this volume to be checked the next time the system restarts? (Y/N) Y
This volume will be checked the next time the system restarts.
Why a Corrupted Hard Drive Makes Your Laptop Slow
When a laptop feels unresponsive, users instinctively suspect low RAM or an overloaded processor. However, your storage drive is the fundamental foundation for every read and write operation executed by Windows.
When a hard drive or solid-state drive develops file-system errors or bad sectors, the operating system struggles to read critical system files, causing noticeable slowdowns:
How to Run CHKDSK on Windows (Step-by-Step)
Windows includes a powerful built-in disk check utility called CHKDSK (Check Disk). Follow these straightforward steps to scan and repair your drive:
Open Command Prompt as Administrator
Click the Windows Search bar or press Win + S. Type CMD or Command Prompt. Right-click on the Command Prompt search result and select Run as administrator (or click "Run as Administrator" in the side preview).
Enter the CHKDSK Repair Command
In the elevated Command Prompt window, type the following command to check the primary C: drive:
CHKDSK C: /F /R
Schedule the Scan for the Next Restart
Because your C: drive is actively running Windows, the system cannot dismount the drive immediately. When prompted with "Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)", type:
Y
Restart Your Laptop & Allow Scan to Complete
Save your open work and restart your laptop. During bootup, Windows will display a black/blue screen stating "Scanning and repairing drive (C:)". Let the process complete without interrupting or powering down your machine.
What Does CHKDSK Actually Do?
The CHKDSK command examines disk space and disk use for the File Allocation Table (FAT) and New Technology File System (NTFS). It verifies the integrity of the file system structure and checks the physical integrity of drive sectors.
/F).
What to Do If Your Laptop Is Still Slow After the Scan
If running CHKDSK resolves no errors or your laptop continues to perform sluggishly, the issue may stem from other bottlenecks. Here are the 5 most effective diagnostic checks:
Check your drive's hardware health status. Open CMD and run wmic diskdrive get status or download a free diagnostic tool like CrystalDiskInfo. If the status indicates "Caution" or "Bad", the drive is failing mechanically and should be backed up and replaced immediately.
Press Ctrl + Shift + Esc to open Task Manager and navigate to the Startup Apps tab. Disable high-impact apps that launch on boot (e.g. game launchers, heavy sync tools, updater daemons).
Ensure your C: drive has at least 15% to 20% free space. Both SSDs and Windows virtual memory paging files require adequate unallocated space to perform wear leveling, TRIM garbage collection, and temporary file swapping.
Open Task Manager and check the Performance tab. If RAM usage is consistently above 85-90%, Windows is actively thrashing virtual memory onto your storage drive, creating severe lag during multitasking.
If your laptop is still booting from a traditional 5400 RPM or 7200 RPM mechanical hard disk drive, upgrading to a Solid-State Drive (SATA or NVMe SSD) provides a 5x to 20x speed improvement in boot times, app loading, and overall system responsiveness.
Frequently Asked Questions (FAQ)
Will running CHKDSK delete any of my personal files?
How long does a CHKDSK /F /R scan usually take?
/F scan typically takes between 5 and 20 minutes. A full surface scan with /R can take from 1 hour to over 5 hours depending on disk size, drive speed (SSD vs HDD), and the volume of corrupted sectors encountered.
What should I do if CHKDSK gets stuck at 10% or 100%?
Can I run CHKDSK on external hard drives and USB flash drives?
C: with the drive letter of your external drive (for example, CHKDSK E: /F /R). External drives can usually be scanned immediately without a restart because they are not locked by the active Windows operating system.
Final Thoughts
If your laptop has suddenly become slow, don't immediately assume that you need more RAM or a new processor. Storage-related problems can significantly impair system performance.
Running CHKDSK is a simple, built-in Windows troubleshooting step that helps identify and repair file-system inconsistencies and bad sectors. If your laptop continues to be sluggish after the scan, check your drive health, free storage capacity, startup applications, and memory usage to find the true bottleneck.