How to Speed Up Your Windows 7 Boot Time by 20%


[What I wrote here is wrong. Please read this follow-up article.]

Here is a very simple way to reduce the time it takes to boot Windows 7 by around 20% (the exact number depends on the hardware).

I would never have thought the effect to be this drastic, but the simple graphical animation Windows 7 displays while booting to the logon screen slows down the startup process by several seconds! By disabling this effect we gain roughly 20% in boot speed. There are two ways to configure this.

Using a GUI

Run MSConfig.exe and check the box in front of “No GUI boot”:

From the Command Line

Issue the following command in an elevated command prompt:

bcdedit /set quietboot on

Caveats

I am not aware of any downsides of disabling the boot animation, except that the screen stays black while booting.

If you use BitLocker, make sure to suspend it prior to changing boot settings. You can resume it after the reboot. If you forget this, you will be prompted to enter your BitLocker recovery key each time the system starts up.

This setting has no effect on Windows Server 2008 R2, by the way.

, , , ,

8 Responses to How to Speed Up Your Windows 7 Boot Time by 20%

  1. Frank Vandebergh February 7, 2012 at 21:36 #

    This will probably have a nice effect on VDI environments too!

  2. Tim Arenz February 8, 2012 at 07:28 #

    We also did some testing on how to speed up the boot time and found even if you only switch to the basic boot animation which also is used in Windows Server 2008 R2 you shorten your boot time by about 6 seconds. In our test we also found that there is no measurable time difference between the disabled and basic boot animation.

    To switch to the basic boot animation: bcdedit /set bootux basic
    To disable the boot animation: bcdedit /set bootux disabled

    The basic boot animation is a bit more handy as you still see some progress.

    • Helge February 8, 2012 at 09:40 #

      Thanks for sharing, Tim!

  3. André February 13, 2012 at 17:31 #

    sorry, but this is hoax.It speeds up nothing. xbootmgr confirms this. So if Windwos boot slowly analyze it with xbootmgr from the Windows Performance toolkit.

    • Helge February 13, 2012 at 20:24 #

      No, it is not. I did not bother with tools that measure from the inside, but took my measurements from the outside, with a simple stopwatch. And that shows that boot time is reduced.

  4. André February 13, 2012 at 21:45 #

    What you see was the effect of ReadyBoot (not boost!). This is the boot prefetcher from Vista/7. Windows learns from older boots and now you see an improvement and think it is caused by your “tweak”.

Trackbacks/Pingbacks

  1. Speed up Windows 7 Resume by 20% - February 10, 2012

    [...] up Windows 7 Resume by 20% Author: Remko 10 Feb Recently Helge Klein wrote a blog titled How to Speed Up Your Windows 7 Boot Time by 20%. He does this by disabling the graphical animation that Windows 7 displays while booting.After [...]

Leave a Reply