How to Reduce File Size in Word: What's Actually Making Your Document So Large

Microsoft Word files can balloon to surprising sizes — sometimes dozens of megabytes for a document that's just text and a few images. Before you start compressing things at random, it helps to understand what's actually inflating the file and which fixes genuinely move the needle.

What Makes a Word Document Large?

A .docx file is essentially a compressed folder of XML files, images, fonts, and metadata. Most of the time, embedded images are the single biggest contributor to file size. A single high-resolution photo dropped into a document can add several megabytes on its own.

Beyond images, these elements commonly bloat file size:

  • Embedded fonts — especially custom or non-standard typefaces stored inside the file so it looks the same on any machine
  • Track changes and revision history — Word stores every edit made during the document's life unless you explicitly clear it
  • Embedded objects — charts, Excel spreadsheets, or PowerPoint slides embedded rather than linked
  • Thumbnail previews — Word can save a preview image of the first page alongside the document
  • Hidden data and metadata — author names, comments, document versions, and custom XML

Understanding which of these applies to your document determines which approach is worth your time.

Method 1: Compress Images Inside the Document 🖼️

This is usually the highest-impact step. Word has a built-in image compression tool that most users never touch.

How to do it:

  1. Click on any image in the document
  2. Go to the Picture Format tab (or Format in older versions)
  3. Select Compress Pictures
  4. Choose a target resolution — options typically include Email (96 ppi), Web (150 ppi), and Print (220 ppi)
  5. Check Delete cropped areas of pictures — this removes image data you've hidden with cropping but that Word was still storing
  6. Apply to all pictures in the document, not just the selected one

The resolution you choose matters. A document headed for print needs higher resolution than one being emailed or read on screen. Compressing a print-quality document down to 96 ppi before sharing is fine — compressing a document you'll later send to a printer is a different calculation.

Method 2: Save As a Fresh Copy

Word accumulates overhead as you edit. Old undo history, temporary data, and formatting artifacts build up in the file over time. Simply saving a clean copy can trim this:

  1. Go to File → Save As
  2. Save the document under a new name
  3. Compare file sizes — the difference is sometimes meaningful, sometimes negligible

This works because Word rebuilds the file structure fresh on a Save As, discarding accumulated cruft from the working session.

Method 3: Turn Off Embedded Fonts

Embedded fonts are useful when you're sharing a document that uses a non-standard typeface and you need it to render correctly on machines that don't have that font installed. But they add weight — sometimes considerably.

To disable font embedding:

  1. Go to File → Options → Save
  2. Uncheck Embed fonts in the file
  3. If you need to keep some embedding, check Embed only the characters used in the document — this stores only the specific glyphs actually present rather than the entire font set

The trade-off is compatibility. If your document uses a font the recipient doesn't have, Word will substitute something else. For standard fonts like Calibri, Arial, or Times New Roman, embedding is unnecessary — nearly every machine has them.

Method 4: Remove Hidden Data and Revision History

Track changes, comments, and document metadata don't just affect privacy — they add file size. Word's Document Inspector can identify and strip this data:

  1. Go to File → Info → Check for Issues → Inspect Document
  2. Run the inspection
  3. Remove items you don't need — revision history, comments, hidden text, personal information

This step matters most for documents that have passed through multiple reviewers or gone through heavy editing. A clean final version with all tracked changes accepted and revision history cleared will be noticeably leaner.

Method 5: Disable the Thumbnail Preview

Word can save a small preview image of the document alongside the file. It's a minor contributor, but worth checking:

  1. Go to File → Properties (or File → Info → Properties → Advanced Properties)
  2. Under the Summary tab, uncheck Save preview picture

Method 6: Replace Embedded Objects with Images or Links

If your document contains embedded Excel charts or other Office objects, Word stores a full editable copy of that object inside the file. Pasting as an image instead of an embedded object removes that overhead — at the cost of editability.

For linked objects (rather than embedded), Word stores only a reference to the external file, keeping the document itself lighter. This works well in controlled environments where the linked files will always be accessible, but creates problems if the document travels to a machine without access to those linked files.

What Actually Determines Your Results

FactorImpact on File Size
Number and resolution of imagesUsually the largest factor
Document revision history depthModerate — heavy in long-edited docs
Use of embedded fontsLow to moderate
Embedded objects (charts, spreadsheets)Moderate to high
Plain text with standard formattingMinimal

The same techniques applied to two different documents can produce very different results. A 20 MB document that's large because of high-res images will respond dramatically to image compression. A 5 MB document bloated by embedded fonts and revision history may respond more to those specific fixes than to image compression at all.

Word version also plays a role. The .docx format (introduced with Word 2007) is compressed by default — if you're still working with older .doc files, simply resaving as .docx often reduces size immediately. Compatibility mode, cloud sync settings, and whether you're on Windows or macOS can each affect which options appear and how they behave.

How much any of this matters depends on what you're doing with the document — whether you're emailing it, storing it in a shared drive, printing it, or archiving it — and how much reduction you actually need.