Skip to main content

What Is A Ministerial Portfolio?

by
Last updated on 7 min read

Yes — your PC fails to wake from sleep because power-management, driver, or hardware settings are blocking wake signals.

What Is A Ministerial Portfolio?

A ministerial portfolio is the specific policy domain and set of government responsibilities formally assigned to a cabinet minister.

In parliamentary systems, every cabinet minister gets handed a portfolio that spells out exactly what they’re in charge of. That could be anything from big-ticket items like health or education to smaller areas like veterans’ affairs or digital transformation. Each minister answers directly to the head of government—whether that’s a Prime Minister or President—and has to explain how well (or poorly) their portfolio’s budget and policies are performing. (Honestly, this is one of those things that makes parliamentary systems run smoothly.)

Why won’t my PC wake up from sleep?

Your PC isn’t responding to normal wake signals because something is blocking power-management, drivers, or hardware wake settings.

Windows 11 juggles four power states—Sleep, Hibernate, Shutdown, and Restart—each built for different scenarios. When your machine ignores every attempt to wake it (keyboard taps, mouse wiggles, or the power button), the culprit is usually a driver acting up—especially graphics or USB—or a power setting that’s not quite right. Microsoft Support calls out USB wake settings and graphics drivers as the biggest troublemakers on modern PCs. Other common issues? BIOS/UEFI settings that disable wake signals, devices that aren’t allowed to wake the system, or conflicts with Fast Startup and selective USB suspend. Even little gadgets like wireless adapters or USB hubs can mess things up if they’re not set up properly.

How do I fix a PC that won’t wake up?

  1. Try waking it manually first
    1. Press any key or jiggle the mouse.
    2. If nothing happens, press the power button once to send a direct wake signal straight to the motherboard.
    3. Wait up to 30 seconds. If the screen stays dark, move on to the next step.
  2. Force a full shutdown
    1. Hold the power button for 10 seconds until the PC shuts down completely.
    2. Wait five seconds, then press the power button to boot normally.
    3. Check if the system wakes from sleep now.
  3. Check BIOS/UEFI wake settings
    1. Reboot and mash the BIOS key right away (usually F2, F12, DEL, or ESC, depending on your brand).
    2. Dig into Power Management or Advanced → Wake Configuration.
    3. Make sure USB Wake Support, PS/2 Wake Support, and PCIe Wake are turned on.
    4. Hit F10 to save and exit.
  4. Enable wake-on-keyboard/mouse in Windows
    1. Press Win + X and pick Device Manager.
    2. Expand Keyboards, right-click your keyboard (e.g., “HID Keyboard Device”), and choose Properties.
    3. Switch to the Power Management tab and check Allow this device to wake the computer.
    4. Do the same for your mouse under Mice and other pointing devices.
    5. Click OK and close Device Manager.
  5. Update or roll back your graphics drivers
    1. Press Win + X and select Device Manager.
    2. Expand Display adapters, right-click your GPU, and pick Update driver.
    3. Let Windows search automatically for drivers. Install any updates and reboot.
    4. If the problem started after a driver update, right-click the driver, choose Properties → Driver → Roll Back Driver.

What if none of those steps worked?

  • Turn off Fast Startup
    1. Press Win + R, type powercfg.cpl, and hit Enter.
    2. Click Choose what the power buttons do in the left panel.
    3. Click Change settings that are currently unavailable at the top.
    4. Uncheck Turn on fast startup (recommended) and save your changes.
  • Run the Power Troubleshooter
    1. Press Win + I to open Settings.
    2. Go to System → Troubleshoot → Other troubleshooters.
    3. Find Power and click Run.
    4. Apply any fixes it suggests and restart.
  • Try a different USB port
    1. Unplug your keyboard or mouse and plug it into another USB port—ideally one wired straight to the motherboard (usually at the back of the case).
    2. If you’re using a USB hub, skip it and connect directly to the PC.

How can I prevent wake-from-sleep issues?

  • Update your drivers regularly

    Graphics, chipset, and USB drivers get patched often to fix wake and power-management bugs. Grab manufacturer tools like NVIDIA GeForce Experience, AMD Adrenalin, or motherboard-specific utilities to keep drivers current and cut down on wake failures.

  • Use a wired keyboard or mouse

    Wireless devices—especially Bluetooth ones—can drop connection during sleep or fail to send wake signals reliably. A wired USB keyboard or mouse gives a steadier signal and cuts down on wake headaches.

  • Switch to hibernate for long breaks

    Hibernate saves your session to disk and restores it fully when you wake the PC, sidestepping sleep-mode failures during long downtimes.

    To turn it on:

    1. Open Command Prompt as Administrator.
    2. Run: powercfg /hibernate on
    3. Go to Power Options → Choose what the power buttons do → Pick Hibernate.

  • Disable USB selective suspend
    1. Press Win + R, type powercfg.cpl, and hit Enter.
    2. Click Choose a power plan → Change plan settings → Change advanced power settings.
    3. Drill down to USB settings → USB selective suspend setting and set it to Disabled.
    4. Click Apply and exit.

