220-1202 · Operating Systems · Updated July 26, 2026
Windows Power Options: Sleep, Hibernate, Fast Startup, and USB Suspend
Sleep keeps the current session in RAM and maintains a trickle of power so the machine wakes in seconds; Hibernate writes the entire session to a disk file (hiberfil.sys) and powers off completely, so resuming takes longer but consumes no power at all. Everything else in Windows Power Options — plans, lid actions, Fast Startup, USB selective suspend — builds on that distinction, and the 220-1202 exam probes each piece with scenario questions. The settings live in Control Panel > Power Options (powercfg.cpl), with modern equivalents under Settings > System > Power & battery in the Windows Settings app.
Sleep vs Hibernate
| Sleep | Hibernate | |
|---|---|---|
| Session stored in | RAM (kept powered) | hiberfil.sys on the drive |
| Power draw | Small but continuous | None |
| Resume speed | Near-instant | Slower (reads state from disk) |
| Survives power loss / dead battery | No — unsaved work lost | Yes — state is on disk |
| Best for | Short breaks | Long gaps, low-battery laptops |
A useful mental model: Sleep pauses the computer, Hibernate bottles it. Because Sleep depends on RAM staying powered, a laptop that dies in a bag loses the session; Hibernate’s disk snapshot survives a full power loss. Windows laptops blend the two with hybrid approaches — for example, sleeping first and hibernating automatically after a set period — but when the exam asks for the difference, answer in terms of RAM-with-power versus disk-with-no-power.
Power plans
Power plans are bundles of settings that trade performance against consumption. The built-ins:
- Balanced (default) — scales processor speed with demand; right for nearly everyone.
- Power saver — caps performance and dims aggressively to stretch battery life.
- High performance — holds the CPU at higher clocks, never sleeps components aggressively, and accepts the extra heat, fan noise, and electricity. Some systems also expose an even more aggressive Ultimate Performance plan.
The exam’s favorite pattern: a workload that must finish as fast as possible — overnight rendering, batch processing — where power draw and noise are explicitly acceptable. That’s High performance. The reverse scenario, maximizing battery on a long flight, points to Power saver — the same battery-first reasoning technicians apply when a phone’s battery drains fast. Each plan’s Change plan settings > Change advanced power settings dialog exposes the per-component controls the rest of this article covers.
Lid close, power buttons, and keeping work alive
For laptops, Choose what closing the lid does (in the left rail of Power Options) maps three inputs — power button, sleep button, lid close — to actions: Do nothing, Sleep, Hibernate, or Shut down, with separate columns for battery and plugged-in. The tested scenario is a user who needs the laptop to keep working with the lid shut: staying on a video call while walking to another room, or feeding an external monitor in clamshell mode. Set When I close the lid to Do nothing (at minimum for the relevant power source) and the session, Wi-Fi, and Bluetooth audio all stay live. If the lid action remains Sleep, closing the lid drops the call — the network stack suspends with everything else.
Fast Startup and its side effects
Fast Startup, enabled by default on most Windows installations, is a hybrid of shutdown and hibernation. When you click Shut down, Windows logs you off, then hibernates the kernel session — drivers and system state — into hiberfil.sys. The next boot restores that kernel image instead of initializing everything from scratch, which is why a fresh Windows 11 install can appear to boot suspiciously fast.
The speed has costs a technician must recognize:
- Stale hardware state. Because “shutdown” never fully reinitializes the kernel, externally attached hardware can carry cached state from the previous session into the next boot — an external drive that seems busy or claimed at startup, or a device that misbehaves until physically replugged. A restart (as opposed to shutdown) does a full reinitialization, which is why “Restart fixes it but Shut down doesn’t” is a Fast Startup fingerprint.
- Locked disks for dual-boot and offline access. The hibernated state keeps the Windows volume in a not-cleanly-dismounted condition.
- Skipped maintenance. Some updates and driver installs expect a true cold boot.
Fast Startup is toggled under Choose what the power buttons do > Change settings that are currently unavailable > Turn on fast startup. Disabling it (or advising a restart instead of shutdown) is the fix when post-”shutdown” boots show leftover device weirdness.
USB selective suspend
USB selective suspend lets Windows cut power to individual Universal Serial Bus (USB) ports after a period of inactivity to save energy. Most devices resume gracefully; some — barcode scanners, older printers, USB audio interfaces, certain receivers — do not. The signature symptom is a USB device that works perfectly after being plugged in but “randomly disconnects” once the machine sits idle, then works again the moment it’s unplugged and reconnected. The device isn’t failing; Windows powered its port down and the device never woke correctly.
The fix lives in the current plan’s advanced settings: Change advanced power settings > USB settings > USB selective suspend setting > Disabled. You can also clear “Allow the computer to turn off this device to save power” on the device’s Power Management tab in Device Manager for a per-device fix. Either way, recognizing idle-triggered USB dropouts as a power-management issue — not a cable or driver failure — is the skill being tested. The same advanced-settings tree holds related controls worth knowing by name: hard disk turn-off timing, wireless adapter power saving, and processor power management. For where these dialogs sit among the other classic tools, see Control Panel applets.
How the 220-1202 exam tests this
Power Options scenarios fall under the Operating Systems domain — the full 220-1202 study guide explains the domain weights, and practice questions rehearse each symptom-to-setting match.
- Plan selection by requirements. A scenario states the priority outright — fastest completion regardless of power and noise, or longest battery life — and asks for the matching built-in plan. Map the stated priority to High performance or Power saver; Balanced is the answer only when the scenario asks for the default trade-off.
- Lid-close behavior. A user needs activity (a call, a download, an external display) to continue with the lid closed; the credited answer changes the lid-close action to Do nothing rather than adjusting sleep timers.
- Fast Startup recognition. A machine boots unusually fast after a fresh install, or external hardware carries stale state across a shutdown; the question asks which default power feature explains it. Fast Startup is the answer, and a full restart or disabling the feature is the remedy.
- Idle USB dropouts. A peripheral disconnects only after idle time and revives on replug; the question asks for the most likely cause or the setting to disable — USB selective suspend.
Quick reference
- Sleep = session in powered RAM, instant resume, dies with power loss; Hibernate = session in hiberfil.sys, zero power, survives anything.
- Built-in plans: Balanced (default), Power saver (battery life), High performance (max speed, max draw).
- “When I close the lid” > Do nothing keeps calls, Wi-Fi, and Bluetooth alive with the lid shut.
- Fast Startup hibernates the kernel at shutdown: faster boots, but stale device state — Restart bypasses it.
- Fast Startup toggle: Choose what the power buttons do > Turn on fast startup.
- USB selective suspend powers down idle USB ports; disable it when devices drop after idle periods.
- Advanced per-plan controls: Change plan settings > Change advanced power settings.
powercfg.cpljumps straight to Power Options.