Reduce PC power usage with practical Windows, macOS, Linux, monitor and home office settings. This guide focuses on changes that save power without making your computer annoying to use.

Practical home office energy guide

How to Reduce PC Power Usage and Lower Computer Power Consumption

A practical guide to reducing computer power usage on Windows, macOS and Linux without making your PC annoying to use.

Windows 11 macOS Linux Laptops and desktops Checked: June 2026

Quick answer

The fastest way to reduce PC power usage is to use an efficient Power mode, enable Energy saver when appropriate, lower display brightness, shorten screen-off/sleep/hibernate timers, disable unnecessary startup apps, and turn off monitors and peripherals when you are not using them.

Biggest quick win Lower display brightness and shorten the screen-off timer.
Best Windows setting Settings → System → Power & battery → Power mode.
Best daily habit Use sleep for short breaks and hibernate or shutdown for longer breaks.
Simple rule:

Do not run your computer in high-performance mode all day. Use efficient or balanced settings for normal work, then switch to performance mode only when gaming, rendering, compiling or doing other heavy tasks.

Where computer power usage actually goes

Most wasted power comes from a few predictable places: bright screens, high performance modes, background apps, unused monitors, external devices and poor sleep settings.

AreaWhy it uses powerWhat to change first
Display Brightness, HDR, refresh rate and multiple monitors can add a lot of power use. Lower brightness, turn off HDR when not needed and use shorter screen-off timers.
CPU High performance mode and background processes keep the processor active. Use efficient or balanced mode and close apps you are not using.
GPU Games, video editing, high refresh monitors and hardware acceleration can increase GPU load. Cap frame rates, close game launchers and avoid performance mode when doing normal office work.
Peripherals Docks, speakers, printers, external drives, RGB lighting and chargers can add standby load. Turn off or unplug devices that do not need to stay awake.
Sleep behaviour A PC left awake all day keeps using power even when nobody is using it. Use screen-off, sleep, hibernate and shutdown intentionally.

Reduce power usage on Windows 11

In Windows 11, start in Settings > System > Power & battery. This is where Microsoft groups the main power controls: Power mode, Energy saver, screen and sleep timeouts, hibernate timeouts and Energy recommendations.

1. Choose the right Power mode

For everyday work, use Best power efficiency or Balanced. Microsoft describes Windows power mode as the setting that lets you choose between better battery life, better performance or a balanced experience. On many Windows 11 devices, you can choose a different mode for Plugged in and On battery.

Windows Settings
System → Power & battery → Power mode
  • Use Best power efficiency for browsing, writing, email, remote desktop and light work.
  • Use Balanced for normal daily use when you still want good responsiveness.
  • Use Best performance only for gaming, rendering, compiling, video work or other heavy tasks.

2. Turn on Energy saver when you want lower power use

Recent Windows 11 builds use Energy saver as the main low-power feature. It reduces energy use by limiting some background activity and visual behaviour. On some devices or older builds you may still see battery-focused wording, but the practical idea is the same: use it when you want the device to consume less power.

Windows Settings
System → Power & battery → Energy saver
  • Turn on Energy saver manually when working unplugged or doing light tasks.
  • Enable automatic Energy saver when battery level is low.
  • Use the option to lower screen brightness while Energy saver is active.
  • Do not use Energy saver for performance-heavy tasks where speed matters more than power use.

3. Shorten screen, sleep and hibernate timeouts

Microsoft’s current Windows 11 power settings page uses the wording Screen, sleep, & hibernate timeouts. This is the section to adjust how quickly the display turns off, when the PC sleeps, and when supported devices hibernate.

Windows Settings
System → Power & battery → Screen, sleep, & hibernate timeouts
  • Turn off the screen after 3–5 minutes on battery.
  • Turn off the screen after 5–10 minutes when plugged in.
  • Sleep after 10–15 minutes on battery.
  • Sleep after 15–30 minutes when plugged in.
  • Use hibernate for longer breaks if your device supports it.

4. Use Energy recommendations

The Energy recommendations page can apply several sensible power-saving settings together, such as shorter screen-off timing, shorter sleep timing and presence-sensing options on supported devices.

