Have you ever tried to open a file in Windows 11 only to see an error message saying the file is damaged, unreadable, or corrupted? Corrupted files are a common problem that can affect documents, photos, videos, system files, ZIP archives, and even entire applications. In some cases, the file may refuse to open completely, while in others it may crash programs, display missing content, or behave unexpectedly.
File corruption can happen for many reasons. Sudden power loss, improper shutdowns, malware infections, failing storage drives, interrupted downloads, software crashes, and Windows update problems can all damage files and make them unusable. Sometimes corruption affects only a single file, while more serious cases may involve important Windows system files that impact overall PC stability and performance.
In this article, you’ll learn what corrupted files actually are, why they happen, common signs of file corruption, and how to repair corrupted files in Windows 11.
Quick Fix Overview (What should you try first?)
- If only one document or photo is corrupted → try opening in another app or using the app’s “Open and Repair”.
- If multiple files are corrupted or Windows feels unstable → run SFC, then DISM, then CHKDSK.
- If the PC was working yesterday → try System Restore to roll back to an earlier working state.
- If you suspect disk failure → back up immediately, then run CHKDSK and consider replacing the drive.
What Is a Corrupted File?
When a file becomes corrupted, its internal data or structure gets damaged, incomplete, or unreadable. As a result, the app or software that normally opens the file may no longer read it correctly.
Any type of file can become corrupted in Windows 11, including:
- Documents – Word, Excel, PowerPoint, PDF
- Images – JPEG, PNG, GIF
- Videos – MP4, AVI, MKV
- Audio files – MP3, WAV
- System files and executables –
.exe,.dll, drivers, and important Windows system files
File corruption can happen for several reasons, such as sudden power loss, improper shutdowns, malware infections, failing storage drives, interrupted downloads, and software crashes.
If important Windows system files become corrupted, your PC may experience
- Frequent freezes or “Not Responding” windows
- Apps refusing to open or crashing repeatedly
- Blue screen errors or random reboots
If a single file is corrupted (like a Word document), you may see errors such as:
- “The file is corrupt and cannot be opened.”
- “The file or directory is corrupted and unreadable.”
- “Windows cannot access the file.”
Common Causes of File Corruption on Windows 11
Files can become corrupted for many different reasons, from hardware problems to software crashes. Some of the most common include:
- Hardware Problems: Faulty hard drives, SSD failures, bad sectors, failing RAM, and sudden power loss during file operations can all damage files and lead to corruption.
- Improper Shutdowns or Power Failures: If Windows shuts down unexpectedly while saving, updating, or transferring files, the file may become incomplete or unreadable.
- Malware and Virus Infections: Some malware intentionally modifies, encrypts, or damages files. Ransomware attacks are a common example of file corruption caused by malicious software.
- Software Crashes and Bugs: If an app crashes while editing or saving a file, the file may not save correctly. Bugs in software or Windows updates can also sometimes corrupt important system files.
- Incomplete Downloads or File Transfers: Interrupted downloads or unstable network transfers may result in damaged ZIP files, installers, videos, or documents that fail to open properly.
- Unsafe Removal of External Drives: Disconnecting USB drives or external storage devices without safely ejecting them can interrupt file operations and corrupt stored data.
How to Repair Corrupted System Files in Windows 11
Windows 11 includes several built-in repair tools that can automatically scan and fix corrupted system files, disk errors, and Windows image problems.
The three most important tools are:
- SFC (System File Checker) – Repairs corrupted Windows system files
- DISM (Deployment Image Servicing and Management) – Fixes damaged Windows system images
- CHKDSK (Check Disk) – Scans and repairs file system errors and disk problems
Using these tools in the correct order can solve many common Windows stability issues, including crashes, startup problems, corrupted system files, and random errors.
Important: These tools mainly repair Windows system files and disk-related problems. They usually do not directly repair personal files, such as corrupted photos, videos, or documents.
Step 1: Run SFC /scannow (System File Checker)
The System File Checker (SFC) tool scans protected Windows system files and automatically replaces corrupted or missing files with clean copies stored in Windows. This is the first tool you should run when Windows 11 starts with random crashes, Corrupted system file errors, or “Not Responding.”
- Press Windows key + S, type cmd. Right‑click Command Prompt and select Run as administrator. Click Yes if prompted by User Account Control (UAC).
- Type the command sfc /scannow and press the Enter key to start scanning your Windows system files for any inconsistencies or corruption.

