If a PC sleeps at the wrong time, users notice fast. Battery drains overnight, a laptop runs hot in a bag, or an unsaved document disappears after a dead battery. Power settings also affect speed, fan noise, and even whether a system wakes correctly. For CompTIA A+ Core 2 (220-1202), Domain 1, Objective 1.6, you need to connect those real outcomes to the right Windows Power Options. That means knowing the common power states and the Windows settings that control them.
This guide breaks down Sleep, Standby, and Hibernate in plain English. It also covers Windows power plans, lid-close behavior, Fast Startup, and USB selective suspend, all common topics on the exam and in support tickets.
Power states explained in plain English
Power states answer one basic question: what should the computer keep running when you step away? The exam often frames this as a choice between speed of resume, risk of data loss, and power use. In practice, the right state depends on time away and how much battery you can risk.
Before getting into details, it helps to compare the states side by side.
| Power state | What happens to open apps | Power use | Resume speed | Best for |
|---|---|---|---|---|
| Sleep (Standby/Suspend) | Kept in RAM | Low, not zero | Fast | Short breaks |
| Hibernate | Written to disk, then off | None | Slower than Sleep | Travel, long idle time |
| Shut down | Apps close (unless saved) | None | Full boot | Maintenance, long downtime |
The key takeaway: Sleep keeps your session in memory, while Hibernate saves it to storage. As a result, Hibernate survives a dead battery, but it usually resumes slower.
Sleep, suspend, and standby, what stays on and what turns off
Sleep (often called standby or suspend) keeps your session in RAM. The CPU and many devices power down, while RAM stays powered so it can "remember" what was open. Because RAM still needs electricity, Sleep uses some battery. However, it uses far less power than leaving the system on.
Resume time is the main advantage. A sleeping system can wake in a few seconds because it doesn't reload every app. That quick wake is why Sleep fits short breaks and meeting-to-meeting use.
Courses and vendors don't always use the terms the same way. Still, for the exam, focus on the concept: a low-power state that preserves the session in memory. If the battery dies during Sleep, the session is usually lost, since RAM clears without power.
A simple example: you close a laptop for a 10-minute break. Sleep is a good fit because it wakes fast, and the battery risk is small.
Practical exam cue: if the question stresses "quick resume" and "low power," it usually points to Sleep/Standby/Suspend.
Hibernate, when the PC writes memory to disk and powers down
Hibernate protects your session by copying what's in RAM to storage, then turning the computer off. On Windows, that saved session goes into a system file called hiberfil.sys. Because the system powers down, Hibernate uses no battery while it's off.
That makes Hibernate safer than Sleep for travel. If a laptop sits in a backpack for hours, Sleep may slowly drain the battery, or it may wake by mistake and heat up. Hibernate avoids both problems because the system is off.
The trade-off is time. Hibernate usually resumes slower than Sleep because the system must read the saved memory image from disk and restore it. On a fast SSD, it can still feel quick, but it is rarely as instant as Sleep.
Hibernate also depends on available storage space. If free space is tight, Windows may not be able to create or expand hiberfil.sys. In troubleshooting, low disk space can explain missing Hibernate options or failed hibernation attempts.
In exam terms, remember the core contrast: Sleep is faster but needs battery, while Hibernate is safer but can be slower.
Power plans and where to change them in Windows
Power plans control how Windows balances performance and energy use. They set timers for the display turning off, when the system sleeps, and how aggressive the CPU power management should be. As a result, a single plan change can fix battery drain, random sleeping, or a laptop that feels sluggish on battery.
Windows exposes these settings in two places, and exam questions may refer to either one:
- Settings app (Windows 10/11): Settings, System, Power (and Battery). You can adjust screen and sleep timers, plus related battery settings.
- Control Panel (classic view): Control Panel, Hardware and Sound, Power Options. This view provides the traditional plan list and advanced settings.
In many support cases, users changed settings in one place and assume it changed everywhere. In reality, the Settings app often links back to the same plan controls, but the paths look different.