Windows Settings
System → Power & battery → Energy recommendations
  • Review the recommendations first instead of blindly applying everything.
  • Apply shorter screen-off and sleep timing if they fit how you work.
  • Use presence sensing options only if your device supports them and they behave reliably.
  • Recheck these settings after major Windows updates or driver updates.
Important correction:

Do not blindly force old power plans from random guides. For example, SCHEME_MAX is normally High performance, not power saver. Start with the supported Windows 11 Settings app first, then use powercfg only when you need command-line control or troubleshooting.

Useful Windows power commands

These commands are useful if you are comfortable with Command Prompt or PowerShell. They are optional; most users should start with the Windows 11 Settings app first.

List available power schemes

powercfg /L

This shows the power schemes currently available on your device. The exact list can vary by hardware, Windows edition and manufacturer configuration.

Switch to power saver, if available

powercfg /setactive SCHEME_MIN

Create a laptop battery report

powercfg /batteryreport

Enable hibernation

powercfg /hibernate on

Find busy processes with PowerShell

Get-Process | Sort-Object CPU -Descending | Select-Object -First 10 Name, CPU, Id

Reduce power usage on macOS

On modern Macs, start with Low Power Mode, display brightness, login items and Activity Monitor. Apple states that Low Power Mode reduces energy use to increase battery life, and on supported Macs it can also reduce fan noise during quieter tasks.

Enable Low Power Mode

macOS System Settings
Battery → Low Power Mode

Reduce display brightness

Lowering brightness is one of the easiest MacBook power-saving changes. Keep it comfortable, but do not leave the display brighter than needed.

Review login items

macOS System Settings
General → Login Items

Use Activity Monitor

macOS
Applications → Utilities → Activity Monitor

Sort by CPU or Energy to find apps that are using more resources than expected.

Reduce power usage on Linux

Linux power management depends on the distribution, desktop environment, kernel, firmware and hardware. Start with your desktop environment’s built-in power settings before applying advanced tuning.

Use built-in power settings first

  • Choose an efficient or balanced power profile.
  • Set a shorter screen blank timer.
  • Enable automatic suspend where it works reliably.
  • Disable Bluetooth when no devices are connected.
  • Check whether your laptop supports platform power profiles.

Consider TLP for laptops

TLP is a Linux laptop power-management tool whose default settings are designed to improve battery life without requiring detailed manual tuning.

sudo apt update
sudo apt install tlp
sudo systemctl enable tlp
sudo systemctl start tlp

Check TLP status

sudo tlp-stat -s
Linux note:

Aggressive power tweaks can cause docking, Wi-Fi, USB, suspend or wake problems on some hardware. Change one thing at a time and test it.

Reduce monitor and display power usage

The display is often the easiest place to save power, especially on laptops and multi-monitor desktop setups.

  • Lower brightness to the lowest comfortable level.
  • Turn off HDR when you do not need it.
  • Use 60Hz for office work if you do not need a high refresh rate.
  • Turn off external monitors when away from the desk.
  • Use a short screen-off timer.
  • Avoid leaving a TV or large monitor awake as a “background” display.
Practical example:

A bright external monitor can use more power than a small laptop at idle. Turning off unused monitors is often more useful than obsessing over tiny software tweaks.

Manage background apps and startup programs

Background apps can keep the CPU, disk, network and GPU active. That increases power consumption and can also make the device hotter and noisier.

What to check first

  • Browser tabs and extensions.
  • Game launchers.
  • Cloud sync tools.
  • Vendor update utilities.
  • RGB and peripheral software.
  • Video call apps left open after meetings.

Windows

Windows Settings
Apps → Startup

Task Manager
Startup apps

macOS

macOS System Settings
General → Login Items

Linux

top
htop
Do not disable security tools

Focus on optional apps, launchers and convenience utilities. Do not disable antivirus, endpoint protection, backup tools or work-required security software unless you know exactly what you are doing.

Sleep, hibernate or shutdown: what should you use?

Sleep, hibernate and shutdown all reduce power use, but they are useful in different situations.

