ACPI Power States
ACPI (Advanced Configuration and Power Interface): industry standard for OS-directed power management. System (S) states: S0 — fully on. S1 — processor stopped, RAM powered, quick resume. S2 — similar to S1, processor powered off. S3 — Sleep (Suspend to RAM): RAM powered, everything else off. Fast resume (typically seconds). S4 — Hibernate (Suspend to Disk): RAM contents written to disk (hiberfil.sys), system powers off completely. Slower resume (reads from disk) but no power consumed. S5 — Soft Off: powered off, but power supply still active for wake-on-LAN or wake-on-timer. Device (D) states: D0 (fully on) through D3 (off) — per-device power states. Processor (C) states: C0 (executing) through C6 (deepest sleep per-core). Modern processors dynamically manage C-states.
Windows Power Plans
Power plans balance performance and energy consumption. Access: Control Panel → Power Options, or Settings → System → Power & sleep. Built-in plans: Balanced: adjusts CPU speed based on demand. Recommended for most users. Power saver: reduces CPU performance to conserve battery. High performance: maximum CPU speed, no power saving. Custom plans: create plans with specific settings for display timeout, sleep timer, processor performance. Advanced settings: per-plan settings for USB selective suspend, PCIe power management, processor min/max frequency, hard disk sleep, display brightness. Wake timers: allow scheduled tasks or Windows Update to wake the computer. Fast startup (Windows 10/11): hybrid shutdown — combines shutdown with hibernate. Faster boot by reading memory image from disk. Can cause issues with dual-boot systems and some drivers. Disable via: Power Options → Choose what the power buttons do → Turn on fast startup. Sleep vs Hibernate: sleep uses battery (for RAM power), hibernate uses none but takes longer to resume.
Laptop Battery Management
Battery types: lithium-ion (Li-ion): most common in modern laptops. Lithium polymer (LiPo): thinner, more flexible shape. NiMH: older, heavier, memory effect (capacity reduced if repeatedly partially discharged). Li-ion and LiPo do not have memory effect. Battery care for Li-ion: avoid regularly discharging to 0% — stresses cells. Optimal: keep between 20% and 80% for longevity. Avoid extended periods at 100% charge (causes cell stress). Most modern laptops limit charge to 80% when plugged in via battery management software. Heat is the primary killer of laptop batteries — keep the laptop ventilated, don't use on soft surfaces that block vents. Battery calibration (older batteries): fully drain, then fully charge — recalibrates the fuel gauge (not needed for modern smart batteries). Battery replacement: internal batteries may require manufacturer service. External batteries: remove and store at 50% charge for long-term storage. Battery life declining: check power settings, reduce screen brightness, disable unused hardware (Bluetooth when not in use).
Wake-on-LAN (WoL)
Wake-on-LAN: allows a networked computer to be powered on remotely by sending a 'magic packet' — a broadcast UDP packet containing the target computer's MAC address repeated 16 times. Enable WoL: BIOS/UEFI: enable 'Wake on LAN' or 'PME Wake-up' setting. Windows: Device Manager → Network adapter → Power Management → Allow this device to wake the computer. Enable 'Only allow a magic packet to wake the computer' for security. NIC must remain powered in S5 state (soft off) — requires a power supply that provides 5V standby. Tools: WoL magic packet senders: WakeMeOnLan, PowerShell script. Enterprise: SCCM, Intune can trigger WoL for patch management. Use case: IT remotely powers on computers during off-hours for patching or maintenance. WoL over the internet requires either a VPN into the local network or a directed broadcast (requires router support).