Monitor stuck in power saving mode after PC wakes from sleep

Hardware – Monitors Beginner 👁 26 views 📅 May 30, 2026

Your monitor stays black after waking your PC from sleep. It's usually a GPU driver or power setting issue. Here's the fix.

Quick answer: Press the monitor's power button or a key on your keyboard. If that doesn't work, restart your PC, then update your GPU driver and disable fast startup in Windows.

Why your monitor stays in power saving mode after sleep

You put your PC to sleep. You come back, jiggle the mouse or hit the spacebar. The PC fans spin up, lights come on, but your monitor stays black with that "power saving mode" message blinking.

This happens because the GPU driver doesn't reinitialize the display connection properly when waking. The monitor thinks there's no signal, so it drops into power saving. It's not a hardware failure — it's a handshake problem between your GPU and monitor. This is extremely common with DisplayPort cables, especially older versions. HDMI has it too, but less often.

I've seen this on Windows 10, Windows 11, and even on Linux. It doesn't discriminate by brand. My 2020 Dell monitor does it once a week. Here's how to fix it for good.


Fix steps — in order of what usually works

  1. Press the monitor's power button off, wait 5 seconds, then press it on again. This forces the monitor to recheck for a signal. Most of the time, that's all you need. If you see an image, you're done.
  2. Press any key on your keyboard or click your mouse. Sometimes the PC wakes but the monitor stays asleep because the GPU didn't send a signal yet. A keypress sends a fresh command.
  3. If both fail, restart your PC. Hold the power button for 10 seconds to force a shutdown, then turn it back on. This clears the temporary state that caused the hang.
  4. Update your GPU driver.
    1. Right-click the Start button (or press Win + X) and select Device Manager.
    2. Expand Display adapters. You'll see your GPU listed (e.g., NVIDIA GeForce RTX 3060, AMD Radeon RX 6800, Intel UHD Graphics).
    3. Right-click your GPU and choose Update driver.
    4. Select Search automatically for drivers. Windows will look online and install the latest version.
    5. After it finishes, restart your PC.

    If Windows says you already have the latest driver, don't trust it. Go to the GPU manufacturer's site directly. NVIDIA users go to nvidia.com/drivers. AMD users go to amd.com/support. Intel users go to intel.com/detect. Download and run the installer. Choose "Clean Installation" if offered. This nukes old settings that cause wake issues.

  5. Change your power plan settings.
    1. Open Control Panel (search for it in the Start menu).
    2. Click Hardware and Sound, then Power Options.
    3. Next to your selected plan, click Change plan settings.
    4. Click Change advanced power settings.
    5. Scroll down to PCI Express and expand it.
    6. Expand Link State Power Management and set both "On battery" and "Plugged in" to Off.
    7. Also expand Display and set Enable adaptive brightness to Off (if present).
    8. Click Apply, then OK.
    9. Close the Power Options window.
  6. Disable Fast Startup. This is the biggest culprit on Windows 10 and 11. Fast Startup is a hybrid shutdown that can break wake behavior.
    1. Open Control Panel again.
    2. Click Power Options, then on the left, click Choose what the power buttons do.
    3. Click Change settings that are currently unavailable (you need admin rights here).
    4. Scroll down to Shutdown settings. Uncheck Turn on fast startup (recommended).
    5. Click Save changes.

Alternative fixes if the main steps don't work

Switch your cable or port

If you're using DisplayPort, try HDMI instead. DisplayPort has a known issue with wake negotiation on certain monitors. I've fixed this for three people by swapping to HDMI. You'll lose some features like higher refresh rates or G-Sync, but at least the monitor wakes.

Update your monitor's firmware

Yes, monitors have firmware too. Check your monitor manufacturer's support page. Download any firmware updates and follow their instructions. It's rare, but it can fix wake issues.

Change the GPU power management setting in the GPU control panel

For NVIDIA users:

  1. Right-click your desktop and select NVIDIA Control Panel.
  2. Under 3D Settings, click Manage 3D settings.
  3. Find Power management mode and set it to Prefer maximum performance.
  4. Click Apply.
For AMD users:
  1. Open AMD Radeon Software.
  2. Click the gear icon (Settings), then Graphics.
  3. Set Power Saving to Disabled.

Disable PCIe ASPM in BIOS

This is advanced. If you're comfortable in BIOS, go in and look for a setting called ASPM (Active State Power Management) under PCIe settings. Set it to Disabled. Save and exit. This stops the motherboard from cutting power to the GPU slot during sleep.


Prevention tip — the real long-term fix

The single best thing you can do is disable Fast Startup and set PCIe Link State Power Management to Off. Do those two things, and your monitor will wake reliably 99% of the time. I do this on every PC I set up, and I haven't had a wake failure in two years.

Also, if you use a DisplayPort cable, look for one that's VESA certified. Cheap knockoff cables have poor shielding and signal integrity, which makes wake negotiation flaky. A certified cable costs maybe $15. Worth it.

If you're still stuck after all this, your GPU or monitor might have a hardware defect. Test with another PC or monitor to isolate which one is the problem. Sometimes the GPU just doesn't reinitialize the display output after sleep — and that's a warranty claim.

Was this solution helpful?