Quick Answer

File corruption after a crash is usually recoverable using built-in OS repair tools, dedicated data recovery software, or backup restoration. The best option depends on the file type and how severe the damage is - most common document and media formats have at least one reliable repair path.

A sudden system crash, power cut, or force-shutdown can leave files in a broken state that refuses to open. In South Africa, where loadshedding is still a reality for many households and businesses, corruption from abrupt power loss is one of the most common support queries around. The good news is that most file types have multiple repair routes available, and you do not always need third-party tools to fix the damage.

Assess the Damage First

Before attempting any repair, identify what type of file is corrupted and how it happened. A Microsoft Word document that was open during a crash behaves very differently from a corrupt NTFS partition or a damaged ZIP archive. Open the file manager and check the file size - a zero-byte or unusually small file often means the data was never fully written. If the file has some size, there is a good chance the content is at least partially recoverable. Check the Recycle Bin and temporary folders too, since Windows and many applications keep auto-save copies. For Office files, look in C:\Users\[username]\AppData\Roaming\Microsoft\[App name]\ for unsaved recovery files.

Built-In Repair Tools

Windows includes several native repair utilities that should be your first stop. For Office documents (DOCX, XLSX, PPTX), use the built-in Open and Repair option: go to File > Open, browse to the file, click the dropdown arrow next to the Open button, and select Open and Repair. For file system corruption, run chkdsk /f /r from an elevated command prompt - this scans and repairs disk errors that can make files unreadable. The System File Checker (sfc /scannow) handles corrupted Windows system files. For media files like MP4 or MOV, VLC Media Player has a built-in repair function under Tools > Preferences that can sometimes salvage playable footage from a partially written file.

Third-Party Recovery Options

When built-in tools fall short, dedicated software steps in. Recuva is a well-known free option for recovering deleted or damaged files from drives. For database files, the respective application often has its own repair utility (MySQL has mysqlcheck, SQL Server has DBCC CHECKDB). Stellar Data Recovery and similar tools offer deeper sector-level scanning and support a wide range of formats. For ZIP and RAR archives, both 7-Zip and WinRAR include built-in repair commands under the Tools menu. If the corruption is on an SSD or NVMe drive, act fast - TRIM operations can permanently overwrite data that would otherwise be recoverable.

Frequently Asked Questions

Q: Can a file be corrupted beyond repair? A: Yes - if the sectors containing the file's data have been overwritten or the damage is severe enough, recovery is not always possible. This is why regular backups are critical, especially given SA's loadshedding risk.

Q: Does CHKDSK delete corrupted files? A: CHKDSK can move corrupted file fragments to a found.000 folder rather than deleting them. You may find partial recoverable data there after a scan.

Q: Is it safe to keep using a drive after file corruption? A: If corruption was caused by an abrupt shutdown rather than hardware failure, the drive is likely fine. If you see repeated corruption or hear unusual noises, back up everything immediately and replace the drive.