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
- Plug in. On battery, power saving overrides much of what follows.
- Set screen and sleep timeouts to Never for the plugged-in state.
- Turn the screen saver off entirely - or at minimum clear "On resume, display logon screen".
- Disable Dynamic Lock on Windows if you have it enabled. Your phone drifting out of Bluetooth range mid-talk will lock the machine.
- 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.
- Disable adaptive brightness so the panel does not dim in a darkened room.
- 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:
| Tool | Blocks sleep while presenting | The gap |
|---|---|---|
| PowerPoint (slideshow mode) | Yes | Not in editing view, and not if you exit the show |
| Keynote (play mode) | Yes | Same - only during playback |
| Google Slides (present mode) | Usually, via the browser wake lock | Depends on browser and tab focus |
| PDF viewers, IDEs, terminals | No | No wake lock at all |
| Video call apps while screen sharing | Usually | Only 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:
- A browser-based jiggler on your phone with the room's mouse resting on it. Nothing installed, nothing changed, and it takes about thirty seconds. Room PCs almost always have a real mouse, which is exactly what this needs.
- A muted video looping in a background tab, which often holds a display wake lock - less reliable, but it costs nothing to try.
- Nudging the mouse yourself every few minutes, which works and is free, but requires you to remember while also presenting. You will forget.
During the presentation
- Keep a hand on the mouse when someone asks a long question. A single movement resets everything.
- If the screen does go dark, move the mouse rather than pressing a key - a keystroke can advance a slide or type into whatever has focus.
- Know your unlock time. If a password prompt appears, typing it calmly takes five seconds. Panicking about it takes thirty.
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.