How to Stop the Screensaver During a Presentation

You are ten minutes into a demo, someone asks a long question, and the screen fades to a lock prompt in front of thirty people. Here is the five-minute checklist that prevents it - run it before you present, not during.

Why presenting is the worst case

Presenting produces almost no input. You talk, someone else talks, you advance a slide every couple of minutes. To the operating system that looks like an empty desk, so every idle-triggered behaviour fires exactly when you least want it: screen dim, screen off, screen saver, lock.

Worse, the failure is public and it costs you the thread of what you were saying. Two minutes of preparation is cheap insurance.

The pre-presentation checklist

  1. Plug in. On battery, power saving overrides much of what follows.
  2. Set screen and sleep timeouts to Never for the plugged-in state.
  3. Turn the screen saver off entirely - or at minimum clear "On resume, display logon screen".
  4. Disable Dynamic Lock on Windows if you have it enabled. Your phone drifting out of Bluetooth range mid-talk will lock the machine.
  5. Turn on Do Not Disturb / Focus. Not a sleep issue, but a notification preview showing a private message on a projector is a worse outcome than a screen saver.
  6. Disable adaptive brightness so the panel does not dim in a darkened room.
  7. Close anything that might pop up - update prompts, calendar reminders, backup notifications.

What presentation software does for you

Most presentation tools request a display wake lock while a slideshow is running, so the screen stays on for the duration. Useful, but with limits worth knowing:

ToolBlocks sleep while presentingThe gap
PowerPoint (slideshow mode)YesNot in editing view, and not if you exit the show
Keynote (play mode)YesSame - only during playback
Google Slides (present mode)Usually, via the browser wake lockDepends on browser and tab focus
PDF viewers, IDEs, terminalsNoNo wake lock at all
Video call apps while screen sharingUsuallyOnly while sharing is active

The gap in that table is where people get caught. Live demos are the classic case: you leave the slides, switch to the actual product or a terminal, spend twenty minutes there, and nothing is holding the display on any more. If your demo is not a slideshow, do not rely on the slideshow's protection.

Windows: presentation mode

Windows has a built-in feature for exactly this. Press Windows key + X and open Mobility Center (or run mblctr). The Presentation Settings tile has a "Turn on" button that suppresses the screen saver, prevents sleep, and can mute system sounds and hide desktop notifications.

Click "Turn off" when you are done - it does not expire on its own.

On desktops the Mobility Center may not be present. In that case use PowerToys Awake in "keep awake temporarily" mode with "keep screen on" ticked, set to a bit longer than your session.

macOS: caffeinate with a timer

Open Terminal before you start and run:

caffeinate -d -t 5400

That holds the display on for exactly ninety minutes, then releases automatically. No settings changed, nothing to remember to undo. Combine it with a Focus mode from Control Centre to silence notifications.

The meeting-room machine you do not control

Presenting from a shared conference room PC is the hardest version of this problem: the settings are locked, you have no admin rights, and you have five minutes before people arrive.

Options that work without any configuration:

During the presentation

Afterwards

Undo what you changed. A presentation laptop left on "never sleep, never lock" is a security problem the moment it is out of your sight, and it will drain flat in a bag. Presentation Mode off, timeouts back, screen saver on. This is the strongest argument for the timer-based options: caffeinate -t and PowerToys' temporary mode revert on their own, so there is nothing to forget.