Windows 0x80070057High

Windows Disk Error: Causes and Fixes

This article explains what Windows disk errors mean and provides five proven methods to fix them, from running the built-in chkdsk utility to data recovery and formatting.

Updated at February 16, 2026
15-30 minutes
Medium
FixPedia Team
Применимо к:Windows 10Windows 11Windows 8.1Windows 7

What a Disk Error in Windows Means

A disk error in Windows is a system message indicating problems with reading or writing data to a hard disk drive (HDD) or SSD. It can appear during system startup, when accessing files, or during copy/delete operations.

Typical error messages:

  • Disk error. Press any key to continue... (appears during boot)
  • The request could not be performed because of an I/O device error
  • Disk not formatted. Format now?
  • Codes: 0x80070057, 0x8007045D, 0x8007000D

The error usually indicates logical file system corruption (broken cluster chains, MFT errors) or hardware issues (bad sectors, controller failure, faulty cables).

Causes

  1. File system corruption — sudden power loss, file write failure, virus activity.
  2. Physical disk damage (bad sectors) — natural HDD wear, impacts, overheating, manufacturing defects.
  3. Outdated or corrupted disk controller drivers — especially after a Windows update or new hardware installation.
  4. Incorrect cable connection (for SATA/IDE) — loose cables, damaged connectors.
  5. Software conflict — antivirus software, disk encryption programs, third-party backup utilities.
  6. Disk controller failure on the motherboard or within the drive itself (SSD controller).
  7. SSD wear-out — reaching the write cycle limit, over-provisioning of memory cells.

Solutions

Method 1: Run Disk Check (chkdsk)

The built-in chkdsk (Check Disk) utility scans the disk, finds logical errors and attempts to fix them, and also marks bad sectors so the system avoids them.

  1. Open Command Prompt as Administrator (Win+R → cmd → Ctrl+Shift+Enter).
  2. Enter the command, replacing C: with the letter of the problematic disk:
    chkdsk C: /f /r
    
    • /f — fixes file system errors.
    • /r — locates bad sectors and recovers readable data (includes /f).
  3. If the system reports the disk is in use, press Y to schedule the check for the next boot.
  4. Restart your computer. The check will start before Windows boots (a percentage progress will be displayed). Do not interrupt the process!

⚠️ Important: For the system disk (usually C:), the check can only run at boot. For other disks, chkdsk can run immediately if they are not in use.

Method 2: Check Physical Connection (for HDD/SSD)

If the error appeared after moving the PC or connecting a new drive:

  1. Turn off the computer and unplug the power cable.
  2. Open the case (for a desktop) or check the external drive/cable (for a laptop/external drive).
  3. Reconnect the SATA/IDE cable on both the drive side and the motherboard side (or in the USB hub port for external drives). Ensure a secure connection.
  4. For external drives, try a different USB port (preferably USB 3.0/3.1) or a different cable.
  5. Power on the PC and check if the error is gone.

Method 3: Update Disk Controller Drivers

Outdated drivers can cause I/O errors.

  1. Press Win+X → Device Manager.
  2. Expand Disk drives and IDE ATA/ATAPI controllers.
  3. Right-click on your disk/controller (e.g., Standard SATA AHCI Controller) → Update driver.
  4. Select Search automatically for updated driver software.
  5. If Windows doesn't find a driver, visit the motherboard manufacturer's website (for a desktop) or the laptop manufacturer's site to download chipset/SATA controller drivers.
  6. Restart the computer after installation.

Method 4: Use the Drive Manufacturer's Utilities

Major manufacturers (Seagate, WD, Samsung, Crucial) provide their own diagnostic utilities that more accurately determine drive health.

  1. Identify the drive model:
    • Open Device ManagerDisk drives → right-click the drive properties → Details tab → property Hardware IDs. Look for Model (e.g., ST1000DM003).
  2. Download the utility from the official site:
    • Seagate: SeaTools (for HDD and SSD)
    • Western Digital: WD Data Lifeguard Diagnostic
    • Samsung: Samsung Magician (for SSD)
    • Crucial: Crucial Storage Executive
  3. Run a full diagnostic (Long/Extended Test). The utility will show:
    • Health status (Healthy/Caution/Failing).
    • Number of bad sectors.
    • Recommendations (e.g., immediate drive replacement).
  4. If the utility detects serious damage, immediately back up your data and replace the drive.

Method 5: Data Recovery and Formatting (Last Resort)

If previous methods didn't help, and the disk is formatted in an incompatible file system or contains irreparable logical errors:

  1. Back up important data:
    • Use recovery utilities (Recuva, R-Studio, DMDE) if the disk is not visible in File Explorer.
    • If the disk is visible but files won't open, copy them to another storage device.
  2. Format the disk (data will be erased!):
    • Open Disk Management (Win+R → diskmgmt.msc).
    • Right-click the problematic disk → Format.
    • Choose a file system:
      • NTFS — for Windows.
      • exFAT — for compatibility with Windows, macOS, Linux.
      • FAT32 — for older devices (4 GB file size limit).
    • Uncheck Quick Format for a full disk check during formatting (slower, but identifies bad sectors).
  3. After formatting, restore data from the backup.

⚠️ Important: If formatting fails or the disk continues to throw errors after formatting — this is a sign of hardware failure. Replace the drive immediately.

Prevention

  • Regularly back up important data to an external drive or cloud (e.g., via Windows File History).
  • Use a stable power supply — avoid power interruptions during data writes (for desktops, use a UPS).
  • Do not move running HDDs (especially in laptops) — this can damage the platters.
  • Monitor disk temperature (utilities like CrystalDiskInfo). Overheating accelerates wear.
  • Update motherboard chipset and BIOS/UEFI drivers (especially after installing a new drive).
  • Run chkdsk every 3-6 months on important disks, particularly after system crashes.
  • For SSDs — do not fill the disk beyond 80-90% to preserve memory cell endurance.

If disk errors occur regularly, even after all these steps, it's likely a sign of physical drive wear. Prepare for a replacement.

F.A.Q.

What should I do if chkdsk cannot check the disk because it is in use?
Can a disk error lead to data loss?
Is it necessary to format the disk when an error occurs?
How to distinguish between hardware and software disk errors?

Hints

Open Command Prompt as Administrator
Run disk check (chkdsk)
Restart the computer

Did this article help you solve the problem?

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community