Difference between shutting down and turning on vs. restart in Windows 8?

Straight from Microsoft Blog:

Here’s the key difference for Windows 8: as in Windows 7, we close the user sessions, but instead of closing the kernel session, we hibernate it. Compared to a full hibernate, which includes a lot of memory pages in use by apps, session 0 hibernation data is much smaller, which takes substantially less time to write to disk. If you’re not familiar with hibernation, we’re effectively saving the system state and memory contents to a file on disk (hiberfil.sys) and then reading that back in on resume and restoring contents back to memory. Using this technique with boot gives us a significant advantage for boot times, since reading the hiberfile in and reinitializing drivers is much faster on most systems (30-70% faster on most systems we’ve tested).

Use of multiple cores: It’s faster because resuming the hibernated system session is comparatively less work than doing a full system initialization, but it’s also faster because we added a new multi-phase resume capability, which is able to use all of the cores in a multi-core system in parallel, to split the work of reading from the hiberfile and decompressing the contents. For those of you who prefer hibernating, this also results in faster resumes from hibernate as well.

Shutdown+TurnOn≡ColdBoot: Another important thing to note about Windows 8’s fast startup mode is that, while we don’t do a full “Plug & Play” enumeration of all drivers, we still do initialize drivers in this mode. Those of you who like to cold boot in order to “freshen up” drivers and devices will be glad to know that is still effective in this new mode, even if not an identical process to a cold boot.

And this point is worth mentioning regarding your Edit2 where shutdown+trunOn didn't fix your problem, but Restart did:

When to use Restart specifically: Of course, there are times where you may want to perform a complete shutdown – for example, if you’re opening the system to add or change some hardware. We have an option in the UI to revert back to the Windows 7 shutdown/cold boot behavior, or since that’s likely a fairly infrequent thing, you can use the new /full switch on shutdown.exe. From a cmd prompt, run: shutdown /s /full / t 0 to invoke an immediate full shutdown. Also, choosing Restart from the UI will do a full shutdown, followed by a cold boot.

More extended info, visit: Delivering fast boot times in Windows 8


Yes, there is a difference.

Shutdown will place the kernel in a "hybrid hybernation" mode, so it won't be loaded fully on the next boot, and you will have a faster boot.


You can turn on/off this under Power option→choose what the power buttons do→chnge settings that are currently unavailable and mark/unmark the Turn on fast startup option

What is fast startup?

Fast startup is a setting that helps your PC start up faster after shutdown. Windows does this by saving system info to a file upon shutdown. When you start your PC again, Windows uses that system info to resume your PC instead of restarting it.

What is the difference among shutdown, full shutdown and restart?

Simple shutdown saves the session in hibernation mode and when you turn back it on it just loads what you want.
A proper shutdown is doing in Windows 8 by using shutdown /s from run dialog or from command line.

While a reboot will followed by a full shutdown with "cold boot".

When do I need to do one instead of the other?

Obviously when you need a fast startup then you have choose the shutdown option from charm bar. But if you need a reboot then you have to shut it down using shutdown /s command. Also shutdown /r will restart the computer with full shutdown.

You need a full shutdown in case when you have made changes in policies(sometime) or a new hardware.