Power outage during Windows chkdsk /r, potential corruption?

Dankk

Diamond Member
Jul 7, 2008
5,558
25
91
Was running a chkdsk /r on one of my hard drives in Windows 8.1, when the power went out. It's still out (writing this on my phone) and I don't know how to tell if this caused any potential damage during the check. What are the chances something is permanently messed up? I'm a noob, and I'm also paranoid about power outages when my computer is on. Thanks in advance.
 

inf1nity

Golden Member
Mar 12, 2013
1,181
3
0
Wow, I didn't know power outages happened in US too. o_O

As far as corruption, there is no way to tell, but i doubt it would happen. I was once doing a boot-time antivirus scan on my PC when power went out. Nothing happened. So you might be safe.
 

sm625

Diamond Member
May 6, 2011
8,172
137
106
I doubt it damaged anything. Chkdsk spends most of its time reading. Windows is so bloated that a power loss at just about any time gives you an equal odds chance of corrupting your installation. Because microsoft, in their infinite wisdom, likes to be writing critical system files all the time. And its the borked writes that are gonna kill you.
 

corkyg

Elite Member | Peripherals
Super Moderator
Mar 4, 2000
27,370
239
106
As sm625 says, unless the drive is in the process of writing to disk, it probably had no effrct. In any case, a run of CHKDSK will help determine that. Another reason to use a UPS.
 

Dankk

Diamond Member
Jul 7, 2008
5,558
25
91
Thanks guys. When the power came back on last night, I switched on my PC and Windows booted straight back up into retrying the disk check (presumably because the dskchk boot flag was still set, and does not reset until the check actually finishes). It was late though, so I turned the PC back off anyway and then let it run again while I was at work this afternoon.

Everything looks fine. The dskchk came up clean (no problems found), and for good measure, I also ran another dskchk on my main Windows drive (no problems found there either). I'm thankful that modern operating systems have enough safety nets to render unexpected power outages as relatively harmless occurrences. There's still some amount of risk involved however, and it still makes me paranoid to a large degree, which is probably why I'll invest in a UPS soon.

Wow, I didn't know power outages happened in US too.

Where I live, there are some years when everyone's air conditioning systems put so much strain on the local power grid, to the point where it causes enough intermittent blackouts and brownouts to make it feel like I'm living in a third world country.

I doubt it damaged anything. Chkdsk spends most of its time reading.

It was a 2TB hard drive, so the scan was very long (usually takes about 4 hours). Safe to say it was near the end of the scan when the power outage happened, most likely during the "verifying free space" process). So yeah, it probably wasn't writing anything.

I should note that I wasn't running a dskchk to fix any problems, it's just part of the monthly-ish maintenance that I like to do on my PC. It probably didn't write much of anything if at all.

Another reason to use a UPS.

I'll be heading over to the power supply forum and asking for advice on buying a UPS very soon. Thanks again.
 

inf1nity

Golden Member
Mar 12, 2013
1,181
3
0
Windows is so bloated that a power loss at just about any time gives you an equal odds chance of corrupting your installation.

I've had the power go off many many times while i was using the computer and not once did it happen that my installation got corrupted. Mind giving me a few examples from your experience?

Because microsoft, in their infinite wisdom, likes to be writing critical system files all the time.

Please explain this to me. I thought that system files are written only once, when you install Windows?
 

corkyg

Elite Member | Peripherals
Super Moderator
Mar 4, 2000
27,370
239
106
Please explain this to me. I thought that system files are written only once, when you install Windows?

No, that is necessarily not true. Windows is always making changes to many files, i.e., indexing, the journal (that records changes to data. These all run .dll files, etc., that are called by the Registry. You need to expand you definition of system files a bit. Sometimes system files are updated as well. .MSI and similar files involved in installs and removals are system files as well.
 
Last edited:

PliotronX

Diamond Member
Oct 17, 1999
8,883
107
106
Not likely at all, it really wouldn't corrupt any further than it already is if you're having to use chkdsk. Why the /r? Windows 8 has an awesome new quick mode called /scan /perf ():)