Does Windows 10 Fast Startup feature drain battery while laptop is turned off?Turn off additional cpu cores while on batteryWhy doesn't my laptop battery charge while the laptop is in use?What consumes laptop battery when it is turned off?Why my laptop sound goes down while plugged in or battery saver is off?What does a USB stick do on a powered USB port when PC is turned off?Laptop beeps on startup after battery drainsCAPS LOCK remains 'ON' & Battery Discharges after Turning Off Laptopif i charge my laptop every 10 minutes while playing will it kill damage the battery?
Is it possible to make taste of raw oily salmon less pronounced?
A geometric sequence using one digit
How can there exist a profession consisting of investing others' money?
Does Special Relativity Imply Multiple Realities?
How to understand "No she bludgering well won't!"
Change LANG variable in current shell
Should I provide my username and password for my brokerage account to my mortgage lender to verify my assets?
(x | y) - y why can't it simply be x or even `x | 0`
Overcrowded German trains
What is the moral difference between abortion and infanticide?
How would I measure the Carbon Dioxide content in Coca Cola over a period of time?
What does “critical but stable” mean?
What to do if some panel members walk out while I'm being interviewed?
Do any printing presses exist in the Forgotten Realms?
What does it mean to play "positionally", and how do you train that?
What would be the effect(s) of this asteroid?
Texas gun laws - can an overseas visitor buy ammunition?
Should I sign a NDA that holds me liable for legal fees even if I am in the right?
Corridor seats on the TGV — why? Are seat reservations not always mandatory?
Tactical illusion combat countermeasures (password system)
How would sword design change if the aim was to cause as much immediate bleeding as possible?
What is the best way to teach JavaScript functions to middle schoolers?
How do I contextualize chords from different keys that sound good together?
Setting up uniform distribution over non-rectangular support
Does Windows 10 Fast Startup feature drain battery while laptop is turned off?
Turn off additional cpu cores while on batteryWhy doesn't my laptop battery charge while the laptop is in use?What consumes laptop battery when it is turned off?Why my laptop sound goes down while plugged in or battery saver is off?What does a USB stick do on a powered USB port when PC is turned off?Laptop beeps on startup after battery drainsCAPS LOCK remains 'ON' & Battery Discharges after Turning Off Laptopif i charge my laptop every 10 minutes while playing will it kill damage the battery?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm wondering if leaving this feature enabled drains the laptop battery while it's turned off. I've searched online already but haven't found a conclusive answer.
windows-10 laptop battery win10-fast-startup
add a comment
|
I'm wondering if leaving this feature enabled drains the laptop battery while it's turned off. I've searched online already but haven't found a conclusive answer.
windows-10 laptop battery win10-fast-startup
add a comment
|
I'm wondering if leaving this feature enabled drains the laptop battery while it's turned off. I've searched online already but haven't found a conclusive answer.
windows-10 laptop battery win10-fast-startup
I'm wondering if leaving this feature enabled drains the laptop battery while it's turned off. I've searched online already but haven't found a conclusive answer.
windows-10 laptop battery win10-fast-startup
windows-10 laptop battery win10-fast-startup
asked Oct 2 at 18:10
Chef TonyChef Tony
2471 silver badge5 bronze badges
2471 silver badge5 bronze badges
add a comment
|
add a comment
|
4 Answers
4
active
oldest
votes
Fast Startup = NO
Source
Fast Startup combines elements of a cold shutdown and the hibernate feature. When you shut down your computer with Fast Startup enabled, Windows closes all applications and logs off all users, just as in a normal cold shutdown. At this point, Windows is in a state very similar to when it’s freshly booted up: No users have logged in and started programs, but the Windows kernel is loaded and the system session is running. Windows then alerts device drivers that support it to prepare for hibernation, saves the current system state to the hibernation file and turns off the computer.
Hibernate = NO
Hibernation is kind of a mix between a traditional shut down and sleep mode primarily designed for laptops. When you tell your PC to hibernate, it saves the current state of your PC—open programs and documents to your hard disk and then turns off your PC. Then when it’s time to start it up again all your previous work is ready and waiting for you. Unlike sleep mode, it doesn’t use any power, but it does take longer to start up again.
Sleep mode = YES
in sleep mode, all the above mentioned data is kept in RAM, which is volatile meaning the RAM must be kept powered to retain the data. But sleep mode uses far less power to maintain inactive data in RAM with the operating system doing nothing as opposed to a running system.
9
@Mast Are you sure they're in hibernation while blinking, and not simply sleep?
– 8bittree
Oct 3 at 17:56
4
This raises the question, why would anyone want to use Fast Startup when it's just a half-assed implementation of Hibernate?
– Hobbes
Oct 3 at 18:40
2
@Hobbes by only saving / loading the kernel data to the hard drive, a much more well known / smaller amount of storage needs to be exchanged with relatively slow nonvolatile storage. If you don't need any usermode data, quite a lot of cruft can be trimmed out of memory. Try closing all your running programs, and look at your memory usage. Then look at the amount of system reserved memory. Even at "idle" there's quite a bit going on that doesn't really need to be preserved between "reboots".
– Aaron
Oct 3 at 21:20
1
@Mehrdad G3 is only when the hard power switch (if you even have one) is off or if the system is unplugged from the wall and the batteries (if any, if they're even removable) are removed. Normal "soft-off" (can be woken by electronic means like a soft power switch, and maybe WoL/alarm/etc.) is S5/G2 and also has a "very low" power consumption. S4 is defined in the ACPI spec as being recoverable even after entry into G3 unless the hardware was changed in the meantime. uefi.org/sites/default/files/resources/ACPI_6_2.pdf
– hobbs
Oct 4 at 5:16
1
@Hobbes "what you call 'cruft' is essential data to me" that, to me, is the difference between fast-start and hibernation, and the reason someone would prefer one over the other. If you have a "working state" and you simply want to "pause" it and come back later, use hibernation (like you, that's what I almost always do). For someone who maybe does one thing at a time (opens mail program, reads emails, closes mail program etc.) they may not get extra benefit from hibernating (though they're probably not losing anything), but fast-start does save the Windows-boot-time.
– TripeHound
Oct 4 at 7:38
|
show 7 more comments
No, it doesn't.
Fast Startup works similarly to hibernation therefore all devices are effectively shut down.
add a comment
|
With Fast Startup, Windows closes all applications and logs off all users,
alerts device drivers that support it to prepare for hibernation,
saves the current system state to the hibernation file,
and truly turns off totally the computer.
The battery is no longer used during the time that the computer is turned off,
although it should be noted that every battery loses some of its charge over time,
although slowly.
On another note, if Wake-on-LAN
is enabled, then some small amount of power is used for maintaining the
network adapter in a semi-sleep state.
When you start the computer again, Windows does not have to reload the kernel,
drivers, and system state individually. Instead, it just refreshes your RAM with
the loaded image from the hibernation file and delivers you to the login screen.
At this point, Windows is in a state very similar to when it’s freshly booted up.
The conclusion is that Fast Startup does not add to the power drain in any way
more than cold shutdown.
add a comment
|
I have has fast start running on two laptops and a desktop here for 4 years. As noted above, there is no power drain because of fast start up when powered off. I can remove the laptop battery when powered off.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "3"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1488515%2fdoes-windows-10-fast-startup-feature-drain-battery-while-laptop-is-turned-off%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Fast Startup = NO
Source
Fast Startup combines elements of a cold shutdown and the hibernate feature. When you shut down your computer with Fast Startup enabled, Windows closes all applications and logs off all users, just as in a normal cold shutdown. At this point, Windows is in a state very similar to when it’s freshly booted up: No users have logged in and started programs, but the Windows kernel is loaded and the system session is running. Windows then alerts device drivers that support it to prepare for hibernation, saves the current system state to the hibernation file and turns off the computer.
Hibernate = NO
Hibernation is kind of a mix between a traditional shut down and sleep mode primarily designed for laptops. When you tell your PC to hibernate, it saves the current state of your PC—open programs and documents to your hard disk and then turns off your PC. Then when it’s time to start it up again all your previous work is ready and waiting for you. Unlike sleep mode, it doesn’t use any power, but it does take longer to start up again.
Sleep mode = YES
in sleep mode, all the above mentioned data is kept in RAM, which is volatile meaning the RAM must be kept powered to retain the data. But sleep mode uses far less power to maintain inactive data in RAM with the operating system doing nothing as opposed to a running system.
9
@Mast Are you sure they're in hibernation while blinking, and not simply sleep?
– 8bittree
Oct 3 at 17:56
4
This raises the question, why would anyone want to use Fast Startup when it's just a half-assed implementation of Hibernate?
– Hobbes
Oct 3 at 18:40
2
@Hobbes by only saving / loading the kernel data to the hard drive, a much more well known / smaller amount of storage needs to be exchanged with relatively slow nonvolatile storage. If you don't need any usermode data, quite a lot of cruft can be trimmed out of memory. Try closing all your running programs, and look at your memory usage. Then look at the amount of system reserved memory. Even at "idle" there's quite a bit going on that doesn't really need to be preserved between "reboots".
– Aaron
Oct 3 at 21:20
1
@Mehrdad G3 is only when the hard power switch (if you even have one) is off or if the system is unplugged from the wall and the batteries (if any, if they're even removable) are removed. Normal "soft-off" (can be woken by electronic means like a soft power switch, and maybe WoL/alarm/etc.) is S5/G2 and also has a "very low" power consumption. S4 is defined in the ACPI spec as being recoverable even after entry into G3 unless the hardware was changed in the meantime. uefi.org/sites/default/files/resources/ACPI_6_2.pdf
– hobbs
Oct 4 at 5:16
1
@Hobbes "what you call 'cruft' is essential data to me" that, to me, is the difference between fast-start and hibernation, and the reason someone would prefer one over the other. If you have a "working state" and you simply want to "pause" it and come back later, use hibernation (like you, that's what I almost always do). For someone who maybe does one thing at a time (opens mail program, reads emails, closes mail program etc.) they may not get extra benefit from hibernating (though they're probably not losing anything), but fast-start does save the Windows-boot-time.
– TripeHound
Oct 4 at 7:38
|
show 7 more comments
Fast Startup = NO
Source
Fast Startup combines elements of a cold shutdown and the hibernate feature. When you shut down your computer with Fast Startup enabled, Windows closes all applications and logs off all users, just as in a normal cold shutdown. At this point, Windows is in a state very similar to when it’s freshly booted up: No users have logged in and started programs, but the Windows kernel is loaded and the system session is running. Windows then alerts device drivers that support it to prepare for hibernation, saves the current system state to the hibernation file and turns off the computer.
Hibernate = NO
Hibernation is kind of a mix between a traditional shut down and sleep mode primarily designed for laptops. When you tell your PC to hibernate, it saves the current state of your PC—open programs and documents to your hard disk and then turns off your PC. Then when it’s time to start it up again all your previous work is ready and waiting for you. Unlike sleep mode, it doesn’t use any power, but it does take longer to start up again.
Sleep mode = YES
in sleep mode, all the above mentioned data is kept in RAM, which is volatile meaning the RAM must be kept powered to retain the data. But sleep mode uses far less power to maintain inactive data in RAM with the operating system doing nothing as opposed to a running system.
9
@Mast Are you sure they're in hibernation while blinking, and not simply sleep?
– 8bittree
Oct 3 at 17:56
4
This raises the question, why would anyone want to use Fast Startup when it's just a half-assed implementation of Hibernate?
– Hobbes
Oct 3 at 18:40
2
@Hobbes by only saving / loading the kernel data to the hard drive, a much more well known / smaller amount of storage needs to be exchanged with relatively slow nonvolatile storage. If you don't need any usermode data, quite a lot of cruft can be trimmed out of memory. Try closing all your running programs, and look at your memory usage. Then look at the amount of system reserved memory. Even at "idle" there's quite a bit going on that doesn't really need to be preserved between "reboots".
– Aaron
Oct 3 at 21:20
1
@Mehrdad G3 is only when the hard power switch (if you even have one) is off or if the system is unplugged from the wall and the batteries (if any, if they're even removable) are removed. Normal "soft-off" (can be woken by electronic means like a soft power switch, and maybe WoL/alarm/etc.) is S5/G2 and also has a "very low" power consumption. S4 is defined in the ACPI spec as being recoverable even after entry into G3 unless the hardware was changed in the meantime. uefi.org/sites/default/files/resources/ACPI_6_2.pdf
– hobbs
Oct 4 at 5:16
1
@Hobbes "what you call 'cruft' is essential data to me" that, to me, is the difference between fast-start and hibernation, and the reason someone would prefer one over the other. If you have a "working state" and you simply want to "pause" it and come back later, use hibernation (like you, that's what I almost always do). For someone who maybe does one thing at a time (opens mail program, reads emails, closes mail program etc.) they may not get extra benefit from hibernating (though they're probably not losing anything), but fast-start does save the Windows-boot-time.
– TripeHound
Oct 4 at 7:38
|
show 7 more comments
Fast Startup = NO
Source
Fast Startup combines elements of a cold shutdown and the hibernate feature. When you shut down your computer with Fast Startup enabled, Windows closes all applications and logs off all users, just as in a normal cold shutdown. At this point, Windows is in a state very similar to when it’s freshly booted up: No users have logged in and started programs, but the Windows kernel is loaded and the system session is running. Windows then alerts device drivers that support it to prepare for hibernation, saves the current system state to the hibernation file and turns off the computer.
Hibernate = NO
Hibernation is kind of a mix between a traditional shut down and sleep mode primarily designed for laptops. When you tell your PC to hibernate, it saves the current state of your PC—open programs and documents to your hard disk and then turns off your PC. Then when it’s time to start it up again all your previous work is ready and waiting for you. Unlike sleep mode, it doesn’t use any power, but it does take longer to start up again.
Sleep mode = YES
in sleep mode, all the above mentioned data is kept in RAM, which is volatile meaning the RAM must be kept powered to retain the data. But sleep mode uses far less power to maintain inactive data in RAM with the operating system doing nothing as opposed to a running system.
Fast Startup = NO
Source
Fast Startup combines elements of a cold shutdown and the hibernate feature. When you shut down your computer with Fast Startup enabled, Windows closes all applications and logs off all users, just as in a normal cold shutdown. At this point, Windows is in a state very similar to when it’s freshly booted up: No users have logged in and started programs, but the Windows kernel is loaded and the system session is running. Windows then alerts device drivers that support it to prepare for hibernation, saves the current system state to the hibernation file and turns off the computer.
Hibernate = NO
Hibernation is kind of a mix between a traditional shut down and sleep mode primarily designed for laptops. When you tell your PC to hibernate, it saves the current state of your PC—open programs and documents to your hard disk and then turns off your PC. Then when it’s time to start it up again all your previous work is ready and waiting for you. Unlike sleep mode, it doesn’t use any power, but it does take longer to start up again.
Sleep mode = YES
in sleep mode, all the above mentioned data is kept in RAM, which is volatile meaning the RAM must be kept powered to retain the data. But sleep mode uses far less power to maintain inactive data in RAM with the operating system doing nothing as opposed to a running system.
edited Oct 3 at 9:56
Vishwa
1871 silver badge9 bronze badges
1871 silver badge9 bronze badges
answered Oct 2 at 18:22
ronron
6285 silver badges9 bronze badges
6285 silver badges9 bronze badges
9
@Mast Are you sure they're in hibernation while blinking, and not simply sleep?
– 8bittree
Oct 3 at 17:56
4
This raises the question, why would anyone want to use Fast Startup when it's just a half-assed implementation of Hibernate?
– Hobbes
Oct 3 at 18:40
2
@Hobbes by only saving / loading the kernel data to the hard drive, a much more well known / smaller amount of storage needs to be exchanged with relatively slow nonvolatile storage. If you don't need any usermode data, quite a lot of cruft can be trimmed out of memory. Try closing all your running programs, and look at your memory usage. Then look at the amount of system reserved memory. Even at "idle" there's quite a bit going on that doesn't really need to be preserved between "reboots".
– Aaron
Oct 3 at 21:20
1
@Mehrdad G3 is only when the hard power switch (if you even have one) is off or if the system is unplugged from the wall and the batteries (if any, if they're even removable) are removed. Normal "soft-off" (can be woken by electronic means like a soft power switch, and maybe WoL/alarm/etc.) is S5/G2 and also has a "very low" power consumption. S4 is defined in the ACPI spec as being recoverable even after entry into G3 unless the hardware was changed in the meantime. uefi.org/sites/default/files/resources/ACPI_6_2.pdf
– hobbs
Oct 4 at 5:16
1
@Hobbes "what you call 'cruft' is essential data to me" that, to me, is the difference between fast-start and hibernation, and the reason someone would prefer one over the other. If you have a "working state" and you simply want to "pause" it and come back later, use hibernation (like you, that's what I almost always do). For someone who maybe does one thing at a time (opens mail program, reads emails, closes mail program etc.) they may not get extra benefit from hibernating (though they're probably not losing anything), but fast-start does save the Windows-boot-time.
– TripeHound
Oct 4 at 7:38
|
show 7 more comments
9
@Mast Are you sure they're in hibernation while blinking, and not simply sleep?
– 8bittree
Oct 3 at 17:56
4
This raises the question, why would anyone want to use Fast Startup when it's just a half-assed implementation of Hibernate?
– Hobbes
Oct 3 at 18:40
2
@Hobbes by only saving / loading the kernel data to the hard drive, a much more well known / smaller amount of storage needs to be exchanged with relatively slow nonvolatile storage. If you don't need any usermode data, quite a lot of cruft can be trimmed out of memory. Try closing all your running programs, and look at your memory usage. Then look at the amount of system reserved memory. Even at "idle" there's quite a bit going on that doesn't really need to be preserved between "reboots".
– Aaron
Oct 3 at 21:20
1
@Mehrdad G3 is only when the hard power switch (if you even have one) is off or if the system is unplugged from the wall and the batteries (if any, if they're even removable) are removed. Normal "soft-off" (can be woken by electronic means like a soft power switch, and maybe WoL/alarm/etc.) is S5/G2 and also has a "very low" power consumption. S4 is defined in the ACPI spec as being recoverable even after entry into G3 unless the hardware was changed in the meantime. uefi.org/sites/default/files/resources/ACPI_6_2.pdf
– hobbs
Oct 4 at 5:16
1
@Hobbes "what you call 'cruft' is essential data to me" that, to me, is the difference between fast-start and hibernation, and the reason someone would prefer one over the other. If you have a "working state" and you simply want to "pause" it and come back later, use hibernation (like you, that's what I almost always do). For someone who maybe does one thing at a time (opens mail program, reads emails, closes mail program etc.) they may not get extra benefit from hibernating (though they're probably not losing anything), but fast-start does save the Windows-boot-time.
– TripeHound
Oct 4 at 7:38
9
9
@Mast Are you sure they're in hibernation while blinking, and not simply sleep?
– 8bittree
Oct 3 at 17:56
@Mast Are you sure they're in hibernation while blinking, and not simply sleep?
– 8bittree
Oct 3 at 17:56
4
4
This raises the question, why would anyone want to use Fast Startup when it's just a half-assed implementation of Hibernate?
– Hobbes
Oct 3 at 18:40
This raises the question, why would anyone want to use Fast Startup when it's just a half-assed implementation of Hibernate?
– Hobbes
Oct 3 at 18:40
2
2
@Hobbes by only saving / loading the kernel data to the hard drive, a much more well known / smaller amount of storage needs to be exchanged with relatively slow nonvolatile storage. If you don't need any usermode data, quite a lot of cruft can be trimmed out of memory. Try closing all your running programs, and look at your memory usage. Then look at the amount of system reserved memory. Even at "idle" there's quite a bit going on that doesn't really need to be preserved between "reboots".
– Aaron
Oct 3 at 21:20
@Hobbes by only saving / loading the kernel data to the hard drive, a much more well known / smaller amount of storage needs to be exchanged with relatively slow nonvolatile storage. If you don't need any usermode data, quite a lot of cruft can be trimmed out of memory. Try closing all your running programs, and look at your memory usage. Then look at the amount of system reserved memory. Even at "idle" there's quite a bit going on that doesn't really need to be preserved between "reboots".
– Aaron
Oct 3 at 21:20
1
1
@Mehrdad G3 is only when the hard power switch (if you even have one) is off or if the system is unplugged from the wall and the batteries (if any, if they're even removable) are removed. Normal "soft-off" (can be woken by electronic means like a soft power switch, and maybe WoL/alarm/etc.) is S5/G2 and also has a "very low" power consumption. S4 is defined in the ACPI spec as being recoverable even after entry into G3 unless the hardware was changed in the meantime. uefi.org/sites/default/files/resources/ACPI_6_2.pdf
– hobbs
Oct 4 at 5:16
@Mehrdad G3 is only when the hard power switch (if you even have one) is off or if the system is unplugged from the wall and the batteries (if any, if they're even removable) are removed. Normal "soft-off" (can be woken by electronic means like a soft power switch, and maybe WoL/alarm/etc.) is S5/G2 and also has a "very low" power consumption. S4 is defined in the ACPI spec as being recoverable even after entry into G3 unless the hardware was changed in the meantime. uefi.org/sites/default/files/resources/ACPI_6_2.pdf
– hobbs
Oct 4 at 5:16
1
1
@Hobbes "what you call 'cruft' is essential data to me" that, to me, is the difference between fast-start and hibernation, and the reason someone would prefer one over the other. If you have a "working state" and you simply want to "pause" it and come back later, use hibernation (like you, that's what I almost always do). For someone who maybe does one thing at a time (opens mail program, reads emails, closes mail program etc.) they may not get extra benefit from hibernating (though they're probably not losing anything), but fast-start does save the Windows-boot-time.
– TripeHound
Oct 4 at 7:38
@Hobbes "what you call 'cruft' is essential data to me" that, to me, is the difference between fast-start and hibernation, and the reason someone would prefer one over the other. If you have a "working state" and you simply want to "pause" it and come back later, use hibernation (like you, that's what I almost always do). For someone who maybe does one thing at a time (opens mail program, reads emails, closes mail program etc.) they may not get extra benefit from hibernating (though they're probably not losing anything), but fast-start does save the Windows-boot-time.
– TripeHound
Oct 4 at 7:38
|
show 7 more comments
No, it doesn't.
Fast Startup works similarly to hibernation therefore all devices are effectively shut down.
add a comment
|
No, it doesn't.
Fast Startup works similarly to hibernation therefore all devices are effectively shut down.
add a comment
|
No, it doesn't.
Fast Startup works similarly to hibernation therefore all devices are effectively shut down.
No, it doesn't.
Fast Startup works similarly to hibernation therefore all devices are effectively shut down.
answered Oct 2 at 18:15
GabrielaGarciaGabrielaGarcia
1,5333 gold badges11 silver badges19 bronze badges
1,5333 gold badges11 silver badges19 bronze badges
add a comment
|
add a comment
|
With Fast Startup, Windows closes all applications and logs off all users,
alerts device drivers that support it to prepare for hibernation,
saves the current system state to the hibernation file,
and truly turns off totally the computer.
The battery is no longer used during the time that the computer is turned off,
although it should be noted that every battery loses some of its charge over time,
although slowly.
On another note, if Wake-on-LAN
is enabled, then some small amount of power is used for maintaining the
network adapter in a semi-sleep state.
When you start the computer again, Windows does not have to reload the kernel,
drivers, and system state individually. Instead, it just refreshes your RAM with
the loaded image from the hibernation file and delivers you to the login screen.
At this point, Windows is in a state very similar to when it’s freshly booted up.
The conclusion is that Fast Startup does not add to the power drain in any way
more than cold shutdown.
add a comment
|
With Fast Startup, Windows closes all applications and logs off all users,
alerts device drivers that support it to prepare for hibernation,
saves the current system state to the hibernation file,
and truly turns off totally the computer.
The battery is no longer used during the time that the computer is turned off,
although it should be noted that every battery loses some of its charge over time,
although slowly.
On another note, if Wake-on-LAN
is enabled, then some small amount of power is used for maintaining the
network adapter in a semi-sleep state.
When you start the computer again, Windows does not have to reload the kernel,
drivers, and system state individually. Instead, it just refreshes your RAM with
the loaded image from the hibernation file and delivers you to the login screen.
At this point, Windows is in a state very similar to when it’s freshly booted up.
The conclusion is that Fast Startup does not add to the power drain in any way
more than cold shutdown.
add a comment
|
With Fast Startup, Windows closes all applications and logs off all users,
alerts device drivers that support it to prepare for hibernation,
saves the current system state to the hibernation file,
and truly turns off totally the computer.
The battery is no longer used during the time that the computer is turned off,
although it should be noted that every battery loses some of its charge over time,
although slowly.
On another note, if Wake-on-LAN
is enabled, then some small amount of power is used for maintaining the
network adapter in a semi-sleep state.
When you start the computer again, Windows does not have to reload the kernel,
drivers, and system state individually. Instead, it just refreshes your RAM with
the loaded image from the hibernation file and delivers you to the login screen.
At this point, Windows is in a state very similar to when it’s freshly booted up.
The conclusion is that Fast Startup does not add to the power drain in any way
more than cold shutdown.
With Fast Startup, Windows closes all applications and logs off all users,
alerts device drivers that support it to prepare for hibernation,
saves the current system state to the hibernation file,
and truly turns off totally the computer.
The battery is no longer used during the time that the computer is turned off,
although it should be noted that every battery loses some of its charge over time,
although slowly.
On another note, if Wake-on-LAN
is enabled, then some small amount of power is used for maintaining the
network adapter in a semi-sleep state.
When you start the computer again, Windows does not have to reload the kernel,
drivers, and system state individually. Instead, it just refreshes your RAM with
the loaded image from the hibernation file and delivers you to the login screen.
At this point, Windows is in a state very similar to when it’s freshly booted up.
The conclusion is that Fast Startup does not add to the power drain in any way
more than cold shutdown.
answered Oct 2 at 18:53
harrymcharrymc
300k16 gold badges325 silver badges647 bronze badges
300k16 gold badges325 silver badges647 bronze badges
add a comment
|
add a comment
|
I have has fast start running on two laptops and a desktop here for 4 years. As noted above, there is no power drain because of fast start up when powered off. I can remove the laptop battery when powered off.
add a comment
|
I have has fast start running on two laptops and a desktop here for 4 years. As noted above, there is no power drain because of fast start up when powered off. I can remove the laptop battery when powered off.
add a comment
|
I have has fast start running on two laptops and a desktop here for 4 years. As noted above, there is no power drain because of fast start up when powered off. I can remove the laptop battery when powered off.
I have has fast start running on two laptops and a desktop here for 4 years. As noted above, there is no power drain because of fast start up when powered off. I can remove the laptop battery when powered off.
answered Oct 2 at 21:37
JohnJohn
3,2722 gold badges4 silver badges12 bronze badges
3,2722 gold badges4 silver badges12 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1488515%2fdoes-windows-10-fast-startup-feature-drain-battery-while-laptop-is-turned-off%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown