Back to Blog

AI Google Slides Maker: How to Make a Presentation with AI (2026)

TL;DR: There are two routes. Use Google's own AI — Gemini in Slides can now build a whole deck from a prompt, but it's desktop-only, English-only, needs a paid Workspace or AI plan, and on personal accounts it's still a trusted-tester feature. Or generate the deck elsewhere and open it in Slides — export a .pptx, drop it in Drive, and click Open with Google Slides. Route two works on any account today, including free ones.

"Google Slides maker" is usually two different questions wearing one search box: can Google's own AI build my deck? and how do I get an AI-made deck into Google Slides? The answers are different, and the first one has more caveats than most guides admit. Here's both, with Google's own documentation as the source.

Route 1: Gemini inside Google Slides

Google ships two separate AI features in Slides, and conflating them is why people's expectations don't match reality.

"Generate presentations" — a whole deck from one prompt

This one genuinely exists: Gemini can "generate fully editable presentations" with text and images from a descriptive prompt. But it's a guided builder rather than a one-shot button. The documented flow is: write your prompt → optionally add source files from Drive → optionally match an existing presentation's style → Gemini asks follow-up questions (you can skip them) → you review and edit an outline, adding, renaming or deleting slides → click Approve → it builds. You have to keep the tab open while it works, and Google warns it "may take minutes."

The catches, all from Google's own help pages as of July 2026:

  • Desktop and English only.
  • On personal Google accounts it's a trusted-tester feature, available through Google Workspace Experiments — not something you can simply switch on.
  • Free personal accounts don't get Gemini in Docs or Slides at all.

"Generate a slide" — one slide at a time

The older, more widely available feature. Google is explicit about the limit: "You can only generate one slide at a time." You can insert the result as a new slide or replace the selected one. Alongside it, Gemini in Slides can generate images, match the current presentation's style, pull context from your Drive files and Gmail, summarise a deck, and rewrite text — though rewriting is mostly a fixed menu (Shorten, Rephrase, More formal, Bulletize) plus a custom prompt box.

What it costs, and the bit Google's own pages disagree on

For business accounts, Gemini is now bundled into Google Workspace Business and Enterprise editions at no extra cost — the old standalone Gemini add-ons are no longer sold. Workspace runs $6.30/user/month for Starter on the current annual promo ($7.00 standard), $12.60 for Standard ($14.00 standard), and $22.00 for Business Plus, per workspace.google.com/pricing as of July 2026.

Worth flagging honestly: Google's own documentation contradicts itself on Business Starter. The admin edition-comparison table lists both "Generate presentations" and "Generate and edit slides" as included in Business Starter, Standard and Plus — while the consumer-facing help article omits Starter from the eligible editions. If you're on Starter, check before you budget around it.

On personal accounts, Google AI Plus is $7.99/month and Google AI Ultra runs $100 or $200/month. One caveat most write-ups miss: Google's consumer AI plan pages describe Gemini in Gmail, Docs and Sheets — Slides isn't named. So paying for a consumer AI plan is not a documented guarantee of Gemini in Slides.

Route 2: generate the deck, then open it in Google Slides

This is the route that works on any account today, free ones included, and it's what most people actually mean by an "AI Google Slides maker."

  1. Describe the deck. Say who it's for and what it has to do — "a 10-slide Q3 update for the leadership team, three wins and one risk" beats "Q3 update." Generate it, then edit the structure before polishing individual slides.
  2. Export a .pptx. This is the interchange format; there's no "save as Google Slides" from outside Google.
  3. Put it in Google Drive. Drag the file in, or upload it.
  4. Double-click the file in Drive — a preview opens.
  5. Click "Open with Google Slides" at the top.

From there it's a normal Slides deck: share it, comment on it, present it, and collaborate as usual.

The two modes nobody explains

When you open a .pptx in Slides you get a choice that matters later:

  • Office editing mode (no conversion). The file stays a .pptx and your changes auto-save back into it in its original Office format. Good if colleagues need the PowerPoint file to stay the source of truth.
  • Converting to Google Slides. Makes a copy as a native Slides file. You need this if you want add-ons, Apps Script, protected ranges, or the translate option — Google lists all four as unavailable while the file remains a .pptx.

One documented hard limit: presentations converted to Google Slides can be up to 100 MB.

What can break on import — honestly

Here's something worth saying plainly: Google doesn't publish a list of what breaks when you import a .pptx. Guides that state confidently that "fonts, animations and masters always break" are repeating community reports, not documentation. What's true is that mismatches do get reported by users — most often fonts substituting when the original isn't available to Google, animations and transitions not surviving, and occasional slide-order or master-layout oddities.