You can fix a PC that won’t wake from sleep by manually waking it, forcing a full shutdown, enabling wake settings in BIOS/UEFI, allowing input devices to wake the PC, and updating graphics drivers.

What’s Happening

Your PC isn’t responding to normal wake signals because of a conflict or misconfiguration.

Windows 11 cycles through three power states—Sleep, Hibernate, and Shutdown—to save energy. When your PC ignores keyboard or mouse input, it’s usually because a driver’s acting up, a power setting’s wrong, or hardware like a USB port or wireless receiver has gone rogue. According to the official Microsoft support site, USB wake settings and graphics drivers top the list of wake-failure suspects on modern rigs.

Step-by-Step Solution

  1. Restart with a Manual Wake
    1. Smack any key on the keyboard or wiggle the mouse.
    2. Still nothing? Press the power button once—this zaps a wake signal straight to the motherboard.
    3. Wait up to 30 seconds. If the screen stays black, move to step 2.
  2. Force a Full Shutdown
    1. Hold the power button for 10 seconds until the PC goes dark.
    2. Wait five seconds, then press the power button to boot normally.
    3. See if the system wakes from sleep now.
  3. Check Wake Sources in BIOS/UEFI
    1. Reboot and mash F2, F12, DEL, or ESC—the magic key varies by brand.
    2. Poke around for Power Management or Advanced → Wake Configuration.
    3. Make sure USB Wake Support, PS/2 Wake Support, and PCIe Wake are all set to Enabled.
    4. Hit F10 to save and exit.
  4. Enable Wake on Keyboard/Mouse in Windows
    1. Hit Win + X and pick Device Manager.
    2. Expand Keyboards, right-click your keyboard (e.g., “HID Keyboard Device”), and choose Properties.
    3. Switch to the Power Management tab and tick Allow this device to wake the computer.
    4. Do the same for your mouse under Mice and other pointing devices.
    5. Click OK and close Device Manager.
  5. Update or Roll Back Graphics Drivers
    1. Press Win + X and pick Device Manager.
    2. Expand Display adapters, right-click your GPU (e.g., “NVIDIA GeForce RTX 4060”), and choose Update driver.
    3. Pick Search automatically for drivers. If an update pops up, install it and reboot.
    4. If the trouble started after a recent driver update, right-click the driver again, hit Properties → Driver → Roll Back Driver.

If This Didn’t Work

  • Disable Fast Startup
    1. Press Win + R, type powercfg.cpl, and hit Enter.
    2. Click Choose what the power buttons do on the left.
    3. Click Change settings that are currently unavailable at the top.
    4. Uncheck Turn on fast startup (recommended) and save your changes.
  • Run Power Troubleshooter
    1. Press Win + I to open Settings.
    2. Go to System → Troubleshoot → Other troubleshooters.
    3. Find Power and click Run.
    4. Follow the prompts and apply any fixes that appear.
  • Test with a Different USB Port
    1. If you’re using a USB keyboard or mouse, yank it out and try a different port—ideally one soldered straight to the motherboard (usually at the back of the case).
    2. Swap in a wired USB-A or USB-C port instead of a USB hub.

Prevention Tips

  • Keep Drivers Updated Regularly

    Graphics and chipset drivers get patched often to squash wake bugs. Grab NVIDIA GeForce Experience, AMD Adrenalin, or your motherboard maker’s tool to automate updates.

  • Use a Wired Keyboard or Mouse

    Wireless receivers—especially Bluetooth—can drop the ball during sleep. A good old-fashioned wired USB input is way more reliable for wake signals.

  • Enable Hibernate Instead of Sleep for Long Absences
    Hibernate saves your session to disk and restores it fully on wake, avoiding sleep-mode failures.

    To flip the switch:

    1. Open Command Prompt as Administrator.
    2. Run: powercfg /hibernate on
    3. Then hop into Power Options → Choose what the power buttons do → Pick Hibernate.

  • Check Power Settings for USB Selective Suspend
    1. Press Win + R, type powercfg.cpl, and hit Enter.
    2. Click Choose a power plan → Change plan settings → Change advanced power settings.
    3. Drill into USB settings → USB selective suspend setting and set it to Disabled.
    4. Click Apply and exit.
Edited and fact-checked by the TechFactsHub editorial team.
David Okonkwo

David Okonkwo holds a PhD in Computer Science and has been reviewing tech products and research tools for over 8 years. He's the person his entire department calls when their software breaks, and he's surprisingly okay with that.