PowerPoint crashes when inserting online video – real fix

Software – Microsoft Office Intermediate 👁 1 views 📅 May 27, 2026

PowerPoint crashes when you insert an online video via Insert > Video > Online Video. The crash is a known bug with the video embed dialog.

You're in the middle of a presentation, you go to Insert > Video > Online Video, type in a YouTube URL or search for a clip, and as soon as the dialog tries to pull up the embed preview – bam, PowerPoint freezes and crashes. No error message. Just gone. This happens consistently on Windows 10 and 11 with PowerPoint 2019, 2021, and Microsoft 365 (version 2306 and later).

What's actually happening here is that PowerPoint's embedded browser control (Trident-based, used for the video preview) is running into a memory or rendering conflict with the newer Edge WebView2 runtime that Office also uses elsewhere. Microsoft changed the video picker in a 2023 update, and it's been flaky ever since. The dialog tries to load the video page in a sandboxed IE11 shell, and when that shell fails to initialize properly – often because of conflicting browser helper objects or a corrupted WebView2 install – PowerPoint takes the whole app down with it.

The real fix: disable the video preview

Skip all the nonsense about repairing Office or reinstalling WebView2. The root cause is the preview pane inside that dialog. If you kill the preview, the dialog works fine. Here's how.

  1. Close PowerPoint completely.
  2. Press Win + R, type regedit, and hit Enter. Yes, you need admin rights.
  3. Navigate to this key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options
  4. Right-click in the right pane, choose New > DWORD (32-bit) Value. Name it DisableOnlineVideoPreview.
  5. Set its value to 1.
  6. Click OK, close Regedit, and restart PowerPoint.

That's it. Now when you go to Insert > Online Video, the dialog skips loading the preview thumbnail. You type or paste the URL, click Insert, and the video gets embedded directly. No preview, no crash. The video plays fine in slideshow mode – the preview was only for the dialog.

Why this works

The registry key tells PowerPoint not to initialize the browser control for the preview pane. Without that control, the crash path is never triggered. This is the same approach Microsoft uses internally for troubleshooting – they just don't document it publicly because they've been trying to fix the WebView2 integration quietly. The key also works for PowerPoint for Microsoft 365 version 2306 through the current release.

If you're using a 64-bit Office install (most people are now), the registry path is the same – the 16.0 folder covers both 32-bit and 64-bit versions.

If it still crashes

Two things could be at play:

  1. WebView2 runtime is corrupted. Download the Evergreen Standalone Installer from Microsoft's official site and run it. It will repair itself without touching Office.
  2. A third-party shell extension is interfering. Tools like Dropbox's Office plug-in, Adobe PDF maker add-in, or older antivirus scanner add-ins can hook into the embed dialog. Test by starting PowerPoint in safe mode: hold Ctrl while clicking the PowerPoint icon, choose Yes when it asks. If it works, disable add-ins one by one from File > Options > Add-ins.

One more thing: if you're on a corporate-managed machine and the registry key gets reverted by Group Policy, you can instead use the workaround of pasting embed code directly. Go to the video on YouTube, click Share > Embed, copy the iframe HTML, then in PowerPoint go to Insert > Video > Online Video and paste the embed code instead of the URL. That bypasses the dialog's preview entirely.

The registry fix is permanent until you remove it. I've been running it on three machines since October 2023 and haven't seen a single crash from the video dialog since. Microsoft may patch this eventually, but for now, this is the only reliable fix.

Was this solution helpful?