- SFC compares the files found on your system with the original versions stored in the system file cache.
If any discrepancies are detected, SFC tries to repair the corrupted files. It does this by replacing the corrupted files with the correct versions from the Windows system file cache.
The scan may take some time to complete, depending on your system size and your computer’s speed. Do not interrupt the process, once 100% complete, reboot your PC to ensure that the repaired files take effect.
If SFC reports that it could not fix some files, continue with DISM.
Step 2: Run DISM /Online /Cleanup-Image /RestoreHealth
DISM repairs the Windows system image itself, which SFC relies on to replace damaged files correctly. If the Windows image is corrupted, SFC may fail or repeatedly report errors. DISM is usually useful when SFC cannot repair corrupted files, Windows updates fail repeatedly or Windows feels unstable or crashes frequently.
- Open Command Prompt as administrator again.
- Type the command
DISM /Online /Cleanup-Image /RestoreHealthand press the Enter key.

- This will scan the Windows system image and compare it to a known good, clean version.
- DISM attempts to download clean copies of any corrupted or missing files from Windows Update. (Internet connection required)
- Once the necessary files are obtained, DISM integrates them into the Windows system image, replacing any corrupted files with the correct versions.
- Let the scanning complete 100%, once done again run sfc /scannow command then reboot your PC to ensure that the repaired files take effect.
By now, most system file issues should be resolved.
Step 3: Use CHKDSK to Scan for Disk Errors and Bad Sectors
Corrupted files are often caused by bad sectors or file system errors on the drive itself. CHKDSK can scan the disk surface, mark bad sectors, and attempt to recover readable data.
Tip: Before running CHKDSK with repair options, back up any important data if possible.
CHKDSK is a built-in Windows utility designed to scan for and correct errors in the file system, such as bad sectors and file corruption.
Run Chkdsk from File Explorer
- Press Windows key + E to open File Explorer.
- Click This PC. Right‑click the drive that contains the corrupted files (for example, Local Disk (C:)), then click Properties.
- Go to the Tools tab. Under Error checking, click Check and then select Scan drive.
- Windows will scan the drive and, if it finds errors, may offer to repair them.

Run Chkdsk from Command Prompt
Open the command prompt as administrator, and run the command chkdsk c: /f /r /x
Here C: is the drive where to check for errors,
- /f: Fixes the errors that the Chkdsk tool detects. Without this switch, the tool will run in read-only mode.
- /r: Identifies bad sectors on the disk and tries to recover the information on those sectors.
- /x: Forces the volume to dismount before the scan if required and invalidates open file handles to the drive.
Type “Y” and press Enter to schedule the scan for the next system restart.

Close all open applications and restart your computer. CHKDSK will run before Windows starts, and the scanning and repair process will begin. This will scan the file system and hard drive for errors, bad sectors, and other inconsistencies.
After the sectors are repaired, reboot your PC and reopen your file again to see if it’s no longer corrupted.
How to Repair a Single Corrupted File (Documents, Photos, Videos)
The tools above focus on system and disk issues. If just one or a few user files are corrupted (for example, a Word document or a JPEG photo), try these methods:
Use Built‑In Repair Options in Apps
Many applications have their own repair features.
Microsoft Word/Excel/PowerPoint
- Open the app and go to File > Open.
- Locate the corrupted file.
- Click the arrow next to Open and choose Open and Repair.

