PowerPoint Export Video Stuck at 0%: Codec and Permission Fix
🔍 WiseChecker

PowerPoint Export Video Stuck at 0%: Codec and Permission Fix

You click File > Export > Create a Video, set the quality to Ultra HD, and press Create Video. The progress bar shows 0% and never moves. This freeze occurs because PowerPoint cannot initialize the video encoder or write the temporary export files to the destination folder. The root cause is almost always a missing or incompatible codec, or a permission restriction on the output folder. This article explains why the export stalls at 0% and gives you two specific fixes: checking the codec stack and adjusting folder permissions.

Key Takeaways: Fixing a PowerPoint Video Export That Freezes at 0%

  • Windows Media Feature Pack (N/KN editions): Adds the missing H.264 and AAC codecs that PowerPoint requires for video export.
  • Folder permissions on the output location: Granting Modify or Full Control to your user account lets PowerPoint write the temporary export files.
  • Hardware graphics acceleration toggle: Disabling this in File > Options > Advanced > Display can resolve encoder initialization failures on older GPUs.

ADVERTISEMENT

Why PowerPoint Stays at 0% When Exporting a Video

PowerPoint uses the Windows Media Foundation framework to encode video. When you choose a video quality setting like Ultra HD or 1080p, PowerPoint calls the H.264 and AAC codecs that are built into Windows. If those codecs are missing or if the Media Foundation pipeline is blocked, the encoder fails to start. The export process then sits at 0% because PowerPoint is waiting for a response from the encoder that never comes.

The most common scenario is a Windows N or KN edition. These editions lack the Media Feature Pack, which contains the Windows Media Player components and the codecs that PowerPoint relies on. Without this pack, the export cannot begin. Another frequent cause is a permissions issue: PowerPoint creates temporary files in the destination folder, and if your user account lacks write access, the export stalls at the very first step.

Steps to Add the Missing Codec and Fix the 0% Freeze

  1. Check your Windows edition
    Open Settings > System > About. Look at the Windows edition line. If it says Windows 10 N or Windows 11 N, you need the Media Feature Pack. If it says Pro or Home without N, skip to the permission check below.
  2. Install the Media Feature Pack
    Go to Settings > Apps > Optional features > Add a feature. Search for Media Feature Pack. Select the entry named Media Feature Pack and click Install. Restart your computer after the installation completes.
  3. Test the export again
    Open your presentation in PowerPoint. Click File > Export > Create a Video. Choose any quality option and click Create Video. Select a folder on your local drive, not a network path. If the export progresses past 0%, the codec was the issue.
  4. Check folder permissions if the export still freezes
    Right-click the folder you selected for the export and choose Properties. Go to the Security tab. Under Group or user names, select your user account. In the Permissions list, make sure Modify and Write are checked. If not, click Edit, select your user account, check Modify, and click OK.
  5. Use a different output folder
    If the folder permissions are correct but the export still freezes, try a different folder. Create a new folder on your desktop and export the video there. Avoid OneDrive folders, network drives, or USB drives during the export.
  6. Disable hardware graphics acceleration
    Click File > Options > Advanced. Scroll to the Display section. Check the box for Disable hardware graphics acceleration. Click OK and restart PowerPoint. Try the export again. This forces PowerPoint to use software rendering for the encoder, which works on systems with incompatible GPU drivers.

ADVERTISEMENT

If PowerPoint Still Freezes at 0% After These Fixes

Export to MP4 stalls on a presentation with many transitions

Complex slide transitions, especially Morph and 3D transitions, increase the encoding load. Reduce the number of transitions by selecting all slides and applying a simple Fade transition. Then try the export again.

PowerPoint shows 0% for over 10 minutes and then crashes

This indicates a corrupted media file inside the presentation. Open the presentation and go through each slide. Look for any video or audio clip that shows a red X or a broken icon. Delete that media file and re-insert it. Save the presentation and export again.

The export finishes at 0% instantly with no output file

PowerPoint cannot write to the destination because the path is too long. Move the presentation to the root of your C drive, for example C:\presentation.pptx, and export to C:\output.mp4. Short paths eliminate the 260-character path limit issue.

Item Media Feature Pack Folder Permissions
What it fixes Missing H.264 and AAC codecs in Windows N editions Write access denied for the user account on the output folder
When to apply Windows edition shows N or KN Export freezes on any Windows edition
Installation method Settings > Optional features > Add a feature Folder Properties > Security tab
Requires restart Yes No

After applying the missing codec fix or adjusting the folder permissions, the PowerPoint export should move past 0% within seconds. If the export still stalls, test with a blank one-slide presentation to rule out content corruption. As an advanced tip, use the keyboard shortcut Ctrl+Shift+S to open the Save As dialog directly and choose MP4 format from the Save as type dropdown. This bypasses the Export menu and sometimes resolves encoder initialization issues.

ADVERTISEMENT