Fix Word Printing Compresses Images Despite High-Quality Print Setting
🔍 WiseChecker

Fix Word Printing Compresses Images Despite High-Quality Print Setting

You set print quality to high in Word, yet printed images still appear pixelated, blurry, or compressed. This happens because Word applies its own image compression during printing, separate from the quality setting you select. The root cause is a default DPI downsampling behavior that Word uses to reduce file size and print spool size. This article explains why Word overrides your high-quality setting and provides three methods to force Word to print images at their full resolution.

Key Takeaways: Stopping Word From Compressing Images at Print Time

  • File > Options > Advanced > Image Size and Quality > Do not compress images in file: Disables all compression for the current document when checked.
  • Registry key HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options\DisableDPIScaling (DWORD = 1): Prevents Word from downsampling images to 220 DPI during printing on Windows.
  • Set printer driver to output at 300 DPI or higher: Overrides Word’s default print compression by forcing the printer to accept full-resolution data.

ADVERTISEMENT

Why Word Compresses Images When Printing Despite High-Quality Settings

Word uses a two-stage image processing pipeline. First, it compresses images when you save or close a document unless you disable that option. Second, during the print spooling process, Word downsamples all embedded images to 220 DPI by default, regardless of the printer driver’s quality setting or the print dialog’s “High quality” checkbox. This downsampling reduces the print spool size but discards image detail.

The compression occurs because Word’s internal print engine treats image resolution as a performance optimization. The 220 DPI threshold was designed for older printers and network bandwidth constraints. Modern printers and photo-quality documents require 300 DPI or higher. The “High quality” print setting in the Word Print dialog only affects text rendering, font smoothing, and vector graphics — it does not override the image downsampling logic.

Where the Compression Happens

Word compresses images at two points:

  • Document save/close: Word compresses images based on the “Image Size and Quality” setting in File > Options. This affects both screen display and eventual print output.
  • Print spool creation: Word resamples images to 220 DPI as it builds the print job, even if the document itself contains full-resolution images.

The second compression is the one users most often miss because it is not visible in any Word dialog. It is controlled by a hidden registry value that governs DPI scaling during printing.

Force Word to Print Images at Full Resolution

There are three methods to stop Word from compressing images during printing. Apply all three for the most reliable results.

Method 1: Disable Image Compression in Word Options

  1. Open Word Options
    Click File in the ribbon, then click Options at the bottom of the left pane.
  2. Navigate to Advanced settings
    In the Word Options dialog, click Advanced in the left sidebar.
  3. Locate the Image Size and Quality section
    Scroll down to the Image Size and Quality group. The label shows the current document name.
  4. Check the box to disable compression
    Check Do not compress images in file. Set the Default resolution dropdown to High fidelity.
  5. Apply to all new documents
    Click the Set as default button to apply the setting to all future documents. Click OK to close the dialog.

This setting prevents Word from compressing images when you save the document. It does not directly control print-time downsampling, so proceed to Method 2.

Method 2: Modify the Registry to Disable Print DPI Downsampling

Warning: Editing the Windows Registry incorrectly can damage your system. Back up the registry before making changes. Create a restore point first.

  1. Open Registry Editor
    Press Win + R, type regedit, and press Enter. Click Yes in the User Account Control prompt.
  2. Navigate to the Word Options key
    Go to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options. Replace 16.0 with 15.0 for Word 2013, or 14.0 for Word 2010.
  3. Create a new DWORD value
    Right-click the Options key in the left pane. Select New > DWORD (32-bit) Value. Name it DisableDPIScaling.
  4. Set the value to 1
    Double-click DisableDPIScaling, set Value data to 1, and click OK.
  5. Close Registry Editor and restart Word
    Exit Registry Editor. Close and reopen Word for the change to take effect.

This registry key tells Word to skip the 220 DPI downsampling step during print spool creation. Images will be sent to the printer at their native resolution.

Method 3: Configure the Printer Driver to Accept Full-Resolution Data

  1. Open Printers & Scanners settings
    Press Win + I to open Settings. Go to Bluetooth & devices > Printers & scanners.
  2. Open printer preferences
    Click your printer in the list, then click Printer properties. In the dialog, click the Advanced tab.
  3. Set print quality to maximum DPI
    Find a setting labeled Print Quality, Resolution, or DPI. Set it to the highest value available, typically 1200 DPI or 4800×1200 DPI.
  4. Disable printer-side compression
    Look for options like Image Compression, Halftoning, or EconoMode. Disable any compression or toner-saving features.
  5. Apply and test
    Click Apply, then OK. Print a test page from Word to verify image quality.

The printer driver can compress images independently of Word. Setting the driver to maximum quality ensures the printer does not discard detail before printing.

ADVERTISEMENT

If Images Still Print Compressed After the Fixes

Word Still Downsamples Images on Network Printers

Network printers often have additional compression settings in the server-side print queue. Contact your IT administrator to check the print server settings. Look for “Image compression” or “Downsampling” options in the printer’s advanced driver properties on the server.

Embedded Images Are Low Resolution to Begin With

If the source image is 72 DPI or 96 DPI, no setting will make it print at high quality. Word cannot create detail that does not exist. Insert images that are at least 300 DPI at the physical print size. For a 4×6 inch photo, the image should be at least 1200×1800 pixels.

Word Compresses Images When Saving to PDF

The same compression settings affect PDF export. If you print via “Save as Adobe PDF” or “Microsoft Print to PDF”, apply the same registry fix and document-level compression disable. The PDF driver may also have its own compression settings in its printer properties.

Word Options vs Registry Fix: What Each Controls for Print Image Quality

Item Word Options (Do not compress) Registry (DisableDPIScaling)
What it controls Compression when saving the document file Downsampling during print spool creation
Affects screen display Yes No
Affects print output Indirectly (preserves original image data) Directly (stops 220 DPI downsampling)
Requires registry editing No Yes
Applies to all documents Only if “Set as default” is clicked Yes, system-wide for Word

You can now print Word documents with full-resolution images by combining the document-level compression disable, the registry fix, and the printer driver quality settings. Test with a high-resolution photo document first. For ongoing use, set the registry key once and enable “Do not compress images in file” as your default in Word Options. An additional tip: if you share documents, use “File > Options > Advanced > Image Size and Quality > Do not compress images in file” per-document to avoid compression when others open the file.

ADVERTISEMENT