Adobe Photoshop
- When opening a corrupted image, Photoshop may attempt to repair the file automatically.
- You can also try saving it to another format (e.g., PNG, TIFF).
If the repair works, immediately save a new copy with a different name.
Open the File in Another Program or Convert It
Sometimes a file won’t open in one app but will open in another.
- Try opening a .docx file in Google Docs, LibreOffice, or WordPad.
- For images, try other viewers or editors (Photos app, IrfanView, GIMP, etc.).
- For videos, try VLC or converting the file using a video converter.
You can also try converting the file type:
- Save a Word document as .rtf or .odt, then reopen and resave it.
- Convert a corrupted MP4 to another format with a reliable converter.
Restore Previous Versions or From Backup
If File History or another backup is enabled:
- Right‑click the corrupted file or the folder that contained it.
- Click Restore previous versions.
- Choose an earlier version from before the corruption occurred.
- Click Restore.
If you use a cloud backup (OneDrive, Google Drive, etc.), check its version history feature.
Use Third‑Party File Recovery or Repair Tools (With Caution)
There are many third‑party tools that claim to repair or recover corrupted files. Some are useful, but:
- Always download from trusted, well‑known developers.
- Avoid tools that look suspicious or are heavily bundled with ads.
- Never install pirated or cracked software – it often contains malware.
Advanced users can use hex editors to manually inspect and repair file structures, but this is risky and requires technical expertise.
When to Use System Restore in Windows 11
If you started noticing corrupted files or unstable behavior after installing an app, driver, or Windows update, System Restore can roll your system files and settings back to an earlier working point.
Note: System Restore affects system files, registry settings, and installed apps. It does not typically delete your personal documents, but any apps installed after the selected restore point may be removed.
- Press the Windows key + R, type rstrui.exe, and click ok to open the System Restore wizard.
- Click Next to see a list of available restore points.
- Select a restore point that predates the file corruption or system problems.
- Click Next, then Finish to confirm.
- Your computer will restart and restore Windows to that previous state.
After the process completes, test whether the corrupted file or system issue is resolved.

How to Prevent File Corruption on Windows 11
Prevention is always better than repair. To minimize the risk of file corruption, consider these preventive measures:
- Back up regularly: Use an external hard drive or a cloud backup service (OneDrive, Google Drive, etc.). Enable File History or another backup tool so your important files always have a safe copy.
- Shut down properly: Avoid force‑shutting down your PC by holding the power button. Always use Start > Power > Shut down or Restart.
- Use a reliable power source: If you live in an area with frequent power cuts, consider using a UPS (Uninterruptible Power Supply).
- Keep Windows and software up to date: Install the latest Windows 11 updates and update your applications to fix bugs and security issues.
- Protect against malware: Keep Windows Security or another reputable antivirus enabled and updated. Run regular scans.
- Handle drives carefully: Always use Safely Remove Hardware before unplugging external drives or USB sticks. Avoid moving laptops while the drive is actively writing data.
- Monitor drive health: If you notice unusual noises, frequent CHKDSK repairs, or very slow access, check the drive’s health and consider replacing it before it fails completely.
Frequently Asked Questions
No. If a file is severely damaged or overwritten, it may be impossible to fully recover. In some cases you can restore parts of it or an older backup, but not the complete file.
Yes, SFC and DISM are official Microsoft tools designed for repairing system files. Run them from an elevated Command Prompt and do not interrupt them while they’re working.
No. SFC only checks and repairs protected Windows system files. It does not delete or modify your personal documents, pictures, or other user data.
CHKDSK is generally safe, but because it makes changes to the file system and marks bad sectors, it’s best to back up important data first, especially if the drive is failing. On a healthy drive, it’s a standard maintenance and repair tool.
Open Word and go to File > Open. Select the file, click the arrow next to Open, and choose Open and Repair. If that fails, try opening the file in another program (Google Docs, LibreOffice) or restore a previous version from backup.