ModeBest forPower usageResume speed
Sleep Short breaks during the day. Low, but still uses some power. Fast.
Hibernate Longer breaks, travel, overnight laptop use. Very low because the session is saved to storage. Slower than sleep, usually faster than reopening everything.
Shutdown End of day or when you do not need the current session. Lowest normal state. Slowest.
Simple routine:

Use sleep for short breaks, hibernate for longer breaks and shutdown when you are finished for the day.

Desktop, laptop and home office hardware tips

Software settings help, but hardware and desk habits also matter. A high-end gaming PC, multiple monitors and always-on peripherals can use much more power than a laptop or mini PC.

Desktop PCs Use efficient power settings, avoid unnecessary overclocking, cap game frame rates and clean dust filters.
Laptops Use battery saver, reduce brightness, close unused apps and keep vents clear.
Home office Turn off monitors, printers, speakers, docks and chargers when they are not needed.

Peripherals that are easy to forget

  • External monitors and TVs.
  • Powered speakers and subwoofers.
  • Printers and scanners.
  • USB docks and hubs.
  • External hard drives.
  • RGB lighting and gaming peripherals.
  • Chargers left plugged in with no device attached.

The U.S. Department of Energy notes that ENERGY STAR-labelled office equipment can use substantially less electricity than standard equipment, so efficiency ratings are worth checking when replacing monitors, printers or other home office gear.

Practical checklist to reduce PC power usage today

  • Set Windows, macOS or Linux to efficient or balanced power mode.
  • Lower screen brightness.
  • Set monitor sleep to 5–10 minutes.
  • Set PC sleep to 15–30 minutes.
  • Disable unnecessary startup apps.
  • Close unused browser tabs and game launchers.
  • Turn off external monitors when away from the desk.
  • Turn off printers, speakers and external drives when not in use.
  • Use hibernate for longer breaks.
  • Keep vents, fans and dust filters clean.
  • Use performance mode only when the task genuinely needs it.

Common mistakes

MistakeWhy it hurtsBetter approach
Using high performance mode all day It can keep the system more active than needed. Use efficient or balanced mode for normal work.
Leaving monitors awake Displays can be a major part of total setup power use. Shorten screen-off timers and turn off unused monitors.
Running too many startup apps They can use CPU, memory, disk and network in the background. Disable optional startup items.
Ignoring peripherals Docks, printers, speakers and drives add to total power use. Switch off devices that do not need to stay on.
Applying aggressive tweaks blindly Some tweaks can cause instability, poor sleep behaviour or bad performance. Use official settings first, then tune gradually.

FAQ

How can I reduce PC power usage quickly?

Use an efficient power mode, lower screen brightness, shorten screen-off and sleep timers, close unused apps, disable unnecessary startup apps and turn off unused monitors and peripherals.

Does sleep mode reduce power usage?

Yes. Sleep mode uses much less power than leaving the computer awake. For longer breaks, hibernate or shutdown usually saves more power.

Is hibernate better than sleep?

Hibernate uses less power because it saves your session to storage and powers down more completely. Sleep resumes faster, so it is usually better for short breaks.

Does reducing brightness really save power?

Yes. Display brightness can be one of the biggest power users on laptops and monitor-heavy setups. Lowering brightness is one of the easiest power-saving changes.

Should I use Best power efficiency in Windows?

Use Best power efficiency for light work such as browsing, writing, email and remote desktop. Switch to Balanced or Best performance when you need extra speed.

How do I reduce gaming PC power usage?

Use frame-rate limits, avoid unnecessary overclocking, close game launchers after gaming, use balanced mode for non-gaming tasks, turn off RGB lighting if not needed and turn off high-refresh monitors when doing office work.

Can software updates reduce power consumption?

Yes. Operating system, firmware, chipset and graphics driver updates can improve power management. Use trusted vendor update sources.

Useful official references

Final takeaway

Reducing PC power usage does not mean making your computer slow. Start with efficient power mode, sensible screen and sleep timers, lower brightness, fewer background apps and better use of sleep or hibernate. For most people, those simple changes do more than complicated tweaks.