1. Disable and Re-enable Hibernation
- Open Command Prompt as Administrator.
- Run:
powercfg -h off
- Restart the system.
- Then re-enable:
powercfg -h on
- This recreates a fresh hibernation file.
2. Update or Roll Back Drivers
- Open Device Manager (Win + X - Device Manager).
- Locate recently updated or suspicious drivers.
- Right-click - Update or - Roll Back Driver.
- Restart and check for stability.
3. Run SFC and DISM to Repair System Files
- Open Command Prompt (Admin).
- Run the following commands:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- Reboot after the scans complete.
4. Test and Reseat RAM
- Turn off your PC and disconnect power.
- Reseat all RAM sticks or test one module at a time.
- Run Windows Memory Diagnostic using:
mdsched.exe
- Restart and scan.
- Replace RAM if memory faults are detected.
5. Reset BIOS/UEFI Power Settings
- Reboot your PC and enter BIOS/UEFI (F2/F10/DEL).
- Restore Load Default/Optimized Settings.
- Ensure ACPI and sleep-state (S1–S4) settings are properly configured.
- Save changes and reboot.
6. Update BIOS/UEFI Firmware
- Visit your device or motherboard manufacturer’s support page.
- Download the latest BIOS/UEFI update.
- Follow official instructions to install it safely.
- Restart your PC and check if the BSOD persists.
7. Perform a Clean Boot to Identify Software Conflicts
- Press Win + R - Type msconfig.
- Go to the Services tab - Check Hide all Microsoft services - Disable all.
- Open Task Manager - Disable startup items.
- Restart and test for the BSOD.
- If resolved, re-enable services one by one to find the culprit.
8. Uninstall Recent Updates or Software
- Go to Settings - Update & Security - Windows Update - View update history.
- Uninstall recently installed updates or drivers.
- Also remove power management tools or third-party optimization utilities.
- Restart the system.
9. Restore System Using System Restore
- Go to Control Panel - Recovery - Open System Restore.
- Select a restore point before the BSOD occurred.
- Complete the restoration and allow Windows to reboot.
10. Perform an In-Place Upgrade or Clean Installation
If the issue continues:
- Download the Windows Media Creation Tool.
- Select Upgrade this PC now to refresh system components without deleting data.
- If the BSOD still appears, back up your files and perform a clean Windows installation.
The 0x000000BC (INVALID_HIBERNATED_STATE) BSOD generally stems from corrupted hibernation data, power configuration errors, or failing memory. To resolve the issue:
- Recreate hibernation files.
- Update or roll back faulty drivers.
- Test RAM and repair corrupted system files.
- Reset and update BIOS/UEFI firmware.
- Use System Restore or in-place upgrades if corruption persists.
Keeping drivers updated, avoiding forced shutdowns, and maintaining stable BIOS power settings helps prevent future 0x000000BC errors, ensuring smooth power transitions and long-term Windows reliability.