Quick Answer

If your PC will not boot after a Stage 6 Eskom cut, the most likely cause is a corrupted boot sector, a failing PSU stressed by the outage, or BIOS settings reset by power instability. Work through a systematic checklist before assuming component failure, as most Stage 6 boot failures are recoverable without hardware replacement.

First Steps: Rule Out the Easy Fixes

Before opening the case or panicking about component damage, run through these basics.

Hold the power button for 30 seconds to fully discharge any residual capacitor charge. Then power back on. Some boot failures after a sudden cut are simply the result of the system being in an inconsistent state that a full discharge resolves.

Check that your PSU switch on the back is in the On position and that the power cable is seated properly. Outages sometimes cause surges in the final second before the cut that can trip internal PSU protection circuits. If the PSU fan spins briefly and stops, the PSU itself may have tripped an overcurrent protection. Switching it off, waiting 30 seconds, and switching back on sometimes resets it.

If the system shows no signs of power at all, no fans, no LEDs, test the wall outlet with another device. Stage 6 can leave some circuits with residual voltage that reads as power but is not enough to run a PC.

BIOS and Boot Order Issues

A common Stage 6 aftermath scenario is the BIOS resetting to defaults. This happens when the CMOS battery on the motherboard is old or the power loss was particularly abrupt, causing the board to lose its stored settings. A reset BIOS often changes the boot priority, removing your primary SSD or NVMe drive from the first boot position.

Enter BIOS setup by pressing Delete or F2 immediately after power-on. Check the boot order under the Boot tab. Your Windows drive (NVMe or SATA SSD) should be first. If it does not appear in the list at all, move to the storage troubleshooting section below.

While in BIOS, also check the date and time. If it has reset to 2000 or 2001, the CMOS battery is dead and needs replacement. A CR2032 battery costs under R20 at any electronics shop and is a 5-minute fix.

When Windows Refuses to Boot: Recovery Options

If the system posts (fans spin, BIOS screen appears) but Windows fails to load, you are dealing with a corrupted boot sector or file system issue. This is the most common Stage 6 outcome.

Create a Windows 11 bootable USB on another PC using the Microsoft Media Creation Tool. Boot from the USB by selecting it from the BIOS boot menu. Choose Repair your computer rather than Install now. Under Troubleshoot, select Advanced Options, then Startup Repair. Windows will attempt to automatically fix boot sector corruption.

If Startup Repair does not resolve it, go back to Advanced Options and select Command Prompt. Run the following commands in order:

bootrec /fixmbr then bootrec /fixboot then bootrec /rebuildbcd

The rebuildbcd command scans for Windows installations and adds them to the boot configuration. This resolves most cases where Windows was present but not being found.

Protecting Against Future Stage 6 Damage

Once you are back up and running, the immediate priority is preventing a repeat. A UPS (uninterruptible power supply) with automatic voltage regulation is the minimum protection for any gaming PC in South Africa in 2026. A UPS provides clean power during Stage 4 and Stage 6 cuts and prevents the abrupt shutdown that corrupts file systems and stresses PSUs.

For a full gaming PC setup, a 1500VA to 2000VA line-interactive UPS gives you 10 to 20 minutes of runtime, enough to save your work and shut down cleanly. Pair it with surge protection on the outlet the UPS is plugged into for layered protection.

Enable fast startup in Windows under Power Options only if your SSD is healthy. On older or degraded drives, fast startup can leave the drive in a partially suspended state that a sudden power loss corrupts more severely.

Frequently Asked Questions

Can Stage 6 load shedding physically damage a gaming PC? Yes, though it is not guaranteed. The risk comes from two sources: voltage surges in the seconds before or after the cut, and the abrupt shutdown itself. A quality PSU with good surge protection absorbs most spikes. The greater risk is file system corruption from sudden shutdowns rather than component damage, which is why a UPS that allows clean shutdowns matters.

My PC powers on but has no display after load shedding. What should I try? First check that your monitor is powered and on the correct input. Then reseat the GPU in its PCIe slot, as vibration from an abrupt shutdown can very occasionally cause seating issues. If the motherboard has integrated graphics, remove the GPU and test with integrated output to determine if the GPU is the problem.

Will running bootrec commands delete my data? No. The bootrec commands only modify the boot configuration data and master boot record, not your actual files or partitions. Your data remains intact. The risk is only if you run diskpart or format commands, which you should avoid unless you are intentionally wiping a partition.