How to Link Slides in PowerPoint: A Complete Guide to Slide Hyperlinks

Linking slides in PowerPoint lets you build presentations that don't have to run in a straight line from slide 1 to the end. Instead, you can jump to any slide on demand — useful for interactive demos, training materials, FAQ-style decks, and presenter-controlled Q&A sessions. Here's exactly how it works and what shapes your experience.

What "Linking Slides" Actually Means

In PowerPoint, a slide link is a hyperlink attached to an object — a text box, shape, image, or button — that navigates the viewer to a specific slide when clicked. This is different from slide transitions, which move through slides automatically in sequence.

You're essentially building navigation logic into your deck. Click a menu item on slide 2, jump to slide 7. Click a "Back to Menu" button, return to slide 2. This is how interactive PowerPoint presentations work without any coding or third-party tools.

How to Create a Hyperlink to Another Slide

The core method works across PowerPoint for Windows, macOS, and the web version, though the exact menu labels vary slightly.

Step-by-step (PowerPoint for Windows/Mac):

  1. Select the object you want to link — text, a shape, or an image
  2. Right-click and choose Link (or go to Insert → Link)
  3. In the dialog box, choose Place in This Document from the left panel
  4. A list of all slides in your presentation appears — select the destination slide
  5. Click OK

The object now acts as a clickable navigation button during Slide Show mode. It won't activate in editing view.

For action buttons specifically:

PowerPoint includes pre-built Action Buttons under Insert → Shapes → Action Buttons. These are designed specifically for navigation and include icons for "Home," "Back," "Forward," and more. When you draw one onto a slide, PowerPoint automatically prompts you to assign an action — including linking to another slide, the first slide, the last slide, or a custom slide number.

Linking to a Specific Slide vs. a Named Destination

When you use Place in This Document, PowerPoint shows each slide by number and title. This is clean and reliable — but it's tied to slide position. If you reorder your slides, the link target updates automatically because PowerPoint links to the slide object itself, not just a number.

This is an important distinction: PowerPoint slide links are positionally aware, not fragile string-based references. Rearranging your deck won't break internal slide links.

Linking to a Slide in a Different Presentation

You can also link from one PowerPoint file to a slide in a completely separate .pptx file:

  1. Select your object and open the Insert Link dialog
  2. Choose Existing File or Web Page
  3. Browse to the second file
  4. To target a specific slide, you'll need to append the slide number manually — this behavior varies by PowerPoint version and isn't always reliable across different machines

⚠️ Cross-file linking is less predictable. If the destination file is moved, renamed, or opened on a machine where the file path differs, the link breaks. This approach works best in controlled environments like a single computer or a shared network folder with stable paths.

Variables That Affect How Slide Linking Works for You

Not every user gets the same experience. Several factors shape how linking behaves in practice:

VariableHow It Affects Linking
PowerPoint versionOlder versions (2013, 2016) have fewer action button styles; newer versions and Microsoft 365 have expanded options
PlatformPowerPoint for the web has limited hyperlink editing compared to the desktop app
Presentation modeLinks only activate in Slide Show view, not in editing or reading view
File formatSaving as .ppt (older format) vs .pptx can affect link behavior; exporting to PDF disables slide links entirely
Presenter vs. audienceIn Presenter View, the presenter sees speaker notes; the audience clicks links on the main display
Kiosk modeSetting a presentation to Browse at a Kiosk (Slide Show → Set Up Slide Show) makes it fully self-navigating, which pairs well with slide links

Common Use Cases and How They're Built Differently

🎯 Interactive menu decks — A title slide acts as a table of contents with shapes linked to each section. Each section's final slide links back to the menu. This requires consistent button placement and a clear visual language so viewers know what's clickable.

Training and assessment decks — A question slide links to a "Correct" or "Incorrect" slide based on which answer shape the viewer clicks. Each answer slide links back to the next question. This is built entirely with internal slide links and no macros required.

Conference and sales presentations — A presenter uses hidden slides (slides marked hidden in the slide panel) containing deep-dive content. A subtle shape on a main slide links to the hidden slide, giving the presenter the option to go deeper if the audience asks — without the hidden slide appearing in normal playback.

What Makes a Slide-Linked Presentation Behave Well vs. Poorly

The technical part of linking slides is simple. The harder part is design consistency. Presentations with poorly labeled or visually unclear links confuse audiences — they don't know what's clickable. Presentations with too many navigation paths become hard for presenters to manage live.

The number of slides, the complexity of branching, how the file will be distributed (emailed vs. presented live vs. published to the web), and whether someone else will be presenting the file all affect how much linking structure is worth building.

A solo presenter controlling a 20-slide deck needs very little internal linking. A self-running kiosk or a shared training file meant to be clicked through independently needs much more deliberate navigation architecture — and the two setups call for very different approaches.