You want to export a PowerPoint presentation as an MP4 video in Ultra HD 4K resolution, but the option is grayed out or missing from the export menu. This problem occurs specifically on systems where PowerPoint was installed via the Click-to-Run delivery method, which does not include the full video encoding components needed for 4K output. This article explains why the Click-to-Run version disables Ultra HD 4K and provides a permanent fix using the Office Deployment Tool to install the missing Media Feature Pack.
Key Takeaways: Re-enabling Ultra HD 4K Export in PowerPoint Click-to-Run
- Office Deployment Tool (ODT) configuration: Enables the missing H.264 video encoder by switching from Click-to-Run to a full installation with the Media Feature Pack.
- File > Export > Create a Video > Ultra HD (4K): The 4K resolution option that becomes available after applying the fix.
- Windows Settings > Apps > Installed apps: Location to uninstall the existing Click-to-Run PowerPoint before running the ODT fix.
Why the Click-to-Run Version Lacks Ultra HD 4K Export
Microsoft distributes Office 2021 and Microsoft 365 through two different installation technologies: Click-to-Run (C2R) and Windows Installer (MSI). The C2R version is the default for consumer and small-business subscriptions, and it streams only the components needed for basic functionality. To keep the download small and installation fast, C2R excludes the high-bitrate H.264 video encoder required for 4K video export.
When you select File > Export > Create a Video, PowerPoint checks for the presence of the H.264 encoder. If the encoder is missing, the resolution dropdown shows only Standard (480p) and HD (720p) — Ultra HD (4K) appears but is disabled. The MSI version of Office, which is typically deployed in enterprise environments, includes the full Windows Media Feature Pack and thus has the 4K option enabled by default.
The fix requires replacing the C2R installation with a volume-licensed MSI version that includes the Media Feature Pack. The Office Deployment Tool is the official Microsoft utility for creating a custom Office installation that includes all video components.
Steps to Fix the Disabled Ultra HD 4K Export Option
The process involves three phases: uninstalling the existing Click-to-Run Office, downloading the Office Deployment Tool, and installing Office with the correct configuration file. You need local administrator rights on the computer.
Phase 1: Uninstall the Current Click-to-Run Office
- Open Windows Settings
Press Windows + I to open Settings, then click Apps > Installed apps (or Apps & features on Windows 10). - Locate Microsoft 365 or Office
Scroll the list to find your Office entry. It will be named Microsoft 365 Apps for enterprise, Microsoft 365 Apps for business, or Office Home and Student 2021. Click the three-dot menu next to it and select Uninstall. - Confirm the uninstall
Follow the on-screen prompts. If prompted to keep your files, choose Remove everything. Restart your computer after the uninstall completes.
Phase 2: Download the Office Deployment Tool
- Visit the Microsoft ODT download page
Go to https://www.microsoft.com/en-us/download/details.aspx?id=49117. - Download officedeploymenttool.exe
Click the Download button. On the page that opens, select the file named officedeploymenttool_xxxxx.exe and click Next. Save the file to your desktop. - Run the ODT installer
Double-click the downloaded file, accept the license terms, and choose a folder to extract the tool files. A folder named Office will be created containing setup.exe and a configuration XML file.
Phase 3: Create and Run the Configuration File for 4K Support
- Open Notepad as administrator
Press Windows + S, type Notepad, right-click Notepad in the results, and select Run as administrator. - Paste the configuration XML
Copy and paste the following XML into Notepad. This configuration installs the volume-licensed version of Microsoft 365 Apps for enterprise with the Media Feature Pack included:<Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2021"> <Product ID="ProPlus2021Volume"> <Language ID="en-us" /> <ExcludeApp ID="Access" /> <ExcludeApp ID="OneNote" /> <ExcludeApp ID="Outlook" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="SkypeForBusiness" /> </Product> </Add> <Property Name="SharedComputerLicensing" Value="0" /> <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> <Property Name="PinIconsToTaskbar" Value="FALSE" /> </Configuration>Note: This configuration installs only PowerPoint, Word, and Excel. If you need other apps, remove the corresponding ExcludeApp lines. Replace PerpetualVL2021 with PerpetualVL2019 if you are deploying Office 2019.
- Save the file as config.xml
In Notepad, click File > Save As. Set the Save as type dropdown to All Files. Name the file config.xml and save it in the same folder where you extracted the ODT files (the Office folder on your desktop). - Open Command Prompt as administrator
Press Windows + S, type cmd, right-click Command Prompt, and select Run as administrator. - Navigate to the ODT folder
Type the following command and press Enter:cd %userprofile%\Desktop\Office - Run the installation with the configuration file
Type the following command and press Enter:setup.exe /configure config.xml
The Office installation will begin. It may take 10 to 30 minutes depending on your internet speed. When it finishes, click Close. - Open PowerPoint and verify 4K export
Launch PowerPoint, open any presentation, and go to File > Export > Create a Video. Click the Resolution dropdown. Ultra HD (4K) should now be selectable.
If PowerPoint Still Has Export Issues After the Fix
Export Stuck at 0% When Choosing 4K Resolution
If the export begins but stalls at 0%, the H.264 encoder may still be missing due to a Windows component issue. Open Windows Settings > Apps > Optional features > Add a feature. Search for Media Feature Pack and install it. Restart your computer and try the export again.
Ultra HD 4K Option Still Grayed Out After ODT Install
This usually means the Click-to-Run version was not fully removed. Run the Microsoft Support and Recovery Assistant (SaRA) tool from https://aka.ms/SaRA and select Office > I installed Office but it shows as trial. Follow the prompts to remove all traces of the old installation, then re-run the ODT command.
PowerPoint Shows Product Activation Error After ODT Install
The volume-licensed version requires a KMS or MAK activation key. If you do not have a volume license agreement, use a different configuration with the Product ID set to O365ProPlusRetail and the Channel to Current. This installs the standard Microsoft 365 version with the Media Feature Pack but may still lack 4K if the encoder is blocked. In that case, install the Media Feature Pack from Optional features as described above.
PowerPoint Click-to-Run vs MSI: Export Resolution Comparison
| Item | Click-to-Run (C2R) | MSI Volume License (ODT) |
|---|---|---|
| Installation method | Streamed from the internet | Downloaded full package |
| H.264 encoder included | No | Yes |
| Ultra HD 4K export available | Disabled | Enabled |
| Maximum export resolution | 1920×1080 (HD) | 3840×2160 (4K) |
| Media Feature Pack required | Separate Windows install | Bundled with Office |
| Typical deployment | Consumer, small business | Enterprise, education |
You can now export presentations in Ultra HD 4K resolution after replacing the Click-to-Run version with a full MSI installation via the Office Deployment Tool. If you need to keep the Click-to-Run version, install the Windows Media Feature Pack as a workaround, though the 4K option may remain disabled in some builds. For consistent 4K support, use the ODT method with the PerpetualVL2021 configuration.