1

Long story short, when computer is turned off, USB's are not, and manufacturers just love to adorn their stuff with LED lights nowadays. I want to sleep, but my room looks like a christmas party.

What I tried to do: 1. Turned off USB Suspension. Did nothing. 2. Did the "powercfg -h off" in console. 3. Made sure "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power\HiberbootEnabled" is set to 0 4. Tried to follow many advices to turn off Fast Startup in power settings, however, in my system, checkbox is just missing. All the other stuff is there, but Fast Start option isnt.

I just want stuff to turn off when I turn it off! Please, any help? UPD: Fast Startup wasnt showing up because I turned off hibernation. Still, didnt help.

5
  • Are the USB devices self-powered?
    – harrymc
    Commented Sep 22, 2019 at 10:35
  • 3
    If the power is staying on when the computer is powered off (and it's not powered externally by a separate plug, then you likely need to look in the bios for how to disable this, however without knowing the device details (specially the motherboard in this case) it's impossible to explain in any more detail. Commented Sep 22, 2019 at 12:12
  • 1
    As @djsmiley2k says, in systems I've seen USB power when the computer is off is controlled in "BIOS".
    – pbhj
    Commented Sep 22, 2019 at 12:17
  • 1
    Did you check your bios/uefi for any usb settings
    – Moab
    Commented Sep 22, 2019 at 16:19
  • As other comments have mentioned, newer systems allow charging USB devices while the PC is off. This setting is generally controlled in the BIOS/EFI (ASUS & Dell articles on it). Alternatively some USB hubs allow individual ports to be turned off (ex: SABRANT) so that could be utilized
    – gregg
    Commented Sep 27, 2022 at 21:21

5 Answers 5

3

Try to look at your BIOS. On many systems there is a option to keep the power connected on powering off. Set this to your wishes.

1
  • If you are in Europe, it may be called "ErP" - changing this can significantly reduce the standby power usage of your PC, while also disabling wake on keyboard, etc. But as a side effect, it turns all the USB ports off in standby.
    – xorsyst
    Commented Jan 10 at 16:47
1

To prevent your USB mouse from waking up your PC when it's in sleep mode, you can follow these steps on Windows:

Open Device Manager: Right-click on the Start button and select "Device Manager."

Find Your Mouse: Expand the "Mice and other pointing devices" section.

Properties: Right-click on your USB mouse and select "Properties."

Power Management Tab: Go to the "Power Management" tab.

Disable Allow this device to wake the computer: Uncheck the option that says "Allow this device to wake the computer."

Apply and Save: Click "OK" to save the changes.

This should prevent your USB mouse from waking up your PC when it's in sleep mode. If you have other devices like keyboards or network adapters that might also be waking your PC, you can follow similar steps for those devices as well.

New contributor
LeonidasK is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
0

I just want stuff to turn off when I turn it off!

It is not so simple nowadays. This depends on particular design of "a computer" and what do you mean "turn it off".

Power management in modern PCs is defined by ACPI specifications, "Advanced Configuration and Power Interface". The specification defines power and functional properties for "global states" (Gx), "system states" (Sx) and individual "device states" (Dx), and much more. Systems can have 6 power states, from S0 to S5. Implementations of what a PC can do differ, so USB behavior can be different. See this article, ACPI Sleep States (S0 - S5) for ACPI states overview, or many other nice articles, this one shows an example of state diagram

enter image description here

If you have a really modern ACPI-compliant computer, you might have "allow hibernate" option, which might (I repeat, might) turn USB power OFF. This function is more likely on laptops. On simple desktops the USB power is derived from Power Supply +5VSB standby rail when PC is "soft-OFF". The +5VSB rail is "always ON", so USB power won't go away unless you disconnect you power cord from AC outlet.

-1

Shut down your laptop as follows: Right click Start and select Shut down (not suspend). When OFF, unplug (as noted above) so that you do not keep the battery on AC power all the time. Everything will go OFF.

-1

I sorted my particular problem this way:

Windows 'says' it's shutdown and screen turns off properly, but motherboard still stays running (fans. lights usb etc).

I removed the Samsung USB drivers for Mobile (to connect my Galaxy s6 to PC) and my PC now actually does proper shutdown AND restarts!

Proved using another drive running Windows 10 on same machine but without Samsung Drivers. Windows Event Logs and fiddling with Bios and Hiberfile / Power settings etc doesn't even come in to it, IF you use another Windows 10 fresh drive to prove these things.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .