When you save a PowerPoint slide as a PNG, JPG, or other image format, the default resolution is 96 DPI. This produces images that look blurry when inserted into documents or displayed on high-resolution monitors. The cause is a hidden registry setting that controls the export DPI for the entire Office suite. This article explains how to edit the Windows Registry to set a custom DPI value, such as 300 or 600, so that every exported slide image has crisp, print-ready quality.
Key Takeaways: Export PowerPoint Slides at Custom DPI
- HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options: Create a DWORD named ExportBitmapResolution to set the export DPI for slide images.
- DPI value of 300: Produces high-quality images suitable for printing and professional reports without excessive file size.
- Restart PowerPoint after registry edit: The new DPI setting only takes effect after you close and reopen the application.
Why PowerPoint Exports Slides at Low DPI by Default
PowerPoint uses a fixed internal resolution of 96 DPI when you right-click a slide and choose Save as Picture or when you use File > Export > Change File Type. This value was set decades ago when monitors had much lower pixel densities. Microsoft never updated the default because changing it would break the layout of presentations that rely on the old scaling. The resolution is hardcoded into the application, but a registry key allows you to override it.
The registry key ExportBitmapResolution is a DWORD value stored under the PowerPoint Options folder. When this key does not exist, PowerPoint uses the default 96 DPI. When you create the key and set a decimal value between 1 and 3072, PowerPoint uses that number as the DPI for every slide image export. The value applies to all slide sizes: standard 4:3, widescreen 16:9, and custom dimensions.
Note that this registry key affects all versions of PowerPoint that are part of Microsoft 365, Office 2019, Office 2016, and Office 2013. The folder path 16.0 covers Office 2016 and later. For Office 2013, use folder 15.0 instead of 16.0.
Steps to Set a Custom DPI for PowerPoint Slide Image Exports
Follow these steps to edit the Windows Registry and set a custom DPI value. Backup your registry before making changes. A wrong edit can cause Office or other programs to behave unexpectedly.
- Open Registry Editor
Press Windows + R, type regedit, and press Enter. Click Yes on the User Account Control prompt. - Navigate to the PowerPoint Options key
In the left pane, expand the folders in this order:
HKEY_CURRENT_USER > Software > Microsoft > Office > 16.0 > PowerPoint > Options. If the Options folder does not exist, right-click PowerPoint, select New > Key, and name it Options. - Create the ExportBitmapResolution DWORD
Right-click the Options folder in the left pane. Select New > DWORD (32-bit) Value. Name the new value ExportBitmapResolution and press Enter. - Set the DPI value
Double-click ExportBitmapResolution. Select Decimal under Base. Type the desired DPI value in the Value data field. For 300 DPI, type 300. For 600 DPI, type 600. Click OK. - Close Registry Editor and restart PowerPoint
Close all open PowerPoint windows. Open PowerPoint again. The new DPI setting is now active.
To verify the change, create a test slide with a shape and a small amount of text. Right-click the slide thumbnail in the left pane and select Save as Picture. Save as PNG. Right-click the saved image file, select Properties, and go to the Details tab. Look for Horizontal Resolution and Vertical Resolution. Both should show the DPI value you set.
Common Registry Edit Mistakes and How to Avoid Them
ExportBitmapResolution is not taking effect
The most common cause is placing the key in the wrong registry path. Double-check that you created the DWORD under HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options. If you placed it under HKEY_LOCAL_MACHINE, the setting will not be read by PowerPoint. Also confirm that the value name is spelled exactly as ExportBitmapResolution with no spaces or typos.
PowerPoint still exports at 96 DPI after adding the key
If you created the key but the image resolution did not change, open Registry Editor again and verify that ExportBitmapResolution is a DWORD (32-bit) Value, not a QWORD or String Value. Also check that the Base is set to Decimal and that the number you entered is between 1 and 3072. A value of 0 is ignored and the default 96 DPI is used instead.
The exported image file size is too large
Setting a DPI value higher than 600 can produce extremely large image files, especially on widescreen slides with many elements. For most business use cases, 300 DPI provides a good balance between quality and file size. If you only need images for on-screen viewing, 150 DPI is sufficient and keeps file sizes small.
The registry key works on some slides but not others
The ExportBitmapResolution key applies globally to all slides in all presentations. If some slides export at the correct DPI and others do not, the issue is likely with the slide content. Slides that contain embedded videos or OLE objects may be rasterized at a lower resolution by the PowerPoint rendering engine. In such cases, consider exporting the slide as a PDF and then converting the PDF page to an image at your desired DPI using a dedicated tool.
PowerPoint Save as Image Methods: Registry Edit vs Alternative Tools
| Item | Registry Edit Method | Third-Party Tools (e.g., GIMP, Adobe Illustrator) |
|---|---|---|
| Setup effort | One-time registry edit, 5 minutes | Install and learn a new application |
| DPI control | Any value from 1 to 3072 | Unlimited DPI after conversion |
| Workflow | Right-click slide > Save as Picture | Export slide as PDF, then convert to image |
| Slide fidelity | Preserves all native PowerPoint elements | May lose animations, transitions, or embedded fonts |
| Batch export | One slide at a time | Batch convert entire PDF to images |
After editing the registry, you can save any slide as an image at your chosen DPI directly from PowerPoint. No additional software is needed. This method keeps the workflow inside PowerPoint and preserves all slide formatting. If you need to export many slides at once, consider using the File > Export > Create PDF/XPS option first and then converting the PDF pages to images with a batch tool that respects DPI settings.