Hi HP8000Elite — the clue that it
comes back to where you were suggests the PC may not be truly “shutting off”; it may be entering
Sleep / Hybrid Sleep / Hibernate, or losing power and then recovering from the hibernation file.
The “going into standby mode” message is often from the
monitor, not Windows — it usually means the monitor has lost the video signal.
Start with these checks
1. Check what Windows thinks happened
- Right-click Start.
- Open Event Viewer.
- Go to
Windows Logs > System.
- Look around the exact shutdown time for these events:
- Kernel-Power, Event ID 41 — unexpected power loss/crash.
- Power-Troubleshooter, Event ID 1 — system resumed from sleep.
- Kernel-Power, Event ID 42 — system is entering sleep.
- User32, Event ID 1074 — a program/user initiated shutdown or restart.
If you see
Event ID 41, suspect power supply, overheating, motherboard, or a hard crash.
If you see
Event ID 42 / Power-Troubleshooter, suspect Windows power/sleep settings.
2. Check power-button and sleep settings
- Open Control Panel.
- Go to
Hardware and Sound > Power Options.
- Click Choose what the power buttons do.
- Check these settings:
- When I press the power button
- When I press the sleep button
- Set both temporarily to Do nothing or Shut down, not Sleep.
- Click Save changes.
This rules out a sticky power button, keyboard sleep key, or case button issue.
3. Disable Hybrid Sleep as a test
- Open Control Panel.
- Go to
Power Options.
- Click Change plan settings next to your active plan.
- Click Change advanced power settings.
- Expand Sleep.
- Set:
Sleep after = Never temporarily
Allow hybrid sleep = Off
Hibernate after = Never
- Click Apply.
Expected result: if the “shutdowns” stop, the issue is likely a sleep/hibernate trigger rather than a true power failure.
4. Temporarily turn off Fast Startup
Fast Startup can make shutdown/resume behavior confusing.
- Open Control Panel.
- Go to
Power Options > Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Untick Turn on fast startup.
- Click Save changes.
- Restart the PC once.
You can re-enable it later if this makes no difference.
5. Run these power diagnostics
Open
Command Prompt as Administrator and run:
Code:
powercfg /lastwake
powercfg /requests
powercfg /a
Also useful:
powercfg /systemsleepdiagnostics
That should generate a report showing whether Windows is entering sleep/hibernate unexpectedly.
Hardware things to check
Because you describe it as “almost as if the power was switched off,” also check:
- Make sure the power cable is firmly seated at the PC and wall/socket.
- If using a power strip or UPS, try a different wall outlet temporarily.
- Check CPU temperatures using a tool such as HWMonitor or HWiNFO.
- Make sure fans are spinning and vents are not clogged.
- If this is the older HP 8000 Elite, the PSU and motherboard capacitors are worth suspecting if Event Viewer shows Kernel-Power 41.
Important: If you open the case, power off the machine, unplug it, and discharge static first.
Please post back with these details
- Do you see Kernel-Power Event ID 41 at the time of the shutdown?
- Is this a desktop HP 8000 Elite or a different machine using that username?
- Does it happen while idle, under load, or randomly?
- Does the screen say “going into standby mode” immediately, or only after Windows has already gone dark?
- Are you using Windows 11 25H2 Insider/preview, or a normal release build?
Those answers will tell us whether to focus on Windows power management or hardware power loss.