The practical defence is the same either way:

  • Prefer common fonts, or ones available in Google Fonts, so there's nothing to substitute.
  • Check the deck once end to end after import rather than assuming — most issues are visible in ten seconds of scrolling.
  • Keep charts native where you can. A chart that arrives as a picture can't be edited or recoloured in Slides.
  • Don't rely on animations surviving the trip. If a build sequence matters, rebuild it in Slides.

This is also why the export format on the tool you generate with matters. If it hands you slides flattened into images, Google Slides can't repair that — you get a deck you can only look at. A real .pptx with live text and native charts imports as something you can actually edit.

Going the other way: Slides back to PowerPoint

Google documents File → Email as attachment, then choosing PowerPoint under "Attach as." The familiar File → Download → Microsoft PowerPoint (.pptx) route is the one most people use day to day. Either way you end up with a .pptx, which matters if your audience lives in PowerPoint and you only used Slides to collaborate.

A trick worth knowing: use your own template as a Slides theme

If you have a branded PowerPoint template, you don't have to rebuild it in Slides. Go to Slide → Change theme → Import theme (bottom right), then pick the presentation — Google explicitly supports "a Google Slide or PowerPoint presentation" as the source. Your fonts, colours and layouts come across as a reusable Slides theme.

Related: File → Import slides pulls individual slides from another deck, with a "Keep original theme" checkbox — leave it checked to bring slides in untouched, uncheck it to restyle them into the destination deck.

For repeatable, branded decks: the Slides API

If you're generating the same deck shape every week — a client report, a weekly metrics pack — the Google Slides API is the grown-up answer. Google's documented pattern is exactly the sensible one: build a template, then merge data into it programmatically, replacing text and images rather than generating layout from nothing. It handles creating and reordering slides, inserting tables and charts, styling text, and editing speaker notes.

Standard use is currently free, with a caveat straight from Google's docs: exceeding the quota limits is planned to incur Google Cloud billing charges later in 2026. Worth knowing before you build a pipeline on it.

Which route should you pick?

  • You're on a paid Workspace plan and the deck already exists → Gemini in Slides. Editing in context, with access to your Drive files and the current deck's style, is genuinely the best thing about it.
  • You want a finished deck from a blank page, today, on any account → generate elsewhere and import. No trusted-tester waitlist, no plan check.
  • You need it to look on-brand → generate on your own uploaded template, or import that template as a Slides theme.
  • You're producing the same deck repeatedly → template plus the Slides API.

PowerPresent fits route two: describe a deck (or upload a document) and get a designed presentation you can edit in the browser, then export a real .pptx where text stays text and charts stay native — which is exactly what imports cleanly into Slides. Creating, editing and presenting are free and unlimited; a watermark-free .pptx export is on paid plans, with one-time credit bundles from $5 and no subscription required.

Open a template in the editor with no account, or see the free AI presentation maker guide for the full workflow. Working from a recording instead? See turning a transcript into a presentation.

Frequently asked questions

Can Google Slides make a presentation with AI?

Yes. Gemini in Google Slides can generate a whole presentation from a prompt, but it's desktop-only and English-only, requires a paid Workspace or Google AI plan, and on personal Google accounts it's still a trusted-tester feature through Google Workspace Experiments. A separate, more widely available feature generates one slide at a time.

Is Gemini in Google Slides free?

Not on a free personal Google account — Google states those don't get Gemini in Docs or Slides. It's bundled into paid Google Workspace Business and Enterprise editions at no extra cost. Note that Google's consumer AI plan pages describe Gemini in Gmail, Docs and Sheets without naming Slides.

How do I open a PowerPoint file in Google Slides?

Upload the .pptx to Google Drive, double-click it to open a preview, then click 'Open with Google Slides' at the top. You can either keep it as a .pptx in Office editing mode or convert it to a native Google Slides file — conversion is required for add-ons, Apps Script, protected ranges and translate.

What breaks when you import a .pptx into Google Slides?

Google doesn't publish a list, so treat confident claims with caution. Users commonly report font substitution when the original font isn't available, animations and transitions not surviving, and occasional slide-order issues. Sticking to common fonts and keeping charts native avoids most of it.

Can I use my own PowerPoint template in Google Slides?

Yes. Use Slide → Change theme → Import theme and select your presentation — Google supports both Google Slides and PowerPoint files as the theme source, so your fonts, colours and layouts carry across as a reusable theme.

One useful presentation idea a week

No fluff — one practical tip, template, or teardown in your inbox each week.