How to Stop Sleep Mode From Killing a PowerPoint Slide Show
🔍 WiseChecker

How to Stop Sleep Mode From Killing a PowerPoint Slide Show

When you present a PowerPoint slide show, sleep mode can interrupt the presentation by turning off the display or putting the computer into a low-power state. This happens because Windows power settings are configured to save battery or energy after a set period of inactivity. During a slide show, PowerPoint does not automatically prevent the system from sleeping unless you adjust settings in both Windows and PowerPoint. This article explains how to configure Windows power plans, disable sleep during presentations, and use PowerPoint-specific settings to keep your slide show running without interruption.

Key Takeaways: Keep Your PowerPoint Presentation Active

  • Control Panel > Power Options > Change plan settings > Put the computer to sleep > Never: Prevents the system from sleeping during a slide show.
  • PowerPoint Slide Show > Set Up Show > Using Presenter View + check ‘Keep slides updated’: Keeps the presentation active and prevents sleep mode triggers.
  • PowerShell command powercfg /change standby-timeout-ac 0: Disables sleep temporarily from the command line for advanced users.

ADVERTISEMENT

Why Sleep Mode Interrupts a PowerPoint Slide Show

Windows sleep mode is a power-saving feature that puts the computer into a low-power state after a defined period of inactivity. The default sleep timer is often set to 15 or 30 minutes on laptops and desktops. During a slide show, the presenter may pause for questions, walk away from the computer, or leave the presentation idle for several minutes. If the system detects no keyboard, mouse, or touch input, it assumes the computer is unused and activates sleep mode. This turns off the display and halts all active processes, including PowerPoint. The slide show is interrupted, and when the computer wakes, the presentation may be frozen or require a restart.

PowerPoint itself has a setting that can keep the presentation alive, but it is not enabled by default. The Set Up Show dialog includes an option called “Keep slides updated” which periodically refreshes the slide content. This refresh action counts as system activity and prevents the sleep timer from expiring. Without this option, PowerPoint does not generate input events during a slide show, so Windows treats the presentation as idle time. The fix involves changing Windows power plan settings, enabling the PowerPoint refresh option, or using a third-party tool to prevent sleep.

Steps to Disable Sleep Mode for a PowerPoint Slide Show

You can prevent sleep mode from interrupting your presentation using three methods. The first method changes the Windows power plan to never sleep while the computer is plugged in. The second method uses a PowerPoint setting that keeps the presentation active. The third method uses a command-line tool for temporary control. Choose the method that best fits your environment.

Method 1: Change Windows Power Plan Settings

  1. Open Power Options
    Press Windows + R to open the Run dialog. Type control powercfg.cpl and press Enter. This opens the Power Options window in Control Panel.
  2. Select your active power plan
    Click Change plan settings next to the currently selected plan. The active plan is marked with a radio button.
  3. Set sleep to Never
    In the Edit Plan Settings window, find Put the computer to sleep. For both On battery and Plugged in, select Never from the dropdown menu.
  4. Save the changes
    Click Save changes at the bottom of the window. The system will no longer sleep automatically while this power plan is active.
  5. Optional: Create a dedicated presentation power plan
    In Power Options, click Create a power plan on the left sidebar. Name it “Presentation” and set sleep to Never. Switch to this plan before presenting, then revert to your default plan afterward.

Method 2: Enable PowerPoint Keep Slides Updated Option

  1. Open the Set Up Show dialog
    In PowerPoint, go to the Slide Show tab on the ribbon. Click Set Up Slide Show in the Start Slide Show group.
  2. Select show type and options
    In the Set Up Show dialog, under Show type, select Presented by a speaker (full screen). Under Show options, check the box labeled Keep slides updated.
  3. Enable Presenter View if needed
    If you use Presenter View, also check Use Presenter View in the same dialog. This does not affect sleep prevention but ensures you see notes and previews.
  4. Start the slide show
    Press F5 or click From Beginning on the Slide Show tab. The Keep slides updated option will periodically refresh the slide content, which counts as system activity and prevents sleep mode.

Method 3: Use PowerShell or Command Prompt to Disable Sleep Temporarily

  1. Open PowerShell as administrator
    Press Windows + X and select Windows Terminal (Admin) or PowerShell (Admin). Click Yes on the User Account Control prompt.
  2. Disable sleep for the current session
    Type the following command and press Enter:
    powercfg /change standby-timeout-ac 0
    This sets the sleep timer to zero for AC power, meaning the computer will not sleep while plugged in. Replace ac with dc for battery power if needed.
  3. Verify the change
    Type powercfg /query and press Enter to confirm that the sleep timeout values show 0. The presentation can now run without interruption.
  4. Restore sleep settings after the presentation
    After the slide show, run the same command with your original timeout value, for example:
    powercfg /change standby-timeout-ac 15
    This sets the sleep timer back to 15 minutes.

ADVERTISEMENT

If Sleep Mode Still Interrupts the Slide Show

Even after changing power settings and enabling Keep slides updated, sleep mode may still activate in certain situations. Below are the most common causes and their fixes.

Power Settings Are Overridden by Group Policy or IT Restrictions

On corporate laptops, IT administrators may enforce power settings through Group Policy. If you cannot change the sleep timeout in Power Options, contact your IT department and request a temporary override. Alternatively, use the PowerShell method with administrator privileges, but note that Group Policy may revert the change after a reboot.

Laptop Lid Close Triggers Sleep

Closing the laptop lid during a presentation triggers sleep regardless of power plan settings. To prevent this, go to Control Panel > Power Options > Choose what closing the lid does. Set When I close the lid to Do nothing for both battery and plugged in. Save the changes. Now closing the lid will not interrupt the slide show.

Screen Saver Appears During Slide Show

A screen saver can also interrupt a presentation. In Windows, go to Settings > Personalization > Lock screen > Screen saver settings. Set the screen saver to None and uncheck On resume, display logon screen. Click OK. The screen saver will not activate during your slide show.

PowerPoint Slide Show vs Windows Sleep Settings: Key Differences

Item Windows Power Settings PowerPoint Keep Slides Updated
Scope Affects all applications and idle time Affects only the current slide show
Ease of use Requires manual change or creating a plan One checkbox in Set Up Show dialog
Persistence Persists until changed back Applies only while slide show is running
Effectiveness 100% prevents sleep if set to Never May not work if system has aggressive power policies
Recommended for Frequent presenters or shared computers Quick one-time presentations

Sleep mode will no longer interrupt your PowerPoint slide show after you adjust either the Windows power plan or the Keep slides updated setting. For maximum reliability, use both methods together. Before presenting, set the power plan to Never sleep and enable Keep slides updated in the Set Up Show dialog. If you present on a laptop, also configure the lid close action to Do nothing. After the presentation, remember to restore your original power settings to save battery life.

ADVERTISEMENT